openpond 0.2.6 → 0.2.8

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 (155) hide show
  1. package/README.md +2 -0
  2. package/dist/api/core.d.ts +2 -0
  3. package/dist/app-server.d.ts +2693 -0
  4. package/dist/app-server.js +2 -0
  5. package/dist/chunks/{actions-command-R5R3KR5Q.js → actions-command-V5DZWEON.js} +1 -1
  6. package/dist/chunks/{app-layer-JNSKATX7.js → app-layer-SFV6ZPKZ.js} +1 -1
  7. package/dist/chunks/app-server-runtime-OYF6XBVI.js +2 -0
  8. package/dist/chunks/{apps-3TXUNF65.js → apps-SR7CAM42.js} +1 -1
  9. package/dist/chunks/{chunk-OD6AGGH6.js → chunk-4LLHOG7L.js} +1 -1
  10. package/dist/chunks/{chunk-NWI7H753.js → chunk-5N6YRABR.js} +2 -2
  11. package/dist/chunks/{chunk-3NDRIQTI.js → chunk-73KFNV3D.js} +1 -1
  12. package/dist/chunks/chunk-B6IIGPWS.js +6 -0
  13. package/dist/chunks/chunk-BB6DJKXX.js +19 -0
  14. package/dist/chunks/chunk-DY5RF2YE.js +26 -0
  15. package/dist/chunks/{chunk-37V5TT45.js → chunk-EEBLJPIB.js} +1 -1
  16. package/dist/chunks/{chunk-CCJG7GLE.js → chunk-G2VYRU27.js} +1 -1
  17. package/dist/chunks/chunk-J2S7BOZU.js +12 -0
  18. package/dist/chunks/chunk-KRNLKKN6.js +5 -0
  19. package/dist/chunks/{chunk-2LADHICK.js → chunk-LLJI6QAY.js} +1 -1
  20. package/dist/chunks/{chunk-FYCJSUFV.js → chunk-NNLI4OWY.js} +1 -1
  21. package/dist/chunks/{chunk-U6HOHOOI.js → chunk-O4IARD7H.js} +1 -1
  22. package/dist/chunks/{chunk-ZKA3XSM7.js → chunk-QOR55VHT.js} +1 -1
  23. package/dist/chunks/{chunk-A42DFLOR.js → chunk-QWE3RHNY.js} +1 -1
  24. package/dist/chunks/{chunk-4HIHSG5M.js → chunk-S64WASAO.js} +1 -1
  25. package/dist/chunks/chunk-SS3EG6S2.js +2 -0
  26. package/dist/chunks/{chunk-EESJULVS.js → chunk-T2GNPVRY.js} +7 -3
  27. package/dist/chunks/{chunk-FESS4IR4.js → chunk-UW4XDFLU.js} +439 -343
  28. package/dist/chunks/chunk-UW6ES5DM.js +28 -0
  29. package/dist/chunks/{chunk-K35OOAW2.js → chunk-V4ACXLID.js} +1 -1
  30. package/dist/chunks/{chunk-3ZEV5UKA.js → chunk-VJBEK64H.js} +1 -1
  31. package/dist/chunks/{chunk-RWSAGQTP.js → chunk-Y7ZYJQGZ.js} +1 -1
  32. package/dist/chunks/cli-MS4KADND.js +2 -0
  33. package/dist/chunks/{configuration-command-54D6TOEV.js → configuration-command-EBN7RH3X.js} +1 -1
  34. package/dist/chunks/{continual-D75WA7E7.js → continual-OJYXVTIZ.js} +1 -1
  35. package/dist/chunks/{core-commands-F35UFIXE.js → core-commands-2S4UQPXW.js} +1 -1
  36. package/dist/chunks/{desktop-test-U2MMP2NE.js → desktop-test-WN7ZLQVQ.js} +1 -1
  37. package/dist/chunks/{dist-NKLXFA37.js → dist-UA2RQUA4.js} +1 -1
  38. package/dist/chunks/extension-ERM5EUUO.js +6 -0
  39. package/dist/chunks/{help-VGDW6SBX.js → help-N25BKIHM.js} +1 -1
  40. package/dist/chunks/{opchat-QK2KIHN3.js → opchat-V4A4WCND.js} +1 -1
  41. package/dist/chunks/{organizations-MUDOF6VM.js → organizations-TSOT7MDT.js} +1 -1
  42. package/dist/chunks/{profile-FW5COIFH.js → profile-3JQ3XM6Q.js} +1 -1
  43. package/dist/chunks/{project-agent-G6GJOIVI.js → project-agent-S76FWVPV.js} +1 -1
  44. package/dist/chunks/{sandbox-command-H7INTQJZ.js → sandbox-command-YQDGQBBQ.js} +1 -1
  45. package/dist/chunks/{sandbox-template-7MXJQ3X4.js → sandbox-template-GM2A3437.js} +1 -1
  46. package/dist/chunks/{src-E7WA3OPU.js → src-BC7WOVGF.js} +1 -1
  47. package/dist/chunks/src-S7XTFQ4V.js +319 -0
  48. package/dist/chunks/{teams-bot-ZDTMGPCU.js → teams-bot-M6QLZAHA.js} +1 -1
  49. package/dist/chunks/{workspaces-UB2HJGNE.js → workspaces-MJVCPH22.js} +1 -1
  50. package/dist/cli.js +1 -1
  51. package/dist/index.js +1 -1
  52. package/dist/profile/local-profile.d.ts +7 -0
  53. package/dist/sandbox/sandbox-instance-client.d.ts +2 -1
  54. package/dist/sandbox/types/client.d.ts +2 -0
  55. package/dist/skills/openpond-agent-authoring/references/profile-layout.md +9 -0
  56. package/dist/web/assets/App-7h_oHCFd.css +1 -0
  57. package/dist/web/assets/App-Dx38Dhlo.js +176 -0
  58. package/dist/web/assets/{AppDialog-CtqbY289.js → AppDialog-DdWbnFnr.js} +1 -1
  59. package/dist/web/assets/AppTerminalPanel-BotH-2y4.js +2 -0
  60. package/dist/web/assets/{AppsView-BeGbrJkU.js → AppsView-B3ybXi71.js} +1 -1
  61. package/dist/web/assets/BrowserSidebar-CLE27mjT.js +1 -0
  62. package/dist/web/assets/{BrowserSidebar-D9i7gQzw.css → BrowserSidebar-lNqqj4Ip.css} +1 -1
  63. package/dist/web/assets/{CartesianChart-Cp_-LaJY.js → CartesianChart-SB3Jq3CQ.js} +1 -1
  64. package/dist/web/assets/{CollaborationTabs-BL6guh-3.js → CollaborationTabs-C3jO5y5v.js} +1 -1
  65. package/dist/web/assets/{CommandMenu-hNQCm8mw.css → CommandMenu-Cb3vNGJr.css} +1 -1
  66. package/dist/web/assets/{CommandMenu-B-DEtpTp.js → CommandMenu-DqtJane1.js} +1 -1
  67. package/dist/web/assets/{CommunityView-DaIS0cHw.css → CommunityView-CnZqWEjK.css} +1 -1
  68. package/dist/web/assets/{CommunityView-DcEhEMm_.js → CommunityView-Dg02tZmL.js} +1 -1
  69. package/dist/web/assets/{ComposerCreateImproveStrip-C4mCZcKl.js → ComposerCreateImproveStrip-BTJhG8aU.js} +1 -1
  70. package/dist/web/assets/{GetStartedView-BUlaCO6a.js → GetStartedView-BlyP6VY8.js} +1 -1
  71. package/dist/web/assets/HostedModelLearningReview-BwSAO9y6.js +1 -0
  72. package/dist/web/assets/HostedModelLearningSettings-CiY2K8Fz.js +1 -0
  73. package/dist/web/assets/{LabModelVersionDetailPage-Bb1XRvo_.js → LabModelVersionDetailPage-cE1kuSWk.js} +1 -1
  74. package/dist/web/assets/{LabSkillSidebar-CPucMztm.js → LabSkillSidebar-BrSa3H3m.js} +1 -1
  75. package/dist/web/assets/{LabsRoute-C_HDADl0.js → LabsRoute-CY7rB25U.js} +4 -4
  76. package/dist/web/assets/MainChatThread-BM8l-LiB.js +2 -0
  77. package/dist/web/assets/MainPane-CsAYR_EF.js +10 -0
  78. package/dist/web/assets/{MarkdownText-_zVYW4pN.js → MarkdownText-8GA7g1qR.js} +1 -1
  79. package/dist/web/assets/{Messages-DxctstDI.js → Messages-CX08x24k.js} +6 -6
  80. package/dist/web/assets/{NativeSkillSidebar-DV4AGiCD.js → NativeSkillSidebar-mSz4GlxA.js} +1 -1
  81. package/dist/web/assets/{NewExperienceSwitcher-CZCLJj99.js → NewExperienceSwitcher-CHAC2Zid.js} +1 -1
  82. package/dist/web/assets/{NewProjectDialog-CQSipZ5d.js → NewProjectDialog-5B17C6Vh.js} +1 -1
  83. package/dist/web/assets/{OutputsPage-aPJP4mTV.js → OutputsPage-27Gp1K5N.js} +1 -1
  84. package/dist/web/assets/{ProjectsPage-CyThuXQv.js → ProjectsPage-DJpPuKBP.js} +1 -1
  85. package/dist/web/assets/RightChatPanelStack-C_4rbc1i.js +1 -0
  86. package/dist/web/assets/{RightSidebarHomePanel-CtH0vZ36.js → RightSidebarHomePanel-PHndCapL.js} +1 -1
  87. package/dist/web/assets/{ScheduledWorkPage-BY_4jFm7.js → ScheduledWorkPage-CYQZ0Zal.js} +1 -1
  88. package/dist/web/assets/{SettingsView-ZPnupcpg.js → SettingsView-DQPMLKNH.js} +7 -7
  89. package/dist/web/assets/{TeamChatView-DWjwVxMp.js → TeamChatView-DRvqhiOV.js} +2 -2
  90. package/dist/web/assets/{TeamChatView-Br3VdxhD.css → TeamChatView-dL6B0qib.css} +1 -1
  91. package/dist/web/assets/{TerminalOverlay-DxuUGKYH.js → TerminalOverlay-C8FbaVVP.js} +1 -1
  92. package/dist/web/assets/{TrainingCreationPanel-CjIPEoTX.js → TrainingCreationPanel-BGsd95vF.js} +1 -1
  93. package/dist/web/assets/{TrainingDraftPanel-CxevAlkr.js → TrainingDraftPanel-Bm6j-IuS.js} +1 -1
  94. package/dist/web/assets/{UsageSettingsSection-CY1lQB_g.js → UsageSettingsSection-CTCDOE-_.js} +3 -3
  95. package/dist/web/assets/{WorkSidebarPanel-DMsiwOSi.js → WorkSidebarPanel-UaymQC_e.js} +1 -1
  96. package/dist/web/assets/WorkspaceDiffPanel-D6mKLQha.js +14 -0
  97. package/dist/web/assets/{WorkspaceEnvironmentMenu-7DSF_BpI.js → WorkspaceEnvironmentMenu-C4Uw5qMA.js} +3 -3
  98. package/dist/web/assets/{WorkspaceGitDialogs-Ck8BzH11.js → WorkspaceGitDialogs--t9VpTCT.js} +1 -1
  99. package/dist/web/assets/{WorkspaceMonacoEditor-gsEP4W37.js → WorkspaceMonacoEditor-CElU0vIN.js} +3 -3
  100. package/dist/web/assets/{arrow-up-right-BK6EpHpC.js → arrow-up-right-C0HJHPjq.js} +1 -1
  101. package/dist/web/assets/{chat-file-links-BQe708gU.js → chat-file-links-D5q1as_h.js} +1 -1
  102. package/dist/web/assets/chevron-up-B3Cyo8SJ.js +1 -0
  103. package/dist/web/assets/{clipboard-DOmCP7eR.js → clipboard-wiphvxrN.js} +1 -1
  104. package/dist/web/assets/{cloud-upload-DLtawDYW.js → cloud-upload-Bgm5_SSr.js} +1 -1
  105. package/dist/web/assets/{cssMode-C0Qw8i_8.js → cssMode-DudNT1l3.js} +1 -1
  106. package/dist/web/assets/{folder-open-B_Ayxxo8.js → folder-open-DLuZSDXn.js} +1 -1
  107. package/dist/web/assets/{folder-plus-CPgtt3pN.js → folder-plus-DXN0q9GR.js} +1 -1
  108. package/dist/web/assets/{git-commit-horizontal-23xCJjd8.js → git-commit-horizontal-CdiI4K5M.js} +1 -1
  109. package/dist/web/assets/{htmlMode-DuQ7zaau.js → htmlMode-B2sAXhgB.js} +1 -1
  110. package/dist/web/assets/index-C5EoPZr0.css +1 -0
  111. package/dist/web/assets/{index-BoaTQ0Rb.js → index-DSK9XSir.js} +2 -1
  112. package/dist/web/assets/{info-CQ2kJJ5E.js → info-DcmIP9D3.js} +1 -1
  113. package/dist/web/assets/{jsonMode-DVQSEPUy.js → jsonMode-aQlrpuz5.js} +1 -1
  114. package/dist/web/assets/{lspLanguageFeatures-DWKH3min.js → lspLanguageFeatures-BMskOvs7.js} +1 -1
  115. package/dist/web/assets/{minimize-2-1M-fFBeP.js → minimize-2-CvKd6Q_r.js} +1 -1
  116. package/dist/web/assets/{monaco.contribution-jXX7-l5p.js → monaco.contribution-BHv_qQG9.js} +2 -2
  117. package/dist/web/assets/{monaco.contribution-ytVV-s22.js → monaco.contribution-BSRllZgB.js} +2 -2
  118. package/dist/web/assets/{monaco.contribution-B5Jz7f4W.js → monaco.contribution-VS3RCwFP.js} +2 -2
  119. package/dist/web/assets/{monaco.contribution-DB7pp5Y-.js → monaco.contribution-tZUXzebU.js} +2 -2
  120. package/dist/web/assets/{play-D9jaK5MP.js → play-BzfQJMmu.js} +1 -1
  121. package/dist/web/assets/{python-_yRitN2I.js → python-Bm9eN64d.js} +1 -1
  122. package/dist/web/assets/{refresh-cw-DZHqZGos.js → refresh-cw-Cvy0BqFv.js} +1 -1
  123. package/dist/web/assets/{save-DOT3oYfU.js → save-miVdIz56.js} +1 -1
  124. package/dist/web/assets/{square-D_1V6onE.js → square-DlJ_-dur.js} +1 -1
  125. package/dist/web/assets/{toggleHighContrast-C06C-luq.js → toggleHighContrast-B8jte8Lm.js} +1 -1
  126. package/dist/web/assets/{tsMode-CTMYvh-R.js → tsMode-CmAPBzqb.js} +1 -1
  127. package/dist/web/assets/{upload-EAAHd0Nx.js → upload-C71OnfRd.js} +1 -1
  128. package/dist/web/assets/{useLocalAgentSchedules-DBsx4aIY.js → useLocalAgentSchedules-D9hDhAba.js} +1 -1
  129. package/dist/web/assets/{wifi-off-DYRTrfYa.js → wifi-off-DhI7P9WW.js} +1 -1
  130. package/dist/web/assets/{workers-DAytqxd3.js → workers-BDI2xQio.js} +1 -1
  131. package/dist/web/assets/{yaml-iZnWWABr.js → yaml-DNSpZj5_.js} +1 -1
  132. package/dist/web/index.html +2 -2
  133. package/package.json +6 -2
  134. package/dist/chunks/app-server-runtime-FV4KHBTY.js +0 -2
  135. package/dist/chunks/chunk-CWQWV2T3.js +0 -2
  136. package/dist/chunks/chunk-DUA3QP6Y.js +0 -19
  137. package/dist/chunks/chunk-K4QLUFGX.js +0 -5
  138. package/dist/chunks/chunk-KDXLNQNF.js +0 -12
  139. package/dist/chunks/chunk-LYWUCJTV.js +0 -28
  140. package/dist/chunks/chunk-QUW7WK32.js +0 -24
  141. package/dist/chunks/chunk-VYUMTRB3.js +0 -5
  142. package/dist/chunks/cli-ZZTJVJRT.js +0 -2
  143. package/dist/chunks/extension-WY2RL5ZH.js +0 -5
  144. package/dist/chunks/src-4QYE5G3N.js +0 -319
  145. package/dist/web/assets/App-DNZ5VhFd.js +0 -176
  146. package/dist/web/assets/AppTerminalPanel-C1U1RKU6.js +0 -2
  147. package/dist/web/assets/BrowserSidebar-XgQLeXw1.js +0 -1
  148. package/dist/web/assets/HostedModelLearningReview-CZyb95R_.js +0 -1
  149. package/dist/web/assets/HostedModelLearningSettings-D2o7rh0w.js +0 -1
  150. package/dist/web/assets/MainChatThread-CnXHxCy3.js +0 -2
  151. package/dist/web/assets/MainPane-DjnT-kvm.js +0 -8
  152. package/dist/web/assets/RightChatPanelStack-jsP9CukH.js +0 -1
  153. package/dist/web/assets/WorkspaceDiffPanel-HdfItqu2.js +0 -14
  154. package/dist/web/assets/chevron-up-CHxYR4AX.js +0 -1
  155. package/dist/web/assets/index-BGMzUaup.css +0 -1
@@ -1,3 +1,3 @@
1
1
  import { createRequire as __openpondCreateRequire } from "node:module"; var require = __openpondCreateRequire(import.meta.url);
2
- import{p as f}from"./chunk-CCJG7GLE.js";import"./chunk-ZVOO7FKM.js";import"./chunk-OGPHXXCD.js";import"./chunk-K4QLUFGX.js";import"./chunk-U6HOHOOI.js";import"./chunk-KDXLNQNF.js";import"./chunk-CWQWV2T3.js";import"./chunk-LYWUCJTV.js";import"./chunk-GLUWATL5.js";import"./chunk-ZKA3XSM7.js";import"./chunk-FYCJSUFV.js";import"./chunk-HZP5U2AA.js";import"./chunk-ES2ISFJC.js";import"./chunk-H7IWJN7L.js";import"./chunk-NWI7H753.js";import{a as g,c as a,d}from"./chunk-3M53YXEI.js";import{a as s}from"./chunk-FTQLQJQV.js";function c(){return["usage: teams-bot <overview|bind|rebind|diagnostics|diagnostic-run>"," teams-bot overview --team-id <id>"," teams-bot bind --team-id <id> --token <token> [--project-id <id>] [--agent-id <id>] [--microsoft-connection-id <id>]"," teams-bot rebind <bindingId> --team-id <id> [--project-id <id>] [--agent-id <id>] [--microsoft-connection-id <id>]"," teams-bot diagnostics <bindingId> --team-id <id>"," teams-bot diagnostic-run <bindingId> --team-id <id> --prompt <text> [--attachments-json <json-array>] [--action-input-json <json-object>]"].join(`
2
+ import{p as f}from"./chunk-G2VYRU27.js";import"./chunk-ZVOO7FKM.js";import"./chunk-OGPHXXCD.js";import"./chunk-B6IIGPWS.js";import"./chunk-SS3EG6S2.js";import"./chunk-GLUWATL5.js";import"./chunk-O4IARD7H.js";import"./chunk-J2S7BOZU.js";import"./chunk-UW6ES5DM.js";import"./chunk-QOR55VHT.js";import"./chunk-NNLI4OWY.js";import"./chunk-HZP5U2AA.js";import"./chunk-ES2ISFJC.js";import"./chunk-H7IWJN7L.js";import"./chunk-5N6YRABR.js";import{a as g,c as a,d}from"./chunk-3M53YXEI.js";import{a as s}from"./chunk-FTQLQJQV.js";function c(){return["usage: teams-bot <overview|bind|rebind|diagnostics|diagnostic-run>"," teams-bot overview --team-id <id>"," teams-bot bind --team-id <id> --token <token> [--project-id <id>] [--agent-id <id>] [--microsoft-connection-id <id>]"," teams-bot rebind <bindingId> --team-id <id> [--project-id <id>] [--agent-id <id>] [--microsoft-connection-id <id>]"," teams-bot diagnostics <bindingId> --team-id <id>"," teams-bot diagnostic-run <bindingId> --team-id <id> --prompt <text> [--attachments-json <json-array>] [--action-input-json <json-object>]"].join(`
3
3
  `)}s(c,"usage");function u(n,o){if(!(o in n))return;let t=a(n,o);return!t||t==="null"||t==="none"?null:t}s(u,"nullableOption");function b(n){let o=d(n,"usage: teams-bot rebind <bindingId>"),t=u(n,"sandboxId"),r=u(n,"projectId"),i=u(n,"agentId"),e=u(n,"microsoftConnectionId");return{teamId:o,...t!==void 0?{sandboxId:t}:{},...r!==void 0?{projectId:r}:{},...i!==void 0?{agentId:i}:{},...e!==void 0?{microsoftConnectionId:e}:{}}}s(b,"bindingTargetInput");function l(n){let o=a(n,"attachmentsJson");if(!o)return;let t=g(o,"attachments-json");if(!Array.isArray(t))throw new Error("attachments-json must be a JSON array");for(let r of t)if(!r||typeof r!="object"||Array.isArray(r))throw new Error("attachments-json entries must be JSON objects");return t}s(l,"attachmentsInput");function w(n){let o=a(n,"actionInputJson");if(!o)return;let t=g(o,"action-input-json");if(!t||typeof t!="object"||Array.isArray(t))throw new Error("action-input-json must be a JSON object");return t}s(w,"actionInput");async function j(n,o){let t=o[0]||"overview",r=await f(n);if(t==="overview"){let i=d(n,"usage: teams-bot overview");console.log(JSON.stringify(await r.getMicrosoftTeamsBotOverview({teamId:i}),null,2));return}if(t==="bind"){let i=a(n,"token");if(!i)throw new Error(c());let e=await r.bindMicrosoftTeamsBotConversation({...b(n),token:i});console.log(JSON.stringify(e,null,2));return}if(t==="rebind"){let i=o[1]?.trim();if(!i)throw new Error(c());let e=await r.rebindMicrosoftTeamsBotConversation(i,b(n));console.log(JSON.stringify(e,null,2));return}if(t==="diagnostics"){let i=o[1]?.trim(),e=d(n,"usage: teams-bot diagnostics <bindingId>");if(!i)throw new Error(c());console.log(JSON.stringify(await r.sendMicrosoftTeamsBotDiagnostic({teamId:e,bindingId:i}),null,2));return}if(t==="diagnostic-run"){let i=o[1]?.trim(),e=d(n,"usage: teams-bot diagnostic-run <bindingId>"),m=a(n,"prompt");if(!i||!m)throw new Error(c());console.log(JSON.stringify(await r.sendMicrosoftTeamsBotDiagnosticRun({teamId:e,bindingId:i,prompt:m,attachments:l(n),actionInput:w(n)}),null,2));return}throw new Error(c())}s(j,"runTeamsBotCommand");export{j as runTeamsBotCommand};
@@ -1,2 +1,2 @@
1
1
  import { createRequire as __openpondCreateRequire } from "node:module"; var require = __openpondCreateRequire(import.meta.url);
2
- import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"./chunk-3ZEV5UKA.js";import"./chunk-37V5TT45.js";import"./chunk-FTQLQJQV.js";export{a as MACOS_GIT_MISSING_DEVELOPER_TOOLS_ERROR,C as appWorkspacePaths,B as assertSafeBranchName,d as checkWorkspaceGitAvailability,J as checkoutBranch,K as checkoutBranchAtPath,M as clearWorkspaceDiffCacheForTests,D as cloneWorkspace,H as createAndCheckoutBranch,I as createAndCheckoutBranchAtPath,A as expectedRemoteUrl,t as isGeneratedWorkspacePath,i as isGitRepo,c as isMacOSGitDeveloperToolsMissing,u as isVisibleGitWorkspaceFile,r as isWorkspaceDirectory,E as lastFetchAt,z as listPlainWorkspaceFiles,P as loadGitCommitDiffAtPath,N as loadWorkspaceDiff,O as loadWorkspaceDiffAtPath,Q as loadWorkspaceFile,T as loadWorkspaceFileAtPath,R as loadWorkspaceImageFile,S as loadWorkspaceImageFileAtPath,F as loadWorkspaceState,G as loadWorkspaceStateAtPath,n as localVideoContentType,L as mapWorkspaceDiffEntriesWithConcurrency,s as normalizeWorkspaceFilePath,w as parseBranchStatusLine,x as parseNumstat,v as parseStatusLine,h as pathExists,p as readLocalImageFile,q as readLocalVideoFile,l as readWorkspaceDocumentPreview,k as readWorkspaceFile,o as readWorkspaceImageFile,g as redactRemoteUrl,b as runWorkspaceCommand,f as sourceFromRemote,e as startMacOSCommandLineToolsInstall,j as truncatePatch,y as uniqueSortedPaths,m as workspaceImageContentType};
2
+ import{A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z}from"./chunk-VJBEK64H.js";import"./chunk-EEBLJPIB.js";import"./chunk-FTQLQJQV.js";export{a as MACOS_GIT_MISSING_DEVELOPER_TOOLS_ERROR,C as appWorkspacePaths,B as assertSafeBranchName,d as checkWorkspaceGitAvailability,J as checkoutBranch,K as checkoutBranchAtPath,M as clearWorkspaceDiffCacheForTests,D as cloneWorkspace,H as createAndCheckoutBranch,I as createAndCheckoutBranchAtPath,A as expectedRemoteUrl,t as isGeneratedWorkspacePath,i as isGitRepo,c as isMacOSGitDeveloperToolsMissing,u as isVisibleGitWorkspaceFile,r as isWorkspaceDirectory,E as lastFetchAt,z as listPlainWorkspaceFiles,P as loadGitCommitDiffAtPath,N as loadWorkspaceDiff,O as loadWorkspaceDiffAtPath,Q as loadWorkspaceFile,T as loadWorkspaceFileAtPath,R as loadWorkspaceImageFile,S as loadWorkspaceImageFileAtPath,F as loadWorkspaceState,G as loadWorkspaceStateAtPath,n as localVideoContentType,L as mapWorkspaceDiffEntriesWithConcurrency,s as normalizeWorkspaceFilePath,w as parseBranchStatusLine,x as parseNumstat,v as parseStatusLine,h as pathExists,p as readLocalImageFile,q as readLocalVideoFile,l as readWorkspaceDocumentPreview,k as readWorkspaceFile,o as readWorkspaceImageFile,g as redactRemoteUrl,b as runWorkspaceCommand,f as sourceFromRemote,e as startMacOSCommandLineToolsInstall,j as truncatePatch,y as uniqueSortedPaths,m as workspaceImageContentType};
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
2
  import { createRequire as __openpondCreateRequire } from "node:module"; var require = __openpondCreateRequire(import.meta.url);
3
- import{a as m,b as l}from"./chunks/chunk-ZVOO7FKM.js";import"./chunks/chunk-GLUWATL5.js";import{b as u}from"./chunks/chunk-ZKA3XSM7.js";import{a as c,j as d}from"./chunks/chunk-NWI7H753.js";import{f as s}from"./chunks/chunk-3M53YXEI.js";import{a as i}from"./chunks/chunk-FTQLQJQV.js";function f(e){return!e.command&&s(e.options.version)?"version":s(e.options.checkUpdate)?"check-update":!e.command&&s(e.options.help)?"help":!e.command&&s(e.options.tui)?"tui":e.command?"command":"ui"}i(f,"resolveCliTopLevelAction");async function v(e=process.argv.slice(2)){if(await C(e))return;let{command:r,options:o,rest:t}=u(e);typeof o.home=="string"&&(process.env.OPENPOND_HOME=(await import("./chunks/dist-NKLXFA37.js")).resolveOpenPondHome({home:o.home}));let n=f({command:r,options:o});if(n==="version"){console.log(c());return}if(n==="check-update"){await(await import("./chunks/core-commands-F35UFIXE.js")).runCheckUpdate();return}if(n==="help"){(await import("./chunks/help-VGDW6SBX.js")).printHelp();return}let a=m(o),p=l(o);if(a&&(process.env.OPENPOND_ACCOUNT=a),p&&(process.env.OPENPOND_BASE_URL=p),n==="tui"){await(await import("./chunks/app-layer-JNSKATX7.js")).runOpenPondTerminalCommand(o,t);return}if(n==="ui"){await(await import("./chunks/app-layer-JNSKATX7.js")).runOpenPondServerCommand("web",o,t);return}await d({command:r,options:o,rest:t})||((await import("./chunks/help-VGDW6SBX.js")).printHelp(),process.exit(1))}i(v,"runOpenPondCli");async function C(e){if(e[0]==="__app-server"){process.argv=[process.execPath,"openpond-app-server",...e.slice(1)];let[{createOpenPondAppServer:r},{runOpenPondAppServerCli:o}]=await Promise.all([import("./chunks/app-server-runtime-FV4KHBTY.js"),import("./chunks/cli-ZZTJVJRT.js")]);return await o(r),!0}if(e[0]==="__server"){process.argv=[process.execPath,"openpond-server",...e.slice(1)];let[{createOpenPondServer:r},{runOpenPondServerCli:o}]=await Promise.all([import("./chunks/src-4QYE5G3N.js"),import("./chunks/cli-ZZTJVJRT.js")]),{createOpenPondAppServer:t}=await import("./chunks/app-server-runtime-FV4KHBTY.js");return await o({createOpenPondServer:r,createOpenPondAppServer:t}),!0}return e[0]==="__terminal"?(await(await import("./chunks/src-E7WA3OPU.js")).runOpenPondTerminalCli(e.slice(1)),!0):!1}i(C,"runEmbeddedCompanion");v().catch(e=>{let r=e instanceof Error?e.message:String(e),o=e.issue;if(process.argv.includes("--json")&&!(e instanceof Error&&e.name==="OpenPondChildProcessExitError"))console.log(JSON.stringify({error:o??{code:"CLI_ERROR",message:r}}));else if(o&&typeof o=="object"){let n=o;console.error(`${n.code}: ${n.message}
3
+ import{a as m,b as l}from"./chunks/chunk-ZVOO7FKM.js";import"./chunks/chunk-GLUWATL5.js";import{b as u}from"./chunks/chunk-QOR55VHT.js";import{a as c,j as d}from"./chunks/chunk-5N6YRABR.js";import{f as s}from"./chunks/chunk-3M53YXEI.js";import{a as i}from"./chunks/chunk-FTQLQJQV.js";function f(e){return!e.command&&s(e.options.version)?"version":s(e.options.checkUpdate)?"check-update":!e.command&&s(e.options.help)?"help":!e.command&&s(e.options.tui)?"tui":e.command?"command":"ui"}i(f,"resolveCliTopLevelAction");async function v(e=process.argv.slice(2)){if(await C(e))return;let{command:r,options:o,rest:t}=u(e);typeof o.home=="string"&&(process.env.OPENPOND_HOME=(await import("./chunks/dist-UA2RQUA4.js")).resolveOpenPondHome({home:o.home}));let n=f({command:r,options:o});if(n==="version"){console.log(c());return}if(n==="check-update"){await(await import("./chunks/core-commands-2S4UQPXW.js")).runCheckUpdate();return}if(n==="help"){(await import("./chunks/help-N25BKIHM.js")).printHelp();return}let a=m(o),p=l(o);if(a&&(process.env.OPENPOND_ACCOUNT=a),p&&(process.env.OPENPOND_BASE_URL=p),n==="tui"){await(await import("./chunks/app-layer-SFV6ZPKZ.js")).runOpenPondTerminalCommand(o,t);return}if(n==="ui"){await(await import("./chunks/app-layer-SFV6ZPKZ.js")).runOpenPondServerCommand("web",o,t);return}await d({command:r,options:o,rest:t})||((await import("./chunks/help-N25BKIHM.js")).printHelp(),process.exit(1))}i(v,"runOpenPondCli");async function C(e){if(e[0]==="__app-server"){process.argv=[process.execPath,"openpond-app-server",...e.slice(1)];let[{createOpenPondAppServer:r},{runOpenPondAppServerCli:o}]=await Promise.all([import("./chunks/app-server-runtime-OYF6XBVI.js"),import("./chunks/cli-MS4KADND.js")]);return await o(r),!0}if(e[0]==="__server"){process.argv=[process.execPath,"openpond-server",...e.slice(1)];let[{createOpenPondServer:r},{runOpenPondServerCli:o}]=await Promise.all([import("./chunks/src-S7XTFQ4V.js"),import("./chunks/cli-MS4KADND.js")]),{createOpenPondAppServer:t}=await import("./chunks/app-server-runtime-OYF6XBVI.js");return await o({createOpenPondServer:r,createOpenPondAppServer:t}),!0}return e[0]==="__terminal"?(await(await import("./chunks/src-BC7WOVGF.js")).runOpenPondTerminalCli(e.slice(1)),!0):!1}i(C,"runEmbeddedCompanion");v().catch(e=>{let r=e instanceof Error?e.message:String(e),o=e.issue;if(process.argv.includes("--json")&&!(e instanceof Error&&e.name==="OpenPondChildProcessExitError"))console.log(JSON.stringify({error:o??{code:"CLI_ERROR",message:r}}));else if(o&&typeof o=="object"){let n=o;console.error(`${n.code}: ${n.message}
4
4
  ${n.path}
5
5
  ${n.action}`)}else console.error(r);let t=typeof e.exitCode=="number"?e.exitCode:1;process.exit(t)});export{v as runOpenPondCli};
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  import { createRequire as __openpondCreateRequire } from "node:module"; var require = __openpondCreateRequire(import.meta.url);
2
- import"./chunks/chunk-X37KMV27.js";import{a as Cr,b as Dr,c as Er,d as Fr,e as Gr,f as Hr,g as Ir,h as Jr,i as Kr,j as Lr,k as Mr,l as Nr}from"./chunks/chunk-RWSAGQTP.js";import{a as ir,b as jr,c as kr}from"./chunks/chunk-22UARBPW.js";import{a as lr,b as nr,c as qr,d as sr,e as ur,f as vr,g as wr,h as yr,i as zr,j as Ar,k as Br}from"./chunks/chunk-I5K74TOH.js";import{A as Mo,B as No,C as Oo,D as Po,E as Qo,F as Ro,G as So,H as To,I as Uo,b as ho,c as io,d as jo,e as ko,f as lo,g as no,h as qo,i as so,j as uo,k as vo,l as wo,m as yo,n as zo,o as Ao,p as Bo,q as Co,r as Do,s as Eo,t as Fo,u as Go,v as Ho,w as Io,x as Jo,y as Ko,z as Lo}from"./chunks/chunk-DUA3QP6Y.js";import"./chunks/chunk-3NDRIQTI.js";import"./chunks/chunk-3A7HZJNE.js";import{a as Vo,b as Wo,c as Xo,d as Yo,e as Zo,f as _o,g as $o,h as or,i as rr,j as er,k as fr,l as mr,m as pr,n as tr,o as xr,p as ar,q as br,r as cr,s as dr,t as gr,u as hr}from"./chunks/chunk-EAPFMACH.js";import"./chunks/chunk-6FA3GG5B.js";import"./chunks/chunk-OGPHXXCD.js";import"./chunks/chunk-K4QLUFGX.js";import"./chunks/chunk-U6HOHOOI.js";import{f as ao,g as bo,h as co}from"./chunks/chunk-KDXLNQNF.js";import{$,A as D,B as E,C as F,D as G,E as H,F as I,G as J,H as K,I as L,J as M,K as N,L as O,M as P,N as Q,O as R,P as S,Q as T,U,V,W,X,Y,Z,_,a as o,aa as oo,b as p,ba as ro,c as t,ca as eo,d as x,da as fo,e as a,ea as mo,f as b,fa as po,g as c,ga as to,h as d,ha as xo,i as g,ia as go,j as h,k as i,l as j,n as k,o as l,p as n,q,r as s,s as u,t as v,u as w,v as y,w as z,x as A,y as B,z as C}from"./chunks/chunk-CWQWV2T3.js";import"./chunks/chunk-LYWUCJTV.js";import{a as r,b as e,c as f,d as m}from"./chunks/chunk-GLUWATL5.js";import"./chunks/chunk-FYCJSUFV.js";import"./chunks/chunk-HZP5U2AA.js";import"./chunks/chunk-ES2ISFJC.js";import"./chunks/chunk-H7IWJN7L.js";import"./chunks/chunk-FTQLQJQV.js";export{fo as DEFAULT_CACHE_TTL_MS,yo as DEFAULT_LOCAL_PROFILE,e as DEFAULT_OPENPOND_API_BASE_URL,m as DEFAULT_OPENPOND_CHAT_API_BASE_URL,f as DEFAULT_OPENPOND_OPCHAT_API_BASE_URL,r as DEFAULT_OPENPOND_WEB_BASE_URL,zo as DEFAULT_PROFILE_AGENT,Xo as OPENPOND_MANIFEST_FILE_NAME,ho as OpenPondProfileSetupRequiredError,bo as OpenPondSandboxClient,wo as PROFILE_MANIFEST,vo as PROFILE_REPO_MANIFEST,go as SANDBOX_RUNTIME_PROFILE_IDS,Yo as SANDBOX_TEMPLATE_BUILD_PLAN_FILE_NAME,Zo as SANDBOX_TEMPLATE_BUILD_PLAN_KIND,Wo as SANDBOX_TEMPLATE_PREVIEW_PORT_MAX,Vo as SANDBOX_TEMPLATE_PREVIEW_PORT_MIN,_o as SandboxTemplateManifestSchema,$o as SandboxTemplateValidationDiagnosticSchema,o as apiFetch,jo as assertOpenPondProfileActionReady,io as buildOpenPondProfileSetupGate,Q as checkOpenPondApiHealth,lo as collectProfileSourceUploadEntries,To as commitActiveProfileChanges,p as commitFiles,Lr as computeAtr,Jr as computeBollinger,Gr as computeEma,Fr as computeEmaSeries,Ir as computeMaCross,Hr as computeMacd,Kr as computePriceChange,Cr as computeRsi,Er as computeSma,Dr as computeSmaSeries,Mr as consumeAgentCreateStream,jr as consumeStream,M as createAgentFromPrompt,Nr as createClient,k as createHeadlessApps,i as createLocalProject,co as createOpenPondSandboxClient,j as createRepo,Co as defaultLocalProfileRepoPath,mr as defineSandboxTemplate,H as deleteOrArchiveSchedule,t as deployApp,q as deployLatestTemplate,Do as emptyProfileState,V as executeHostedTool,T as executeUserTool,v as fetchToolManifest,ko as formatOpenPondProfileSetupRequirement,fr as formatSandboxTemplateDiagnostics,kr as formatStreamItem,u as getAppEnvironment,L as getAppExecutionTimeline,O as getAppRuntimeSummary,mo as getCachedApps,to as getCachedTools,W as getConfigPath,g as getDeploymentDetail,b as getDeploymentLogs,c as getDeploymentStatus,d as getLatestDeploymentForApp,sr as getOpChatModel,wr as getOpChatProvider,P as getOpenPondAccount,B as getOpenToolRecipe,C as getOpenToolRules,K as getScheduleExecutionLog,l as getTemplateStatus,N as getUserPerformance,qo as hostedPublishStatusFromPayload,uo as hostedRunStatusFromRunSummary,so as hostedRunSummaryFromPayload,no as hostedSourceCheckStatusFromPayload,Eo as initLocalProfileRepo,Io as installAgentPackageIntoActiveProfile,y as listAppSchedules,h as listApps,_ as listConfiguredProfiles,J as listDeploymentScheduleExecutionLogs,ur as listHostedModels,yr as listHostedProviders,qr as listOpChatModels,vr as listOpChatProviders,z as listOpenToolRecipes,I as listScheduleExecutionLogs,n as listTemplateBranches,w as listUserTools,Z as loadConfig,Y as loadGlobalConfig,Fo as loadLocalProfileRepo,Lo as loadOpenPondProfileLibrary,Jo as loadOpenPondProfileState,Mo as loadOpenPondProfileStateForRef,Bo as mergeActiveLocalProfileConfig,Ao as mergeProfileRepoManifestEntry,ir as normalizeDataFrames,ao as normalizeSandboxApiUrl,Ko as openPondProfileRef,er as parseSandboxTemplateYaml,S as postAgentDigest,x as promotePreviewToProduction,Go as registerLocalProfileRepo,Oo as removeOpenPondProfile,Ho as renameActiveProfileAgent,Po as requireActiveLocalProfile,nr as resolveHostedChatApiBaseUrl,lr as resolveOpChatApiBaseUrl,U as resolveWorkerBaseUrl,Ro as runAgentSdkProjectCommand,R as runAssistantMode,Br as runOpChatSmoke,So as runProfileCheck,Qo as runProfileSdkCommand,G as runScheduleNow,cr as sandboxTemplateBuildMetadata,dr as sandboxTemplateBuildPlan,tr as sandboxTemplateDurableVolume,br as sandboxTemplateExecutableEntries,ar as sandboxTemplateFileInput,hr as sandboxTemplateJsonSchema,xr as sandboxTemplatePreviewPort,pr as sandboxTemplateResources,gr as sandboxTemplateScaffoldFiles,ro as saveConfig,eo as saveGlobalConfig,oo as saveProfileApiKey,Uo as saveProfilePushStatus,A as searchOpenToolRecipes,No as selectOpenPondProfile,zr as sendHostedChatTurn,$ as setActiveProfile,po as setCachedApps,xo as setCachedTools,a as startAppLifecycle,D as startAppSchedules,E as stopAppSchedules,F as stopCurrentAppSchedules,Ar as streamHostedChatTurn,s as updateAppEnvironment,X as updateGlobalConfig,rr as validateSandboxTemplateManifest,or as validateSandboxTemplateYaml};
2
+ import"./chunks/chunk-X37KMV27.js";import{a as Er,b as Fr,c as Gr,d as Hr,e as Ir,f as Jr,g as Kr,h as Lr,i as Mr,j as Nr,k as Or,l as Pr}from"./chunks/chunk-Y7ZYJQGZ.js";import{a as kr,b as lr,c as nr}from"./chunks/chunk-22UARBPW.js";import{a as qr,b as sr,c as ur,d as vr,e as wr,f as yr,g as zr,h as Ar,i as Br,j as Cr,k as Dr}from"./chunks/chunk-I5K74TOH.js";import{A as Mo,B as No,C as Oo,D as Po,E as Qo,F as Ro,G as So,H as To,I as Uo,J as Vo,K as Wo,b as ho,c as io,d as jo,e as ko,f as lo,g as no,h as qo,i as so,j as uo,k as vo,l as wo,m as yo,n as zo,o as Ao,p as Bo,q as Co,r as Do,s as Eo,t as Fo,u as Go,v as Ho,w as Io,x as Jo,y as Ko,z as Lo}from"./chunks/chunk-BB6DJKXX.js";import"./chunks/chunk-73KFNV3D.js";import"./chunks/chunk-OGPHXXCD.js";import"./chunks/chunk-B6IIGPWS.js";import{$,A as D,B as E,C as F,D as G,E as H,F as I,G as J,H as K,I as L,J as M,K as N,L as O,M as P,N as Q,O as R,P as S,Q as T,U,V,W,X,Y,Z,_,a as o,aa as oo,b as p,ba as ro,c as t,ca as eo,d as x,da as fo,e as a,ea as mo,f as b,fa as po,g as c,ga as to,h as d,ha as xo,i as g,ia as go,j as h,k as i,l as j,n as k,o as l,p as n,q,r as s,s as u,t as v,u as w,v as y,w as z,x as A,y as B,z as C}from"./chunks/chunk-SS3EG6S2.js";import{a as r,b as e,c as f,d as m}from"./chunks/chunk-GLUWATL5.js";import"./chunks/chunk-O4IARD7H.js";import{f as ao,g as bo,h as co}from"./chunks/chunk-J2S7BOZU.js";import"./chunks/chunk-UW6ES5DM.js";import"./chunks/chunk-3A7HZJNE.js";import{a as Xo,b as Yo,c as Zo,d as _o,e as $o,f as or,g as rr,h as er,i as fr,j as mr,k as pr,l as tr,m as xr,n as ar,o as br,p as cr,q as dr,r as gr,s as hr,t as ir,u as jr}from"./chunks/chunk-EAPFMACH.js";import"./chunks/chunk-6FA3GG5B.js";import"./chunks/chunk-NNLI4OWY.js";import"./chunks/chunk-HZP5U2AA.js";import"./chunks/chunk-ES2ISFJC.js";import"./chunks/chunk-H7IWJN7L.js";import"./chunks/chunk-FTQLQJQV.js";export{fo as DEFAULT_CACHE_TTL_MS,yo as DEFAULT_LOCAL_PROFILE,e as DEFAULT_OPENPOND_API_BASE_URL,m as DEFAULT_OPENPOND_CHAT_API_BASE_URL,f as DEFAULT_OPENPOND_OPCHAT_API_BASE_URL,r as DEFAULT_OPENPOND_WEB_BASE_URL,zo as DEFAULT_PROFILE_AGENT,Zo as OPENPOND_MANIFEST_FILE_NAME,ho as OpenPondProfileSetupRequiredError,bo as OpenPondSandboxClient,wo as PROFILE_MANIFEST,vo as PROFILE_REPO_MANIFEST,go as SANDBOX_RUNTIME_PROFILE_IDS,_o as SANDBOX_TEMPLATE_BUILD_PLAN_FILE_NAME,$o as SANDBOX_TEMPLATE_BUILD_PLAN_KIND,Yo as SANDBOX_TEMPLATE_PREVIEW_PORT_MAX,Xo as SANDBOX_TEMPLATE_PREVIEW_PORT_MIN,or as SandboxTemplateManifestSchema,rr as SandboxTemplateValidationDiagnosticSchema,o as apiFetch,jo as assertOpenPondProfileActionReady,io as buildOpenPondProfileSetupGate,Q as checkOpenPondApiHealth,lo as collectProfileSourceUploadEntries,Uo as commitActiveProfileChanges,p as commitFiles,Nr as computeAtr,Lr as computeBollinger,Ir as computeEma,Hr as computeEmaSeries,Kr as computeMaCross,Jr as computeMacd,Mr as computePriceChange,Er as computeRsi,Gr as computeSma,Fr as computeSmaSeries,Or as consumeAgentCreateStream,lr as consumeStream,M as createAgentFromPrompt,Pr as createClient,k as createHeadlessApps,i as createLocalProject,co as createOpenPondSandboxClient,j as createRepo,Co as defaultLocalProfileRepoPath,tr as defineSandboxTemplate,H as deleteOrArchiveSchedule,t as deployApp,q as deployLatestTemplate,Do as emptyProfileState,V as executeHostedTool,T as executeUserTool,v as fetchToolManifest,ko as formatOpenPondProfileSetupRequirement,pr as formatSandboxTemplateDiagnostics,nr as formatStreamItem,u as getAppEnvironment,L as getAppExecutionTimeline,O as getAppRuntimeSummary,mo as getCachedApps,to as getCachedTools,W as getConfigPath,g as getDeploymentDetail,b as getDeploymentLogs,c as getDeploymentStatus,d as getLatestDeploymentForApp,vr as getOpChatModel,zr as getOpChatProvider,P as getOpenPondAccount,B as getOpenToolRecipe,C as getOpenToolRules,K as getScheduleExecutionLog,l as getTemplateStatus,N as getUserPerformance,qo as hostedPublishStatusFromPayload,uo as hostedRunStatusFromRunSummary,so as hostedRunSummaryFromPayload,no as hostedSourceCheckStatusFromPayload,Eo as initLocalProfileRepo,Io as installAgentPackageIntoActiveProfile,y as listAppSchedules,h as listApps,_ as listConfiguredProfiles,J as listDeploymentScheduleExecutionLogs,wr as listHostedModels,Ar as listHostedProviders,ur as listOpChatModels,yr as listOpChatProviders,z as listOpenToolRecipes,I as listScheduleExecutionLogs,n as listTemplateBranches,w as listUserTools,Z as loadConfig,Y as loadGlobalConfig,Fo as loadLocalProfileRepo,Lo as loadOpenPondProfileLibrary,Jo as loadOpenPondProfileState,Mo as loadOpenPondProfileStateForRef,Po as loadOpenPondProfileStateFromSource,Bo as mergeActiveLocalProfileConfig,Ao as mergeProfileRepoManifestEntry,kr as normalizeDataFrames,ao as normalizeSandboxApiUrl,Ko as openPondProfileRef,mr as parseSandboxTemplateYaml,S as postAgentDigest,Wo as prepareAgentSdkRuntimePackage,x as promotePreviewToProduction,Go as registerLocalProfileRepo,Oo as removeOpenPondProfile,Ho as renameActiveProfileAgent,Qo as requireActiveLocalProfile,sr as resolveHostedChatApiBaseUrl,qr as resolveOpChatApiBaseUrl,U as resolveWorkerBaseUrl,So as runAgentSdkProjectCommand,R as runAssistantMode,Dr as runOpChatSmoke,To as runProfileCheck,Ro as runProfileSdkCommand,G as runScheduleNow,gr as sandboxTemplateBuildMetadata,hr as sandboxTemplateBuildPlan,ar as sandboxTemplateDurableVolume,dr as sandboxTemplateExecutableEntries,cr as sandboxTemplateFileInput,jr as sandboxTemplateJsonSchema,br as sandboxTemplatePreviewPort,xr as sandboxTemplateResources,ir as sandboxTemplateScaffoldFiles,ro as saveConfig,eo as saveGlobalConfig,oo as saveProfileApiKey,Vo as saveProfilePushStatus,A as searchOpenToolRecipes,No as selectOpenPondProfile,Br as sendHostedChatTurn,$ as setActiveProfile,po as setCachedApps,xo as setCachedTools,a as startAppLifecycle,D as startAppSchedules,E as stopAppSchedules,F as stopCurrentAppSchedules,Cr as streamHostedChatTurn,s as updateAppEnvironment,X as updateGlobalConfig,fr as validateSandboxTemplateManifest,er as validateSandboxTemplateYaml};
@@ -87,6 +87,12 @@ export declare function loadOpenPondProfileLibrary(): Promise<OpenPondProfileLib
87
87
  export declare function loadOpenPondProfileStateForRef(ref: OpenPondProfileRef | null | undefined): Promise<OpenPondProfileState>;
88
88
  export declare function selectOpenPondProfile(ref: OpenPondProfileRef): Promise<OpenPondProfileState>;
89
89
  export declare function removeOpenPondProfile(ref: OpenPondProfileRef): Promise<OpenPondProfileLibrary>;
90
+ /** Inspect an explicitly authorized source checkout without changing the
91
+ * device's selected Profile or its personal configuration. */
92
+ export declare function loadOpenPondProfileStateFromSource(input: {
93
+ repoPath: string;
94
+ profileId: string;
95
+ }): Promise<OpenPondProfileState>;
90
96
  export declare function requireActiveLocalProfile(): Promise<{
91
97
  config: LocalOpenPondProfileConfig;
92
98
  state: OpenPondProfileState;
@@ -115,3 +121,4 @@ export declare function commitActiveProfileChanges(message?: string): Promise<{
115
121
  state: OpenPondProfileState;
116
122
  }>;
117
123
  export declare function saveProfilePushStatus(status: LocalOpenPondProfilePushStatus): Promise<void>;
124
+ export declare function prepareAgentSdkRuntimePackage(): Promise<string>;
@@ -4,6 +4,7 @@ export declare class OpenPondSandboxInstanceClient {
4
4
  readonly apiKey: string;
5
5
  readonly apiRootUrl: string;
6
6
  readonly sandboxApiUrl: string;
7
+ readonly customEndpoint: boolean;
7
8
  constructor(options: OpenPondSandboxClientOptions);
8
9
  create(input: SandboxCreateInput, options?: SandboxCreateOptions): Promise<SandboxRecord>;
9
10
  get(sandboxId: string): Promise<SandboxRecord>;
@@ -68,6 +69,6 @@ export declare class OpenPondSandboxInstanceClient {
68
69
  integrationLeases(sandboxId: string): Promise<SandboxIntegrationLeasesResponse>;
69
70
  attachIntegrationConnection(sandboxId: string, input: SandboxIntegrationConnectionLeaseInput): Promise<SandboxIntegrationLeasesResponse>;
70
71
  removeIntegrationLease(sandboxId: string, leaseId: string): Promise<SandboxIntegrationLeasesResponse>;
71
- request<T>(path: string, init?: RequestInit): Promise<T>;
72
+ request<T>(path: string, init?: ApiFetchOptions): Promise<T>;
72
73
  requestApiRoot<T>(path: string, init?: ApiFetchOptions): Promise<T>;
73
74
  }
@@ -25,6 +25,8 @@ export type SandboxSmokeSummary = {
25
25
  state: SandboxState;
26
26
  };
27
27
  export type OpenPondSandboxClientOptions = {
28
+ /** Custom services receive only their explicit credential and reject redirects. */
29
+ customEndpoint?: boolean;
28
30
  baseUrl?: string;
29
31
  sandboxApiUrl?: string;
30
32
  apiKey: string;
@@ -6,6 +6,7 @@
6
6
  openpond-profile.json
7
7
  profiles/<profile>/
8
8
  settings/profile.yaml
9
+ workflows/catalog.json
9
10
  agents/<agent-id>/
10
11
  package.json
11
12
  tsconfig.json
@@ -26,4 +27,12 @@ The exact repository may contain a different selected Profile layout. Read its m
26
27
 
27
28
  Source belongs in the Agent package. SDK-generated manifests, action registries, inspection output, eval results, traces, and artifact indexes belong under `.openpond/` and should be refreshed through the SDK rather than hand-authored.
28
29
 
30
+ Reusable Profile Work workflows belong in `profiles/<profile>/workflows/catalog.json`.
31
+ They name stable workflow IDs, JSON input schemas, released instructions or
32
+ typed runtime actions, and enabled Skill paths. This catalog is distinct from
33
+ an Agent package's internal `agent/workflows/`. Commit it with the Profile;
34
+ the server validates it and returns exact release bindings through
35
+ `GET /v1/profile/workflows`. Keep evaluation definitions under `evals/` and
36
+ outside model-visible workflow instructions.
37
+
29
38
  An improve target is exact authority. Never fall back to the default Agent, a similarly named directory, or another Profile.
@@ -0,0 +1 @@
1
+ .sidebar-task-menu{position:fixed;z-index:1000;width:192px;max-height:calc(100vh - 16px);overflow-y:auto;padding:4px;border:0;border-radius:8px;background:var(--panel);color:var(--text);box-shadow:0 8px 24px #0006}.sidebar-task-menu button{display:flex;align-items:center;gap:8px;width:100%;min-height:32px;padding:6px 8px;border:0;border-radius:4px;background:transparent;color:inherit;font:inherit;font-size:12px;text-align:left;cursor:pointer}.sidebar-task-menu button:hover,.sidebar-task-menu button:focus-visible{background:#000;outline:none}.sidebar-task-menu .task-menu-done{border-top:1px solid var(--border);margin-top:4px}.sidebar-task-menu-trigger.is-open{opacity:1;pointer-events:auto}.sidebar-row.sidebar-task-row.has-running-dot .row-meta{align-self:center;margin-top:0}@media(hover:none){.sidebar-task-menu-trigger{opacity:1;pointer-events:auto}}.sidebar-row-actions.sidebar-task-menu-trigger{background:transparent;padding:0}.sidebar-task-row:hover .sidebar-task-menu-trigger .sidebar-row-action,.sidebar-task-row:focus-within .sidebar-task-menu-trigger .sidebar-row-action,.sidebar-task-menu-trigger.is-open .sidebar-row-action{background:var(--panel)}