openpond 0.0.37 → 0.0.39
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/README.md +3 -7
- package/dist/api/core.d.ts +6 -0
- package/dist/api/types.d.ts +0 -50
- package/dist/api/vercel-protection.d.ts +1 -0
- package/dist/api.d.ts +2 -8
- package/dist/chunks/{app-layer-LF2HK2B2.js → app-layer-LTBWNA2F.js} +32 -10
- package/dist/chunks/app-server-runtime-VYYJ2AWX.js +18 -0
- package/dist/chunks/{apps-ZMCMQZKX.js → apps-CZAJBGE3.js} +6 -124
- package/dist/chunks/{chunk-MHBQWGCL.js → chunk-2SF6HLT7.js} +5463 -5535
- package/dist/chunks/{chunk-VFL2JVBZ.js → chunk-3CDPPVLE.js} +111 -84
- package/dist/chunks/{chunk-N6E6YSTP.js → chunk-3HW6OSHP.js} +1 -3
- package/dist/chunks/{chunk-43YI36NA.js → chunk-3KLQ52B2.js} +228 -5
- package/dist/chunks/chunk-4HIWFIMN.js +37172 -0
- package/dist/chunks/{chunk-WTA33KQQ.js → chunk-4N6E3OVF.js} +4 -4
- package/dist/chunks/{chunk-35PPAOWD.js → chunk-6V7MJVRO.js} +56 -11
- package/dist/chunks/{chunk-ICLLW5QD.js → chunk-BQQZNGI6.js} +154 -194
- package/dist/chunks/chunk-DBHSOTYZ.js +1552 -0
- package/dist/chunks/{chunk-ZZ4ECDTP.js → chunk-FCVVOMIP.js} +145 -5
- package/dist/chunks/{chunk-A3CJUBA7.js → chunk-JIEUB6OS.js} +1 -1
- package/dist/chunks/{chunk-WL76II47.js → chunk-JJPAMKXZ.js} +1 -1
- package/dist/chunks/{chunk-2WMGA5FE.js → chunk-JRROTGQT.js} +1 -110
- package/dist/chunks/chunk-KHNHUA2H.js +1737 -0
- package/dist/chunks/{chunk-LNKYEHIJ.js → chunk-L6XH4ZGZ.js} +1 -1
- package/dist/chunks/chunk-M2NXTLH2.js +4054 -0
- package/dist/chunks/{chunk-IATK3CIP.js → chunk-MIZHCABO.js} +2 -195
- package/dist/chunks/chunk-SMNFI2FU.js +113 -0
- package/dist/chunks/chunk-VCVQLECH.js +675 -0
- package/dist/chunks/{chunk-KT2BB4AR.js → chunk-ZJBJQCQZ.js} +179 -52
- package/dist/chunks/{cli-5NFIDCRL.js → cli-JS76LCW2.js} +9 -5
- package/dist/chunks/{core-commands-7223BEQL.js → core-commands-4MRJQZJV.js} +7 -5
- package/dist/chunks/{harness-OMJXIGEW.js → desktop-test-RNMWLOVU.js} +15 -14
- package/dist/chunks/{chunk-ZPL4GZML.js → extension-GDRW22N3.js} +5866 -3601
- package/dist/chunks/{help-YPPROIS7.js → help-LWNREJ7U.js} +1 -1
- package/dist/chunks/{opchat-K7IYFPX6.js → opchat-2K2JIGK3.js} +9 -10
- package/dist/chunks/{organizations-W3FMAWQ4.js → organizations-Z5HVD2E7.js} +11 -9
- package/dist/chunks/{profile-N4B3F7M7.js → profile-QNECVVGN.js} +12 -38
- package/dist/chunks/{project-agent-NA6SGU25.js → project-agent-W3V75WBR.js} +9 -411
- package/dist/chunks/{sandbox-command-AKCFJKKN.js → sandbox-command-X3FO74NX.js} +7 -5
- package/dist/chunks/{sandbox-template-5NKTAXCL.js → sandbox-template-5B4T4BGU.js} +8 -6
- package/dist/chunks/{src-XAVSQTVR.js → src-ESAILPUH.js} +32 -30
- package/dist/chunks/src-IC5RX4L6.js +63517 -0
- package/dist/chunks/{teams-bot-557NZC73.js → teams-bot-NTQ6VFFL.js} +6 -4
- package/dist/chunks/training-BR5A7SPU.js +320 -0
- package/dist/chunks/{workspaces-S2H75XQB.js → workspaces-XC3QBD2Y.js} +2 -2
- package/dist/cli.js +24 -12
- package/dist/client-types.d.ts +1 -9
- package/dist/client.d.ts +3 -3
- package/dist/config.d.ts +9 -3
- package/dist/index.js +1300 -1091
- package/dist/profile/local-profile-types.d.ts +16 -0
- package/dist/profile/local-profile.d.ts +50 -4
- package/dist/sandbox/client-handles.d.ts +33 -46
- package/dist/sandbox/client.d.ts +4 -26
- package/dist/sandbox/sandbox-instance-client.d.ts +5 -5
- package/dist/sandbox/types/client.d.ts +1 -2
- package/dist/sandbox/types/core.d.ts +0 -1
- package/dist/sandbox/types/org-project-agent.d.ts +3 -89
- package/dist/sandbox/types/record.d.ts +1 -2
- package/dist/sandbox/types/runtime-profiles.d.ts +2 -2
- package/dist/sandbox-template/manifest.d.ts +1 -1
- package/dist/skills/openpond-agent-authoring/SKILL.md +40 -0
- package/dist/skills/openpond-agent-authoring/references/action-and-chat-design.md +13 -0
- package/dist/skills/openpond-agent-authoring/references/integrations-and-setup.md +13 -0
- package/dist/skills/openpond-agent-authoring/references/profile-layout.md +29 -0
- package/dist/skills/openpond-agent-authoring/references/validation-and-repair.md +14 -0
- package/dist/skills/openpond-desktop-harness/SKILL.md +1 -1
- package/dist/skills/openpond-skill-authoring/SKILL.md +44 -0
- package/dist/skills/openpond-skill-authoring/references/copying-and-adaptation.md +16 -0
- package/dist/skills/openpond-skill-authoring/references/skill-package-layout.md +38 -0
- package/dist/skills/openpond-skill-authoring/references/validation-and-repair.md +24 -0
- package/dist/skills/openpond-skill-authoring/scripts/validate-skill.mjs +102 -0
- package/dist/skills/openpond-taskset-authoring/SKILL.md +64 -22
- package/dist/skills/openpond-taskset-authoring/artifact.json +39 -0
- package/dist/skills/openpond-taskset-authoring/references/graders-and-rewards.md +3 -0
- package/dist/skills/openpond-taskset-authoring/references/method-selection.md +1 -1
- package/dist/skills/openpond-taskset-authoring/references/privacy-and-provenance.md +2 -0
- package/dist/skills/openpond-taskset-authoring/references/task-design.md +32 -0
- package/dist/web/assets/{AppDialog-y6krB0MJ.js → AppDialog-Bua3f-6v.js} +1 -1
- package/dist/web/assets/{AppsView-4F6oLktr.js → AppsView-DrJkHeSO.js} +1 -1
- package/dist/web/assets/BrowserSidebar-Bf-4Vozm.js +1 -0
- package/dist/web/assets/CommandMenu-DDZlGQiB.js +1 -0
- package/dist/web/assets/CommunityView-BtcCrba7.js +1 -0
- package/dist/web/assets/ComposerCreateImproveStrip-DOe5Otg6.js +1 -0
- package/dist/web/assets/GetStartedView-CG4z0Dtw.js +1 -0
- package/dist/web/assets/GetStartedView-yVmnGZPw.css +1 -0
- package/dist/web/assets/LabModelVersionDetailPage-BEkmSKuv.js +1 -0
- package/dist/web/assets/LabSkillSidebar-BIotN_RB.js +1 -0
- package/dist/web/assets/LabsRoute-CfOe0Zt5.js +3 -0
- package/dist/web/assets/LabsRoute-CoSPO4HR.css +1 -0
- package/dist/web/assets/MainChatThread-C0-l1mHt.js +2 -0
- package/dist/web/assets/MainPane-Bky_Rqcx.css +1 -0
- package/dist/web/assets/MainPane-aOVlVyRK.js +6 -0
- package/dist/web/assets/MarkdownText-D7DT1k1k.js +9 -0
- package/dist/web/assets/Messages-CBIXruA9.js +9 -0
- package/dist/web/assets/NativeSkillSidebar-C4t69Y7B.js +1 -0
- package/dist/web/assets/NewProjectDialog-Bat65tYD.js +1 -0
- package/dist/web/assets/OutputsPage-C58n39Db.js +1 -0
- package/dist/web/assets/RightChatPanelStack-Bp7nZxQ0.js +1 -0
- package/dist/web/assets/ScheduledWorkPage-BXP0j_c_.js +1 -0
- package/dist/web/assets/SettingsView-CtWK_aQ0.css +1 -0
- package/dist/web/assets/SettingsView-DOOfhO9a.js +6 -0
- package/dist/web/assets/TeamChatView-Cgxm-pKA.css +1 -0
- package/dist/web/assets/TeamChatView-De2wdqyY.js +3 -0
- package/dist/web/assets/{TerminalOverlay-B56XmI-k.js → TerminalOverlay-BsuCH3NX.js} +1 -1
- package/dist/web/assets/TrainingCreationPanel-D2OFWyQ-.js +1 -0
- package/dist/web/assets/TrainingDraftPanel-DBpulXTz.js +1 -0
- package/dist/web/assets/{UsageSettingsSection-r3CqRm6Q.js → UsageSettingsSection-DzMLUXAO.js} +37 -37
- package/dist/web/assets/WorkspaceDiffPanel-B7yIhjNF.js +14 -0
- package/dist/web/assets/WorkspaceEnvironmentMenu-B6jXM9xG.js +32 -0
- package/dist/web/assets/WorkspaceGitDialogs-CQ0fl9Qk.js +1 -0
- package/dist/web/assets/{WorkspaceMonacoEditor-CHd22UcG.js → WorkspaceMonacoEditor-C2ctzITz.js} +3 -3
- package/dist/web/assets/arrow-up-right-ecwcx3xt.js +1 -0
- package/dist/web/assets/chevron-up-DP8PPfWd.js +1 -0
- package/dist/web/assets/circle-alert-envg1D6O.js +1 -0
- package/dist/web/assets/cloud-upload-5MGPLnaA.js +1 -0
- package/dist/web/assets/{cssMode-KFDYjM8T.js → cssMode-CFifcEfw.js} +1 -1
- package/dist/web/assets/folder-open-Dq3ZjeEP.js +1 -0
- package/dist/web/assets/folder-plus-EiZ5wbv_.js +1 -0
- package/dist/web/assets/git-branch-w29jmQ-X.js +1 -0
- package/dist/web/assets/{git-commit-horizontal-C8UFKlXy.js → git-commit-horizontal-CGZM0PZo.js} +1 -1
- package/dist/web/assets/{htmlMode-NbLN3n6Q.js → htmlMode-Ct1P-_lf.js} +1 -1
- package/dist/web/assets/index-ByIQyiUl.js +178 -0
- package/dist/web/assets/index-D4uCeiep.js +1 -0
- package/dist/web/assets/index-D9jTe16Q.css +1 -0
- package/dist/web/assets/info-Cd2HkIeb.js +1 -0
- package/dist/web/assets/{jsonMode-Bl3r4LM_.js → jsonMode-BAUNCNAX.js} +1 -1
- package/dist/web/assets/{lspLanguageFeatures-DH22w5XD.js → lspLanguageFeatures-fucFYI1A.js} +1 -1
- package/dist/web/assets/monaco.contribution-Ce4v5kei.js +2 -0
- package/dist/web/assets/monaco.contribution-DLLMi4cB.js +2 -0
- package/dist/web/assets/monaco.contribution-g9QiIm1d.js +2 -0
- package/dist/web/assets/monaco.contribution-nG-5Cyjz.js +2 -0
- package/dist/web/assets/monitor-DgHCnCKl.js +1 -0
- package/dist/web/assets/{play-2NDQ4-7K.js → play-Be0XDHBu.js} +1 -1
- package/dist/web/assets/{python-CQ0TmUW9.js → python-CEhEiPo7.js} +1 -1
- package/dist/web/assets/{refresh-cw-CyermMsy.js → refresh-cw-DH0KLbdD.js} +1 -1
- package/dist/web/assets/reply-D1TK2yV8.js +1 -0
- package/dist/web/assets/{save-Bij3cc3Q.js → save-C1MSeBnQ.js} +1 -1
- package/dist/web/assets/square-CemI-0g5.js +1 -0
- package/dist/web/assets/square-pen-CqfsvR_n.js +1 -0
- package/dist/web/assets/{toggleHighContrast-CxALivAH.js → toggleHighContrast-DrdQN3Rl.js} +1 -1
- package/dist/web/assets/training-BQVNUTZA.css +1 -0
- package/dist/web/assets/training-model-data-B7-1Bxil.js +1 -0
- package/dist/web/assets/{tsMode-vH4lMS7h.js → tsMode-CKB5oOUU.js} +1 -1
- package/dist/web/assets/{upload-DbJfEI3G.js → upload-t751LLqP.js} +1 -1
- package/dist/web/assets/useLocalAgentSchedules-CzC3wfIP.js +1 -0
- package/dist/web/assets/{wifi-off-BnVFBG28.js → wifi-off-CxTHH3JU.js} +1 -1
- package/dist/web/assets/{workers-CBihj7z6.js → workers-CqYddzCd.js} +1 -1
- package/dist/web/assets/{yaml-Bhkoq1sy.js → yaml-e5wBkc-C.js} +1 -1
- package/dist/web/index.html +2 -2
- package/docs/command-reference.md +76 -41
- package/package.json +3 -1
- package/dist/chunks/chunk-3VURZQHA.js +0 -864
- package/dist/chunks/chunk-BWA3COR4.js +0 -3535
- package/dist/chunks/chunk-HLCTINEP.js +0 -224
- package/dist/chunks/chunk-PGET7EZF.js +0 -3896
- package/dist/chunks/chunk-T4QXKU5Y.js +0 -1
- package/dist/chunks/chunk-XEJ7XXUQ.js +0 -1301
- package/dist/chunks/cli-AS3DZ7XB.js +0 -23
- package/dist/chunks/extend-6N5S5KA5.js +0 -89
- package/dist/chunks/extension-FJSVCG2Q.js +0 -121
- package/dist/chunks/fileFromPath-DHCRY3BD.js +0 -2151
- package/dist/chunks/src-SCS4KKP4.js +0 -105881
- package/dist/web/assets/BrowserSidebar-C0MHQaaD.js +0 -1
- package/dist/web/assets/CloudWorkView-DNoPIlMj.css +0 -1
- package/dist/web/assets/CloudWorkView-DwFIZoXy.js +0 -1
- package/dist/web/assets/CommandMenu-CYGFrMZi.js +0 -1
- package/dist/web/assets/CommunityView-C6n89YXz.js +0 -1
- package/dist/web/assets/ComposerCreateImproveStrip-C3RwXC3_.js +0 -1
- package/dist/web/assets/GetStartedView-DBLdduwr.css +0 -1
- package/dist/web/assets/GetStartedView-fwD0ZXo9.js +0 -1
- package/dist/web/assets/LabSkillSidebar-BSuc-NJr.js +0 -1
- package/dist/web/assets/LabsRoute-BrJkBNig.css +0 -1
- package/dist/web/assets/LabsRoute-D2y8dSsT.js +0 -3
- package/dist/web/assets/MainChatThread-Dj_Ry6WQ.js +0 -2
- package/dist/web/assets/MakeAgentTutorialLearningPanel-Bz2VDaRe.js +0 -2
- package/dist/web/assets/MarkdownText-B6Nu_0Fz.js +0 -7
- package/dist/web/assets/Messages-CH2wfv2a.js +0 -10
- package/dist/web/assets/NativeSkillSidebar-4iUfgwqO.js +0 -1
- package/dist/web/assets/NewProjectDialog-8M5-6-h-.js +0 -1
- package/dist/web/assets/PostTrainingLearningPanel-CdG5KHZs.js +0 -2
- package/dist/web/assets/PostTrainingStatusPill-COZ4qISQ.js +0 -1
- package/dist/web/assets/ProfileSettingsSection-Bo7dybgW.js +0 -1
- package/dist/web/assets/ProfileSettingsSection-Cg4tKO-C.css +0 -1
- package/dist/web/assets/RightChatPanelStack-Di8zoHJI.js +0 -1
- package/dist/web/assets/SettingsView-BcYyY66X.css +0 -1
- package/dist/web/assets/SettingsView-CAaKdDHt.js +0 -6
- package/dist/web/assets/TeamChatView-Bx44q3WV.css +0 -1
- package/dist/web/assets/TeamChatView-CzQYFBap.js +0 -3
- package/dist/web/assets/TrainingCreationPanel-C_ntWAAP.js +0 -1
- package/dist/web/assets/TrainingDraftPanel-3hJIxLNn.js +0 -1
- package/dist/web/assets/WorkspaceDiffPanel-By8PWUuE.js +0 -14
- package/dist/web/assets/WorkspaceEnvironmentMenu-7wmC-spz.js +0 -32
- package/dist/web/assets/WorkspaceGitDialogs-Hn--lsRh.js +0 -1
- package/dist/web/assets/activity-Dp5V58om.js +0 -1
- package/dist/web/assets/boxes-DE7WJaEv.js +0 -1
- package/dist/web/assets/chevron-up-BWx8gGab.js +0 -1
- package/dist/web/assets/circle-x-DnmOfZIg.js +0 -1
- package/dist/web/assets/copy-BjWvaXLC.js +0 -1
- package/dist/web/assets/create-pipeline-request-C4V6-lWN.js +0 -4
- package/dist/web/assets/credit-card-Bjg0Zaw5.js +0 -1
- package/dist/web/assets/file-BrC1KjAS.js +0 -1
- package/dist/web/assets/git-branch-DTeeARsp.js +0 -1
- package/dist/web/assets/index-BcZetaeD.css +0 -1
- package/dist/web/assets/index-DQalqxbw.js +0 -177
- package/dist/web/assets/index-DYxF_d9i.js +0 -1
- package/dist/web/assets/info-BXBpMeVU.js +0 -1
- package/dist/web/assets/make-agent-tutorial-CAnTPFCK.js +0 -2
- package/dist/web/assets/monaco.contribution-C0BsxYAz.js +0 -2
- package/dist/web/assets/monaco.contribution-CzpXjm9j.js +0 -2
- package/dist/web/assets/monaco.contribution-DK-g-i00.js +0 -2
- package/dist/web/assets/monaco.contribution-iAurj7TQ.js +0 -2
- package/dist/web/assets/monitor-Ba2FFblh.js +0 -1
- package/dist/web/assets/reply-BSExNLHM.js +0 -1
- package/dist/web/assets/rotate-cw-DJ-zYG9E.js +0 -1
- package/dist/web/assets/training-BN8CALIc.css +0 -1
- package/dist/web/assets/training-model-data-BXUCzS0p.js +0 -1
- package/dist/web/tokens/eth.svg +0 -1
- package/dist/web/tokens/usdc.svg +0 -1
- package/docs/agent-edit-check-status-json.md +0 -132
|
@@ -87,6 +87,7 @@ var json = "json";
|
|
|
87
87
|
var number = "number";
|
|
88
88
|
var string = "string";
|
|
89
89
|
var CHAT_OPTION_SCHEMA = {
|
|
90
|
+
agent: string,
|
|
90
91
|
approvalPolicy: string,
|
|
91
92
|
cwd: string,
|
|
92
93
|
json: boolean,
|
|
@@ -98,6 +99,7 @@ var CHAT_OPTION_SCHEMA = {
|
|
|
98
99
|
nonInteractive: boolean,
|
|
99
100
|
project: string,
|
|
100
101
|
provider: string,
|
|
102
|
+
resume: string,
|
|
101
103
|
sandbox: string,
|
|
102
104
|
server: string,
|
|
103
105
|
stdin: boolean,
|
|
@@ -135,6 +137,8 @@ var SANDBOX_OPTION_SCHEMA = {
|
|
|
135
137
|
dockerfileContext: string,
|
|
136
138
|
dockerfileTarget: string,
|
|
137
139
|
domain: string,
|
|
140
|
+
env: string,
|
|
141
|
+
environment: string,
|
|
138
142
|
envLiteral: string,
|
|
139
143
|
envName: string,
|
|
140
144
|
envRef: string,
|
|
@@ -351,7 +355,6 @@ var AGENT_OPTION_SCHEMA = {
|
|
|
351
355
|
targetProjectId: string,
|
|
352
356
|
teamId: string,
|
|
353
357
|
triggerType: string,
|
|
354
|
-
workItemId: string,
|
|
355
358
|
workflowMode: string
|
|
356
359
|
};
|
|
357
360
|
|
|
@@ -394,7 +397,7 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
394
397
|
name: "help",
|
|
395
398
|
usage: "openpond help",
|
|
396
399
|
optionSchema: {},
|
|
397
|
-
handler: async () => (await import("./help-
|
|
400
|
+
handler: async () => (await import("./help-LWNREJ7U.js")).printHelp()
|
|
398
401
|
},
|
|
399
402
|
{
|
|
400
403
|
name: "version",
|
|
@@ -406,19 +409,19 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
406
409
|
name: "check-update",
|
|
407
410
|
usage: "openpond check-update",
|
|
408
411
|
optionSchema: {},
|
|
409
|
-
handler: async () => (await import("./core-commands-
|
|
412
|
+
handler: async () => (await import("./core-commands-4MRJQZJV.js")).runCheckUpdate()
|
|
410
413
|
},
|
|
411
414
|
{
|
|
412
415
|
name: "login",
|
|
413
416
|
usage: "openpond login [--base-url <url>]",
|
|
414
417
|
optionSchema: CLI_GLOBAL_OPTION_SCHEMA,
|
|
415
|
-
handler: async ({ options }) => (await import("./core-commands-
|
|
418
|
+
handler: async ({ options }) => (await import("./core-commands-4MRJQZJV.js")).runLogin(options)
|
|
416
419
|
},
|
|
417
420
|
{
|
|
418
421
|
name: "init",
|
|
419
422
|
usage: "openpond init [--path <dir>]",
|
|
420
423
|
optionSchema: { path: "string" },
|
|
421
|
-
handler: async ({ options }) => (await import("./profile-
|
|
424
|
+
handler: async ({ options }) => (await import("./profile-QNECVVGN.js")).runOpenPondInitCommand(options)
|
|
422
425
|
},
|
|
423
426
|
{
|
|
424
427
|
name: "profile",
|
|
@@ -444,30 +447,17 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
444
447
|
kind: "string",
|
|
445
448
|
path: "string",
|
|
446
449
|
publishHostedSource: "boolean",
|
|
447
|
-
teamId: "string"
|
|
448
|
-
workItemId: "string"
|
|
450
|
+
teamId: "string"
|
|
449
451
|
},
|
|
450
|
-
handler: async ({ options, rest }) => (await import("./profile-
|
|
452
|
+
handler: async ({ options, rest }) => (await import("./profile-QNECVVGN.js")).runOpenPondProfileCommand(options, rest)
|
|
451
453
|
},
|
|
452
454
|
{
|
|
453
455
|
name: "agents",
|
|
454
456
|
usage: "openpond agents [--json]",
|
|
455
457
|
optionSchema: { json: "boolean" },
|
|
456
|
-
handler: async ({ options, rest }) => (await import("./profile-
|
|
458
|
+
handler: async ({ options, rest }) => (await import("./profile-QNECVVGN.js")).runOpenPondAgentsCommand(options, rest)
|
|
457
459
|
},
|
|
458
460
|
...profileSdkAliasDefinitions(),
|
|
459
|
-
{
|
|
460
|
-
name: "extend",
|
|
461
|
-
usage: "openpond extend <instructions>",
|
|
462
|
-
optionSchema: { cwd: "string" },
|
|
463
|
-
handler: async ({ options, rest }) => (await import("./extend-6N5S5KA5.js")).runOpenPondExtendCommand(options, rest)
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
name: "edit",
|
|
467
|
-
usage: "openpond edit <instructions>",
|
|
468
|
-
optionSchema: { cwd: "string" },
|
|
469
|
-
handler: async ({ options, rest }) => (await import("./extend-6N5S5KA5.js")).runOpenPondEditCommand(options, rest)
|
|
470
|
-
},
|
|
471
461
|
{
|
|
472
462
|
name: "extension",
|
|
473
463
|
usage: "openpond extension <add|preview|list|inspect|update|remove> [owner/repo]",
|
|
@@ -478,25 +468,33 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
478
468
|
"openpond extension remove <owner/repo> [--json]"
|
|
479
469
|
],
|
|
480
470
|
optionSchema: { all: "boolean", json: "boolean", ref: "string" },
|
|
481
|
-
handler: async ({ options, rest }) => (await import("./extension-
|
|
471
|
+
handler: async ({ options, rest }) => (await import("./extension-GDRW22N3.js")).runOpenPondExtensionCommand(options, rest)
|
|
482
472
|
},
|
|
483
473
|
{
|
|
484
474
|
name: "profiles",
|
|
485
475
|
usage: "openpond profiles [args]",
|
|
486
476
|
optionSchema: { json: "boolean" },
|
|
487
|
-
handler: async ({ options, rest }) => (await import("./core-commands-
|
|
477
|
+
handler: async ({ options, rest }) => (await import("./core-commands-4MRJQZJV.js")).runProfiles(options, rest)
|
|
488
478
|
},
|
|
489
479
|
{
|
|
490
480
|
name: "account",
|
|
491
481
|
usage: "openpond account",
|
|
492
482
|
optionSchema: { json: "boolean" },
|
|
493
|
-
handler: async () => (await import("./core-commands-
|
|
483
|
+
handler: async () => (await import("./core-commands-4MRJQZJV.js")).runAccount()
|
|
494
484
|
},
|
|
495
485
|
{
|
|
496
486
|
name: "health",
|
|
497
487
|
usage: "openpond health",
|
|
498
488
|
optionSchema: { json: "boolean" },
|
|
499
|
-
handler: async ({ options }) => (await import("./core-commands-
|
|
489
|
+
handler: async ({ options }) => (await import("./core-commands-4MRJQZJV.js")).runHealth(options)
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
name: "app-server",
|
|
493
|
+
usage: "openpond app-server [--store-dir DIR]",
|
|
494
|
+
optionSchema: {
|
|
495
|
+
storeDir: "string"
|
|
496
|
+
},
|
|
497
|
+
handler: async ({ options, rest }) => (await import("./app-layer-LTBWNA2F.js")).runOpenPondServerCommand("app-server", options, rest)
|
|
500
498
|
},
|
|
501
499
|
{
|
|
502
500
|
name: "serve",
|
|
@@ -507,7 +505,7 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
507
505
|
listen: "string",
|
|
508
506
|
port: "integer"
|
|
509
507
|
},
|
|
510
|
-
handler: async ({ options, rest }) => (await import("./app-layer-
|
|
508
|
+
handler: async ({ options, rest }) => (await import("./app-layer-LTBWNA2F.js")).runOpenPondServerCommand("serve", options, rest)
|
|
511
509
|
},
|
|
512
510
|
{
|
|
513
511
|
name: "ui",
|
|
@@ -520,7 +518,7 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
520
518
|
port: "integer",
|
|
521
519
|
webRoot: "string"
|
|
522
520
|
},
|
|
523
|
-
handler: async ({ options, rest }) => (await import("./app-layer-
|
|
521
|
+
handler: async ({ options, rest }) => (await import("./app-layer-LTBWNA2F.js")).runOpenPondServerCommand("web", options, rest)
|
|
524
522
|
},
|
|
525
523
|
{
|
|
526
524
|
name: "tui",
|
|
@@ -534,13 +532,13 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
534
532
|
provider: "string",
|
|
535
533
|
server: "string"
|
|
536
534
|
},
|
|
537
|
-
handler: async ({ options, rest }) => (await import("./app-layer-
|
|
535
|
+
handler: async ({ options, rest }) => (await import("./app-layer-LTBWNA2F.js")).runOpenPondTerminalCommand(options, rest)
|
|
538
536
|
},
|
|
539
537
|
{
|
|
540
538
|
name: "chat",
|
|
541
|
-
usage: "openpond chat (--message-file <path>|--message <text>|--stdin) --non-interactive [--provider <id>] [--model <id>] [--project <id>] [--yes] [--approval-policy <policy>] [--json] [--timeout-sec <n>] [--max-output-bytes <n>] [--sandbox <mode>]",
|
|
539
|
+
usage: "openpond chat (--message-file <path>|--message <text>|--stdin) --non-interactive [--provider <id>] [--model <id>] [--agent <id>] [--project <id>] [--resume <session-id>] [--yes] [--approval-policy <policy>] [--json] [--timeout-sec <n>] [--max-output-bytes <n>] [--sandbox <mode>]",
|
|
542
540
|
optionSchema: CHAT_OPTION_SCHEMA,
|
|
543
|
-
handler: async ({ options, rest }) => (await import("./app-layer-
|
|
541
|
+
handler: async ({ options, rest }) => (await import("./app-layer-LTBWNA2F.js")).runOpenPondTerminalCommand(options, rest)
|
|
544
542
|
},
|
|
545
543
|
{
|
|
546
544
|
name: "tool",
|
|
@@ -576,7 +574,7 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
576
574
|
name: "sandbox-template",
|
|
577
575
|
usage: "openpond sandbox-template <command> [args]",
|
|
578
576
|
optionSchema: SANDBOX_TEMPLATE_OPTION_SCHEMA,
|
|
579
|
-
handler: async ({ options, rest }) => (await import("./sandbox-template-
|
|
577
|
+
handler: async ({ options, rest }) => (await import("./sandbox-template-5B4T4BGU.js")).runSandboxTemplateCommand(options, rest)
|
|
580
578
|
},
|
|
581
579
|
{
|
|
582
580
|
name: "repo",
|
|
@@ -593,47 +591,57 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
593
591
|
aliases: ["organization"],
|
|
594
592
|
usage: "openpond organizations <login|list|use|logout|whoami> [args]",
|
|
595
593
|
optionSchema: {
|
|
594
|
+
accessToken: "string",
|
|
595
|
+
arguments: "json",
|
|
596
596
|
callbackPort: "integer",
|
|
597
|
+
clientId: "string",
|
|
598
|
+
customDomain: "string",
|
|
599
|
+
displayName: "string",
|
|
600
|
+
email: "string",
|
|
601
|
+
env: "string",
|
|
602
|
+
environment: "string",
|
|
597
603
|
json: "boolean",
|
|
604
|
+
name: "string",
|
|
598
605
|
open: "boolean",
|
|
599
|
-
|
|
606
|
+
origin: "string",
|
|
607
|
+
primaryContactEmail: "string",
|
|
608
|
+
printToken: "boolean",
|
|
609
|
+
resourceUrl: "string",
|
|
610
|
+
role: "string",
|
|
611
|
+
scope: "string",
|
|
612
|
+
scopes: "string",
|
|
613
|
+
slug: "string",
|
|
614
|
+
status: "string",
|
|
615
|
+
timeout: "integer",
|
|
616
|
+
timeoutSeconds: "integer",
|
|
617
|
+
tool: "string",
|
|
618
|
+
toolName: "string",
|
|
619
|
+
toolset: "string",
|
|
620
|
+
url: "string"
|
|
600
621
|
},
|
|
601
|
-
handler: async ({ options, rest }) => (await import("./organizations-
|
|
622
|
+
handler: async ({ options, rest }) => (await import("./organizations-Z5HVD2E7.js")).runOrganizationsCommand(options, rest)
|
|
602
623
|
},
|
|
603
624
|
{
|
|
604
625
|
name: "project",
|
|
605
626
|
usage: "openpond project <list|create|upsert|get|update|sync|source-upload|archive> [args]",
|
|
606
627
|
optionSchema: PROJECT_OPTION_SCHEMA,
|
|
607
|
-
handler: async ({ options, rest }) => (await import("./project-agent-
|
|
628
|
+
handler: async ({ options, rest }) => (await import("./project-agent-W3V75WBR.js")).runProjectCommand(options, rest)
|
|
608
629
|
},
|
|
609
630
|
{
|
|
610
631
|
name: "agent",
|
|
611
|
-
usage: "openpond agent <inspect|build|validate|eval|traces|list|create|upsert|get|update|run|run-test|bind-source|source|
|
|
632
|
+
usage: "openpond agent <inspect|build|validate|eval|traces|list|create|upsert|get|update|run|run-test|bind-source|source|archive> [args]",
|
|
612
633
|
usages: [
|
|
613
634
|
"openpond agent run <action> [--cwd <project>] [--input <json>]",
|
|
614
635
|
"openpond agent run <agentId> --team-id <id> [--conversation-id <id>] [--target-project-id <projectId>] [--input <json>]",
|
|
615
|
-
"openpond agent source
|
|
616
|
-
"openpond agent
|
|
617
|
-
"openpond agent edit checkpoint-result|commit-result|pr-result <workItemId> --team-id <id> --ref <artifact-ref>"
|
|
636
|
+
"openpond agent source checks <agentId> --team-id <id> [--check-kind <kind>]",
|
|
637
|
+
"openpond agent source publish <agentId> --team-id <id> [--expected-manifest-hash <hash>]"
|
|
618
638
|
],
|
|
619
639
|
optionSchema: AGENT_OPTION_SCHEMA,
|
|
620
|
-
handler: async ({ options, rest }) => (await import("./project-agent-
|
|
640
|
+
handler: async ({ options, rest }) => (await import("./project-agent-W3V75WBR.js")).runAgentCommand(options, rest)
|
|
621
641
|
},
|
|
622
642
|
{
|
|
623
|
-
name: "
|
|
624
|
-
usage: "openpond
|
|
625
|
-
optionSchema: {
|
|
626
|
-
agentId: "string",
|
|
627
|
-
cwd: "string",
|
|
628
|
-
goalStorage: "string",
|
|
629
|
-
json: "boolean",
|
|
630
|
-
goalId: "string"
|
|
631
|
-
},
|
|
632
|
-
handler: async ({ options, rest }) => (await import("./cli-AS3DZ7XB.js")).runGoalCommand(options, rest)
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
name: "harness",
|
|
636
|
-
usage: "openpond harness desktop <run|attach> <scenario...> [--isolated|--attach|--packaged|--none] [--app <path>] [--artifacts-dir <path>] [--json <path>]",
|
|
643
|
+
name: "desktop-test",
|
|
644
|
+
usage: "openpond desktop-test <run|attach> <scenario...> [--isolated|--attach|--packaged|--none] [--app <path>] [--artifacts-dir <path>] [--json <path>]",
|
|
637
645
|
optionSchema: {
|
|
638
646
|
artifactsDir: "string",
|
|
639
647
|
attach: "boolean",
|
|
@@ -650,22 +658,56 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
650
658
|
token: "string",
|
|
651
659
|
tokenFile: "string"
|
|
652
660
|
},
|
|
653
|
-
handler: async ({ options, rest }) => (await import("./
|
|
661
|
+
handler: async ({ options, rest }) => (await import("./desktop-test-RNMWLOVU.js")).runDesktopTestCommand(options, rest)
|
|
654
662
|
},
|
|
655
663
|
{
|
|
656
664
|
name: "sandbox",
|
|
657
665
|
usage: "openpond sandbox <command> [args]",
|
|
658
666
|
optionSchema: SANDBOX_OPTION_SCHEMA,
|
|
659
|
-
handler: async ({ options, rest }) => (await import("./sandbox-command-
|
|
667
|
+
handler: async ({ options, rest }) => (await import("./sandbox-command-X3FO74NX.js")).runSandboxCommand(options, rest)
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
name: "training",
|
|
671
|
+
usage: "openpond training <start|status|watch|logs|cancel|artifacts> <model-run-id|run-id>",
|
|
672
|
+
usages: [
|
|
673
|
+
"openpond training start <model-run-id> [--manifest <path>] [--yes] [--max-spend <usd>] [--retention-days <days>] [--detach] [--json]",
|
|
674
|
+
"openpond training status <run-id> [--json]",
|
|
675
|
+
"openpond training watch <run-id> [--interval-ms <ms>] [--json]",
|
|
676
|
+
"openpond training logs <run-id> [--json]",
|
|
677
|
+
"openpond training cancel <run-id> [--json]",
|
|
678
|
+
"openpond training artifacts <run-id> [--json]"
|
|
679
|
+
],
|
|
680
|
+
optionSchema: {
|
|
681
|
+
apiBaseUrl: "string",
|
|
682
|
+
detach: "boolean",
|
|
683
|
+
intervalMs: "integer",
|
|
684
|
+
json: "boolean",
|
|
685
|
+
manifest: "string",
|
|
686
|
+
maxSpend: "number",
|
|
687
|
+
retentionDays: "integer",
|
|
688
|
+
yes: "boolean"
|
|
689
|
+
},
|
|
690
|
+
handler: async ({ options, rest }) => (await import("./training-BR5A7SPU.js")).runTrainingCommand(options, rest)
|
|
660
691
|
},
|
|
661
692
|
{
|
|
662
693
|
name: "opchat",
|
|
663
694
|
usage: "openpond opchat <command> [args]",
|
|
664
695
|
optionSchema: {
|
|
696
|
+
compatModel: "string",
|
|
697
|
+
compatibilityModel: "string",
|
|
698
|
+
env: "string",
|
|
699
|
+
environment: "string",
|
|
665
700
|
json: "boolean",
|
|
701
|
+
message: "string",
|
|
702
|
+
model: "string",
|
|
703
|
+
opchatApiBaseUrl: "string",
|
|
704
|
+
opchatApiUrl: "string",
|
|
705
|
+
prompt: "string",
|
|
706
|
+
skipStream: "boolean",
|
|
707
|
+
skipTool: "boolean",
|
|
666
708
|
stream: "boolean"
|
|
667
709
|
},
|
|
668
|
-
handler: async ({ options, rest }) => (await import("./opchat-
|
|
710
|
+
handler: async ({ options, rest }) => (await import("./opchat-2K2JIGK3.js")).runOpChatCommand(options, rest)
|
|
669
711
|
},
|
|
670
712
|
{
|
|
671
713
|
name: "teams-bot",
|
|
@@ -674,11 +716,11 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
674
716
|
json: "boolean",
|
|
675
717
|
teamId: "string"
|
|
676
718
|
},
|
|
677
|
-
handler: async ({ options, rest }) => (await import("./teams-bot-
|
|
719
|
+
handler: async ({ options, rest }) => (await import("./teams-bot-NTQ6VFFL.js")).runTeamsBotCommand(options, rest)
|
|
678
720
|
},
|
|
679
721
|
{
|
|
680
722
|
name: "apps",
|
|
681
|
-
usage: "openpond apps <list|code-visibility|tools|deploy|env get|env set|performance|summary|assistant|
|
|
723
|
+
usage: "openpond apps <list|code-visibility|tools|deploy|env get|env set|performance|summary|assistant|agent create> [args]",
|
|
682
724
|
optionSchema: {
|
|
683
725
|
appId: "string",
|
|
684
726
|
body: "json",
|
|
@@ -695,7 +737,7 @@ var CLI_COMMAND_REGISTRY = [
|
|
|
695
737
|
name: "opentool",
|
|
696
738
|
usage: "openpond opentool <init|validate|build> [args]",
|
|
697
739
|
optionSchema: {},
|
|
698
|
-
handler: async ({ rest }) => (await import("./core-commands-
|
|
740
|
+
handler: async ({ rest }) => (await import("./core-commands-4MRJQZJV.js")).runOpentool(rest)
|
|
699
741
|
}
|
|
700
742
|
];
|
|
701
743
|
var CLI_COMMAND_BY_NAME = /* @__PURE__ */ new Map();
|
|
@@ -767,11 +809,11 @@ function profileSdkAliasDefinitions() {
|
|
|
767
809
|
name,
|
|
768
810
|
usage: `openpond ${name} [args]`,
|
|
769
811
|
optionSchema: PROFILE_SDK_OPTION_SCHEMA,
|
|
770
|
-
handler: async ({ options, rest }) => (await import("./profile-
|
|
812
|
+
handler: async ({ options, rest }) => (await import("./profile-QNECVVGN.js")).runOpenPondProfileSdkAlias(name, options, rest)
|
|
771
813
|
}));
|
|
772
814
|
}
|
|
773
815
|
async function runToolCommand({ options, rest }) {
|
|
774
|
-
const { runToolList, runToolRun } = await import("./core-commands-
|
|
816
|
+
const { runToolList, runToolRun } = await import("./core-commands-4MRJQZJV.js");
|
|
775
817
|
const subcommand = rest[0];
|
|
776
818
|
if (subcommand === "list") {
|
|
777
819
|
const target = rest[1];
|
|
@@ -795,8 +837,8 @@ async function runToolCommand({ options, rest }) {
|
|
|
795
837
|
throw new Error("usage: tool <list|run> <handle>/<repo> [args]");
|
|
796
838
|
}
|
|
797
839
|
async function runBacktestCommand({ options, rest }) {
|
|
798
|
-
const { runBacktestRun } = await import("./core-commands-
|
|
799
|
-
const { runBacktestEvents, runBacktestGet } = await import("./apps-
|
|
840
|
+
const { runBacktestRun } = await import("./core-commands-4MRJQZJV.js");
|
|
841
|
+
const { runBacktestEvents, runBacktestGet } = await import("./apps-CZAJBGE3.js");
|
|
800
842
|
const subcommand = rest[0] || "run";
|
|
801
843
|
if (subcommand === "run") {
|
|
802
844
|
const target = rest[1];
|
|
@@ -830,7 +872,7 @@ async function runBacktestCommand({ options, rest }) {
|
|
|
830
872
|
throw new Error("usage: backtest <run|events|get> <handle>/<repo> [args]");
|
|
831
873
|
}
|
|
832
874
|
async function runDeployCommand({ options, rest }) {
|
|
833
|
-
const { runDeployWatch } = await import("./core-commands-
|
|
875
|
+
const { runDeployWatch } = await import("./core-commands-4MRJQZJV.js");
|
|
834
876
|
const subcommand = rest[0] || "watch";
|
|
835
877
|
if (subcommand !== "watch") {
|
|
836
878
|
throw new Error(
|
|
@@ -846,7 +888,7 @@ async function runDeployCommand({ options, rest }) {
|
|
|
846
888
|
await runDeployWatch(options, target);
|
|
847
889
|
}
|
|
848
890
|
async function runTemplateCommand({ options, rest }) {
|
|
849
|
-
const { runTemplateBranches, runTemplateStatus, runTemplateUpdate } = await import("./core-commands-
|
|
891
|
+
const { runTemplateBranches, runTemplateStatus, runTemplateUpdate } = await import("./core-commands-4MRJQZJV.js");
|
|
850
892
|
const subcommand = rest[0] || "status";
|
|
851
893
|
const target = rest[1];
|
|
852
894
|
if (!target) {
|
|
@@ -871,7 +913,7 @@ async function runTemplateCommand({ options, rest }) {
|
|
|
871
913
|
);
|
|
872
914
|
}
|
|
873
915
|
async function runRepoCommand({ options, rest }) {
|
|
874
|
-
const { runRepoCreate, runRepoPush } = await import("./core-commands-
|
|
916
|
+
const { runRepoCreate, runRepoPush } = await import("./core-commands-4MRJQZJV.js");
|
|
875
917
|
const subcommand = rest[0] || "create";
|
|
876
918
|
if (subcommand === "create") {
|
|
877
919
|
await runRepoCreate(options, rest.slice(1));
|
|
@@ -895,13 +937,10 @@ async function runAppsCommand({ options, rest }) {
|
|
|
895
937
|
runAppsEnvSet,
|
|
896
938
|
runAppsList,
|
|
897
939
|
runAppsPerformance,
|
|
898
|
-
runAppsPositionsTx,
|
|
899
|
-
runAppsStoreEvents,
|
|
900
940
|
runAppsSummary,
|
|
901
941
|
runAppsTools,
|
|
902
|
-
runAppsToolsExecute
|
|
903
|
-
|
|
904
|
-
} = await import("./apps-ZMCMQZKX.js");
|
|
942
|
+
runAppsToolsExecute
|
|
943
|
+
} = await import("./apps-CZAJBGE3.js");
|
|
905
944
|
const subcommand = rest[0];
|
|
906
945
|
if (subcommand === "list") {
|
|
907
946
|
await runAppsList(options);
|
|
@@ -982,24 +1021,12 @@ async function runAppsCommand({ options, rest }) {
|
|
|
982
1021
|
await runAppsAssistant(options, mode, target, rest.slice(3));
|
|
983
1022
|
return;
|
|
984
1023
|
}
|
|
985
|
-
if (subcommand === "store" && rest[1] === "events") {
|
|
986
|
-
await runAppsStoreEvents(options);
|
|
987
|
-
return;
|
|
988
|
-
}
|
|
989
|
-
if (subcommand === "trade-facts") {
|
|
990
|
-
await runAppsTradeFacts(options);
|
|
991
|
-
return;
|
|
992
|
-
}
|
|
993
1024
|
if (subcommand === "agent" && rest[1] === "create") {
|
|
994
1025
|
await runAppsAgentCreate(options, rest.slice(2));
|
|
995
1026
|
return;
|
|
996
1027
|
}
|
|
997
|
-
if (subcommand === "positions" && rest[1] === "tx") {
|
|
998
|
-
await runAppsPositionsTx(options);
|
|
999
|
-
return;
|
|
1000
|
-
}
|
|
1001
1028
|
throw new Error(
|
|
1002
|
-
"usage: apps <list|code-visibility|tools|deploy|env get|env set|performance|summary|assistant|
|
|
1029
|
+
"usage: apps <list|code-visibility|tools|deploy|env get|env set|performance|summary|assistant|agent create> [args]"
|
|
1003
1030
|
);
|
|
1004
1031
|
}
|
|
1005
1032
|
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
parseSandboxRuntimeProfileIdOption,
|
|
5
5
|
parseSandboxRuntimePromotionPolicyOption,
|
|
6
6
|
parseSandboxWorkflowModeOption
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-FCVVOMIP.js";
|
|
8
8
|
import {
|
|
9
9
|
parseBooleanOption,
|
|
10
10
|
parseCsvOption,
|
|
@@ -79,7 +79,6 @@ function formatSandboxLine(sandbox) {
|
|
|
79
79
|
return [
|
|
80
80
|
sandbox.id,
|
|
81
81
|
sandbox.state,
|
|
82
|
-
sandbox.runtimeDriver,
|
|
83
82
|
`spent=${captured}/${budget}`,
|
|
84
83
|
mppMode,
|
|
85
84
|
repo
|
|
@@ -589,7 +588,6 @@ function summarizeSandbox(sandbox) {
|
|
|
589
588
|
return {
|
|
590
589
|
id: sandbox.id,
|
|
591
590
|
state: sandbox.state,
|
|
592
|
-
runtimeDriver: sandbox.runtimeDriver,
|
|
593
591
|
repo: sandbox.repo,
|
|
594
592
|
runtimeId: sandbox.runtimeId ?? null,
|
|
595
593
|
repoRef: sandbox.repoRef ?? null,
|