nterminal 1.2.56 → 1.2.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/assets/MarkdownPreview-D-oOD4FK.js +1 -0
- package/dist/client/assets/{TranscriptMarkdownBody-CDKYjgIZ.js → TranscriptMarkdownBody-BDE5VmlN.js} +1 -1
- package/dist/client/assets/index-1p5j5ZUZ.js +54 -0
- package/dist/client/assets/{index-fsgQPmdV.js → index-DLVKSDlo.js} +1 -1
- package/dist/client/index.html +1 -1
- package/dist/server/auth/authService.d.ts +6 -3
- package/dist/server/auth/authService.js +80 -28
- package/dist/server/auth/authService.js.map +1 -1
- package/dist/server/storage/fileStore.d.ts +7 -0
- package/dist/server/storage/fileStore.js +10 -0
- package/dist/server/storage/fileStore.js.map +1 -1
- package/dist/server/terminal/TmuxPtyAdapter.d.ts +28 -2
- package/dist/server/terminal/TmuxPtyAdapter.js +295 -122
- package/dist/server/terminal/TmuxPtyAdapter.js.map +1 -1
- package/dist/server/terminal/codexTranscriptSource.d.ts +5 -0
- package/dist/server/terminal/codexTranscriptSource.js +140 -82
- package/dist/server/terminal/codexTranscriptSource.js.map +1 -1
- package/dist/server/terminal/procfs.d.ts +8 -0
- package/dist/server/terminal/procfs.js +113 -0
- package/dist/server/terminal/procfs.js.map +1 -0
- package/dist/server/terminal/sessionId.d.ts +3 -0
- package/dist/server/terminal/sessionId.js +10 -0
- package/dist/server/terminal/sessionId.js.map +1 -0
- package/dist/server/terminal/ttlCache.d.ts +8 -0
- package/dist/server/terminal/ttlCache.js +33 -0
- package/dist/server/terminal/ttlCache.js.map +1 -0
- package/package.json +1 -1
- package/dist/client/assets/MarkdownPreview-Bk02CJkU.js +0 -1
- package/dist/client/assets/index-BBVLYVi6.js +0 -54
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{j as a}from"./index-1p5j5ZUZ.js";import{M as e,r as o}from"./index-DLVKSDlo.js";function s({content:r}){return a.jsx(e,{remarkPlugins:[o],children:r})}export{s as default};
|
package/dist/client/assets/{TranscriptMarkdownBody-CDKYjgIZ.js → TranscriptMarkdownBody-BDE5VmlN.js}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import{j as o,R as a}from"./index-
|
|
1
|
+
import{j as o,R as a}from"./index-1p5j5ZUZ.js";import{M as u,r as f}from"./index-DLVKSDlo.js";function k({text:r,searchQuery:t}){return o.jsx(u,{components:p(t),remarkPlugins:[f],children:j(r)})}function p(r){return{a({node:t,children:n,...e}){return o.jsx("a",{...e,target:"_blank",rel:"noreferrer",children:d(n,r)})},blockquote({node:t,children:n,...e}){return o.jsx("blockquote",{...e,children:d(n,r)})},code({node:t,children:n,...e}){return o.jsx("code",{...e,children:d(n,r)})},em({node:t,children:n,...e}){return o.jsx("em",{...e,children:d(n,r)})},h1({node:t,children:n,...e}){return o.jsx("h1",{...e,children:d(n,r)})},h2({node:t,children:n,...e}){return o.jsx("h2",{...e,children:d(n,r)})},h3({node:t,children:n,...e}){return o.jsx("h3",{...e,children:d(n,r)})},h4({node:t,children:n,...e}){return o.jsx("h4",{...e,children:d(n,r)})},h5({node:t,children:n,...e}){return o.jsx("h5",{...e,children:d(n,r)})},h6({node:t,children:n,...e}){return o.jsx("h6",{...e,children:d(n,r)})},li({node:t,children:n,...e}){return o.jsx("li",{...e,children:d(n,r)})},p({node:t,children:n,...e}){return o.jsx("p",{...e,children:d(n,r)})},pre({node:t,children:n,...e}){return o.jsx("pre",{...e,className:"transcript-markdown-code",children:n})},strong({node:t,children:n,...e}){return o.jsx("strong",{...e,children:d(n,r)})},td({node:t,children:n,...e}){return o.jsx("td",{...e,children:d(n,r)})},th({node:t,children:n,...e}){return o.jsx("th",{...e,children:d(n,r)})}}}function d(r,t){return a.Children.map(r,n=>typeof n=="string"?m(n,t):n)}function m(r,t){const n=t.trim();if(!n)return r||" ";const e=r.toLowerCase(),s=n.toLowerCase(),c=[];let l=0,i=e.indexOf(s);for(;i!==-1;){i>l&&c.push(r.slice(l,i));const h=i+n.length;c.push(o.jsx("mark",{className:"transcript-search-hit",children:r.slice(i,h)},`${i}-${h}`)),l=h,i=e.indexOf(s,l)}return l<r.length&&c.push(r.slice(l)),c.length>0?c:r||" "}function j(r){const t=r.split(`
|
|
2
2
|
`);let n=!1,e=null;return t.map((s,c)=>{const l=n,i=/^ {0,3}(```+|~~~+)/.exec(s);if(i){const h=i[1]?.startsWith("`")?"`":"~";n?e===h&&(n=!1,e=null):(n=!0,e=h)}return c===t.length-1||l||i||s.trim()===""||s.endsWith(" ")?s:`${s.replace(/[ \t]+$/,"")} `}).join(`
|
|
3
3
|
`)}export{k as default};
|