nterminal 1.2.68 → 1.2.69

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.
Files changed (46) hide show
  1. package/dist/client/assets/MarkdownPreview-DCHLz_jq.js +1 -0
  2. package/dist/client/assets/{TranscriptMarkdownBody-BunI06BW.js → TranscriptMarkdownBody-BaMp6W3l.js} +1 -1
  3. package/dist/client/assets/index-CDfP5jMv.js +55 -0
  4. package/dist/client/assets/{index-BwvExbdl.js → index-CLUAqRpO.js} +1 -1
  5. package/dist/client/assets/index-CszWmeOA.css +1 -0
  6. package/dist/client/index.html +2 -2
  7. package/dist/client/sw.js +51 -0
  8. package/dist/server/auth/authService.d.ts +1 -0
  9. package/dist/server/auth/authService.js +9 -3
  10. package/dist/server/auth/authService.js.map +1 -1
  11. package/dist/server/http.d.ts +2 -1
  12. package/dist/server/http.js +5 -0
  13. package/dist/server/http.js.map +1 -1
  14. package/dist/server/index.js +30 -2
  15. package/dist/server/index.js.map +1 -1
  16. package/dist/server/notifications/agentCompletionMonitor.d.ts +27 -0
  17. package/dist/server/notifications/agentCompletionMonitor.js +148 -0
  18. package/dist/server/notifications/agentCompletionMonitor.js.map +1 -0
  19. package/dist/server/notifications/clientPresence.d.ts +40 -0
  20. package/dist/server/notifications/clientPresence.js +75 -0
  21. package/dist/server/notifications/clientPresence.js.map +1 -0
  22. package/dist/server/notifications/completionNotificationRouter.d.ts +28 -0
  23. package/dist/server/notifications/completionNotificationRouter.js +100 -0
  24. package/dist/server/notifications/completionNotificationRouter.js.map +1 -0
  25. package/dist/server/notifications/pushNotificationService.d.ts +80 -0
  26. package/dist/server/notifications/pushNotificationService.js +300 -0
  27. package/dist/server/notifications/pushNotificationService.js.map +1 -0
  28. package/dist/server/routes/pushNotificationRoutes.d.ts +11 -0
  29. package/dist/server/routes/pushNotificationRoutes.js +138 -0
  30. package/dist/server/routes/pushNotificationRoutes.js.map +1 -0
  31. package/dist/server/routes/terminalRoutes.d.ts +1 -0
  32. package/dist/server/routes/terminalRoutes.js +4 -1
  33. package/dist/server/routes/terminalRoutes.js.map +1 -1
  34. package/dist/server/storage/fileStore.d.ts +25 -1
  35. package/dist/server/storage/fileStore.js +65 -0
  36. package/dist/server/storage/fileStore.js.map +1 -1
  37. package/dist/server/terminal/TerminalManager.d.ts +12 -0
  38. package/dist/server/terminal/TerminalManager.js +44 -0
  39. package/dist/server/terminal/TerminalManager.js.map +1 -1
  40. package/dist/shared/protocol.d.ts +67 -0
  41. package/dist/shared/protocol.js.map +1 -1
  42. package/package.json +3 -1
  43. package/public/sw.js +51 -0
  44. package/dist/client/assets/MarkdownPreview-DOXE7Rl3.js +0 -1
  45. package/dist/client/assets/index-Br4cNNw1.css +0 -1
  46. package/dist/client/assets/index-DeiwbfGQ.js +0 -55
@@ -0,0 +1 @@
1
+ import{j as a}from"./index-CDfP5jMv.js";import{M as e,r as o}from"./index-CLUAqRpO.js";function s({content:r}){return a.jsx(e,{remarkPlugins:[o],children:r})}export{s as default};
@@ -1,3 +1,3 @@
1
- import{j as o,R as a}from"./index-DeiwbfGQ.js";import{M as u,r as f}from"./index-BwvExbdl.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(`
1
+ import{j as o,R as a}from"./index-CDfP5jMv.js";import{M as u,r as f}from"./index-CLUAqRpO.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};