@coze/cli 0.1.8 → 0.2.0-alpha.9f6611

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 (43) hide show
  1. package/README.md +344 -25
  2. package/lib/cli.js +3 -3
  3. package/lib/fetch-client-DC0c3ox3.js +1 -0
  4. package/lib/index-CkTEdvpA.js +1 -0
  5. package/lib/send-message.worker.js +1 -1
  6. package/lib/session-task-refresh.worker.js +1 -1
  7. package/lib/{task-worker-DhR5dnFi.js → task-worker-C2ZfSQY6.js} +1 -1
  8. package/package.json +4 -1
  9. package/skills/manifest.json +29 -0
  10. package/skills/using-coze-cli/SKILL.md +450 -0
  11. package/skills/using-coze-cli/coze-claw/MODULE.md +189 -0
  12. package/skills/using-coze-cli/coze-claw/references/coze-claw-agent-routing.md +45 -0
  13. package/skills/using-coze-cli/coze-claw/references/coze-claw-artifacts.md +52 -0
  14. package/skills/using-coze-cli/coze-claw/references/coze-claw-async-followup.md +266 -0
  15. package/skills/using-coze-cli/coze-claw/references/coze-claw-message.md +176 -0
  16. package/skills/using-coze-cli/coze-claw/references/coze-claw-podcast.md +73 -0
  17. package/skills/using-coze-cli/coze-claw/references/coze-claw-ppt.md +78 -0
  18. package/skills/using-coze-cli/coze-claw/references/coze-claw-progress.md +112 -0
  19. package/skills/using-coze-cli/coze-claw/references/coze-claw-session.md +144 -0
  20. package/skills/using-coze-cli/coze-code/MODULE.md +252 -0
  21. package/skills/using-coze-cli/coze-code/references/coze-code-db.md +537 -0
  22. package/skills/using-coze-cli/coze-code/references/coze-code-deploy.md +258 -0
  23. package/skills/using-coze-cli/coze-code/references/coze-code-domain.md +73 -0
  24. package/skills/using-coze-cli/coze-code/references/coze-code-env.md +82 -0
  25. package/skills/using-coze-cli/coze-code/references/coze-code-git.md +181 -0
  26. package/skills/using-coze-cli/coze-code/references/coze-code-message.md +240 -0
  27. package/skills/using-coze-cli/coze-code/references/coze-code-model.md +51 -0
  28. package/skills/using-coze-cli/coze-code/references/coze-code-preview.md +33 -0
  29. package/skills/using-coze-cli/coze-code/references/coze-code-project.md +176 -0
  30. package/skills/using-coze-cli/coze-code/references/coze-code-repo.md +285 -0
  31. package/skills/using-coze-cli/coze-code/references/coze-code-skill.md +117 -0
  32. package/skills/using-coze-cli/coze-code/references/coze-code-tools.md +47 -0
  33. package/skills/using-coze-cli/coze-file/MODULE.md +46 -0
  34. package/skills/using-coze-cli/coze-file/references/coze-file-upload.md +59 -0
  35. package/skills/using-coze-cli/coze-generate/MODULE.md +84 -0
  36. package/skills/using-coze-cli/coze-generate/references/coze-generate-audio.md +105 -0
  37. package/skills/using-coze-cli/coze-generate/references/coze-generate-image.md +80 -0
  38. package/skills/using-coze-cli/coze-generate/references/coze-generate-video.md +125 -0
  39. package/skills/using-coze-cli/coze-project/MODULE.md +125 -0
  40. package/skills/using-coze-cli/coze-project/references/coze-project-files.md +284 -0
  41. package/skills/using-coze-cli/coze-project/references/coze-project-query.md +177 -0
  42. package/lib/fetch-client-Qn1wyhrf.js +0 -1
  43. package/lib/index-Bl0Pqb9j.js +0 -1
package/lib/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- "use strict";const e=require("./fetch-client-Qn1wyhrf.js"),t=require("./index-Bl0Pqb9j.js"),i=require("chalk"),o=require("node:child_process"),s=require("./task-worker-DhR5dnFi.js"),n=require("node:http"),r=require("node:https"),a=require("node:buffer"),c=require("node:path"),d=require("node:os"),l=require("node:fs"),p=require("undici"),u=require("node:fs/promises"),_=require("path"),h=require("fs/promises"),m=require("fs"),g=require("form-data"),f=require("omelette"),y=require("lodash"),v=require("child_process"),w=require("ws"),b=require("commander");function S(e,t){return null!=e?e:t()}require("crypto"),require("url"),require("http"),require("https"),require("http2"),require("util"),require("stream"),require("assert"),require("tty"),require("os"),require("zlib"),require("events"),require("mitt"),require("process");class P{format(e){const t=JSON.stringify(e,null,2);return t.endsWith("\n")?t:`${t}\n`}formatError(e){const t={code:e.code,errorName:S(e.errorName,(()=>"UNKNOWN_ERROR")),desc:S(e.desc,(()=>e.message)),trigger:S(e.trigger,(()=>null)),fix:S(e.fix,(()=>null)),example:S(e.example,(()=>null))},i=JSON.stringify(t,null,2);return i.endsWith("\n")?i:`${i}\n`}}function C(e,t){return null!=e?e:t()}function T(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function E(e){return e.replace(/\u001B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])/g,"")}function I(e){return e>=4352&&e<=4447||(9001===e||9002===e||(e>=11904&&e<=12350||(e>=12352&&e<=42191||(e>=44032&&e<=55203||(e>=63744&&e<=64255||(e>=65040&&e<=65049||(e>=65072&&e<=65135||(e>=65280&&e<=65376||(e>=65504&&e<=65510||(e>=127744&&e<=129695||e>=131072&&e<=262141))))))))))}function k(e){const t=E(e);if(!t)return 0;const i=/[\u0300-\u036F\u1AB0-\u1AFF\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/u;let o=0;const s=Array.from(t);for(let e=0;e<s.length;e+=1){const t=C(s[e],(()=>""));if(i.test(t))continue;const n=t.codePointAt(0);void 0!==n&&(o+=I(n)?2:1)}return o}function A(e,t){const i=k(e);return i>=t?e:`${e}${" ".repeat(t-i)}`}function j(e,t){if(t<=0)return"";if(k(e)<=t)return e;if(1===t)return"…";const i=E(e),o=Array.from(i),s=Math.max(0,t-k("…"));let n="",r=0;for(let e=0;e<o.length;e+=1){const t=C(o[e],(()=>"")),i=k(t);if(r+i>s)break;n+=t,r+=i}return`${n}…`}function R(e,t={}){if(0===e.length)return"";const i=function(e,t){if(0===e.length)return[];const i=new Set,o=[],s=C(e[0],(()=>({})));for(const e of Object.keys(s))i.has(e)||(i.add(e),o.push(e));for(const t of e)for(const e of Object.keys(t))i.has(e)||(i.add(e),o.push(e));const n=[];for(const t of o){let i=k(t);for(const o of e){const e=o[t],s=void 0===e?"":String(e);i=Math.max(i,k(s))}n.push({key:t,width:i})}const r=C(t.columnGap,(()=>2)),a=C(C(t.maxWidth,(()=>process.stdout.columns)),(()=>120)),c=Math.max(1,Math.floor((a+r)/(6+r))),d=Math.min(C(t.maxColumns,(()=>c)),c);n.length>d&&n.splice(d);const l=Math.max(0,a-r*Math.max(0,n.length-1));for(;n.reduce(((e,t)=>e+t.width),0)>l;){let e=-1,t=-1;for(let i=0;i<n.length;i+=1){const o=C(T([n,"access",e=>e[i],"optionalAccess",e=>e.width]),(()=>0));o>t&&(t=o,e=i)}if(-1===e)break;const i=C(T([n,"access",t=>t[e],"optionalAccess",e=>e.width]),(()=>0));if(i<=6)break;n[e]={...n[e],width:i-1}}for(let e=0;e<n.length;e+=1){const t=n[e];t&&(n[e]={...t,width:Math.max(6,t.width)})}return n}(e,t);if(0===i.length)return"";const o=C(t.columnGap,(()=>2)),s=" ".repeat(o),n=i.map((e=>A(j(e.key,e.width),e.width))).join(s),r=i.map((e=>"-".repeat(e.width))).join(s),a=[];for(const t of e){const e=i.map((e=>{const i=t[e.key];return A(j(void 0===i?"":String(i),e.width),e.width)}));a.push(e.join(s))}return`${[n,r,...a].join("\n")}\n`}function z(e,t={}){const i=Object.entries(e);if(0===i.length)return"";let o=0;for(const[e]of i)o=Math.max(o,k(e));const s=C(C(t.maxWidth,(()=>process.stdout.columns)),(()=>120)),n=C(t.columnGap,(()=>2)),r=C(t.minValueWidth,(()=>12));let a=Math.min(o,C(t.keyMaxWidth,(()=>32)));const c=Math.max(6,s-n-r);a=Math.min(a,c);const d=Math.max(0,s-a-n),l=" ".repeat(n);return`${i.map((([e,t])=>{const i=A(j(e,a),a),o=(void 0===t?"undefined":null===t?"null":String(t)).replace(/\s*\n\s*/g," "),s=d>0?j(o,d):"";return`${i}${l}${s}`})).join("\n")}\n`}function U(e,t="",i=0){const o={};if(null==e)return o;if("object"!=typeof(s=e)||null===s||Array.isArray(s))return o;var s;for(const[s,n]of Object.entries(e)){const e=t?`${t}.${s}`:s;if(null!=n)if(Array.isArray(n))i>=5?o[e]="[Array]":0===n.length?o[e]="[]":n.every((e=>"object"!=typeof e||null===e))?o[e]=n.map((e=>{return String((i=()=>"null",null!=(t=e)?t:i()));var t,i})).join(", "):o[e]="[Array]";else if("object"!=typeof n)o[e]=n;else if(i>=5)o[e]="[Object]";else{const t=U(n,e,i+1);Object.assign(o,t)}else o[e]=n}return o}function L(e,t){return null!=e?e:t()}function O(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}class x{format(e){if(null===e)return"null\n";if(void 0===e)return"undefined\n";if(Array.isArray(e)){if(0===e.length)return"\n";if(t=e,Array.isArray(t)&&t.length>0&&t.every(O)){return R(e.map((e=>U(e))))}return function(e){return Array.isArray(e)&&e.length>0&&e.every((e=>null==e||"object"!=typeof e))}(e)?`${e.map((e=>String(L(e,(()=>"null"))))).join("\n")}\n`:"[Array]\n"}var t;if(O(e)){const t=U(e);return 0===Object.keys(t).length?"{}\n":z(t)}return`${String(e)}\n`}formatError(e){const t=[],i=L(e.errorName,(()=>"UNKNOWN_ERROR")),o=L(e.desc,(()=>e.message));return t.push(`ERROR [${e.code}] ${i}: ${o}`),e.trigger&&t.push(` Trigger: ${e.trigger}`),e.fix&&t.push(` Fix: ${e.fix}`),e.example&&t.push(` Example: ${e.example}`),e.details&&(t.push(" Error Details:"),t.push(`${function(e,t){if(null==e)return"";if("string"==typeof e)return`${t}${e}\n`;if(Array.isArray(e))return 0===e.length?"":`${e.map((e=>"object"==typeof e&&null!==e?z(U(e)):String(e))).map((e=>`${t}- ${e.trim()}`)).join("\n")}\n`;if(O(e)){const i=U(e);return 0===Object.keys(i).length?"":`${z(i).split("\n").filter((e=>e.trim())).map((e=>`${t}${e}`)).join("\n")}\n`}return`${t}${String(e)}\n`}(e.details," ")}`)),`${t.join("\n")}\n`}}function B(e,t){return null!=e?e:t()}function q(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function D(e,t){if(null==e)return;const i=String(e).replace(/\s*\n\s*/g," ").replace(/\s+/g," ").trim();return i?i.length<=t?i:`${i.slice(0,Math.max(0,t-3))}...`:void 0}function M(e){const t=q([e,"optionalAccess",e=>e.help,"optionalAccess",e=>e.errors]);if(t&&t.length>0)return t;const i=q([e,"optionalAccess",e=>e.errors]);return Array.isArray(i)?i:void 0}function N(t,i){const o=B(t.trigger,(()=>function(e){if(!e||0===e.length)return;return D(("coze"===e[0]?e:["coze",...e]).join(" "),150)}(q([i,"optionalAccess",e=>e.argv])))),s=q([M,"call",e=>e(q([i,"optionalAccess",e=>e.commandConfig])),"optionalAccess",e=>e.find,"call",e=>e((e=>e.code===t.code))]),n=B(q([s,"optionalAccess",e=>e.name]),(()=>e.ErrorNameByCode[t.code])),r=B(D(n,80),(()=>"UNKNOWN_ERROR"));let a=n;t.isMessageExplicit&&t.message.trim()?a=t.message:q([s,"optionalAccess",e=>e.desc])&&(a=s.desc);const c=B(D(a,200),(()=>"An unexpected error occurred")),d=B(D(t.fix,150),(()=>D(q([s,"optionalAccess",e=>e.fix]),150))),l=B(D(t.example,150),(()=>D(q([s,"optionalAccess",e=>e.example]),150)));return{code:t.code,errorName:r,desc:c,trigger:o,fix:d,example:l}}function G(e,t){const i=N(e,t);return e.errorName=i.errorName,e.desc=i.desc,e.message=i.desc,e.trigger=i.trigger,e.fix=i.fix,e.example=i.example,e}function $(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}var F;!function(e){e[e.NOT_LOGIN=700012006]="NOT_LOGIN"}(F||(F={}));const V=(i,o)=>{const s=G(function(i){if(i instanceof e.CozeError)return i;if(i instanceof t.ChatCoreError){const{ext:t}=i;let o=e.ErrorCode.E5000;"number"==typeof t.code&&(t.code===F.NOT_LOGIN?o=e.ErrorCode.E2001:t.code>=500&&(o=e.ErrorCode.E5002));const{message:s}=i;return new e.CozeError(o,s,t)}if(e.isHttpError(i)){const t=i.toJSON();let o=e.ErrorCode.E5000;const s=$([i,"access",e=>e.response,"optionalAccess",e=>e.status]);i.code===F.NOT_LOGIN||401===s?o=e.ErrorCode.E2001:"ECONNREFUSED"===i.code||"ETIMEDOUT"===i.code?o=e.ErrorCode.E5001:403===s?o=e.ErrorCode.E2003:404===s?o=e.ErrorCode.E3000:429===s?o=e.ErrorCode.E4001:s&&s>=500&&(o=e.ErrorCode.E5002);const n=$([i,"access",e=>e.response,"optionalAccess",e=>e.headers,"optionalAccess",e=>e["x-tt-logid"]]),{message:r}=i;return new e.CozeError(o,r,{logId:n,...t})}return i instanceof Error?new e.CozeError(e.ErrorCode.E5000,i.message,i.stack):"string"==typeof i?new e.CozeError(e.ErrorCode.E5000,i):new e.CozeError(e.ErrorCode.E5000,"An unexpected error occurred")}(i),o?{argv:o.argv,commandConfig:o.commandConfig}:void 0);var n,r;if(s.code===e.ErrorCode.E2001&&process.stdout.write(`${n=s.desc,r=()=>s.message,null!=n?n:r()}\n`),o)o.response.eprint(s);else{const e=new x;process.stderr.write(e.formatError(s))}process.exit(e.exitCodeForError(s.code))};const W="0.1.8",H="@coze/cli";function J(){return W}function K(e,t){const i=e=>{const t=e.replace(/^v/,"").split(".");return{major:parseInt(t[0]||"0",10),minor:parseInt(t[1]||"0",10),patch:parseInt(t[2]||"0",10)}},o=i(e),s=i(t);return s.major!==o.major?s.major>o.major:s.minor!==o.minor?s.minor>o.minor:s.patch>o.patch}async function Q(t,i=!1,n="latest"){const r=J(),{config:a}=t;if(!i&&a.latestVersion&&a.lastCheckTime&&Date.now()-a.lastCheckTime<864e5)return{currentVersion:r,latestVersion:a.latestVersion,hasUpdate:K(r,a.latestVersion)};const c=function(){try{return o.execSync("npm config get registry",{encoding:"utf8",stdio:["pipe","pipe","pipe"]}).trim().replace(/\/+$/,"")}catch(e){return"https://registry.npmjs.org"}}(),d=await async function(t,i="latest"){const o=`${t}/${H}/${i}`,s=await e.customFetch.fetch(o,{headers:{accept:"application/json"}});if(!s.ok)throw new Error(`Failed to fetch latest version: ${s.status} ${s.statusText}`);return(await s.json()).version}(c,n);return await s.saveConfig({latestVersion:d,lastCheckTime:Date.now()},a.configScope),{currentVersion:r,latestVersion:d,hasUpdate:K(r,d)}}async function Y(e,t){if(await t(),!0===e.config.autoCheckUpdate)try{const t=await Q(e);if(t.hasUpdate){const o=`\nUpdate available: ${i.gray(t.currentVersion)} → ${i.green(t.latestVersion)}\nRun ${i.cyan("coze upgrade")} to update\n`;e.ui.info(o)}}catch(e){}}var Z=e.requireSrc();const X=e.getDefaultExportFromCjs(Z);function ee(e){var t,i,o=e.transport,s=e.endpoint,n=e.size,r=void 0===n?10:n,a=e.wait,c=void 0===a?1e3:a,d=[],l=0;function p(){if(d.length){var e=this.getBatchData();o.post({url:s,data:e,fail:function(i){t&&t(i,e)},success:function(){i&&i(e)}}),d=[]}}return{getSize:function(){return r},getWait:function(){return c},setSize:function(e){r=e},setWait:function(e){c=e},getEndpoint:function(){return s},setEndpoint:function(e){s=e},send:function(e){d.push(e),d.length>=r&&p.call(this),clearTimeout(l),l=setTimeout(p.bind(this),c)},flush:function(){clearTimeout(l),p.call(this)},getBatchData:function(){return d.length?(e=d,JSON.stringify({ev_type:"batch",list:e})):"";var e},clear:function(){clearTimeout(l),d=[]},fail:function(e){t=e},success:function(e){i=e}}}
2
+ "use strict";const e=require("./fetch-client-DC0c3ox3.js"),t=require("./index-CkTEdvpA.js"),o=require("chalk"),i=require("node:path"),s=require("node:fs/promises"),n=require("node:os"),r=require("node:fs"),a=require("node:crypto"),c=require("node:child_process"),l=require("./task-worker-C2ZfSQY6.js"),d=require("node:http"),p=require("node:https"),u=require("node:buffer"),m=require("undici"),g=require("path"),h=require("fs/promises"),f=require("fs"),_=require("form-data"),y=require("omelette"),b=require("lodash"),v=require("child_process"),w=require("ws"),C=require("commander");function E(e,t){return null!=e?e:t()}require("crypto"),require("url"),require("http"),require("https"),require("http2"),require("util"),require("stream"),require("assert"),require("tty"),require("zlib"),require("events"),require("mitt"),require("process");class I{format(e){const t=JSON.stringify(e,null,2);return t.endsWith("\n")?t:`${t}\n`}formatError(e){const t={code:e.code,errorName:E(e.errorName,(()=>"UNKNOWN_ERROR")),desc:E(e.desc,(()=>e.message)),trigger:E(e.trigger,(()=>null)),fix:E(e.fix,(()=>null)),example:E(e.example,(()=>null))},o=JSON.stringify(t,null,2);return o.endsWith("\n")?o:`${o}\n`}}function A(e,t){return null!=e?e:t()}function S(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function j(e){const t=String.fromCharCode(27),o=new RegExp(`${t}(?:[@-Z\\\\-_]|\\[[0-?]*[ -/]*[@-~])`,"g");return e.replace(o,"")}function P(e){return e>=4352&&e<=4447||(9001===e||9002===e||(e>=11904&&e<=12350||(e>=12352&&e<=42191||(e>=44032&&e<=55203||(e>=63744&&e<=64255||(e>=65040&&e<=65049||(e>=65072&&e<=65135||(e>=65280&&e<=65376||(e>=65504&&e<=65510||(e>=127744&&e<=129695||e>=131072&&e<=262141))))))))))}function k(e){const t=j(e);if(!t)return 0;const o=/[\u0300-\u036F\u1AB0-\u1AFF\u1DC0-\u1DFF\u20D0-\u20FF\uFE20-\uFE2F]/u;let i=0;const s=Array.from(t);for(let e=0;e<s.length;e+=1){const t=A(s[e],(()=>""));if(o.test(t))continue;const n=t.codePointAt(0);void 0!==n&&(i+=P(n)?2:1)}return i}function T(e,t){const o=k(e);return o>=t?e:`${e}${" ".repeat(t-o)}`}function z(e,t){if(t<=0)return"";if(k(e)<=t)return e;if(1===t)return"…";const o=j(e),i=Array.from(o),s=Math.max(0,t-k("…"));let n="",r=0;for(let e=0;e<i.length;e+=1){const t=A(i[e],(()=>"")),o=k(t);if(r+o>s)break;n+=t,r+=o}return`${n}…`}function R(e,t={}){if(0===e.length)return"";const o=function(e,t){if(0===e.length)return[];const o=new Set,i=[],s=A(e[0],(()=>({})));for(const e of Object.keys(s))o.has(e)||(o.add(e),i.push(e));for(const t of e)for(const e of Object.keys(t))o.has(e)||(o.add(e),i.push(e));const n=[];for(const t of i){let o=k(t);for(const i of e){const e=i[t],s=void 0===e?"":String(e);o=Math.max(o,k(s))}n.push({key:t,width:o})}const r=A(t.columnGap,(()=>2)),a=A(A(t.maxWidth,(()=>process.stdout.columns)),(()=>120)),c=Math.max(1,Math.floor((a+r)/(6+r))),l=Math.min(A(t.maxColumns,(()=>c)),c);n.length>l&&n.splice(l);const d=Math.max(0,a-r*Math.max(0,n.length-1));for(;n.reduce(((e,t)=>e+t.width),0)>d;){let e=-1,t=-1;for(let o=0;o<n.length;o+=1){const i=A(S([n,"access",e=>e[o],"optionalAccess",e=>e.width]),(()=>0));i>t&&(t=i,e=o)}if(-1===e)break;const o=A(S([n,"access",t=>t[e],"optionalAccess",e=>e.width]),(()=>0));if(o<=6)break;n[e]={...n[e],width:o-1}}for(let e=0;e<n.length;e+=1){const t=n[e];t&&(n[e]={...t,width:Math.max(6,t.width)})}return n}(e,t);if(0===o.length)return"";const i=A(t.columnGap,(()=>2)),s=" ".repeat(i),n=o.map((e=>T(z(e.key,e.width),e.width))).join(s),r=o.map((e=>"-".repeat(e.width))).join(s),a=[];for(const t of e){const e=o.map((e=>{const o=t[e.key];return T(z(void 0===o?"":String(o),e.width),e.width)}));a.push(e.join(s))}return`${[n,r,...a].join("\n")}\n`}function x(e,t={}){const o=Object.entries(e);if(0===o.length)return"";let i=0;for(const[e]of o)i=Math.max(i,k(e));const s=A(A(t.maxWidth,(()=>process.stdout.columns)),(()=>120)),n=A(t.columnGap,(()=>2)),r=A(t.minValueWidth,(()=>12));let a=Math.min(i,A(t.keyMaxWidth,(()=>32)));const c=Math.max(6,s-n-r);a=Math.min(a,c);const l=Math.max(0,s-a-n),d=" ".repeat(n);return`${o.map((([e,t])=>{const o=T(z(e,a),a),i=(void 0===t?"undefined":null===t?"null":String(t)).replace(/\s*\n\s*/g," "),s=l>0?z(i,l):"";return`${o}${d}${s}`})).join("\n")}\n`}function L(e,t="",o=0){const i={};if(null==e)return i;if("object"!=typeof(s=e)||null===s||Array.isArray(s))return i;var s;for(const[s,n]of Object.entries(e)){const e=t?`${t}.${s}`:s;if(null!=n)if(Array.isArray(n))o>=5?i[e]="[Array]":0===n.length?i[e]="[]":n.every((e=>"object"!=typeof e||null===e))?i[e]=n.map((e=>{return String((o=()=>"null",null!=(t=e)?t:o()));var t,o})).join(", "):i[e]="[Array]";else if("object"!=typeof n)i[e]=n;else if(o>=5)i[e]="[Object]";else{const t=L(n,e,o+1);Object.assign(i,t)}else i[e]=n}return i}function O(e,t){return null!=e?e:t()}function D(e){return"object"==typeof e&&null!==e&&!Array.isArray(e)}class U{format(e){if(null===e)return"null\n";if(void 0===e)return"undefined\n";if(Array.isArray(e)){if(0===e.length)return"\n";if(t=e,Array.isArray(t)&&t.length>0&&t.every(D)){return R(e.map((e=>L(e))))}return function(e){return Array.isArray(e)&&e.length>0&&e.every((e=>null==e||"object"!=typeof e))}(e)?`${e.map((e=>String(O(e,(()=>"null"))))).join("\n")}\n`:"[Array]\n"}var t;if(D(e)){const t=L(e);return 0===Object.keys(t).length?"{}\n":x(t)}return`${String(e)}\n`}formatError(e){const t=[],o=O(e.errorName,(()=>"UNKNOWN_ERROR")),i=O(e.desc,(()=>e.message));return t.push(`ERROR [${e.code}] ${o}: ${i}`),e.trigger&&t.push(` Trigger: ${e.trigger}`),e.fix&&t.push(` Fix: ${e.fix}`),e.example&&t.push(` Example: ${e.example}`),e.details&&(t.push(" Error Details:"),t.push(`${function(e,t){if(null==e)return"";if("string"==typeof e)return`${t}${e}\n`;if(Array.isArray(e))return 0===e.length?"":`${e.map((e=>"object"==typeof e&&null!==e?x(L(e)):String(e))).map((e=>`${t}- ${e.trim()}`)).join("\n")}\n`;if(D(e)){const o=L(e);return 0===Object.keys(o).length?"":`${x(o).split("\n").filter((e=>e.trim())).map((e=>`${t}${e}`)).join("\n")}\n`}return`${t}${String(e)}\n`}(e.details," ")}`)),`${t.join("\n")}\n`}}function B(e,t){return null!=e?e:t()}function q(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function M(e,t){if(null==e)return;const o=String(e).replace(/\s*\n\s*/g," ").replace(/\s+/g," ").trim();return o?o.length<=t?o:`${o.slice(0,Math.max(0,t-3))}...`:void 0}function N(e){const t=q([e,"optionalAccess",e=>e.help,"optionalAccess",e=>e.errors]);if(t&&t.length>0)return t;const o=q([e,"optionalAccess",e=>e.errors]);return Array.isArray(o)?o:void 0}function $(t,o){const i=B(t.trigger,(()=>function(e){if(!e||0===e.length)return;return M(("coze"===e[0]?e:["coze",...e]).join(" "),150)}(q([o,"optionalAccess",e=>e.argv])))),s=q([N,"call",e=>e(q([o,"optionalAccess",e=>e.commandConfig])),"optionalAccess",e=>e.find,"call",e=>e((e=>e.code===t.code))]),n=B(q([s,"optionalAccess",e=>e.name]),(()=>e.ErrorNameByCode[t.code])),r=B(M(n,80),(()=>"UNKNOWN_ERROR"));let a=n;t.isMessageExplicit&&t.message.trim()?a=t.message:q([s,"optionalAccess",e=>e.desc])&&(a=s.desc);const c=B(M(a,200),(()=>"An unexpected error occurred")),l=B(M(t.fix,150),(()=>M(q([s,"optionalAccess",e=>e.fix]),150))),d=B(M(t.example,150),(()=>M(q([s,"optionalAccess",e=>e.example]),150)));return{code:t.code,errorName:r,desc:c,trigger:i,fix:l,example:d}}function G(e,t){const o=$(e,t);return e.errorName=o.errorName,e.desc=o.desc,e.message=o.desc,e.trigger=o.trigger,e.fix=o.fix,e.example=o.example,e}function F(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}var V;function W(o,i,s,n){if(o instanceof e.CozeError)throw o;if(e.isHttpError(o)){const e=F([o,"access",e=>e.response,"optionalAccess",e=>e.status]);if("ECONNREFUSED"===o.code||"ETIMEDOUT"===o.code||"number"==typeof e&&e>=500)throw o}if(o instanceof t.ChatCoreError&&"number"==typeof F([o,"access",e=>e.ext,"optionalAccess",e=>e.code])&&o.ext.code>=500)throw o;throw new e.CozeError(i,s,{...n,cause:o instanceof Error?o.message:String(o)})}!function(e){e[e.NOT_LOGIN=700012006]="NOT_LOGIN"}(V||(V={}));const H=(o,i)=>{const s=G(function(o){if(o instanceof e.CozeError)return o;if(o instanceof t.ChatCoreError){const{ext:t}=o;let i=e.ErrorCode.E5000;"number"==typeof t.code&&(t.code===V.NOT_LOGIN?i=e.ErrorCode.E2001:t.code>=500&&(i=e.ErrorCode.E5002));const{message:s}=o;return new e.CozeError(i,s,t)}if(e.isHttpError(o)){const t=o.toJSON();let i=e.ErrorCode.E5000;const s=F([o,"access",e=>e.response,"optionalAccess",e=>e.status]);o.code===V.NOT_LOGIN||401===s?i=e.ErrorCode.E2001:"ECONNREFUSED"===o.code||"ETIMEDOUT"===o.code?i=e.ErrorCode.E5001:403===s?i=e.ErrorCode.E2003:404===s?i=e.ErrorCode.E3000:429===s?i=e.ErrorCode.E4001:s&&s>=500&&(i=e.ErrorCode.E5002);const n=F([o,"access",e=>e.response,"optionalAccess",e=>e.headers,"optionalAccess",e=>e["x-tt-logid"]]),{message:r}=o;return new e.CozeError(i,r,{logId:n,...t})}return o instanceof Error?new e.CozeError(e.ErrorCode.E5000,o.message,o.stack):"string"==typeof o?new e.CozeError(e.ErrorCode.E5000,o):new e.CozeError(e.ErrorCode.E5000,"An unexpected error occurred")}(o),i?{argv:i.argv,commandConfig:i.commandConfig}:void 0);var n,r;if(s.code===e.ErrorCode.E2001&&process.stdout.write(`${n=s.desc,r=()=>s.message,null!=n?n:r()}\n`),i)i.response.eprint(s);else{const e=new U;process.stderr.write(e.formatError(s))}process.exit(e.exitCodeForError(s.code))};async function J(e){try{return(await s.stat(e)).isDirectory()}catch(e){return!1}}async function K(e){for(const t of e)if(await J(t))return!0;return!1}const Q=()=>n.homedir(),Y=(...e)=>()=>i.join(Q(),...e),Z=(...e)=>()=>i.join(Q(),".config",...e);function X(e,t,o){return{name:e,get skillsDir(){return t()},detect:()=>K(o.map((e=>e())))}}const ee=[X("antigravity",Y(".gemini","antigravity","skills"),[Y(".gemini","antigravity")]),X("cortex",Y(".snowflake","cortex","skills"),[Y(".snowflake","cortex")]),X("deepagents",Y(".deepagents","agent","skills"),[Y(".deepagents")]),X("github-copilot",Y(".copilot","skills"),[Y(".copilot")]),X("pi",Y(".pi","agent","skills"),[Y(".pi","agent")]),X("tabnine-cli",Y(".tabnine","agent","skills"),[Y(".tabnine")]),X("windsurf",Y(".codeium","windsurf","skills"),[Y(".codeium","windsurf")]),X("kimi-cli",Z("agents","skills"),[Y(".kimi")]),X("amp",Z("agents","skills"),[Z("amp")]),X("crush",Z("crush","skills"),[Z("crush")]),X("devin",Z("devin","skills"),[Z("devin")]),X("goose",Z("goose","skills"),[Z("goose")]),X("opencode",Z("opencode","skills"),[Z("opencode")]),X("cline",Y(".agents","skills"),[Y(".cline")]),X("dexto",Y(".agents","skills"),[Y(".dexto")]),X("warp",Y(".agents","skills"),[Y(".warp")]),X("zed",Y(".agents","skills"),[Z("zed")]),function(){const e=[".openclaw",".clawdbot",".moltbot"];return{name:"openclaw",get skillsDir(){return i.join((()=>{const t=e.find((e=>r.existsSync(i.join(Q(),e))));return i.join(Q(),(s=()=>e[0],null!=(o=t)?o:s()));var o,s})(),"skills")},detect:()=>K(e.map((e=>i.join(Q(),e))))}}()],te=[...[["claude",".claude"],["trae",".trae"],["trae-cn",".trae-cn"],["comate",".comate"],["cursor",".cursor"],["augment",".augment"],["bob",".bob"],["aider-desk",".aider-desk"],["codebuddy",".codebuddy"],["codemaker",".codemaker"],["codestudio",".codestudio"],["codearts-agent",".codeartsdoer"],["command-code",".commandcode"],["continue",".continue"],["forgecode",".forge"],["droid",".factory"],["gemini-cli",".gemini"],["firebender",".firebender"],["hermes-agent",".hermes"],["junie",".junie"],["iflow-cli",".iflow"],["kilo",".kilocode"],["kiro-cli",".kiro"],["kode",".kode"],["mcpjam",".mcpjam"],["mux",".mux"],["openhands",".openhands"],["qoder",".qoder"],["qwen-code",".qwen"],["rovodev",".rovodev"],["roo",".roo"],["zencoder",".zencoder"],["neovate",".neovate"],["pochi",".pochi"],["adal",".adal"]].map((([e,t])=>X(e,Y(t,"skills"),[Y(t)]))),...ee];function oe(e){return te.find((t=>t.name===e))}function ie(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function se(){return i.join(n.homedir(),".coze","skills")}function ne(){return i.join(n.homedir(),".coze",".skill-lock.json")}async function re(e){try{return await s.access(e),!0}catch(e){return!1}}async function ae(){let t=__dirname;for(let o=0;o<12;o++){const o=i.join(t,"package.json");if(await re(o)){if("@coze/cli"===ie([e.safeJsonParse(await s.readFile(o,"utf8")),"optionalAccess",e=>e.name]))return t}const n=i.dirname(t);if(n===t)break;t=n}return i.resolve(__dirname,"..")}const ce=new Set(["SKILL.md","MODULE.md"]);function le(e){return`sha256:${a.createHash("sha256").update(e,"utf8").digest("hex")}`}function de(e){return ce.has(i.basename(e))}async function pe(e,t=e){const o=await s.readdir(e,{withFileTypes:!0}),n=[];for(const s of o){if(s.name.startsWith("."))continue;const o=i.join(e,s.name);s.isDirectory()?n.push(...await pe(o,t)):s.isFile()&&n.push(i.relative(t,o).split(i.sep).join("/"))}return n.sort()}function ue(e,t){const o=ge(e);if(void 0===o)return;const i=new RegExp(`^${t}:\\s*(.+?)\\s*$`,"m"),s=o.match(i);return s?s[1].replace(/^['"]|['"]$/g,"").trim():void 0}function me(e,t){const o=ge(e);if(void 0===o)return e;const i=`version: ${t}`;let s;return s=/^version:\s*.+$/m.test(o)?o.replace(/^version:\s*.+$/m,i):/^name:\s*.+$/m.test(o)?o.replace(/^(name:\s*.+)$/m,`$1\n${i}`):`${i}\n${o}`,e.replace(o,s)}function ge(e){if(!e.startsWith("---"))return;const t=e.match(/^---\n([\s\S]*?)\n---/);return t?t[1]:void 0}function he(e){const t=new Set;for(const o of e){const e=o.rel.split("/")[0];e&&t.add(e)}return[...t].sort()}async function fe(){const t=await async function(){return i.join(await ae(),"skills")}(),o=i.join(t,"manifest.json");if(await re(o)){const n=e.safeJsonParse(await s.readFile(o,"utf8")),r=(await pe(t)).filter((e=>"manifest.json"!==e)),a=[];for(const e of r)a.push({rel:e,content:await s.readFile(i.join(t,e),"utf8")});return{manifest:n,files:a,source:"bundled"}}const n=await async function(){return i.join(await ae(),"docs","skills")}();if(!await re(n))throw new Error(`未找到 skill 来源:既无包内 ${o},也无开发态 ${n}。`);const r=await async function(){const t=i.join(await ae(),"package.json"),o=e.safeJsonParse(await s.readFile(t,"utf8"));return n=function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([o,"optionalAccess",e=>e.version]),r=()=>"0.0.0",null!=n?n:r();var n,r}(),{manifest:a,files:c}=await async function(e,t){const o=await pe(e),n=[],r={};for(const l of o){const o=await s.readFile(i.join(e,l),"utf8"),d=de(l),p=d?me(o,t):o;n.push({rel:l,content:p}),d&&(r[(a=ue(p,"name"),c=()=>l,null!=a?a:c())]={path:l,hash:le(p)})}var a,c;return{manifest:{cliVersion:t,skills:r},files:n}}(n,r);return{manifest:a,files:c,source:"docs"}}async function _e(){try{const t=await s.readFile(ne(),"utf8");return e.safeJsonParse(t)}catch(e){return}}function ye(e,t){return null!=e?e:t()}function be(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}async function ve(e){try{return le(await s.readFile(e,"utf8"))}catch(e){return}}async function we(e){try{return await s.lstat(e)}catch(e){return null}}async function Ce(e,t,o,n){const r=i.join(t,e),a=i.join(o.skillsDir,e);await s.mkdir(o.skillsDir,{recursive:!0});const c=await we(a);if(c)if(c.isSymbolicLink())await s.rm(a,{force:!0});else{if(!n)return`已存在非软链的 ${a}(用户定制?),使用 --force 覆盖`;await s.rm(a,{recursive:!0,force:!0})}return await s.symlink(r,a,"dir"),"linked"}async function Ee(e={}){const{manifest:t,files:o}=await fe(),n=se(),r=await _e(),a=await async function(e,t,o){const s=[];for(const[n,r]of Object.entries(e.skills)){const e=await ve(i.join(t,r.path));if(void 0===e)continue;if(e===r.hash)continue;const a=be([o,"optionalAccess",e=>e.skills,"access",e=>e[n],"optionalAccess",e=>e.hash]);void 0!==a&&e===a||s.push(n)}return s}(t,n,r);if(a.length>0&&!e.force)return{blocked:!0,cliVersion:t.cliVersion,neutralDir:n,linkedTargets:[],skipped:[],unknownTargets:[],modifiedSkills:a};await async function(e,t){const o=he(t);for(const t of o)await s.rm(i.join(e,t),{recursive:!0,force:!0});for(const o of t){const t=i.join(e,o.rel);await s.mkdir(i.dirname(t),{recursive:!0}),await s.writeFile(t,o.content,"utf8")}}(n,o);const{targets:c,unknown:l}=await async function(e){if(!e||0===e.length||e.includes("all")){const e=[];for(const t of te)await t.detect()&&e.push(t);return{targets:e,unknown:[]}}const t=[],o=[];for(const i of e){const e=oe(i);e?t.push(e):o.push(i)}return{targets:t,unknown:o}}(e.targets),d=he(o),p=[],u=[];for(const t of c){const o=[];for(const i of d){const s=await Ce(i,n,t,ye(e.force,(()=>!1)));"linked"!==s&&o.push(s)}0===o.length?p.push(t.name):u.push({target:t.name,reason:o.join("; ")})}const m=(new Date).toISOString(),g={};for(const[e,o]of Object.entries(t.skills))g[e]={hash:o.hash,expectedHash:o.hash,installedAt:m};return await async function(e){const t=ne();await s.mkdir(i.dirname(t),{recursive:!0}),await s.writeFile(t,`${JSON.stringify(e,null,2)}\n`,"utf8")}({version:1,cliVersion:t.cliVersion,installedBin:ye(process.argv[1],(()=>process.execPath)),targets:p,skills:g}),{blocked:!1,cliVersion:t.cliVersion,neutralDir:n,linkedTargets:p,skipped:u,unknownTargets:l,modifiedSkills:[]}}async function Ie(){const e=se(),t=[];let o=[];try{o=(await s.readdir(e,{withFileTypes:!0})).filter((e=>!e.name.startsWith("."))).map((e=>e.name))}catch(e){o=[]}for(const n of te)for(const r of o){const o=i.join(n.skillsDir,r),a=await we(o);if(!a||!a.isSymbolicLink())continue;const c=await s.readlink(o).catch((()=>null));if(null===c)continue;i.resolve(n.skillsDir,c).startsWith(e)&&(await s.rm(o,{force:!0}),t.push({target:n.name,unit:r}))}return await s.rm(e,{recursive:!0,force:!0}),await async function(){await s.rm(ne(),{force:!0})}(),{neutralDir:e,unlinked:t}}const Ae="0.2.0-alpha.9f6611",Se="@coze/cli";function je(){return Ae}function Pe(e,t){const o=e=>{const t=e.replace(/^v/,"").split(".");return{major:parseInt(t[0]||"0",10),minor:parseInt(t[1]||"0",10),patch:parseInt(t[2]||"0",10)}},i=o(e),s=o(t);return s.major!==i.major?s.major>i.major:s.minor!==i.minor?s.minor>i.minor:s.patch>i.patch}async function ke(t,o=!1,i="latest"){const s=je(),{config:n}=t;if(!o&&n.latestVersion&&n.lastCheckTime&&Date.now()-n.lastCheckTime<864e5)return{currentVersion:s,latestVersion:n.latestVersion,hasUpdate:Pe(s,n.latestVersion)};const r=function(){try{return c.execSync("npm config get registry",{encoding:"utf8",stdio:["pipe","pipe","pipe"]}).trim().replace(/\/+$/,"")}catch(e){return"https://registry.npmjs.org"}}(),a=await async function(t,o="latest"){const i=`${t}/${Se}/${o}`,s=await e.customFetch.fetch(i,{headers:{accept:"application/json"}});if(!s.ok)throw new Error(`Failed to fetch latest version: ${s.status} ${s.statusText}`);return(await s.json()).version}(r,i);return await l.saveConfig({latestVersion:a,lastCheckTime:Date.now()},n.configScope),{currentVersion:s,latestVersion:a,hasUpdate:Pe(s,a)}}async function Te(e,t){if(await t(),!0===e.config.autoCheckUpdate)try{const t=await ke(e);if(t.hasUpdate){const i=`\nUpdate available: ${o.gray(t.currentVersion)} → ${o.green(t.latestVersion)}\nRun ${o.cyan("coze upgrade")} to update\n`;e.ui.info(i)}}catch(e){}await async function(e){if("guide"===e.argv[0])return;try{const t=await async function(){const{manifest:e}=await fe(),{cliVersion:t}=e,o=await _e();return o?o.cliVersion!==t?{state:"mismatch",cliVersion:t,installedVersion:o.cliVersion,message:`Skills (${o.cliVersion}) are out of sync with CLI (${t}). Run \`coze guide sync\`.`}:{state:"ok",cliVersion:t,installedVersion:o.cliVersion}:{state:"missing",cliVersion:t,message:"Bundled skills not installed yet. Run `coze guide sync` to sync them to your AI tools."}}();if("ok"===t.state)return;const o=e.config.autoSyncSkill,i=!0===o||"true"===o;if("mismatch"===t.state&&i){const e=await async function(e){if("mismatch"!==e.state)return!1;try{return!(await Ee({})).blocked}catch(e){return!1}}(t);if(e)return}t.message&&e.ui.info(`\n${t.message}\n`)}catch(e){}}(e)}var ze=e.requireSrc();const Re=e.getDefaultExportFromCjs(ze);function xe(e){var t,o,i=e.transport,s=e.endpoint,n=e.size,r=void 0===n?10:n,a=e.wait,c=void 0===a?1e3:a,l=[],d=0;function p(){if(l.length){var e=this.getBatchData();i.post({url:s,data:e,fail:function(o){t&&t(o,e)},success:function(){o&&o(e)}}),l=[]}}return{getSize:function(){return r},getWait:function(){return c},setSize:function(e){r=e},setWait:function(e){c=e},getEndpoint:function(){return s},setEndpoint:function(e){s=e},send:function(e){l.push(e),l.length>=r&&p.call(this),clearTimeout(d),d=setTimeout(p.bind(this),c)},flush:function(){clearTimeout(d),p.call(this)},getBatchData:function(){return l.length?(e=l,JSON.stringify({ev_type:"batch",list:e})):"";var e},clear:function(){clearTimeout(d),l=[]},fail:function(e){t=e},success:function(e){o=e}}}
3
3
  /*! *****************************************************************************
4
4
  Copyright (c) Microsoft Corporation.
5
5
 
@@ -13,7 +13,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13
13
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14
14
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15
15
  PERFORMANCE OF THIS SOFTWARE.
16
- ***************************************************************************** */var te=function(){return te=Object.assign||function(e){for(var t,i=1,o=arguments.length;i<o;i++)for(var s in t=arguments[i])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e},te.apply(this,arguments)};function ie(e,t){var i="function"==typeof Symbol&&e[Symbol.iterator];if(!i)return e;var o,s,n=i.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(o=n.next()).done;)r.push(o.value)}catch(e){s={error:e}}finally{try{o&&!o.done&&(i=n.return)&&i.call(n)}finally{if(s)throw s.error}}return r}function oe(e,t,i){if(2===arguments.length)for(var o,s=0,n=t.length;s<n;s++)!o&&s in t||(o||(o=Array.prototype.slice.call(t,0,s)),o[s]=t[s]);return e.concat(o||Array.prototype.slice.call(t))}var se=function(){return{}};function ne(e){return e}function re(e){return"object"==typeof e&&null!==e}var ae=Object.prototype;function ce(e){return"[object Array]"===ae.toString.call(e)}function de(e){return"number"==typeof e}function le(e){return"string"==typeof e}function pe(e,t){if(!ce(e))return!1;if(0===e.length)return!1;for(var i=0;i<e.length;){if(e[i]===t)return!0;i++}return!1}var ue=function(e,t){if(!ce(e))return e;var i=e.indexOf(t);if(i>=0){var o=e.slice();return o.splice(i,1),o}return e};function _e(e){try{return le(e)?e:JSON.stringify(e)}catch(e){return"[FAILED_TO_STRINGIFY]:"+String(e)}}var he="".padStart?function(e,t){return void 0===t&&(t=8),e.padStart(t," ")}:function(e){return e},me=0,ge=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,oe(["[SDK]",Date.now(),he(""+me++)],ie(e),!1))},fe=0,ye=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.warn.apply(console,oe(["[SDK]",Date.now(),he(""+fe++)],ie(e),!1))},ve=function(e){return Math.random()<Number(e)},we=function(e,t){return e<Number(t)},be=function(e){return function(t){for(var i=t,o=0;o<e.length&&i;o++)try{i=e[o](i)}catch(e){ge(e)}return i}};function Se(){var e=function(){for(var e=new Array(16),t=0,i=0;i<16;i++)3&i||(t=4294967296*Math.random()),e[i]=t>>>((3&i)<<3)&255;return e}();return e[6]=15&e[6]|64,e[8]=63&e[8]|128,function(e){for(var t=[],i=0;i<256;++i)t[i]=(i+256).toString(16).substr(1);var o=0,s=t;return[s[e[o++]],s[e[o++]],s[e[o++]],s[e[o++]],"-",s[e[o++]],s[e[o++]],"-",s[e[o++]],s[e[o++]],"-",s[e[o++]],s[e[o++]],"-",s[e[o++]],s[e[o++]],s[e[o++]],s[e[o++]],s[e[o++]],s[e[o++]]].join("")}(e)}var Pe=["init","start","config","beforeDestroy","provide","beforeReport","report","beforeBuild","build","beforeSend","send","beforeConfig"];function Ce(e){var t,i,o=e.builder,s=e.createSender,n=e.createDefaultConfig,r=e.createConfigManager,a=e.userConfigNormalizer,c=e.initConfigNormalizer,d=e.validateInitConfig,l={};Pe.forEach((function(e){return l[e]=[]}));var p=!1,u=!1,_=!1,h=[],m=[],g=function(){var e=!1,t={},i=function(e){e.length&&e.forEach((function(e){try{e()}catch(e){}})),e.length=0},o=function(e){t[e]&&t[e].forEach((function(e){i(e[1])})),t[e]=void 0};return{set:function(o,s,n){t[o]?t[o].push([s,n]):t[o]=[[s,n]],e&&i(n)},has:function(e){return!!t[e]},remove:o,removeByEvType:function(e){Object.keys(t).forEach((function(o){t[o]&&t[o].forEach((function(t){t[0]===e&&i(t[1])}))}))},clear:function(){e=!0,Object.keys(t).forEach((function(e){o(e)}))}}}(),f={getBuilder:function(){return o},getSender:function(){return t},getPreStartQueue:function(){return h},init:function(e){if(p)ye("already inited");else{if(!(e&&re(e)&&d(e)))throw new Error("invalid InitConfig, init failed");var o=n(e);if(!o)throw new Error("defaultConfig missing");var a=c(e);if((i=r(o)).setConfig(a),i.onChange((function(){y("config")})),!(t=s(i.getConfig())))throw new Error("sender missing");p=!0,y("init",!0)}},set:function(e){p&&e&&re(e)&&(y("beforeConfig",!1,e),null==i||i.setConfig(e))},config:function(e){if(p)return e&&re(e)&&(y("beforeConfig",!1,e),null==i||i.setConfig(a(e))),null==i?void 0:i.getConfig()},provide:function(e,t){pe(m,e)?ye("cannot provide "+e+", reserved"):(f[e]=t,y("provide",!1,e))},start:function(){p&&(u||null==i||i.onReady((function(){u=!0,y("start",!0),function(e){var t=e.getPreStartQueue();t.forEach((function(t){return e.build(t)})),t.length=0}(f)})))},report:function(e){if(e){var t=be(l.beforeReport)(e);if(t){var i=be(l.report)(t);i&&(u?this.build(i):function(e,t,i){if(t.push(i),!(t.length<500)){var o=t.splice(0,50);e.savePreStartDataToDb&&e.savePreStartDataToDb(o)}}(f,h,i))}}},build:function(e){if(u){var t=be(l.beforeBuild)(e);if(t){var i=o.build(t);if(i){var s=be(l.build)(i);s&&this.send(s)}}}},send:function(e){if(u){var i=be(l.beforeSend)(e);i&&(t.send(i),y("send",!1,i))}},destroy:function(){g.clear(),_=!0,h.length=0,y("beforeDestroy",!0)},on:function(e,t){if("init"===e&&p||"start"===e&&u||"beforeDestroy"===e&&_)try{t()}catch(e){}else l[e]&&l[e].push(t)},off:function(e,t){l[e]&&(l[e]=ue(l[e],t))},destroyAgent:g};return m=Object.keys(f),f;function y(e,t){void 0===t&&(t=!1);for(var i=[],o=2;o<arguments.length;o++)i[o-2]=arguments[o];l[e].forEach((function(e){try{e.apply(void 0,oe([],ie(i),!1))}catch(e){}})),t&&(l[e].length=0)}}var Te=function(e){var t=function(){var e={},t={},i={set:function(o,s){return e[o]=s,t[o]=_e(s),i},merge:function(o){return e=te(te({},e),o),Object.keys(o).forEach((function(e){t[e]=_e(o[e])})),i},delete:function(o){return delete e[o],delete t[o],i},clear:function(){return e={},t={},i},get:function(e){return t[e]},toString:function(){return te({},t)}};return i}();e.provide("context",t),e.on("report",(function(e){return e.extra||(e.extra={}),e.extra.context=t.toString(),e}))};var Ee=function(){return Date.now()};var Ie=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var i=function(e){if(e)return e.__SLARDAR_REGISTRY__||(e.__SLARDAR_REGISTRY__={Slardar:{plugins:[],errors:[],subject:{}}}),e.__SLARDAR_REGISTRY__.Slardar}(function(){if("object"==typeof window&&re(window))return window}());i&&(i.errors||(i.errors=[]),i.errors.push(e))},ke="custom",Ae=function(e){var t=function(i){var o=function(e){if(e&&re(e)&&e.name&&le(e.name)){var t={name:e.name,type:"event"};if("metrics"in e&&re(e.metrics)){var i=e.metrics,o={};for(var s in i)de(i[s])&&(o[s]=i[s]);t.metrics=o}if("categories"in e&&re(e.categories)){var n=e.categories,r={};for(var s in n)r[s]=_e(n[s]);t.categories=r}return"attached_log"in e&&le(e.attached_log)&&(t.attached_log=e.attached_log),t}}(i);if(o){var s=function(e){var t;if("object"==typeof window&&window.__perfsee__){var i={};return null===(t=Error.captureStackTrace)||void 0===t||t.call(Error,i,e),i.stack}}(t);s&&(o.stacks=s),e.report({ev_type:ke,payload:o,extra:{timestamp:Ee()}})}};e.provide("sendEvent",t),e.provide("sendLog",(function(t){var i=function(e){if(e&&re(e)&&e.content&&le(e.content)){var t={content:_e(e.content),type:"log",level:"info"};if("level"in e&&(t.level=e.level),"extra"in e&&re(e.extra)){var i=e.extra,o={},s={};for(var n in i)de(i[n])?o[n]=i[n]:s[n]=_e(i[n]);t.metrics=o,t.categories=s}return"attached_log"in e&&le(e.attached_log)&&(t.attached_log=e.attached_log),t}}(t);i&&e.report({ev_type:ke,payload:i,extra:{timestamp:Ee()}})}))},je=function(e,t){var i=e.common||{};return i.sample_rate=t,e.common=i,e},Re=function(e,t,i,o,s){return e?(n=s(o,t),function(){return n}):function(){return i(t)};var n},ze=function(e,t,i,o){var s=function(e,t,i){for(var o,s=ie(t.split(".")),n=s[0],r=s.slice(1);e&&r.length>0;)e=e[n],n=(o=ie(r))[0],r=o.slice(1);if(e)return i(e,n)}(e,t,(function(e,t){return e[t]}));return void 0!==s&&function(e,t,i){switch(i){case"eq":return pe(t,e);case"neq":return!pe(t,e);case"gt":return e>t[0];case"gte":return e>=t[0];case"lt":return e<t[0];case"lte":return e<=t[0];case"regex":return Boolean(e.match(new RegExp(t.join("|"))));case"not_regex":return!e.match(new RegExp(t.join("|")));default:return!1}}(s,function(e,t){return e.map((function(e){switch(t){case"number":return Number(e);case"boolean":return"1"===e;default:return String(e)}}))}(o,"boolean"==typeof s?"bool":de(s)?"number":"string"),i)},Ue=function(e,t){try{return"rule"===t.type?ze(e,t.field,t.op,t.values):"and"===t.type?t.children.every((function(t){return Ue(e,t)})):t.children.some((function(t){return Ue(e,t)}))}catch(e){return Ie(e),!1}},Le=function(e,t,i,o,s){if(!t)return ne;var n=t.sample_rate,r=t.include_users,a=t.sample_granularity,c=t.rules,d=t.r,l=void 0===d?Math.random():d;if(pe(r,e))return function(e){return je(e,1)};var p="session"===a,u=Re(p,n,i,l,o),_=function(e,t,i,o,s,n){var r={};return Object.keys(e).forEach((function(a){var c=e[a],d=c.enable,l=c.sample_rate,p=c.conditional_sample_rules;d?(r[a]={enable:d,sample_rate:l,effectiveSampleRate:l*i,hit:Re(t,l,o,s,n)},p&&(r[a].conditional_hit_rules=p.map((function(e){var r=e.sample_rate,a=e.filter;return{sample_rate:r,hit:Re(t,r,o,s,n),effectiveSampleRate:r*i,filter:a}})))):r[a]={enable:d,hit:function(){return!1},sample_rate:0,effectiveSampleRate:0}})),r}(c,p,n,i,l,o);return function(e){var t;if(!u())return p&&s[0](),!1;if(!(e.ev_type in _))return je(e,n);if(!_[e.ev_type].enable)return p&&s[1](e.ev_type),!1;if(null===(t=e.common)||void 0===t?void 0:t.sample_rate)return e;var i=_[e.ev_type],o=i.conditional_hit_rules;if(o)for(var r=0;r<o.length;r++)if(Ue(e,o[r].filter))return!!o[r].hit()&&je(e,o[r].effectiveSampleRate);return i.hit()?je(e,i.effectiveSampleRate):((!o||!o.length)&&p&&s[1](e.ev_type),!1)}},Oe={build:function(e){return{ev_type:e.ev_type,payload:e.payload,common:te(te({},e.extra||{}),e.overrides||{})}}},xe={sample_rate:1,include_users:[],sample_granularity:"session",rules:{}};function Be(e){var t,i;try{for(var o=function(e){var t="function"==typeof Symbol&&Symbol.iterator,i=t&&e[t],o=0;if(i)return i.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&o>=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(["userId","deviceId","sessionId","env"]),s=o.next();!s.done;s=o.next()){var n=s.value;e[n]||delete e[n]}}catch(e){t={error:e}}finally{try{s&&!s.done&&(i=o.return)&&i.call(o)}finally{if(t)throw t.error}}return e}function qe(e){return Be(te({},e))}function De(e){return re(e)&&"bid"in e&&"transport"in e}function Me(e){return Be(te({},e))}var Ne=function(e,t){return void 0===t&&(t="/monitor_browser/collect/batch/"),(e&&e.indexOf("//")>=0?"":"https://")+e+t},Ge=function(e,t){return void 0===t&&(t="/monitor_web/settings/browser-settings"),(e&&e.indexOf("//")>=0?"":"https://")+e+t},$e=function(e){var t,i,o=e,s={},n=se,r=se;return{getConfig:function(){return o},setConfig:function(e){return s=te(te({},s),e||{}),a(),t||(t=e,o.useLocalConfig||!o.bid?(i={},n()):function(e,t,i,o){if(!e.get)return o({});e.get({withCredentials:!0,url:Ge(t)+"?bid="+i+"&store=1",success:function(e){o(e.data||{})},fail:function(){o({sample:{sample_rate:.001}})}})}(o.transport,o.domain,o.bid,(function(e){i=function(e){if(!e)return{};var t=e.sample,i=e.timestamp,o=e.quota_rate,s=void 0===o?1:o;if(!t)return{};var n=t.sample_rate,r=t.sample_granularity,a=void 0===r?"session":r,c=t.include_users,d=t.rules;return{sample:{include_users:c,sample_rate:n*s,sample_granularity:a,rules:(void 0===d?[]:d).reduce((function(e,t){var i=t.name,o=t.enable,s=t.sample_rate,n=t.conditional_sample_rules;return e[i]={enable:o,sample_rate:s,conditional_sample_rules:n},e}),{})},serverTimestamp:i}}(e),a(),n()}))),o},onChange:function(e){r=e},onReady:function(e){n=e,i&&n()}};function a(){var t=te(te(te({},e),i||{}),s);t.sample=Fe(Fe(e.sample,null==i?void 0:i.sample),s.sample),o=t,r()}};function Fe(e,t){if(!e||!t)return e||t;var i=te(te({},e),t);return i.include_users=oe(oe([],ie(e.include_users||[]),!1),ie(t.include_users||[]),!1),i.rules=oe(oe([],ie(Object.keys(e.rules||{})),!1),ie(Object.keys(t.rules||{})),!1).reduce((function(i,o){var s,n;return o in i||(o in(e.rules||{})&&o in(t.rules||{})?(i[o]=te(te({},e.rules[o]),t.rules[o]),i[o].conditional_sample_rules=oe(oe([],ie(e.rules[o].conditional_sample_rules||[]),!1),ie(t.rules[o].conditional_sample_rules||[]),!1)):i[o]=(null===(s=e.rules)||void 0===s?void 0:s[o])||(null===(n=t.rules)||void 0===n?void 0:n[o])),i}),{}),i}var Ve=function(e){e.on("report",(function(t){return function(e,t){var i=t||{},o=i.version,s=i.name,n={url:"",protocol:"",domain:"",path:"",query:"",timestamp:Date.now(),sdk_version:o||"2.1.8",sdk_name:s||"SDK_BASE"};return te(te({},e),{extra:te(te({},n),e.extra||{})})}(t,e.config())}))},We=function(e){e.on("beforeBuild",(function(t){return function(e,t){var i={};return i.bid=t.bid,i.pid=t.pid,i.view_id=t.viewId,i.user_id=t.userId,i.device_id=t.deviceId,i.session_id=t.sessionId,i.release=t.release,i.env=t.env,te(te({},e),{extra:te(te({},i),e.extra||{})})}(t,e.config())}))};var He=function(e){return{bid:"",pid:"",viewId:(t="_",t+"_"+Date.now()),userId:Se(),deviceId:Se(),sessionId:Se(),domain:"mon.zijieapi.com",release:"",env:"production",sample:xe,plugins:{},transport:{get:se,post:se},useLocalConfig:!1};var t},Je=function(e){var t=void 0===e?{}:e,i=t.createSender,o=void 0===i?function(e){return function(e){return ee(e)}({size:20,endpoint:Ne(e.domain),transport:e.transport})}:i,s=t.builder,n=void 0===s?Oe:s,r=t.createDefaultConfig,a=Ce({validateInitConfig:De,initConfigNormalizer:qe,userConfigNormalizer:Me,createSender:o,builder:n,createDefaultConfig:void 0===r?He:r,createConfigManager:$e});return Te(a),We(a),Ve(a),function(e){e.on("init",(function(){var t=[],i=function(i){i.forEach((function(i){var o=i.name;pe(t,o)||(t.push(o),i.setup(e),e.destroyAgent.set(o,o,[function(){t=ue(t,o),i.tearDown&&i.tearDown()}]))}))};e.provide("applyIntegrations",i);var o=e.config();o&&o.integrations&&i(o.integrations)}))}(a),function(e){try{"object"==typeof window&&re(window)&&window.__SLARDAR_DEVTOOLS_GLOBAL_HOOK__&&window.__SLARDAR_DEVTOOLS_GLOBAL_HOOK__.push(e)}catch(e){}}(a),a},Ke=function(e){void 0===e&&(e={});var t=Je(e);return function(e){e.on("start",(function(){var t=e.config(),i=t.userId,o=t.sample,s=Le(i,o,ve,we,[function(){e.destroy()},function(t){e.destroyAgent.removeByEvType(t)}]);e.on("build",s)}))}(t),Ae(t),t}();const Qe=X("slardar:transport"),Ye=()=>{};function Ze(e){const{url:t,method:i,data:o,success:s=Ye,fail:a=Ye,getResponseText:c=Ye}=e;if(Qe("Making %s request to %s",i,t),o&&Qe("Request data: %s",o.slice(0,200)),!t||"string"!=typeof t){const e=new Error(`Invalid URL: ${t}`);return Qe("Invalid URL provided: %o",t),void a(e)}try{const e=new URL(t);Qe("Parsed URL - protocol: %s, hostname: %s, port: %s, path: %s",e.protocol,e.hostname,e.port,e.pathname);const d="https:"===e.protocol,l=(d?r.request:n.request)({hostname:e.hostname,port:e.port,path:e.pathname+e.search,method:i,headers:{"Content-Type":"application/json",...o&&{"Content-Length":Buffer.byteLength(o)}}},(e=>{Qe("Response callback triggered: status=%s",e.statusCode);let t="";e.on("data",(e=>{Qe("Response data chunk received: %s bytes",e.length),t+=e.toString()})),e.on("end",(()=>{Qe("Response end event fired"),Qe("Response received: status=%s, body=%s",e.statusCode,t.slice(0,200)),c(t);try{if(e.statusCode&&e.statusCode>=400)Qe("Request failed with status %s: %s",e.statusCode,t),a(new Error(t||e.statusMessage||"Request failed"));else if(t){const e=JSON.parse(t);Qe("Request succeeded"),s(e)}else Qe("Request succeeded with empty response"),s({})}catch(e){Qe("Failed to parse response: %s",e.message),a(e)}}))}));l.on("error",(e=>{Qe("Request error: %s",e.message),a(e)})),l.on("timeout",(()=>{Qe("Request timeout"),l.destroy(),a(new Error("Request timeout"))})),o&&l.write(o),l.end()}catch(e){Qe("Exception during request: %s",e.message),a(e)}}function Xe(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const et=X("slardar:reporter");class it{constructor(){it.prototype.__init.call(this),it.prototype.__init2.call(this)}__init(){this.initialized=!1}__init2(){this.client=Ke}setup(e){var t,i;if(this.initialized)et("Already initialized, skipping setup");else try{et("Initializing Slardar with config:",{bid:e.bid,release:e.release,env:e.env,userId:e.userId,projectId:e.projectId});const o={get(e){Qe("Transport GET called: %s",e.url),Ze({method:"GET",...e})},post({url:e,data:t}){Qe("Transport POST called: %s",e),Ze({method:"POST",url:e,data:t?"string"==typeof t?t:JSON.stringify(t):void 0})}};this.client.init({bid:e.bid,transport:o,userId:e.userId,pid:e.projectId,deviceId:e.deviceId,sessionId:e.sessionId,release:e.release,env:e.env,name:e.name,useLocalConfig:(t=e.useLocalConfig,i=()=>!1,null!=t?t:i()),domain:e.domain,sample:{sample_rate:1,include_users:[],sample_granularity:"session",rules:{}}}),this.client.on("send",(e=>{et("send hook called for event: %s",Xe([e,"optionalAccess",e=>e.ev_type])||"unknown")})),this.client.start(),this.initialized=!0,et("Slardar initialized successfully")}catch(e){et("Failed to initialize:",e)}}ensureInitialized(){return!!this.initialized||(et("Not initialized, call setup() first"),!1)}sendEvent(e,t,i){if(this.ensureInitialized())try{et("Sending event:",{name:e,metrics:t,categories:i});const o=t?Object.fromEntries(Object.entries(t).filter((([,e])=>void 0!==e))):void 0,s=i?Object.fromEntries(Object.entries(i).filter((([,e])=>void 0!==e))):void 0;Xe([this,"access",e=>e.client,"access",e=>e.sendEvent,"optionalCall",t=>t({name:e,metrics:o,categories:s})])}catch(e){et("Failed to send event:",e)}}sendLog(e,t,i){if(this.ensureInitialized())try{et("Sending log:",{level:e,message:t,extra:i}),this.sendEvent("cli_log",void 0,{level:e,message:t,...i})}catch(e){et("Failed to send log:",e)}}reportError(e,t,i){if(this.ensureInitialized())try{const o={ev_type:"js_error",payload:{error:{name:e.name,message:e.message,stack:e.stack},breadcrumbs:[],extra:t,source:i||{type:"manual"}}};et("Reporting JS error:",{name:e.name,message:e.message.slice(0,100),stack:Xe([e,"access",e=>e.stack,"optionalAccess",e=>e.slice,"call",e=>e(0,200)]),extra:t,source:i}),this.client.report(o),et("JS error reported successfully")}catch(e){et("Failed to report error:",e)}}setContext(e,t){this.ensureInitialized()&&Xe([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.set,"call",i=>i(e,t)])}mergeContext(e){this.ensureInitialized()&&(et("Merging context:",e),Xe([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.merge,"call",t=>t(e)]))}deleteContext(e){this.ensureInitialized()&&Xe([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.delete,"call",t=>t(e)])}clearContext(){this.ensureInitialized()&&Xe([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.clear,"call",e=>e()])}updateConfig(e){if(this.ensureInitialized())try{et("Updating config:",e),this.client.config({userId:e.userId,release:e.release,sessionId:e.sessionId,env:e.env})}catch(e){et("Failed to update config:",e)}}async flush(e=1500){this.ensureInitialized()&&(et("Flushing Slardar data..."),Xe([this,"access",e=>e.client,"access",e=>e.getSender,"optionalCall",e=>e(),"optionalAccess",e=>e.flush,"call",e=>e()]),et("Waiting %dms for events to be sent...",e),await new Promise((t=>setTimeout(t,e))),et("Slardar data flushed"))}getRawClient(){return this.client}}const ot=new it;function st(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const nt="cli_start",rt="cli_command",at="cli_command_complete",ct="cli_error",dt="network_request",lt="file_operation",pt={cliStart:e=>({name:nt,metrics:{duration:0,...e}}),cliCommand:(e,t)=>({name:rt,categories:{command:e,args:st([t,"optionalAccess",e=>e.args]),status:"running",...st([t,"optionalAccess",e=>e.categories])},metrics:st([t,"optionalAccess",e=>e.metrics])}),cliCommandComplete:(e,t,i,o)=>({name:at,categories:{command:e,args:st([o,"optionalAccess",e=>e.args]),status:t?"success":"fail",...st([o,"optionalAccess",e=>e.categories])},metrics:{duration:i,...st([o,"optionalAccess",e=>e.errorCode])&&{errorCode:o.errorCode}}}),networkRequest:(e,t)=>({name:dt,categories:{url:e,method:st([t,"optionalAccess",e=>e.method])||"GET",statusCode:st([t,"optionalAccess",e=>e.statusCode,"optionalAccess",e=>e.toString,"call",e=>e()]),status:st([t,"optionalAccess",e=>e.success])?"success":"fail"},metrics:{duration:st([t,"optionalAccess",e=>e.duration])}}),fileOperation:(e,t,i)=>({name:lt,categories:{operation:e,filePath:t,status:st([i,"optionalAccess",e=>e.success])?"success":"fail"},metrics:{duration:st([i,"optionalAccess",e=>e.duration]),fileSize:st([i,"optionalAccess",e=>e.fileSize])}}),cliError:(e,t)=>({name:ct,categories:{errorName:e.name,errorMessage:e.message,stack:e.stack||"",...t},metrics:{errorCode:1}})};function ut(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function _t(e){return(...t)=>{try{const i=e(...t);return i instanceof Promise?i.catch((()=>{})):i}catch(e){}}}const ht=_t((()=>{var e,t;ot.setup({bid:"coze_cli",release:W,env:"production",userId:process.env.USER||"",useLocalConfig:!1,domain:"mon.zijieapi.com"}),ot.mergeContext({platform:process.platform,callerPlatform:(e=process.env.COZE_CLI_PLATFORM,t=()=>"unknown",null!=e?e:t()),nodeVersion:process.version,cliVersion:W})})),mt=_t((e=>{const t=pt.cliCommand(e);ot.sendEvent(t.name,t.metrics,t.categories)})),gt=_t(((e,t,i,o)=>{const s=pt.cliCommandComplete(e,t,i,{errorCode:ut([o,"optionalAccess",e=>e.errorCode])});ot.sendEvent(s.name,s.metrics,s.categories)})),ft=_t(((e,t)=>{ot.reportError(e,t,{type:"cli",data:t})})),yt=_t((async()=>{await ot.flush()}));async function vt(e,t){if(e.config.disableTelemetry)return void await t();ht();const i=function(e){if(e.commandName)return e.commandName;const t=[];for(const i of e.argv){if(i.startsWith("-"))break;t.push(i)}return t.join(" ")||"unknown"}(e);mt(i);const o=Date.now();let s,n=!0;try{await t()}catch(e){throw n=!1,s=e instanceof Error?e:new Error(String(e)),e}finally{const e=Date.now()-o;try{n?gt(i,!0,e):(s&&ft(s,{command:i}),gt(i,!1,e)),await yt()}catch(e){}}}function wt(e,t){return null!=e?e:t()}const bt=c.join(d.homedir(),".coze","logs");class St{__init(){this.fileStream=null}__init2(){this.writeError=!1}constructor(e={}){St.prototype.__init.call(this),St.prototype.__init2.call(this),this.format=wt(e.format,(()=>"text")),this.printToStderr=wt(e.printToStderr,(()=>!1)),this.tags=wt(e.tags,(()=>({}))),this.startTime=Date.now();const t=wt(e.logFile,(()=>this.getDefaultLogPath()));this.logFile=t;try{this.ensureLogDir(),this.rotateLogFiles(),this.fileStream=l.createWriteStream(t,{flags:"a"}),this.fileStream.on("error",(()=>{this.fileStream=null}))}catch(e){this.logFile=null,this.fileStream=null}}getDefaultLogPath(){const e=(new Date).toISOString().replace(/[:.]/g,"-"),{pid:t}=process;return c.join(bt,`${e}-${t}.log`)}ensureLogDir(){l.existsSync(bt)||l.mkdirSync(bt,{recursive:!0})}rotateLogFiles(){try{const e=l.readdirSync(bt).filter((e=>e.endsWith(".log"))).map((e=>({name:e,path:c.join(bt,e),mtime:l.statSync(c.join(bt,e)).mtime.getTime()}))).sort(((e,t)=>t.mtime-e.mtime));e.length>=10&&e.slice(9).forEach((e=>{try{l.unlinkSync(e.path)}catch(e){}}))}catch(e){}}verbose(e,...t){this.log("verbose",e,t)}info(e,...t){this.log("info",e,t)}warn(e,...t){this.log("warn",e,t)}error(e,...t){this.log("error",e,t)}success(e,...t){this.log("success",e,t)}debug(e,...t){this.log("debug",e,t)}debugFileOnly(e,...t){this.log("debug",e,t,!1)}log(e,t,i,o=this.printToStderr){const s=this.formatEntry(e,t,i);if(this.fileStream)try{this.fileStream.write(`${s}\n`)}catch(e){!this.writeError&&o&&(process.stderr.write("Warning: Log write failed\n"),this.writeError=!0)}o&&process.stderr.write(`${s}\n`)}formatEntry(e,t,i){const o=(new Date).toISOString(),s=Date.now()-this.startTime;if("json"===this.format){const n={level:e,timestamp:o,delta:s,...this.tags,message:t};return i.length>0&&(n.args=i),JSON.stringify(n)}const n=Object.entries(this.tags).map((([e,t])=>`${e}=${t}`)).join(" "),r=i.length>0?` ${i.map(String).join(" ")}`:"";return`${e.toUpperCase().padEnd(7)} [${o}] +${s}ms ${n} ${t}${r}`}close(){if(this.fileStream)try{this.fileStream.end()}catch(e){}}}function Pt(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Ct=new Set(["authorization","cookie","set-cookie"]),Tt=/(^|_|-)(token|secret|password|authorization|cookie)(_|-|$)/i,Et=Symbol("request-debug-json-parse-fallback");let It=null,kt=!1,At=!1;const jt=e.customFetch.fetch.bind(e.customFetch),Rt=e=>"[object Object]"===Object.prototype.toString.call(e),zt=e=>{try{return JSON.stringify(e)}catch(t){return JSON.stringify(String(e))}},Ut=e=>{if("string"!=typeof e)return"***";const t=e.trim(),i=Pt([/^bearer\s+/i,"access",e=>e.exec,"call",e=>e(t),"optionalAccess",e=>e[0]]);return i?`${i}***`:"***"},Lt=(e,t)=>t&&Tt.test(t)?Ut(e):Array.isArray(e)?e.map((e=>Lt(e))):Rt(e)?Object.fromEntries(Object.entries(e).map((([e,t])=>[e,Lt(t,e)]))):e,Ot=e=>{if(!e)return{};if(e instanceof Headers)return Object.fromEntries(Array.from(e.entries()).map((([e,t])=>[e.toLowerCase(),t])));if(Array.isArray(e))return Object.fromEntries(e.map((([e,t])=>[e.toLowerCase(),String(t)])));const t=e;return"function"==typeof t.toJSON?Ot(t.toJSON()):"function"==typeof t.entries?Object.fromEntries(Array.from(t.entries()).map((([e,t])=>[e.toLowerCase(),t]))):Object.fromEntries(Object.entries(e).map((([e,t])=>[e.toLowerCase(),Array.isArray(t)?t.map((e=>String(e))).join(", "):String(t)])))},xt=(e,t)=>e[t.toLowerCase()],Bt=(e,t,i="binary")=>{const o=(e=>"string"==typeof e?a.Buffer.byteLength(e):a.Buffer.isBuffer(e)?e.length:e instanceof Uint8Array||e instanceof ArrayBuffer?e.byteLength:"undefined"!=typeof Blob&&e instanceof Blob?e.size:void 0)(e),s=[i];return t&&s.push(t),"number"==typeof o&&s.push(`${o} bytes`),`[${s.join("; ")}]`},qt=(t,i)=>{if(null==t||""===t)return"<empty>";const o=Pt([xt,"call",e=>e(i,"content-type"),"optionalAccess",e=>e.toLowerCase,"call",e=>e()]);if(Pt([o,"optionalAccess",e=>e.includes,"call",e=>e("multipart/form-data")]))return Bt(t,o,"multipart");if(t instanceof URLSearchParams)return zt(Lt(Object.fromEntries(Array.from(t.entries()))));if(a.Buffer.isBuffer(t)||t instanceof Uint8Array||t instanceof ArrayBuffer||"undefined"!=typeof Blob&&t instanceof Blob)return Bt(t,o);if("string"==typeof t){const i=(t=>{const i=e.safeJsonParse(t,Et);if(i!==Et)return i})(t);return void 0!==i?zt(Lt(i)):JSON.stringify(t)}return Array.isArray(t)||Rt(t)?zt(Lt(t)):Bt(t,o,typeof t)},Dt=(e,t)=>{try{return new URL(e,t).toString()}catch(i){return t?`${t}${e}`:e}},Mt=e=>{const t=Ot(e);return t["x-tt-logid"]||t["x-tt-log-id"]||t.logid||""},Nt=e=>(e||"GET").toUpperCase(),Gt=e=>{kt&&It&&(It instanceof St?It.debugFileOnly(e):It.debug(e))},$t=({method:e,url:t,headers:i,body:o})=>{const s=Ot(i);Gt(`[DBG][HTTP][REQ] ${e} ${t}\nheaders: ${zt((e=>Object.fromEntries(Object.entries(e).map((([e,t])=>[e,Ct.has(e)?Ut(t):t]))))(s))}\nbody: ${qt(o,s)}`)},Ft=({method:e,url:t,status:i,logId:o})=>{Gt(`[DBG][HTTP][RES] ${e} ${t} status=${i} logid=${o||"-"}`)},Vt=({method:e,url:t,status:i,logId:o,message:s})=>{const n=(a=()=>"ERR",null!=(r=i)?r:a());var r,a;const c=s?` error=${JSON.stringify(s)}`:"";Gt(`[DBG][HTTP][ERR] ${e} ${t} status=${n} logid=${o||"-"}${c}`)},Wt=(e,t)=>t&&"body"in t?t.body:"object"==typeof e&&e&&"body"in e&&null!==e.body?"[request body stream]":void 0,Ht=()=>{e.axiosInstance.interceptors.request.use((e=>((e=>{const t=Nt(e.method),i=Dt(e.url||"",e.baseURL),o=Ot(e.headers);$t({method:t,url:i,headers:o,body:e.data})})(e),e))),e.axiosInstance.interceptors.response.use((e=>((e=>{const t=Nt(Pt([e,"access",e=>e.config,"optionalAccess",e=>e.method])),i=Dt(Pt([e,"access",e=>e.config,"optionalAccess",e=>e.url])||"",Pt([e,"access",e=>e.config,"optionalAccess",e=>e.baseURL]));Ft({method:t,url:i,status:e.status,logId:Mt(e.headers)})})(e),e)),(e=>((e=>{const t=Nt(Pt([e,"access",e=>e.config,"optionalAccess",e=>e.method])),i=Dt(Pt([e,"access",e=>e.config,"optionalAccess",e=>e.url])||"",Pt([e,"access",e=>e.config,"optionalAccess",e=>e.baseURL]));Vt({method:t,url:i,status:Pt([e,"access",e=>e.response,"optionalAccess",e=>e.status]),logId:Mt(Pt([e,"access",e=>e.response,"optionalAccess",e=>e.headers])),message:e.message})})(e),Promise.reject(e))))},Jt=()=>{e.customFetch.fetch=async(t,i)=>{const o=((e,t)=>Pt([t,"optionalAccess",e=>e.method])?Nt(t.method):"object"==typeof e&&e&&"method"in e&&"string"==typeof e.method?Nt(e.method):"GET")(t,i),s=(e=>"string"==typeof e?e:e instanceof URL?e.toString():"object"==typeof e&&e&&"url"in e&&"string"==typeof e.url?e.url:String(e))(t),n=e.customFetch.getRequestHeaders(t,i);$t({method:o,url:s,headers:n,body:Wt(t,i)});try{const e=await jt(t,i);return Ft({method:o,url:s,status:e.status,logId:Mt(e.headers)}),e}catch(e){throw Vt({method:o,url:s,message:e instanceof Error?e.message:String(e)}),e}}};function Kt(e,t){return null!=e?e:t()}function Qt(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}var Yt;!function(e){e.AUTHORIZATION_PENDING="authorization_pending";e.SLOW_DOWN="slow_down";e.ACCESS_DENIED="access_denied";e.EXPIRED_TOKEN="expired_token"}(Yt||(Yt={}));const Zt=e=>new Promise((t=>setTimeout(t,e))),Xt=e.createRequestClient({baseURL:"https://api.coze.com",useDefaultPlugins:!0,plugins:[{name:"oauth-error-handler",onError:t=>{if(e.isHttpError(t))throw t;const i=t,o=Kt(Qt([i,"access",e=>e.response,"optionalAccess",e=>e.data]),(()=>({}))),s=o.error_description||o.error||i.message,n={status:Qt([i,"access",e=>e.response,"optionalAccess",e=>e.status]),code:o.error,config:i.config,response:i.response,data:o};throw new e.HttpError(Kt(s,(()=>"OAuth request failed")),n)}}]});async function ei(e){return(await Xt.post("/api/permission/oauth2/token",{grant_type:"urn:ietf:params:oauth:grant-type:device_code",client_id:e.clientId,device_code:e.deviceCode},{baseURL:e.baseURL})).data}const ti=async(t,i)=>{const o=process.env.HTTP_PROXY||process.env.http_proxy,s=process.env.HTTPS_PROXY||process.env.https_proxy;if(s||o){const i=new p.EnvHttpProxyAgent;e.customFetch.setDispatcher(i);const[{HttpProxyAgent:n},{HttpsProxyAgent:r}]=await Promise.all([import("http-proxy-agent"),import("https-proxy-agent")]);e.axiosInstance$1.defaults.proxy=!1,Xt.defaults.proxy=!1,s&&(e.axiosInstance$1.defaults.httpsAgent=new r(s),Xt.defaults.httpsAgent=new r(s),t.ui.debug(`HTTPS proxy enabled: ${s}`)),o&&(e.axiosInstance$1.defaults.httpAgent=new n(o),Xt.defaults.httpAgent=new n(o),t.ui.debug(`HTTP proxy enabled: ${o}`))}await i()};let ii=()=>{},oi=null;const si=e=>"object"==typeof e&&null!==e&&!Array.isArray(e),ni=(e,t)=>{return si(i=e)&&"function"==typeof i.set?(Object.entries(t).forEach((([t,i])=>{e.set(t,i)})),e):{...si(e)?e:{},...t};var i},ri=t=>{ii=t,null===oi&&(oi=e.axiosInstance$1.interceptors.request.use((t=>{const i=s.getCozeAccountHeaders(ii());return 0!==Object.keys(i).length&&s.shouldInjectCozeAccountHeader((t=>{const i=t.url;if(!i)return"";try{return new URL(i,t.baseURL||e.axiosInstance$1.defaults.baseURL).toString()}catch(e){return""}})(t))?(t.headers=ni(t.headers,i),t):t})))};async function ai(t,i){ri((()=>t.config.organizationId)),s.installScopedCozeAccountFetchHeader({getOrganizationId:()=>t.config.organizationId});const o=await t.auth.getValidAccessToken();e.axiosInstance$1.defaults.baseURL=t.config.apiBaseUrl;const n=`Bearer ${o}`;e.axiosInstance$1.defaults.headers.Authorization=n,e.axiosInstance$1.defaults.headers["x-request-from-coze-cli"]="1",e.customFetch.setHeaders({Authorization:n,"x-request-from-coze-cli":"1"}),t.config.xTTEnv&&(e.axiosInstance$1.defaults.headers["x-use-ppe"]="1",e.axiosInstance$1.defaults.headers["x-tt-env"]=t.config.xTTEnv,e.customFetch.setHeaders({"x-use-ppe":"1","x-tt-env":t.config.xTTEnv})),await i()}function ci(e){if(!Array.isArray(e))throw new TypeError("Middleware stack must be an array!");for(const t of e)if("function"!=typeof t)throw new TypeError("Middleware must be composed of functions!");return function(t,i){let o=-1;return function s(n){if(n<=o)return Promise.reject(new Error("next() called multiple times"));o=n;let r=e[n];n===e.length&&(r=i);if(!r)return Promise.resolve();try{return Promise.resolve(r(t,s.bind(null,n+1)))}catch(e){return Promise.reject(e)}}(0)}}var di,li,pi,ui,_i,hi,mi,gi,fi,yi,vi,wi,bi,Si,Pi,Ci,Ti,Ei,Ii,ki,Ai,ji,Ri,zi,Ui,Li,Oi,xi,Bi,qi,Di,Mi,Ni,Gi,$i,Fi,Vi,Wi,Hi,Ji,Ki,Qi,Yi,Zi,Xi,eo,to,io,oo,so,no,ro,ao,co,lo;function po(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}!function(e){e.app="app";e.pat="pat"}(di||(di={})),function(e){e.can_apply2="CanApply";e.already_applied2="AlreadyApplied";e.joined4="Joined";e.deny3="Deny"}(li||(li={})),function(e){e.processing="Processing";e.approved="Approved";e.rejected="Rejected";e.auto_approved="AutoApproved"}(pi||(pi={})),function(e){e.normal="Normal";e.connector="Connector";e.privilege="Privilege"}(ui||(ui={})),function(e){e.auth_app="AuthApp";e.on_behalf_of_user="OnBehalfOfUser"}(_i||(_i={})),function(e){e.password="Password";e.sms="Sms";e.email="Email";e.unknown3="Unknown"}(hi||(hi={})),function(e){e.email2="Email";e.phone="Phone";e.unknown4="Unknown"}(mi||(mi={})),function(e){e.authorized="authorized";e.unauthorized="unauthorized";e.expired4="expired"}(gi||(gi={})),function(e){e.api_key="api_key";e.wechat_official="wechat_official";e.oauth_2="oauth2"}(fi||(fi={})),function(e){e.noncertificated="Noncertificated";e.certificated="Certificated"}(yi||(yi={})),function(e){e.uncertified="Uncertified";e.personal_certification="PersonalCertification";e.enterprise_certification="EnterpriseCertification"}(vi||(vi={})),function(e){e.obo="Obo";e.app_auth="AppAuth";e.personal_access_token="PersonalAccessToken"}(wi||(wi={})),function(e){e.legacy="Legacy";e.web_backend="WebBackend";e.single_page_or_native="SinglePageOrNative";e.terminal="Terminal";e.service="Service"}(bi||(bi={})),function(e){e.bot_editor="BotEditor";e.bot_developer="BotDeveloper";e.bot_operator="BotOperator"}(Si||(Si={})),function(e){e.workspace="Workspace";e.o_auth_app="OAuthApp";e.authorized_o_auth_app="AuthorizedOAuthApp";e.service_access_token="ServiceAccessToken";e.personal_access_token2="PersonalAccessToken";e.connector2="Connector";e.normal_api_app="NormalApiApp";e.connector_api_app="ConnectorApiApp"}(Pi||(Pi={})),function(e){e.visitors_prohibited="VisitorsProhibited";e.guest_prohibited_by_invited_user_enterprise2="GuestProhibitedByInvitedUserEnterprise";e.prohibited_by_custom_people_management="ProhibitedByCustomPeopleManagement"}(Ci||(Ci={})),function(e){e.dev2="DEV";e.prod2="PROD"}(Ti||(Ti={})),function(e){e._1="1";e._30="30";e._90="90";e._180="180";e._365="365";e.customize="customize";e.permanent="permanent"}(Ei||(Ei={})),function(e){e._12="1";e._302="30";e._902="90";e._1802="180";e._3652="365";e.customize2="customize";e.permanent2="permanent"}(Ii||(Ii={})),function(e){e.aes_256_gcm="AES-256-GCM"}(ki||(ki={})),function(e){e.conversation="Conversation";e.unknown="Unknown"}(Ai||(Ai={})),function(e){e.active3="Active";e.inactive="Inactive"}(ji||(ji={})),function(e){e.cloud_kms="CloudKMS",e.default="Default";e.unknown2="Unknown"}(Ri||(Ri={})),function(e){e.user_custom2="user_custom";e.consumer3="consumer"}(zi||(zi={})),function(e){e.super_admin="SuperAdmin";e.admin="Admin";e.member="Member";e.guest="Guest"}(Ui||(Ui={})),function(e){e.join_enterprise_share_link_expiration_time="JoinEnterpriseShareLinkExpirationTime";e.sso="SSO";e.forbid_guest_join_enterprise="ForbidGuestJoinEnterprise";e.forbid_member_join_other_enterprise="ForbidMemberJoinOtherEnterprise";e.replace_enterprise_logo="ReplaceEnterpriseLogo";e.forbid_custom_people_management="ForbidCustomPeopleManagement";e.forbid_coze_store_plugin_access="ForbidCozeStorePluginAccess";e.enterprise_member_listing_skill_coze_store="EnterpriseMemberListingSkillCozeStore";e.listing_skill_enterprise_store_audit="ListingSkillEnterpriseStoreAudit"}(Li||(Li={})),function(e){e.string="String";e.boolean="Boolean";e.integer="Integer";e.string_list="StringList"}(Oi||(Oi={})),function(e){e.must_handle="MustHandle";e.no_need_handle="NoNeedHandle"}(xi||(xi={})),function(e){e.pending_review_app_auth="pending_review_app_auth";e.pending_review_app_obo="pending_review_app_obo";e.approved_app_auth="approved_app_auth";e.approved_app_obo="approved_app_obo"}(Bi||(Bi={})),function(e){e.no_permission="NoPermission";e.guest_prohibited_by_enterprise2="GuestProhibitedByEnterprise";e.guest_prohibited_by_invited_user_enterprise3="GuestProhibitedByInvitedUserEnterprise";e.guest_prohibited_by_custom_people_management="GuestProhibitedByCustomPeopleManagement"}(qi||(qi={})),function(e){e.confirming2="Confirming";e.joined3="Joined";e.rejected3="Rejected";e.revoked2="Revoked";e.expired3="Expired";e.deny2="Deny"}(Di||(Di={})),function(e){e.confirming="Confirming";e.joined2="Joined";e.rejected2="Rejected";e.revoked="Revoked";e.expired2="Expired"}(Mi||(Mi={})),function(e){e.can_join="CanJoin";e.guest_prohibited_by_enterprise="GuestProhibitedByEnterprise";e.guest_prohibited_by_invited_user_enterprise="GuestProhibitedByInvitedUserEnterprise"}(Ni||(Ni={})),function(e){e.can_apply="CanApply";e.already_applied="AlreadyApplied";e.joined="Joined";e.expired="Expired";e.deny="Deny"}(Gi||(Gi={})),function(e){e.free="Free";e.premium_lite="PremiumLite";e.premium="Premium";e.premium_plus="PremiumPlus";e.v_1_pro_instance="V1ProInstance";e.pro_personal="ProPersonal";e.coze_personal_plus="CozePersonalPlus";e.coze_personal_advanced="CozePersonalAdvanced";e.coze_personal_pro="CozePersonalPro";e.team="Team";e.enterprise_basic="EnterpriseBasic";e.enterprise="Enterprise";e.enterprise_pro="EnterprisePro"}($i||($i={})),function(e){e.user_custom_only="user_custom_only";e.all2="all"}(Fi||(Fi={})),function(e){e.system="system";e.custom="custom"}(Vi||(Vi={})),function(e){e.not_in_enterprise="NotInEnterprise";e.prohibited_by_custom_people_management2="ProhibitedByCustomPeopleManagement"}(Wi||(Wi={})),function(e){e.can_apply3="CanApply";e.already_applied3="AlreadyApplied";e.joined5="Joined";e.deny4="Deny"}(Hi||(Hi={})),function(e){e.super_admin2="SuperAdmin";e.admin2="Admin";e.member2="Member";e.guest2="Guest"}(Ji||(Ji={})),function(e){e.member_joining_auto_approved="MemberJoiningAutoApproved"}(Ki||(Ki={})),function(e){e.string2="String";e.boolean2="Boolean";e.integer2="Integer";e.string_list2="StringList"}(Qi||(Qi={})),function(e){e.developer="developer";e.consumer2="consumer"}(Yi||(Yi={})),function(e){e.all="all";e.owned="owned";e.others="others"}(Zi||(Zi={})),function(e){e.enterprise_member="EnterpriseMember";e.enterprise_guest="EnterpriseGuest"}(Xi||(Xi={})),function(e){e.not_created="NotCreated";e.enabled="Enabled";e.disabled="Disabled"}(eo||(eo={})),function(e){e.not_created2="NotCreated";e.not_support_not_supabase="NotSupportNotSupabase";e.enabled2="Enabled";e.disabled2="Disabled";e.not_support_project_type="NotSupportProjectType"}(to||(to={})),function(e){e.production="Production";e.development="Development"}(io||(io={})),(oo||(oo={})).skill="skill",function(e){e.dev="dev";e.prod="prod"}(so||(so={})),function(e){e.user_custom="user_custom";e.coze_default="coze_default";e.consumer="consumer"}(no||(no={})),function(e){e.active2="Active";e.deactive="Deactive"}(ro||(ro={})),function(e){e.active="active";e.deactivated="deactivated";e.offboarded="offboarded"}(ao||(ao={})),function(e){e.studio_space_selector="studio_space_selector";e.studio_create_project_btn="studio_create_project_btn";e.studio_home_page="studio_home_page";e.studio_develop="studio_develop";e.studio_library="studio_library";e.studio_tasks="studio_tasks";e.studio_evaluate="studio_evaluate";e.studio_space_manage="studio_space_manage";e.studio_templates_store="studio_templates_store";e.studio_plugins_store="studio_plugins_store";e.studio_agents_store="studio_agents_store";e.studio_playground="studio_playground";e.studio_docs="studio_docs";e.studio_enterprise_agents_store="studio_enterprise_agents_store";e.studio_enterprise_plugins_store="studio_enterprise_plugins_store";e.studio_organization_manage="studio_organization_manage";e.studio_enterprise_card="studio_enterprise_card";e.studio_subscription_card="studio_subscription_card";e.studio_personal_menu="studio_personal_menu";e.studio_more_products="studio_more_products";e.studio_notice="studio_notice";e.studio_migration_banner="studio_migration_banner";e.coding_space_selector="coding_space_selector";e.coding_create_project="coding_create_project";e.coding_project_manage="coding_project_manage";e.coding_integrations="coding_integrations";e.coding_library="coding_library";e.coding_tasks="coding_tasks";e.coding_playground="coding_playground";e.coding_evaluate="coding_evaluate";e.coding_coze_redirect="coding_coze_redirect";e.coding_docs="coding_docs";e.coding_community="coding_community";e.coding_enterprise_card="coding_enterprise_card";e.coding_subscription_card="coding_subscription_card";e.coding_personal_menu="coding_personal_menu";e.coding_notice="coding_notice";e.admin_organization_manage="admin_organization_manage";e.admin_member_manage="admin_member_manage";e.admin_enterprise_config="admin_enterprise_config"}(co||(co={})),function(e){e.root_user="RootUser";e.basic_user="BasicUser"}(lo||(lo={}));class uo{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){uo.prototype.__init.call(this),uo.prototype.__init2.call(this),this.request=po([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=po([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}CreatePersonalAccessTokenAndPermission(e,t){const i=e,o=this.genBaseURL("/api/permission_api/pat/create_personal_access_token_and_permission"),s={name:i.name,expire_at:i.expire_at,duration_day:i.duration_day,organization_id:i.organization_id,workspace_permission:i.workspace_permission,account_permission:i.account_permission,workspace_permission_v2:i.workspace_permission_v2,enterprise_permission:i.enterprise_permission},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}UpdatePersonalAccessTokenAndPermission(e,t){const i=e,o=this.genBaseURL("/api/permission_api/pat/update_personal_access_token_and_permission"),s={workspace_permission:i.workspace_permission,account_permission:i.account_permission,workspace_permission_v2:i.workspace_permission_v2,enterprise_permission:i.enterprise_permission,id:i.id,name:i.name},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}DeletePersonalAccessTokenAndPermission(e,t){const i=e,o=this.genBaseURL("/api/permission_api/pat/delete_personal_access_token_and_permission"),s={id:i.id};return this.request({url:o,method:"POST",data:s},t)}ListPersonalAccessTokens(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/pat/list_personal_access_tokens"),s={organization_id:i.organization_id,page:i.page,size:i.size,search_option:i.search_option};return this.request({url:o,method:"GET",params:s},t)}GetPersonalAccessTokenAndPermission(e,t){const i=e,o=this.genBaseURL("/api/permission_api/pat/get_personal_access_token_and_permission"),s={id:i.id};return this.request({url:o,method:"GET",params:s},t)}ListPersonalAccessTokenSupportPermissions(e,t){const i=this.genBaseURL("/api/permission_api/pat/list_personal_access_token_support_permissions");return this.request({url:i,method:"GET"},t)}CheckPersonalAccessTokenInWorkspace(e,t){const i=e,o=this.genBaseURL("/api/permission_api/pat/check_personal_access_token_in_workspace"),s={workspace_id:i.workspace_id};return this.request({url:o,method:"GET",params:s},t)}AddCollaborator(e,t){const i=e,o=this.genBaseURL("/api/permission/authz/add_collaborator"),s={collaborator_types:i.collaborator_types,principal:i.principal,resource:i.resource};return this.request({url:o,method:"POST",data:s},t)}RemoveCollaborator(e,t){const i=e,o=this.genBaseURL("/api/permission/authz/remove_collaborator"),s={principal:i.principal,resource:i.resource};return this.request({url:o,method:"POST",data:s},t)}CreateAppMeta(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/create_app_meta"),s={app_type:i.app_type,client_type:i.client_type,name:i.name,description:i.description,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}ListAppMeta(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/app/list_app_meta"),s={organization_id:i.organization_id};return this.request({url:o,method:"GET",params:s},t)}GetAppMeta(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/get_app_meta"),s={appid:i.appid},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"GET",params:s,headers:n},t)}UpdateAppMeta(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/update_app_meta"),s={status:i.status,oauth2_configuration:i.oauth2_configuration,appid:i.appid,name:i.name,description:i.description,declared_permission:i.declared_permission,declared_permission_v2:i.declared_permission_v2},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}UploadPublicKey(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/upload_public_key"),s={appid:i.appid,public_key_pem:i.public_key_pem};return this.request({url:o,method:"POST",data:s},t)}DeletePublicKey(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/delete_public_key"),s={fingerprint:i.fingerprint};return this.request({url:o,method:"POST",data:s},t)}CreateClientSecret(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/create_client_secret"),s={appid:i.appid};return this.request({url:o,method:"POST",data:s},t)}DeleteClientSecret(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/delete_client_secret"),s={appid:i.appid,client_secret_id:i.client_secret_id};return this.request({url:o,method:"POST",data:s},t)}PutOAuth2Configuration(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/put_oauth2_configuration"),s={oauth2_configuration:i.oauth2_configuration,appid:i.appid};return this.request({url:o,method:"POST",data:s},t)}AuthorizeAppWithDeclaredPermission(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/authorize_app_with_declared_permission"),s={appid:i.appid,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}ListAuthorizedApps(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/list_authorized_apps"),s={page:i.page,size:i.size},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"GET",params:s,headers:n},t)}GetAppAuthorizationRequestInfo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/get_app_authorization_request_info"),s={authorize_key:i.authorize_key},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"GET",params:s,headers:n},t)}RevokeAppAuthorizedPermission(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/revoke_app_authorized_permission"),s={authorization_type:i.authorization_type,appid:i.appid,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}DeleteApp(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/delete_app"),s={appid:i.appid};return this.request({url:o,method:"POST",data:s},t)}ModifyCollaborator(e,t){const i=e,o=this.genBaseURL("/api/permission/authz/modify_collaborator"),s={principal:i.principal,resource:i.resource,collaborator_types:i.collaborator_types};return this.request({url:o,method:"POST",data:s},t)}BatchAddCollaborator(e,t){const i=e,o=this.genBaseURL("/api/permission/authz/batch_add_collaborator"),s={principal_type:i.principal_type,resource:i.resource,principal_ids:i.principal_ids,collaborator_types:i.collaborator_types};return this.request({url:o,method:"POST",data:s},t)}GetAppInstallationRequestInfo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/get_app_installation_request_info"),s={appid:i.appid},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"GET",params:s,headers:n},t)}AppInstallationConsent(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/app_installation_consent"),s={appid:i.appid,installation_account_hint:i.installation_account_hint};return this.request({url:o,method:"POST",data:s},t)}ImpersonateCozeUser(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/coze_web_app/impersonate_coze_user"),s={duration_seconds:i.duration_seconds,scope:i.scope,connector_info:i.connector_info};return this.request({url:o,method:"POST",data:s},t)}GetVolcanoConnectInfoWithInsName(e,t){const i=this.genBaseURL("/api/permission_api/volcano/get_volcano_connect_info_with_ins_name");return this.request({url:i,method:"GET"},t)}GetVolcanoMaskedMobile(e,t){const i=this.genBaseURL("/api/permission_api/volcano/get_volcano_masked_mobile");return this.request({url:i,method:"GET"},t)}BindVolcano(e,t){const i=this.genBaseURL("/api/permission_api/volcano/bind_volcano");return this.request({url:i,method:"POST"},t)}AuthorizeAppWithSpecifiedWorkspace(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/authorize_app_with_specified_permission"),s={appid:i.appid,workspace_list:i.workspace_list,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}GetUserProfile(e,t){const i=this.genBaseURL("/v1/users/me");return this.request({url:i,method:"GET"},t)}ListAppAuthorizations(e,t){const i=e,o=this.genBaseURL(`/v1/oauth-apps/${i.appid}/authorizations`),s={page_num:i.page_num,page_size:i.page_size},n={authorization:i.authorization};return this.request({url:o,method:"GET",params:s,headers:n},t)}GetCertificationInfo(e,t){const i=this.genBaseURL("/api/permission_api/enterprise/get_certification_info");return this.request({url:i,method:"GET"},t)}NeedCreateEnterprise(e,t){const i=this.genBaseURL("/api/permission_api/enterprise/need_create_enterprise");return this.request({url:i,method:"GET"},t)}CreateEnterprise(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/create_enterprise"),s={name:i.name,icon_uri:i.icon_uri};return this.request({url:o,method:"POST",data:s},t)}ListEnterprise(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/enterprise/list_enterprises"),s={contain_enterprise_of_user:i.contain_enterprise_of_user,contain_organization_of_user:i.contain_organization_of_user,contain_guest_enterprise_of_user:i.contain_guest_enterprise_of_user,is_space:i.is_space};return this.request({url:o,method:"GET",params:s},t)}GetEnterprise(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_enterprise"),s={enterprise_id:i.enterprise_id};return this.request({url:o,method:"GET",params:s},t)}UpdateEnterprise(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_enterprise"),s={enterprise_id:i.enterprise_id,name:i.name,icon_uri:i.icon_uri,replace_logo:i.replace_logo};return this.request({url:o,method:"POST",data:s},t)}UpdateEnterpriseSettings(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_enterprise_settings"),s={enterprise_id:i.enterprise_id,enterprise_settings:i.enterprise_settings};return this.request({url:o,method:"POST",data:s},t)}BatchAddEnterprisePeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/batch_add_enterprise_people"),s={enterprise_id:i.enterprise_id,enterprise_people:i.enterprise_people,need_check_people_valid:i.need_check_people_valid};return this.request({url:o,method:"POST",data:s},t)}RemoveEnterprisePeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/remove_enterprise_people"),s={enterprise_id:i.enterprise_id,user_id:i.user_id,receiver:i.receiver,sync_default_organization:i.sync_default_organization};return this.request({url:o,method:"POST",data:s},t)}UpdateEnterprisePeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_enterprise_people"),s={enterprise_id:i.enterprise_id,user_id:i.user_id,enterprise_role_type_list:i.enterprise_role_type_list,sync_default_organization:i.sync_default_organization};return this.request({url:o,method:"POST",data:s},t)}CreateEnterpriseInviteLink(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/create_enterprise_invite_link"),s={enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}CreateJoinApplication(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/create_join_application"),s={key:i.key,remark:i.remark};return this.request({url:o,method:"POST",data:s},t)}GetInviteInfo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_invite_info"),s={invite_key:i.invite_key};return this.request({url:o,method:"GET",params:s},t)}UpdateJoinApplication(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_join_application"),s={application_status:i.application_status,enterprise_id:i.enterprise_id,join_application_id_list:i.join_application_id_list};return this.request({url:o,method:"POST",data:s},t)}ListPersonalAccessTokensByCreator(e,t){const i=e,o=this.genBaseURL("/api/permission_api/permission/list_personal_access_tokens_by_creator"),s={organization_id:i.organization_id};return this.request({url:o,method:"GET",params:s},t)}ListAppInstallations(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/app/list_app_installations"),s={enterprise_id:i.enterprise_id,organization_id:i.organization_id},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"GET",params:s,headers:n},t)}GetEnterpriseSettings(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_enterprise_settings"),s={enterprise_id:i.enterprise_id,enterprise_setting_key_list:i.enterprise_setting_key_list};return this.request({url:o,method:"POST",data:s},t)}SearchCanAddEnterprisePeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/search_can_add_enterprise_people"),s={people_type:i.people_type,enterprise_id:i.enterprise_id,search_key:i.search_key};return this.request({url:o,method:"POST",data:s},t)}SearchEnterprisePeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/search_enterprise_people"),s={people_type:i.people_type,enterprise_id:i.enterprise_id,search_key:i.search_key,enterprise_role_type_list:i.enterprise_role_type_list,need_volcano_user_info:i.need_volcano_user_info,need_people_number:i.need_people_number,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}ListJoinApplication(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/list_join_application"),s={application_status:i.application_status,enterprise_id:i.enterprise_id,search_key:i.search_key,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}PostAdapterMpV1Code2Session(e,t){const i=e||{},o=this.genBaseURL("/adapter/mp/v1/code2session"),s={bot_id:i.bot_id,app_id:i.app_id,connector_id:i.connector_id,code:i.code,with_userinfo:i.with_userinfo,execute_mode:i.execute_mode,agent_type:i.agent_type,agent_version:i.agent_version};return this.request({url:o,method:"POST",data:s},t)}SubmitAppOboInstallationReview(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/submit_app_obo_installation_review"),s={appid:i.appid,enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}InstallAppObo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/install_app_obo"),s={appid:i.appid,enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}UninstallAppObo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/uninstall_app_obo"),s={appid:i.appid,enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}GetChecklistForWorkspaceMigration(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/get_checklist_for_workspace_migration"),s={workspace_id_list:i.workspace_id_list};return this.request({url:o,method:"POST",data:s},t)}CheckEnterpriseExist(e,t){const i=this.genBaseURL("/api/permission_api/enterprise/check_enterprise_exist");return this.request({url:i,method:"GET"},t)}GetSSOSetting(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_sso_setting"),s={enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}BatchMigrateAuthorization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/app/batch_migrate_authorization"),s={authorization_list:i.authorization_list,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}ListJoinInvitation(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/list_join_invitation"),s={invitation_status:i.invitation_status,enterprise_id:i.enterprise_id,search_key:i.search_key,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}RevokeJoinInvitation(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/revoke_join_invitation"),s={enterprise_id:i.enterprise_id,join_invitation_id:i.join_invitation_id};return this.request({url:o,method:"POST",data:s},t)}UpdateJoinInvitation(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_join_invitation"),s={enterprise_id:i.enterprise_id,join_invitation_id:i.join_invitation_id,joined:i.joined};return this.request({url:o,method:"POST",data:s},t)}GetJoinInvitation(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_join_invitation"),s={join_invitation_id:i.join_invitation_id};return this.request({url:o,method:"POST",data:s},t)}SearchPeopleInOtherEnterprise(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/search_people_in_other_enterprise"),s={enterprise_id:i.enterprise_id,search_key:i.search_key,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}CreateApplicationForEnterpriseMember(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/create_application_for_enterprise_member"),s={enterprise_id:i.enterprise_id,remark:i.remark};return this.request({url:o,method:"POST",data:s},t)}GetApplicationForEnterpriseMember(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_application_for_enterprise_member"),s={enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}AuthorizeAppsAndPersonalaccesstokenListWithPersonalAccountPermission(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/app/authorize_apps_and_patlist_with_personalaccountpermission"),s={crossaccount_authinfo_list:i.crossaccount_authinfo_list};return this.request({url:o,method:"POST",data:s},t)}RevokeAppAndPersonalaccesstokenPersonalAccountPermission(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/app/revoke_app_and_pat_personalaccountpermission"),s={crossaccount_authinfo:i.crossaccount_authinfo};return this.request({url:o,method:"POST",data:s},t)}GetAppsAndPersonalAccessTokenListForPersonalAccountPermissionAuthorization(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/app/get_apps_and_patlist_for_personalaccountpermission_authorization"),s={page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}create_service_identity(e,t){const i=e,o=this.genBaseURL("/api/permission_api/service/create_service_identity"),s={name:i.name,organization_id:i.organization_id,expire_at:i.expire_at,duration_day:i.duration_day,permission:i.permission},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}get_service_identity(e,t){const i=e,o=this.genBaseURL("/api/permission_api/service/get_service_identity"),s={id:i.id};return this.request({url:o,method:"GET",params:s},t)}update_service_identity(e,t){const i=e,o=this.genBaseURL("/api/permission_api/service/update_service_identity"),s={permission:i.permission,id:i.id,name:i.name,expire_at:i.expire_at,duration_day:i.duration_day},n={"x-tt-env":i["x-tt-env"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}delete_service_identity(e,t){const i=e,o=this.genBaseURL("/api/permission_api/service/delete_service_identity"),s={id:i.id};return this.request({url:o,method:"POST",params:s},t)}list_service_identities(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/service/list_service_identities"),s={organization_id:i.organization_id};return this.request({url:o,method:"GET",params:s},t)}ListEncryptionConfiguration(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterpise/list_encryption_configuration"),s={organization_id:i.organization_id};return this.request({url:o,method:"GET",params:s},t)}UpdateEncryptionConfiguration(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/enterpise/update_encryption_configuration"),s={encryption_configuration:i.encryption_configuration};return this.request({url:o,method:"POST",data:s},t)}SearchOrganization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/search_organization"),s={enterprise_id:i.enterprise_id,search_key:i.search_key,joined:i.joined,need_people_number:i.need_people_number,need_workspace_number:i.need_workspace_number,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}CreateOrganization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/create_organization"),s={enterprise_id:i.enterprise_id,name:i.name,icon_uri:i.icon_uri,description:i.description};return this.request({url:o,method:"POST",data:s},t)}GetOrganization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_organization"),s={organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}UpdateOrganization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_organization"),s={organization_id:i.organization_id,name:i.name,icon_uri:i.icon_uri,description:i.description};return this.request({url:o,method:"POST",data:s},t)}SearchCanAddOrganizationPeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/search_can_add_organization_people"),s={organization_id:i.organization_id,search_key:i.search_key,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}SearchOrganizationPeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/search_organization_people"),s={organization_role_type:i.organization_role_type,people_type:i.people_type,organization_id:i.organization_id,search_key:i.search_key,page:i.page,page_size:i.page_size,organization_role_type_list:i.organization_role_type_list};return this.request({url:o,method:"POST",data:s},t)}CreateJoinOrganizationApplication(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/create_join_organization_application"),s={organization_id:i.organization_id,remark:i.remark};return this.request({url:o,method:"POST",data:s},t)}ListJoinOrganizationApplication(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/list_join_organization_application"),s={application_status:i.application_status,organization_id:i.organization_id,search_key:i.search_key,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}UpdateJoinOrganizationApplication(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_join_organization_application"),s={application_status:i.application_status,organization_id:i.organization_id,join_application_id_list:i.join_application_id_list};return this.request({url:o,method:"POST",data:s},t)}GetOrganizationApplicationForEnterpriseMember(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_organization_application_for_enterprise_member"),s={organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}CanCustomEncryptionConfiguration(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterpise/can_custom_encryption_configuration"),s={enterprise_id:i.enterprise_id};return this.request({url:o,method:"GET",params:s},t)}BatchAddOrganizationPeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/batch_add_organization_people"),s={organization_id:i.organization_id,organization_people:i.organization_people};return this.request({url:o,method:"POST",data:s},t)}RemoveOrganizationPeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/remove_organization_people"),s={organization_id:i.organization_id,user_id:i.user_id,receiver:i.receiver};return this.request({url:o,method:"POST",data:s},t)}UpdateOrganizationPeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_organization_people"),s={organization_role_type:i.organization_role_type,organization_id:i.organization_id,user_id:i.user_id};return this.request({url:o,method:"POST",data:s},t)}DownloadRemoteAttestationEvidence(e,t){const i=e,o=this.genBaseURL("/api/permission_api/aicc/download_remote_attestation_evidence"),s={component_name:i.component_name};return this.request({url:o,method:"GET",params:s},t)}GetAgentAiccInfo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/aicc/get_agent_aicc_info"),s={agent_id:i.agent_id};return this.request({url:o,method:"GET",params:s},t)}CheckDeleteOrganization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/check_delete_organization"),s={organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}DeleteOrganization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/delete_organization"),s={organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}ListProjectUsers(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/list_project_users"),s={project_id:i.project_id,page_size:i.page_size,page_number:i.page_number,environment:i.environment,filter:i.filter};return this.request({url:o,method:"POST",data:s},t)}DeleteProjectUser(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/delete_project_user"),s={environment:i.environment,project_id:i.project_id,user_id:i.user_id};return this.request({url:o,method:"POST",data:s},t)}GetProjectAuthConfig(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/get_project_auth_config"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}UpdateProjectAuthConfig(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/update_project_auth_config"),s={project_id:i.project_id,configuration:i.configuration};return this.request({url:o,method:"POST",data:s},t)}ListProjectSecret(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/list_project_secret"),s={env:i.env,project_id:i.project_id,with_providers:i.with_providers,deploy_id:i.deploy_id,option:i.option};return this.request({url:o,method:"POST",data:s},t)}UpdateProjectSecret(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/update_project_secret"),s={project_id:i.project_id,update_secrets:i.update_secrets,update_cred_provider:i.update_cred_provider};return this.request({url:o,method:"POST",data:s},t)}DeleteProjectSecret(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/delete_project_secret"),s={project_id:i.project_id,keys:i.keys,cred_provider_ids:i.cred_provider_ids};return this.request({url:o,method:"POST",data:s},t)}EncryptProjectSecret(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/encrypt_project_secret"),s={project_id:i.project_id,project_type:i.project_type,encrypt_secrets:i.encrypt_secrets};return this.request({url:o,method:"POST",data:s},t)}InsertProjectSecret(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/insert_project_secret"),s={project_id:i.project_id,insert_secrets:i.insert_secrets};return this.request({url:o,method:"POST",data:s},t)}OutboundAuthCallback(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/outbound_auth/callback"),s={session_id:i.session_id,error:i.error};return this.request({url:o,method:"GET",params:s},t)}CreateAgentAccessToken(e,t){const i=e,o=this.genBaseURL("/api/permission_api/inbound_auth/agent_access_token"),s={project_id:i.project_id,deployment_env:i.deployment_env};return this.request({url:o,method:"POST",data:s},t)}ListAgentAccessTokens(e,t){const i=e,o=this.genBaseURL("/api/permission_api/inbound_auth/agent_access_token"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}DeleteAgentAccessToken(e,t){const i=e,o=this.genBaseURL("/api/permission_api/inbound_auth/agent_access_token"),s={token_id:i.token_id,project_id:i.project_id};return this.request({url:o,method:"DELETE",data:s},t)}GenerateInviteCode(e,t){const i=this.genBaseURL("/api/permission_api/coze_user/generate_invite_code");return this.request({url:i,method:"POST"},t)}GetInviteCodeInfo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/coze_user/get_invite_code_info"),s={invite_code:i.invite_code};return this.request({url:o,method:"GET",params:s},t)}AuthorizeCredProvider(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/authorize"),s={provider_id:i.provider_id};return this.request({url:o,method:"GET",params:s},t)}ProjectSecretAuthCallback(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/project_secret/callback"),s={code:i.code,state:i.state,error:i.error};return this.request({url:o,method:"GET",params:s},t)}ListAuthInfo(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/list_auth_info"),s={credential_ids:i.credential_ids};return this.request({url:o,method:"POST",data:s},t)}RevokeAuthorization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/project_secret/revoke"),s={credential_id:i.credential_id};return this.request({url:o,method:"POST",data:s},t)}UpdateProjectAuthConfigV2(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/update_project_auth_config_v2"),s={environment:i.environment,project_id:i.project_id,configuration:i.configuration};return this.request({url:o,method:"POST",data:s},t)}DeleteProjectUserV2(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/delete_project_user_v2"),s={environment:i.environment,project_id:i.project_id,user_id:i.user_id};return this.request({url:o,method:"POST",data:s},t)}VisibilityConfig(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/visibility_config"),s={enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}GetVolcanoLoginMaskedMobile(e,t){const i=this.genBaseURL("/api/permission_api/volcano/get_volcano_login_masked_mobile");return this.request({url:i,method:"GET"},t)}ListProjectUsersV2(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/list_project_users_v2"),s={environment:i.environment,project_id:i.project_id,page_size:i.page_size,page_number:i.page_number,filter:i.filter};return this.request({url:o,method:"POST",data:s},t)}GetProjectAuthConfigV2(e,t){const i=e,o=this.genBaseURL("/api/permission_api/auth_integration/get_project_auth_config_v2"),s={environment:i.environment,project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}BatchGetPeopleJoinedOrganization(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/batch_get_people_joined_organization"),s={enterprise_id:i.enterprise_id,user_ids:i.user_ids};return this.request({url:o,method:"POST",data:s},t)}BatchRemoveOrganizationPeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/batch_remove_organization_people"),s={enterprise_id:i.enterprise_id,remove_user_list:i.remove_user_list};return this.request({url:o,method:"POST",data:s},t)}BatchRemoveEnterprisePeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/batch_remove_enterprise_people"),s={enterprise_id:i.enterprise_id,remove_user_list:i.remove_user_list};return this.request({url:o,method:"POST",data:s},t)}GetOrganizationSettings(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/get_organization_settings"),s={organization_id:i.organization_id,organization_setting_key_list:i.organization_setting_key_list};return this.request({url:o,method:"POST",data:s},t)}UpdateOrganizationSettings(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/update_organization_settings"),s={organization_id:i.organization_id,organization_settings:i.organization_settings};return this.request({url:o,method:"POST",data:s},t)}GithubAuthCallback(e,t){const i=e||{},o=this.genBaseURL("/api/permission_api/github_auth/callback"),s={code:i.code,state:i.state,error:i.error};return this.request({url:o,method:"GET",params:s},t)}BatchListOrganizationPeople(e,t){const i=e,o=this.genBaseURL("/api/permission_api/enterprise/batch_list_organization_people"),s={organization_ids:i.organization_ids,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}}const _o=new uo({});function ho(e,t){return null!=e?e:t()}const mo=1e3,go=Math.floor(new Date("2000-01-01T00:00:00.000Z").getTime()/mo),fo=e=>e instanceof Error?e.message:String(e);class yo{constructor(e){this.ctx=e,this.config=e.config}getOAuthConfig(){return{baseURL:ho(this.config.openApiBaseUrl,(()=>s.DEFAULT_CONFIG.openApiBaseUrl)),clientId:ho(this.config.clientId,(()=>s.DEFAULT_CONFIG.clientId))}}async clearUserContext(){this.config.organizationId=void 0,this.config.enterpriseId=void 0,this.config.spaceId=void 0,await s.saveConfig({organizationId:void 0,enterpriseId:void 0,spaceId:void 0})}openInBrowser(e){const t="darwin"===process.platform?"open":"win32"===process.platform?"cmd":"xdg-open",i="win32"===process.platform?["/c","start",'""',e]:[e],s="Failed to open browser automatically. Please open the URL manually.";try{const e=o.spawn(t,i,{detached:!0,stdio:"ignore"});e.on("error",(()=>{this.ctx.ui.verbose(s)})),e.unref()}catch(e){this.ctx.ui.verbose(`${s} ${e instanceof Error?e.message:String(e)}`)}}async clearAuthData(){this.config.accessToken=void 0,this.config.refreshToken=void 0,this.config.tokenExpiresAt=void 0,await s.saveConfig({accessToken:void 0,refreshToken:void 0,tokenExpiresAt:void 0})}async login(t){if(this.ctx.ui.verbose("Initiating login process..."),t.token)return this.ctx.ui.info("Using Personal Access Token (PAT)..."),this.config.accessToken=t.token,await s.saveConfig({accessToken:t.token,refreshToken:void 0,tokenExpiresAt:void 0}),await this.clearUserContext(),this.ctx.ui.info("Authentication successful. Credentials saved."),void("json"===this.ctx.format&&this.ctx.response.print({success:!0,method:"PAT"}));try{this.ctx.ui.info("Starting OAuth flow...");const{baseURL:t,clientId:o}=this.getOAuthConfig();this.ctx.ui.verbose("Starting OAuth device flow...");const s=await async function(e){const t=e.workspaceId?`/api/permission/oauth2/workspace_id/${e.workspaceId}/device/code`:"/api/permission/oauth2/device/code";return(await Xt.post(t,{client_id:e.clientId},{baseURL:e.baseURL})).data}({baseURL:t,clientId:o}),n=`${s.verification_uri}?user_code=${s.user_code}`;this.ctx.ui.info(`Please visit ${i.underline(n)} and authorize the application.\n\nPrivacy Policy: ${i.underline("https://docs.coze.cn/guides/privacy")}\nTerms of Service: ${i.underline("https://docs.coze.cn/guides/terms-of-service")}\n\nIf you are an agent using Coze CLI, please share the authorization link,\nPrivacy Policy, and Terms of Service with your users.\n `),this.openInBrowser(n);const r=await async function(t,i){if(!t.poll)return ei(t);let o=5e3;for(i.ui.debug("Start Polling for device token..."),i.ui.debug(`Polling interval: ${o}ms`),i.ui.debug("Polling timeout: 30000ms");;)try{i.ui.debug(`Polling for device token..., ${JSON.stringify(t)}`);const e=await ei(t);return i.ui.debug(`Polling for device token success: ${JSON.stringify(e)}`),e}catch(t){if(e.isHttpError(t)){const e=t;i.ui.debug(`Polling for device token error, the error is a HttpError.\n logid: ${Qt([e,"access",e=>e.response,"optionalAccess",e=>e.headers,"access",e=>e["x-tt-logid"]])}`),i.ui.debug(`Polling for device token error: ${JSON.stringify(Kt(Qt([e,"access",e=>e.toJSON,"optionalCall",e=>e()]),(()=>e)))}`);const s=e.data;if(Qt([s,"optionalAccess",e=>e.error])===Yt.AUTHORIZATION_PENDING){i.ui.debug("Polling for device token: user has not completed authorization yet."),await Zt(o);continue}if(Qt([s,"optionalAccess",e=>e.error])===Yt.SLOW_DOWN){o<3e4&&(o+=5e3),i.ui.debug(`Polling for device token: client is polling too frequently. Increasing interval to ${o}ms`),await Zt(o);continue}}const s=t;throw i.ui.debug(`Polling for device token error, the error is: ${s.message}\n ${s.stack}\n `),t}}({baseURL:t,clientId:o,deviceCode:s.device_code,poll:!0},this.ctx);this.ctx.ui.debug(`Polling for device token success: ${JSON.stringify(r)}`),await this.saveOAuthToken(r),this.ctx.ui.debug("Saving OAuth token successfully."),await this.clearUserContext(),this.ctx.ui.info("Authentication successful. Credentials saved."),"json"===this.ctx.format&&this.ctx.response.print({success:!0,method:"OAuth"})}catch(e){throw this.ctx.ui.error(`OAuth login failed: ${fo(e)}`),e}}async logout(){await this.clearAuthData(),await this.clearUserContext(),this.ctx.ui.info("You have been logged out. Credentials cleared."),"json"===this.ctx.format&&this.ctx.response.print({success:!0,logged_out:!0})}async whoami(){if(!await this.getValidAccessToken())return void this.ctx.response.print({logged_in:!1});this.ctx.ui.info("Fetching user information...");this.ctx.response.print({logged_in:!0,user:"mock-user@coze.io",org:"mock-org",profile:"default"})}async status(){const e=await this.getValidAccessToken();if(this.ctx.ui.info("Checking authentication status..."),!e)return void this.ctx.response.print({logged_in:!1});const t=this.config.tokenExpiresAt,i=!!this.config.refreshToken,{data:o}=await _o.GetUserProfile({},{baseURL:this.config.openApiBaseUrl}),s={logged_in:!0,user:o,token_expires_at:t?new Date(t).toISOString():i?void 0:"Never (PAT)"};this.ctx.response.print(s)}async getValidAccessToken(){const{accessToken:e,refreshToken:t,tokenExpiresAt:i}=this.config;if(e){if(!t)return e;if((e=>{if(!e)return!1;const t=Date.now();return!(e-t>316224e5)&&t<e-3e5})(i))return e;this.ctx.ui.verbose("Access token is expired or expiring soon, refreshing...");try{const{baseURL:e,clientId:i}=this.getOAuthConfig(),o=await async function(e){const t={};return e.clientSecret&&(t.Authorization=`Bearer ${e.clientSecret}`),(await Xt.post("/api/permission/oauth2/token",{grant_type:"refresh_token",client_id:e.clientId,refresh_token:e.refreshToken},{baseURL:e.baseURL,headers:t})).data}({baseURL:e,clientId:i,refreshToken:t});return await this.saveOAuthToken(o),this.ctx.ui.verbose("Token refreshed successfully."),o.access_token}catch(e){return this.ctx.ui.error(`Failed to refresh token: ${fo(e)}`),void await this.clearAuthData()}}}async saveOAuthToken(e){const t=(i=e.expires_in)>=go?i*mo:Date.now()+i*mo;var i;this.config.accessToken=e.access_token,this.config.refreshToken=e.refresh_token,this.config.tokenExpiresAt=t,await s.saveConfig({accessToken:e.access_token,refreshToken:e.refresh_token,tokenExpiresAt:t})}}const vo="",wo="",bo="",So="",Po="",Co="",To="",Eo="",Io="[PROC]",ko="[INFO]",Ao="[WARN]",jo="[ERR]",Ro="[DONE]",zo="[DBG]",Uo={debug:0,verbose:1,info:2,success:3,warn:4,error:5};function Lo(e){return`${bo}${wo}${e}${vo}`}class Oo{constructor(e,t,i="info"){var o,s;this.log=e,this.silent="json"===t,this.useColor=this.detectColorSupport(),this.level=i,this.levelPriority=(s=()=>2,null!=(o=Uo[i])?o:s())}detectColorSupport(){return!0===function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([process,"access",e=>e.stderr,"optionalAccess",e=>e.isTTY])&&void 0===process.env.NO_COLOR}paint(e,t){return this.useColor?`${e}${t}${vo}`:t}shouldOutput(e){return!this.silent&&Uo[e]>=this.levelPriority}verbose(e,...t){this.log.verbose(e,...t),this.shouldOutput("verbose")&&process.stderr.write(`${Lo(Io)} ${this.paint(To,e)}\n`)}info(e,...t){this.log.info(e,...t),this.shouldOutput("info")&&process.stderr.write(`${Lo(ko)} ${this.paint(vo,e)}\n`)}warn(e,...t){this.log.warn(e,...t),this.shouldOutput("warn")&&process.stderr.write(`${Lo(Ao)} ${this.paint(Co,e)}\n`)}error(e,...t){this.log.error(e,...t),this.shouldOutput("error")&&process.stderr.write(`${Lo(jo)} ${this.paint(So,e)}\n`)}success(e,...t){this.log.success(e,...t),this.shouldOutput("success")&&process.stderr.write(`${Lo(Ro)} ${this.paint(Po,e)}\n`)}debug(e,...t){this.log.debug(e,...t),this.shouldOutput("debug")&&process.stderr.write(`${Lo(zo)} ${this.paint(Eo,e)}\n`)}}class xo{constructor(e){const{format:t}=e;this.formatter=function(e){return"text"===e?new x:new P}(t)}print(e){const t=this.formatter.format(e);process.stdout.write(t)}eprint(e){const t=this.formatter.formatError(e);process.stderr.write(t)}}function Bo(e,t){return null!=e?e:t()}async function qo(e,t){const i=Date.now();e.ui.verbose(`[Logger] CLI start: ${e.argv.join(" ")}`);try{await t()}finally{const t=Date.now()-i;e.ui.verbose(`[Logger] CLI end (took ${t}ms)`)}}var Do,Mo,No,Go,$o,Fo,Vo,Wo,Ho,Jo,Ko,Qo,Yo,Zo,Xo,es,ts,is,os,ss,ns,rs,as,cs,ds,ls,ps,us,_s,hs,ms,gs,fs,ys,vs,ws,bs,Ss,Ps,Cs,Ts,Es,Is,ks,As,js,Rs,zs,Us,Ls,Os,xs,Bs,qs,Ds,Ms,Ns,Gs,$s,Fs,Vs,Ws,Hs,Js,Ks,Qs,Ys,Zs,Xs,en,tn,on,sn,nn,rn,an,cn,dn,ln,pn,un,_n,hn,mn,gn,fn,yn,vn,wn,bn,Sn,Pn,Cn,Tn,En,In,kn,An,jn,Rn,zn,Un,Ln,On,xn,Bn,qn,Dn,Mn,Nn,Gn,$n,Fn,Vn,Wn,Hn,Jn,Kn,Qn,Yn,Zn,Xn,er,tr,ir,or,sr,nr,rr,ar,cr;function dr(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}!function(e){e[e.Start_Agent=0]="Start_Agent";e[e.LLM_Agent=1]="LLM_Agent";e[e.Task_Agent=2]="Task_Agent";e[e.Global_Agent=3]="Global_Agent";e[e.Bot_Agent=4]="Bot_Agent"}(Do||(Do={})),function(e){e[e.OldVersion=0]="OldVersion";e[e.MiddleVersion=1]="MiddleVersion";e[e.NewVersion=2]="NewVersion";e[e.MiddleVersionNotPrompt=3]="MiddleVersionNotPrompt"}(Mo||(Mo={})),function(e){e[e.Default=1]="Default";e[e.Customize=2]="Customize"}(No||(No={})),function(e){e[e.Direct=1]="Direct";e[e.WebView=2]="WebView";e[e.SendMessage=3]="SendMessage"}(Go||(Go={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}($o||($o={})),function(e){e[e.Current=1]="Current";e[e.Previous=2]="Previous";e[e.Start=3]="Start";e[e.MostSuitable=4]="MostSuitable"}(Fo||(Fo={})),function(e){e[e.SingleMode=0]="SingleMode";e[e.MultiMode=1]="MultiMode";e[e.WorkflowMode=2]="WorkflowMode"}(Vo||(Vo={})),function(e){e[e.Default=0]="Default";e[e.Function=1]="Function"}(Wo||(Wo={})),function(e){e[e.Deleted=0]="Deleted";e[e.Using=1]="Using";e[e.Banned=2]="Banned"}(Ho||(Ho={})),function(e){e[e.LimitedReadWrite=1]="LimitedReadWrite";e[e.ReadOnly=2]="ReadOnly";e[e.UnlimitedReadWrite=3]="UnlimitedReadWrite";e[e.RWModeMax=4]="RWModeMax"}(Jo||(Jo={})),function(e){e[e.Default=0]="Default";e[e.DouyinAvatar=1]="DouyinAvatar"}(Ko||(Ko={})),function(e){e[e.CacheClosed=0]="CacheClosed";e[e.PrefixCache=1]="PrefixCache"}(Qo||(Qo={})),function(e){e[e.Chat=0]="Chat";e[e.FunctionCall_1=1]="FunctionCall_1";e[e.FunctionCall_2=2]="FunctionCall_2";e[e.FunctionCall_3=3]="FunctionCall_3"}(Yo||(Yo={})),function(e){e[e.NotSet=0]="NotSet";e[e.Text=1]="Text";e[e.Voice=2]="Voice";e[e.Call=3]="Call";e[e.VideoCall=4]="VideoCall"}(Zo||(Zo={})),function(e){e[e.Off=0]="Off";e[e.On=1]="On"}(Xo||(Xo={})),function(e){e[e.Text=1]="Text";e[e.Number=2]="Number";e[e.Date=3]="Date";e[e.Float=4]="Float";e[e.Boolean=5]="Boolean"}(es||(es={})),function(e){e[e.Off=0]="Off";e[e.On=1]="On"}(ts||(ts={})),function(e){e[e.SLM=0]="SLM";e[e.LLM=1]="LLM"}(is||(is={})),function(e){e[e.Pre=1]="Pre";e[e.Post=2]="Post";e[e.PreAndPost=3]="PreAndPost"}(os||(os={})),function(e){e[e.Default=0]="Default";e[e.CustomizePrompt=1]="CustomizePrompt"}(ss||(ss={})),function(e){e[e.ReplyBottom=0]="ReplyBottom";e[e.CardList=1]="CardList"}(ns||(ns={})),function(e){e[e.Coze=0]="Coze";e[e.Volcano=1]="Volcano";e[e.ThirdParty=2]="ThirdParty"}(rs||(rs={})),function(e){e[e.Coze=0]="Coze";e[e.Volcano=1]="Volcano";e[e.ThirdParty=2]="ThirdParty"}(as||(as={})),function(e){e[e.FullSupport=0]="FullSupport";e[e.PoorSupport=1]="PoorSupport";e[e.NotSupport=2]="NotSupport"}(cs||(cs={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ImageFlow=3]="ImageFlow";e[e.Trigger=4]="Trigger";e[e.KnowledgeText=5]="KnowledgeText";e[e.KnowledgeTable=6]="KnowledgeTable";e[e.KnowledgeAutoCall=7]="KnowledgeAutoCall";e[e.KnowledgeOnDemandCall=8]="KnowledgeOnDemandCall";e[e.Variable=9]="Variable";e[e.Database=10]="Database";e[e.LongTermMemory=11]="LongTermMemory";e[e.FileBox=12]="FileBox";e[e.Onboarding=13]="Onboarding";e[e.Suggestion=14]="Suggestion";e[e.ShortcutCommand=15]="ShortcutCommand";e[e.BackGroundImage=16]="BackGroundImage";e[e.TTS=17]="TTS";e[e.MultiAgentRecognize=18]="MultiAgentRecognize";e[e.KnowledgePhoto=19]="KnowledgePhoto";e[e.HookInfo=20]="HookInfo";e[e.KnowledgeValcanoUnstructured=21]="KnowledgeValcanoUnstructured";e[e.KnowledgeValcanoStructured=22]="KnowledgeValcanoStructured";e[e.Model=23]="Model";e[e.KnowledgeThirdPartyUnstructured=24]="KnowledgeThirdPartyUnstructured";e[e.KnowledgeThirdPartyStructured=25]="KnowledgeThirdPartyStructured"}(ds||(ds={})),function(e){e[e.Text=0]="Text";e[e.Markdown=1]="Markdown";e[e.JSON=2]="JSON"}(ls||(ls={})),function(e){e[e.Custom=0]="Custom";e[e.Creative=1]="Creative";e[e.Balance=2]="Balance";e[e.Precise=3]="Precise"}(ps||(ps={})),function(e){e[e.Curve=0]="Curve";e[e.Straight=1]="Straight"}(us||(us={})),function(e){e[e.Flow=1]="Flow";e[e.Host=2]="Host"}(_s||(_s={})),function(e){e[e.NO_NEED=1]="NO_NEED";e[e.USE_MANUAL=2]="USE_MANUAL";e[e.USE_LLM=3]="USE_LLM"}(hs||(hs={})),function(e){e[e.EQUAL=1]="EQUAL";e[e.NOT_EQUAL=2]="NOT_EQUAL";e[e.GREATER_THAN=3]="GREATER_THAN";e[e.LESS_THAN=4]="LESS_THAN";e[e.GREATER_EQUAL=5]="GREATER_EQUAL";e[e.LESS_EQUAL=6]="LESS_EQUAL";e[e.IN=7]="IN";e[e.NOT_IN=8]="NOT_IN";e[e.IS_NULL=9]="IS_NULL";e[e.IS_NOT_NULL=10]="IS_NOT_NULL";e[e.LIKE=11]="LIKE";e[e.NOT_LIKE=12]="NOT_LIKE"}(ms||(ms={})),function(e){e[e.Input=0]="Input";e[e.Variable=1]="Variable"}(gs||(gs={})),function(e){e[e.Default=0]="Default";e[e.FromSaas=1]="FromSaas"}(fs||(fs={})),function(e){e[e.Standard=0]="Standard";e[e.PrefixPrompt=1]="PrefixPrompt"}(ys||(ys={})),function(e){e[e.FunctionCall=1]="FunctionCall";e[e.Independent=2]="Independent"}(vs||(vs={})),function(e){e[e.HasUpdates=1]="HasUpdates";e[e.IsDelete=2]="IsDelete"}(ws||(ws={})),function(e){e[e.ManualUpdate=1]="ManualUpdate";e[e.AutoUpdate=2]="AutoUpdate"}(bs||(bs={})),function(e){e[e.SemanticSearch=0]="SemanticSearch";e[e.HybirdSearch=1]="HybirdSearch";e[e.FullTextSearch=20]="FullTextSearch"}(Ss||(Ss={})),function(e){e[e.Public=1]="Public";e[e.Anonymous=2]="Anonymous";e[e.Custom=3]="Custom"}(Ps||(Ps={})),function(e){e[e.Random=0]="Random";e[e.All=1]="All"}(Cs||(Cs={})),function(e){e[e.System=0]="System";e[e.Custom=1]="Custom";e[e.Disable=2]="Disable";e[e.OriBot=3]="OriBot"}(Ts||(Ts={})),function(e){e[e.ListString=1]="ListString";e[e.String=2]="String";e[e.Integer=3]="Integer";e[e.Float=4]="Float";e[e.Boolean=5]="Boolean"}(Es||(Es={})),function(e){e[e.Off=0]="Off";e[e.On=1]="On"}(Is||(Is={})),function(e){e[e.CozeOldTimeCapsule=0]="CozeOldTimeCapsule";e[e.VolcanoTimeCapsule=1]="VolcanoTimeCapsule"}(ks||(ks={})),function(e){e[e.Workflow=0]="Workflow";e[e.Imageflow=1]="Imageflow";e[e.SceneFlow=2]="SceneFlow";e[e.ChatFlow=3]="ChatFlow";e[e.All=100]="All"}(As||(As={})),function(e){e[e.BotQuery=1]="BotQuery";e[e.Plugin=2]="Plugin";e[e.Workflow=3]="Workflow"}(js||(js={})),function(e){e[e.Unknown=0]="Unknown";e[e.Webhook=1]="Webhook"}(Rs||(Rs={})),function(e){e[e.Unknown=0]="Unknown";e[e.Time=1]="Time";e[e.Event=2]="Event"}(zs||(zs={})),function(e){e[e.NoHistory=0]="NoHistory";e[e.NeedHistory=1]="NeedHistory"}(Us||(Us={})),function(e){e[e.NoTriggered=0]="NoTriggered";e[e.Triggered=1]="Triggered";e[e.DoAction=2]="DoAction";e[e.WaitToPush=3]="WaitToPush";e[e.PushSuccess=4]="PushSuccess";e[e.PushFail=5]="PushFail"}(Ls||(Ls={})),function(e){e[e.Init=0]="Init";e[e.Activated=1]="Activated";e[e.Deactivated=2]="Deactivated";e[e.Suspended=3]="Suspended"}(Os||(Os={})),function(e){e[e.Preset=1]="Preset";e[e.UserTask=2]="UserTask";e[e.PluginRunTask=3]="PluginRunTask"}(xs||(xs={})),function(e){e[e.Deploying=0]="Deploying";e[e.Successful=1]="Successful";e[e.Failed=2]="Failed"}(Bs||(Bs={})),function(e){e[e.All=0]="All";e[e.Bind=1]="Bind";e[e.UnBind=2]="UnBind"}(qs||(qs={})),function(e){e[e.CreateTime=0]="CreateTime";e[e.UpdateTime=1]="UpdateTime"}(Ds||(Ds={})),function(e){e[e.EventMeta=1]="EventMeta";e[e.ProfileMeta=2]="ProfileMeta"}(Ms||(Ms={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}(Ns||(Ns={})),function(e){e[e.GPT=1]="GPT";e[e.SEED=2]="SEED";e[e.Claude=3]="Claude";e[e.MiniMax=4]="MiniMax";e[e.Plugin=5]="Plugin";e[e.StableDiffusion=6]="StableDiffusion";e[e.ByteArtist=7]="ByteArtist";e[e.Maas=9]="Maas";e[e.QianFan=10]="QianFan";e[e.Gemini=11]="Gemini";e[e.Moonshot=12]="Moonshot";e[e.GLM=13]="GLM";e[e.MaaSAutoSync=14]="MaaSAutoSync";e[e.QWen=15]="QWen";e[e.Cohere=16]="Cohere";e[e.Baichuan=17]="Baichuan";e[e.Ernie=18]="Ernie";e[e.DeekSeek=19]="DeekSeek";e[e.Llama=20]="Llama";e[e.StepFun=23]="StepFun";e[e.Custom=24]="Custom";e[e.Other=999]="Other"}(Gs||(Gs={})),function(e){e[e.Float=1]="Float";e[e.Int=2]="Int";e[e.Boolean=3]="Boolean";e[e.String=4]="String"}($s||($s={})),function(e){e[e.ModelType=1]="ModelType";e[e.ModelUserRight=2]="ModelUserRight";e[e.ModelFeature=3]="ModelFeature";e[e.ModelFunction=4]="ModelFunction";e[e.ModelPaid=15]="ModelPaid";e[e.ModelAbility=16]="ModelAbility";e[e.ModelStatus=17]="ModelStatus";e[e.Custom=20]="Custom";e[e.Others=100]="Others"}(Fs||(Fs={})),function(e){e[e.Flagship=1]="Flagship";e[e.HighSpeed=2]="HighSpeed";e[e.ToolInvocation=3]="ToolInvocation";e[e.RolePlaying=4]="RolePlaying";e[e.LongText=5]="LongText";e[e.ImageUnderstanding=6]="ImageUnderstanding";e[e.Reasoning=7]="Reasoning";e[e.VideoUnderstanding=8]="VideoUnderstanding";e[e.CostPerformance=9]="CostPerformance";e[e.CodeSpecialization=10]="CodeSpecialization";e[e.AudioUnderstanding=11]="AudioUnderstanding"}(Vs||(Vs={})),function(e){e[e.Text=1]="Text";e[e.ImageFirstFrame=2]="ImageFirstFrame";e[e.ImageFirstLastFrame=3]="ImageFirstLastFrame";e[e.ReferencePicture=4]="ReferencePicture"}(Ws||(Ws={})),function(e){e[e.Start_Agent=0]="Start_Agent";e[e.LLM_Agent=1]="LLM_Agent";e[e.Task_Agent=2]="Task_Agent";e[e.Global_Agent=3]="Global_Agent";e[e.Bot_Agent=4]="Bot_Agent"}(Hs||(Hs={})),function(e){e[e.Upgrade=1]="Upgrade";e[e.BrowseOldNoPrompt=2]="BrowseOldNoPrompt"}(Js||(Js={})),function(e){e[e.Default=1]="Default";e[e.Customize=2]="Customize"}(Ks||(Ks={})),function(e){e[e.Direct=1]="Direct";e[e.WebView=2]="WebView";e[e.SendMessage=3]="SendMessage"}(Qs||(Qs={})),function(e){e[e.Auditing=0]="Auditing";e[e.Success=1]="Success";e[e.Failed=2]="Failed"}(Ys||(Ys={})),function(e){e[e.Visit=1]="Visit";e[e.Edit=2]="Edit"}(Zs||(Zs={})),function(e){e[e.Online=1]="Online";e[e.Offline=2]="Offline"}(Xs||(Xs={})),function(e){e[e.Offline=0]="Offline";e[e.Online=1]="Online"}(en||(en={})),function(e){e[e.SingleMode=0]="SingleMode";e[e.MultiMode=1]="MultiMode";e[e.WorkflowMode=2]="WorkflowMode"}(tn||(tn={})),function(e){e[e.AutoGenBeforePublish=1]="AutoGenBeforePublish"}(on||(on={})),function(e){e[e.CozeHome=1]="CozeHome";e[e.Space=2]="Space"}(sn||(sn={})),function(e){e[e.Undefined=0]="Undefined";e[e.PersonalDraft=1]="PersonalDraft";e[e.Base=2]="Base";e[e.Publish=3]="Publish"}(nn||(nn={})),function(e){e[e.Undefined=0]="Undefined";e[e.Committed=1]="Committed";e[e.Behind=2]="Behind";e[e.NoDraftReplica=3]="NoDraftReplica"}(rn||(rn={})),function(e){e[e.Normal=0]="Normal";e[e.Offline=1]="Offline";e[e.TokenDisconnect=2]="TokenDisconnect"}(an||(an={})),function(e){e[e.USER_RES=0]="USER_RES";e[e.USER_LLM_RES=1]="USER_LLM_RES";e[e.USER_LLM_APILEN_RES=2]="USER_LLM_APILEN_RES";e[e.USER_LLM_API_RES=3]="USER_LLM_API_RES"}(cn||(cn={})),function(e){e[e.Personal=1]="Personal";e[e.Organization=2]="Organization"}(dn||(dn={})),function(e){e[e.Agent=1]="Agent";e[e.Project=2]="Project";e[e.Knowledge=3]="Knowledge";e[e.Dataset=4]="Dataset";e[e.Plugin=5]="Plugin";e[e.Memorybase=6]="Memorybase"}(ln||(ln={})),function(e){e[e.Text=0]="Text";e[e.Table=1]="Table";e[e.Image=2]="Image";e[e.VolcanoStructured=4]="VolcanoStructured";e[e.VolcanoUnstructured=5]="VolcanoUnstructured";e[e.ThirdPartyStructured=7]="ThirdPartyStructured";e[e.ThirdPartyUnstructured=8]="ThirdPartyUnstructured"}(pn||(pn={})),function(e){e[e.Deleted=0]="Deleted";e[e.Using=1]="Using";e[e.Banned=2]="Banned";e[e.MoveFail=3]="MoveFail"}(un||(un={})),function(e){e[e.ByteTree=1]="ByteTree";e[e.GPTAK=2]="GPTAK";e[e.MaasAK=3]="MaasAK"}(_n||(_n={})),function(e){e[e.Init=0]="Init";e[e.Generating=1]="Generating";e[e.Success=2]="Success";e[e.Fail=3]="Fail";e[e.Cancel=4]="Cancel"}(hn||(hn={})),function(e){e[e.BotStore=1]="BotStore"}(mn||(mn={})),function(e){e[e.shorcutIcon=1]="shorcutIcon"}(gn||(gn={})),function(e){e[e.Onboarding=0]="Onboarding";e[e.BackgroundImage=1]="BackgroundImage"}(fn||(fn={})),function(e){e[e.BasicUser=1]="BasicUser";e[e.ExternalUser=2]="ExternalUser";e[e.RootUser=3]="RootUser"}(yn||(yn={})),function(e){e[e.GetInfo=1]="GetInfo"}(vn||(vn={})),function(e){e[e.Normal=1]="Normal";e[e.Invalid=2]="Invalid";e[e.Expired=3]="Expired";e[e.Rejected=4]="Rejected";e[e.Applying=5]="Applying"}(wn||(wn={})),function(e){e[e.Apply=1]="Apply";e[e.Invite=2]="Invite";e[e.EnterpriseApply=3]="EnterpriseApply"}(bn||(bn={})),function(e){e[e.GPT=1]="GPT";e[e.Claude=3]="Claude";e[e.Gemini=11]="Gemini";e[e.Moonshot=12]="Moonshot";e[e.GLM=13]="GLM";e[e.QWen=15]="QWen";e[e.DeekSeek=19]="DeekSeek";e[e.StepFun=23]="StepFun"}(Sn||(Sn={})),function(e){e[e.Douyin=1]="Douyin"}(Pn||(Pn={})),function(e){e[e.GPTOpenAPI=1]="GPTOpenAPI";e[e.Maas=2]="Maas";e[e.LLMFlow=3]="LLMFlow";e[e.Merlin=4]="Merlin"}(Cn||(Cn={})),function(e){e[e.Move=0]="Move";e[e.ForcedMove=1]="ForcedMove";e[e.RetryMove=2]="RetryMove";e[e.Preview=3]="Preview";e[e.ViewTask=4]="ViewTask";e[e.CancelTask=5]="CancelTask"}(Tn||(Tn={})),function(e){e[e.All=0]="All";e[e.Unread=1]="Unread"}(En||(En={})),function(e){e[e.Bot=1]="Bot"}(In||(In={})),function(e){e[e.CharactersAnime=1]="CharactersAnime";e[e.CharactersRealistic=2]="CharactersRealistic";e[e.CharactersCGThickPainting=3]="CharactersCGThickPainting";e[e.CharactersJapaneseShowa=4]="CharactersJapaneseShowa";e[e.CharactersAmericanComics=5]="CharactersAmericanComics";e[e.CharactersChineseWatercolor=6]="CharactersChineseWatercolor";e[e.ScenesScienceFiction=7]="ScenesScienceFiction";e[e.ScenesRealistic=8]="ScenesRealistic";e[e.ScenesChinesePainting=9]="ScenesChinesePainting";e[e.ScenesCartoonIllustrations=10]="ScenesCartoonIllustrations";e[e.ScenesCartoon3D=11]="ScenesCartoon3D"}(kn||(kn={})),function(e){e[e.IconStatic=1]="IconStatic";e[e.IconGif=2]="IconGif";e[e.BackgroundStatic=3]="BackgroundStatic";e[e.BackgroundGif=4]="BackgroundGif";e[e.PicPrompt=5]="PicPrompt"}(An||(An={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ShortcutCommand=3]="ShortcutCommand";e[e.Task=4]="Task"}(jn||(jn={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ImageFlow=3]="ImageFlow";e[e.Knowledge=4]="Knowledge"}(Rn||(Rn={})),function(e){e[e.NoPublish=0]="NoPublish";e[e.HadPublished=1]="HadPublished"}(zn||(zn={})),function(e){e[e.Success=1]="Success";e[e.Failed=2]="Failed";e[e.InReview=3]="InReview"}(Un||(Un={})),function(e){e[e.Unread=1]="Unread";e[e.Read=2]="Read"}(Ln||(Ln={})),function(e){e[e.HasUpdates=1]="HasUpdates";e[e.IsDelete=2]="IsDelete"}(On||(On={})),function(e){e[e.UnLimit=1]="UnLimit";e[e.Forbidden=2]="Forbidden"}(xn||(xn={})),function(e){e[e.Plugin=1]="Plugin";e[e.NewBotIDEGuide=2]="NewBotIDEGuide";e[e.NewBeginnerGuide=3]="NewBeginnerGuide"}(Bn||(Bn={})),function(e){e[e.Default=0]="Default";e[e.Explore=1]="Explore";e[e.BotStore=2]="BotStore";e[e.CozeHome=3]="CozeHome";e[e.Playground=4]="Playground";e[e.Evaluation=5]="Evaluation";e[e.AgentApp=6]="AgentApp";e[e.GenerateAgentInfo=8]="GenerateAgentInfo";e[e.Template=9]="Template";e[e.EnterpriseStore=10]="EnterpriseStore"}(qn||(qn={})),function(e){e[e.All=0]="All";e[e.Self=1]="Self"}(Dn||(Dn={})),function(e){e[e.All=0]="All";e[e.Joined=1]="Joined";e[e.Confirming=2]="Confirming";e[e.Rejected=3]="Rejected";e[e.AutoApproved=4]="AutoApproved"}(Mn||(Mn={})),function(e){e[e.All=0]="All";e[e.Joined=1]="Joined";e[e.Confirming=2]="Confirming";e[e.Rejected=3]="Rejected";e[e.Revoked=4]="Revoked";e[e.Expired=5]="Expired"}(Nn||(Nn={})),function(e){e[e.EnterpriseUser=1]="EnterpriseUser";e[e.ExternalUser=2]="ExternalUser"}(Gn||(Gn={})),function(e){e[e.Normal=0]="Normal";e[e.DevMode=1]="DevMode"}($n||($n={})),function(e){e[e.DraftBot=1]="DraftBot";e[e.Project=2]="Project";e[e.Space=3]="Space";e[e.DouyinAvatarBot=4]="DouyinAvatarBot"}(Fn||(Fn={})),function(e){e[e.Default=0]="Default";e[e.Owner=1]="Owner";e[e.Admin=2]="Admin";e[e.Member=3]="Member";e[e.Guest=4]="Guest"}(Vn||(Vn={})),function(e){e[e.Professional=1]="Professional"}(Wn||(Wn={})),function(e){e[e.Personal=1]="Personal";e[e.Team=2]="Team"}(Hn||(Hn={})),function(e){e[e.Dark=1]="Dark";e[e.Light=2]="Light"}(Jn||(Jn={})),function(e){e[e.AlwaysOn=0]="AlwaysOn";e[e.AlwaysOff=1]="AlwaysOff"}(Kn||(Kn={})),function(e){e[e.CozeAssistantGuide=1]="CozeAssistantGuide"}(Qn||(Qn={})),function(e){e[e.Normal=1]="Normal";e[e.Banned=2]="Banned";e[e.Canceled=3]="Canceled"}(Yn||(Yn={})),function(e){e[e.External=0]="External";e[e.Internal=1]="Internal"}(Zn||(Zn={})),function(e){e[e.Invisible=0]="Invisible";e[e.Visible=1]="Visible";e[e.SocietyInvisible=2]="SocietyInvisible"}(Xn||(Xn={})),function(e){e[e.SingleAgent=1]="SingleAgent";e[e.MultiAgent=2]="MultiAgent";e[e.WorkflowAsAgent=3]="WorkflowAsAgent"}(er||(er={})),function(e){e[e.Preset=1]="Preset";e[e.Library=2]="Library"}(tr||(tr={})),function(e){e[e.DatasetServiceValid=0]="DatasetServiceValid";e[e.DatasetServiceInvalid=1]="DatasetServiceInvalid"}(ir||(ir={})),function(e){e[e.DatasetValid=0]="DatasetValid";e[e.DatasetInvalid=1]="DatasetInvalid"}(or||(or={})),function(e){e[e.RootUser=1]="RootUser";e[e.BasicUser=2]="BasicUser"}(sr||(sr={})),function(e){e[e.Workflow=0]="Workflow";e[e.Imageflow=1]="Imageflow";e[e.SceneFlow=2]="SceneFlow";e[e.ChatFlow=3]="ChatFlow";e[e.All=100]="All"}(nr||(nr={})),function(e){e[e.TextInput=0]="TextInput";e[e.Select=1]="Select";e[e.UploadImage=2]="UploadImage";e[e.UploadDoc=3]="UploadDoc";e[e.UploadTable=4]="UploadTable";e[e.UploadAudio=5]="UploadAudio";e[e.MixUpload=6]="MixUpload";e[e.VIDEO=7]="VIDEO";e[e.ARCHIVE=8]="ARCHIVE";e[e.CODE=9]="CODE";e[e.TXT=10]="TXT";e[e.PPT=11]="PPT"}(rr||(rr={})),function(e){e[e.SendTypeQuery=0]="SendTypeQuery";e[e.SendTypePanel=1]="SendTypePanel"}(ar||(ar={})),function(e){e[e.ToolTypeWorkFlow=1]="ToolTypeWorkFlow";e[e.ToolTypePlugin=2]="ToolTypePlugin"}(cr||(cr={}));class lr{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){lr.prototype.__init.call(this),lr.prototype.__init2.call(this),this.request=dr([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=dr([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}GetSpaceInfoV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/info"),s={space_id:i.space_id,join_space_type:i.join_space_type};return this.request({url:o,method:"POST",data:s},t)}DeleteSpaceV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/delete"),s={space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}SaveSpaceV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/save"),s={space_id:i.space_id,name:i.name,description:i.description,icon_uri:i.icon_uri,space_type:i.space_type,space_mode:i.space_mode,space_config:i.space_config,enterprise_id:i.enterprise_id,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}GetSpaceListV2(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/list"),s={search_word:i.search_word,enterprise_id:i.enterprise_id,organization_id:i.organization_id,scope_type:i.scope_type,page:i.page,size:i.size};return this.request({url:o,method:"POST",data:s},t)}UpdateAgent(e,t){const i=e,o=this.genBaseURL("/api/playground_api/update_agent"),s={id:i.id,reference_id:i.reference_id,current_version:i.current_version,space_id:i.space_id,bot_id:i.bot_id,base_commit_version:i.base_commit_version,name:i.name,description:i.description,position:i.position,icon_uri:i.icon_uri,intents:i.intents,work_info:i.work_info,is_delete:i.is_delete};return this.request({url:o,method:"POST",data:s},t)}BatchCreateAgent(e,t){const i=e,o=this.genBaseURL("/api/playground_api/batch_create_agent"),s={space_id:i.space_id,bot_id:i.bot_id,agent_type:i.agent_type,position:i.position,references:i.references,agent_cnt:i.agent_cnt,base_commit_version:i.base_commit_version,version_compat:i.version_compat};return this.request({url:o,method:"POST",data:s},t)}GetPublishBotList(e,t){const i=e,o=this.genBaseURL("/api/playground_api/get_publish_bot_list"),s={space_id:i.space_id,bot_mode:i.bot_mode,page_num:i.page_num,page_size:i.page_size,name:i.name,login_user_create:i.login_user_create,bot_id:i.bot_id};return this.request({url:o,method:"GET",params:s},t)}MGetBotByVersion(e,t){const i=e,o=this.genBaseURL("/api/playground_api/mget_bot_by_version"),s={bot_versions:i.bot_versions,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}BotLastPublishInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/bot_last_publish_info"),s={space_id:i.space_id,bot_id:i.bot_id,bot_mode:i.bot_mode};return this.request({url:o,method:"GET",params:s},t)}ProduceBot(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/produce/create_bot"),s={space_id:i.space_id,name:i.name,description:i.description,icon_url:i.icon_url,icon_uri:i.icon_uri,prompt:i.prompt,plugin_apis:i.plugin_apis,prologue:i.prologue,suggested_questions:i.suggested_questions,bot_source:i.bot_source};return this.request({url:o,method:"POST",data:s},t)}UpdateProducedBot(e,t){const i=e,o=this.genBaseURL("/api/playground_api/produce/update_bot"),s={bot_id:i.bot_id,name:i.name,description:i.description,icon_url:i.icon_url,icon_uri:i.icon_uri};return this.request({url:o,method:"POST",data:s},t)}GetPublishedBotList(e,t){const i=e,o=this.genBaseURL("/api/playground_api/bot_version/get_published_bot_list"),s={space_id_list:i.space_id_list,page:i.page,size:i.size};return this.request({url:o,method:"POST",data:s},t)}GetBotVersionInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/bot_version/get_bot_version_info"),s={bot_id:i.bot_id,version:i.version,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}DuplicateBotVersionToSpace(e,t){const i=e,o=this.genBaseURL("/api/playground_api/dup_bot_version"),s={target_space_id:i.target_space_id,bot_id:i.bot_id,version:i.version,name:i.name,dup_society_host:i.dup_society_host};return this.request({url:o,method:"POST",data:s},t)}UpdateUserRiskAlertInfo(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/update_user_risk_alert_info"),s={risk_alert_type:i.risk_alert_type,switch_info:i.switch_info};return this.request({url:o,method:"POST",data:s},t)}GetUserRiskAlertInfo(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_user_risk_alert_info"),s={risk_alert_type_list:i.risk_alert_type_list,switch_type_list:i.switch_type_list},n={Cookie:i.Cookie};return this.request({url:o,method:"POST",data:s,headers:n},t)}DraftBotCollaboration(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/collaboration"),s={space_id:i.space_id,bot_id:i.bot_id};return this.request({url:o,method:"POST",data:s},t)}BotInfoAudit(e,t){const i=e,o=this.genBaseURL("/api/playground_api/audit/bot_info"),s={bot_id:i.bot_id,bot_audit_info:i.bot_audit_info,space_id:i.space_id,bot_mode:i.bot_mode};return this.request({url:o,method:"POST",data:s},t)}TimeCapsuleInvokeEvent(e,t){const i=e,o=this.genBaseURL("/api/playground_api/timecapsule_invoke_event"),s={bot_id:i.bot_id};return this.request({url:o,method:"POST",data:s},t)}InviteMemberLinkV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/invite"),s={space_id:i.space_id,team_invite_link_status:i.team_invite_link_status,func:i.func};return this.request({url:o,method:"POST",data:s},t)}SpaceMemberDetailV2(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/member/detail"),s={space_id:i.space_id,search_word:i.search_word,space_role_type:i.space_role_type,page:i.page,size:i.size};return this.request({url:o,method:"POST",data:s},t)}JoinSpaceV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/join"),s={space_id:i.space_id,join_space_type:i.join_space_type,is_reject:i.is_reject};return this.request({url:o,method:"POST",data:s},t)}UpdateSpaceMemberV2(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/member/update"),s={space_id:i.space_id,user_id:i.user_id,space_role_type:i.space_role_type};return this.request({url:o,method:"POST",data:s},t)}TransferSpaceV2(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/member/transfer"),s={space_id:i.space_id,transfer_user_id:i.transfer_user_id};return this.request({url:o,method:"POST",data:s},t)}RemoveSpaceMemberV2(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/member/remove"),s={space_id:i.space_id,remove_user_id:i.remove_user_id,transfer_user_id:i.transfer_user_id};return this.request({url:o,method:"POST",data:s},t)}SearchMemberV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/member/search"),s={search_list:i.search_list,space_id:i.space_id,search_volcano_account_list:i.search_volcano_account_list,page:i.page,size:i.size};return this.request({url:o,method:"POST",data:s},t)}AddBotSpaceMemberV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/member/add"),s={member_info_list:i.member_info_list,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}ExitSpaceV2(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/member/exit"),s={space_id:i.space_id,transfer_user_id:i.transfer_user_id};return this.request({url:o,method:"POST",data:s},t)}GetBotPopupInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/operate/get_bot_popup_info"),s={bot_popup_types:i.bot_popup_types,bot_id:i.bot_id};return this.request({url:o,method:"POST",data:s},t)}UpdateBotPopupInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/operate/update_bot_popup_info"),s={bot_popup_type:i.bot_popup_type,bot_id:i.bot_id};return this.request({url:o,method:"POST",data:s},t)}GenerateDescription(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/generate_description"),s={bot_name:i.bot_name,prompt:i.prompt};return this.request({url:o,method:"POST",data:s},t)}DraftBotPublishHistoryDetail(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/publish_history_detail"),s={bot_id:i.bot_id,space_id:i.space_id,publish_id:i.publish_id,version:i.version};return this.request({url:o,method:"POST",data:s},t)}GenerateStoreCategory(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/generate_store_category"),s={bot_name:i.bot_name,bot_description:i.bot_description,prompt:i.prompt};return this.request({url:o,method:"POST",data:s},t)}UpdateMultiAgent(e,t){const i=e,o=this.genBaseURL("/api/playground_api/update_multi_agent"),s={space_id:i.space_id,bot_id:i.bot_id,session_type:i.session_type,base_commit_version:i.base_commit_version,connector_type:i.connector_type};return this.request({url:o,method:"POST",data:s},t)}SwitchAgentVersion(e,t){const i=e,o=this.genBaseURL("/api/playground_api/switch_agent_version"),s={bot_id:i.bot_id,space_id:i.space_id,operate_type:i.operate_type};return this.request({url:o,method:"POST",data:s},t)}LangDetect(e,t){const i=e,o=this.genBaseURL("/api/playground_api/audio/lang/detect"),s={detect_text_list:i.detect_text_list};return this.request({url:o,method:"POST",data:s},t)}GetImagexShortUrl(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_imagex_url"),s={uris:i.uris,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}GetPlatformCommonConfig(e,t){const i=this.genBaseURL("/api/playground_api/get_platform_common_config");return this.request({url:i,method:"GET"},t)}CreateShortcutCommand(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/create_shortcut_command"),s={object_id:i.object_id,shortcuts:i.shortcuts};return this.request({url:o,method:"POST",data:s},t)}MGetUserBasicInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/mget_user_info"),s={user_ids:i.user_ids,need_user_status:i.need_user_status,need_enterprise_identity:i.need_enterprise_identity,need_volcano_user_name:i.need_volcano_user_name};return this.request({url:o,method:"POST",data:s},t)}BindVolcanoTrn(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/bind_volcano_trn"),s={space_id:i.space_id,trn:i.trn,account_name:i.account_name};return this.request({url:o,method:"POST",data:s},t)}UnbindVolcanoTrn(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/unbind_volcano_trn"),s={space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}RetrieveFileOpen(e,t){const i=e,o=this.genBaseURL("/v1/files/retrieve"),s={file_id:i.file_id};return this.request({url:o,method:"GET",params:s},t)}RetrieveFileContentOpen(e,t){const i=e,o=this.genBaseURL("/v1/files/content/retrieve"),s={file_id:i.file_id};return this.request({url:o,method:"GET",params:s},t)}UploadFileOpen(e,t){const i=e,o=this.genBaseURL("/v1/files/upload"),s={Data:i.Data},n={"Content-Type":i["Content-Type"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}BotInfoCheck(e,t){const i=e,o=this.genBaseURL("/api/playground_api/check/bot_info_check"),s={bot_id:i.bot_id,space_id:i.space_id,bot_audit_info:i.bot_audit_info};return this.request({url:o,method:"POST",data:s},t)}SupportVoiceCall(e,t){const i=e,o=this.genBaseURL("/api/playground_api/support_voice_call"),s={voice_id_list:i.voice_id_list};return this.request({url:o,method:"POST",data:s},t)}CreateUpdateShortcutCommand(e,t){const i=e,o=this.genBaseURL("/api/playground_api/create_update_shortcut_command"),s={object_id:i.object_id,space_id:i.space_id,shortcuts:i.shortcuts};return this.request({url:o,method:"POST",data:s},t)}MoveDraftBot(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/move_draft_bot"),s={bot_id:i.bot_id,target_spaceId:i.target_spaceId,from_spaceId:i.from_spaceId,move_action:i.move_action};return this.request({url:o,method:"POST",data:s},t)}GetShortcutAvailNodes(e,t){const i=e,o=this.genBaseURL("/api/playground_api/get_shortcut_avail_nodes"),s={bot_id:i.bot_id,space_id:i.space_id,page_num:i.page_num,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}MarkReadNotice(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/gen_img/mark_read_notice"),s={bot_id:i.bot_id,pic_type:i.pic_type};return this.request({url:o,method:"POST",data:s},t)}CancelGenerateGif(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/gen_img/cancel_generate_gif"),s={task_id:i.task_id};return this.request({url:o,method:"POST",data:s},t)}GetPicTask(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/gen_img/get_pic_task"),s={bot_id:i.bot_id,pic_type:i.pic_type};return this.request({url:o,method:"POST",data:s},t)}GeneratePic(e,t){const i=e,o=this.genBaseURL("/api/playground_api/gen_img/generate_pic"),s={gen_prompt:i.gen_prompt,image_url:i.image_url,image_uri:i.image_uri,bot_id:i.bot_id,pic_type:i.pic_type,device_id:i.device_id,bot_name:i.bot_name,bot_desc:i.bot_desc};return this.request({url:o,method:"POST",data:s},t)}GetGenPicTimes(e,t){const i=this.genBaseURL("/api/playground_api/gen_img/get_gen_pic_times");return this.request({url:i,method:"POST"},t)}ListStyle(e,t){const i=this.genBaseURL("/api/playground_api/gen_img/list_style");return this.request({url:i,method:"POST"},t)}GetFileUrls(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_file_list"),s={scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}GetDraftBotInfoAgw(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/get_draft_bot_info"),s={bot_id:i.bot_id,version:i.version,commit_version:i.commit_version};return this.request({url:o,method:"POST",data:s},t)}CommitDraftBotInfoAgw(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/commit_draft_bot_info"),s={bot_id:i.bot_id,remark:i.remark};return this.request({url:o,method:"POST",data:s},t)}UpdateDraftBotInfoAgw(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/draftbot/update_draft_bot_info"),s={bot_info:i.bot_info,base_commit_version:i.base_commit_version};return this.request({url:o,method:"POST",data:s},t)}GetUserQueryCollectOption(e,t){const i=this.genBaseURL("/api/playground_api/draftbot/get_user_query_collect_option");return this.request({url:i,method:"GET"},t)}GenerateUserQueryCollectPolicy(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/draftbot/generate_user_query_collect_policy"),s={bot_id:i.bot_id,developer_name:i.developer_name,contact_information:i.contact_information};return this.request({url:o,method:"POST",data:s},t)}GetCozeProRights(e,t){const i=this.genBaseURL("/api/playground_api/get_coze_pro_rights");return this.request({url:i,method:"POST"},t)}GetPolicyContent(e,t){const i=e,o=this.genBaseURL(`/api/playground_api/private_policy/${i.secret}`);return this.request({url:o,method:"GET"},t)}UpdateAgentV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/update_agent_v2"),s={id:i.id,reference_id:i.reference_id,current_version:i.current_version,space_id:i.space_id,bot_id:i.bot_id,base_commit_version:i.base_commit_version,name:i.name,description:i.description,position:i.position,icon_uri:i.icon_uri,intents:i.intents,is_delete:i.is_delete,prompt_info:i.prompt_info,model_info:i.model_info,plugin_info_list:i.plugin_info_list,knowledge:i.knowledge,workflow_info_list:i.workflow_info_list,jump_config:i.jump_config,suggest_reply_info:i.suggest_reply_info,hook_info:i.hook_info};return this.request({url:o,method:"POST",data:s},t)}CopyAgentV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/copy_agent_v2"),s={bot_id:i.bot_id,agent_id:i.agent_id,base_commit_version:i.base_commit_version};return this.request({url:o,method:"POST",data:s},t)}CreateAgentV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/create_agent_v2"),s={bot_id:i.bot_id,agent_type:i.agent_type,position:i.position,references:i.references,base_commit_version:i.base_commit_version};return this.request({url:o,method:"POST",data:s},t)}BatchCreateAgentV2(e,t){const i=e,o=this.genBaseURL("/api/playground_api/batch_create_agent_v2"),s={bot_id:i.bot_id,agent_type:i.agent_type,position:i.position,references:i.references,agent_cnt:i.agent_cnt,base_commit_version:i.base_commit_version};return this.request({url:o,method:"POST",data:s},t)}CozeProCopyGetLinkMetaInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/coze_pro/get_link_meta_info"),s={auth_code:i.auth_code};return this.request({url:o,method:"POST",data:s},t)}CozeProCopyTaskConfirm(e,t){const i=e,o=this.genBaseURL("/api/playground_api/coze_pro/copy_task_confirm"),s={auth_code:i.auth_code};return this.request({url:o,method:"POST",data:s},t)}CozeProCopyGenerateAuthLink(e,t){const i=e,o=this.genBaseURL("/api/playground_api/coze_pro/generate_auth_link"),s={copy_user_id:i.copy_user_id,target_space_id:i.target_space_id};return this.request({url:o,method:"POST",data:s},t)}GetOpVoiceList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_op_voice_list"),s={voice_ids:i.voice_ids,name:i.name,style_id:i.style_id,language_code:i.language_code,status:i.status,page_index:i.page_index,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}GetSupportLanguage(e,t){const i=this.genBaseURL("/api/playground_api/get_support_language");return this.request({url:i,method:"GET"},t)}SynchronizeVoiceList(e,t){const i=this.genBaseURL("/api/playground_api/synchronize_voice_list");return this.request({url:i,method:"GET"},t)}CheckBotAllModelPluginIds(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/check_bot_all_model_plugin_ids"),s={bot_id:i.bot_id,commit_version:i.commit_version};return this.request({url:o,method:"POST",data:s},t)}GetBotCollaborationQuota(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/collaboration_quota"),s={bot_id:i.bot_id,only_config_item:i.only_config_item,account_type:i.account_type};return this.request({url:o,method:"POST",data:s},t)}OpenCreateSpace(e,t){const i=e||{},o=this.genBaseURL("/v1/workspaces"),s={name:i.name,description:i.description,icon_file_id:i.icon_file_id,coze_account_id:i.coze_account_id,owner_uid:i.owner_uid};return this.request({url:o,method:"POST",data:s},t)}NoticeMarkRead(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/notice/mark_read"),s={notice_ids:i.notice_ids,mark_all:i.mark_all};return this.request({url:o,method:"POST",data:s},t)}GetNoticeList(e,t){const i=e,o=this.genBaseURL("/api/playground_api/notice/get_list"),s={cursor:i.cursor,count:i.count,notice_rank_type:i.notice_rank_type};return this.request({url:o,method:"POST",data:s},t)}GetNoticeUnreadCount(e,t){const i=this.genBaseURL("/api/playground_api/notice/get_unread_count");return this.request({url:i,method:"POST"},t)}OpenSpaceList(e,t){const i=e||{},o=this.genBaseURL("/v1/workspaces"),s={page_num:i.page_num,page_size:i.page_size,enterprise_id:i.enterprise_id,user_id:i.user_id,coze_account_id:i.coze_account_id,scope:i.scope};return this.request({url:o,method:"GET",params:s},t)}ReportUserBehavior(e,t){const i=e,o=this.genBaseURL("/api/playground_api/report_user_behavior"),s={resource_id:i.resource_id,resource_type:i.resource_type,behavior_type:i.behavior_type,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}GetUserConfig(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_user_config"),s={risk_alert_type_list:i.risk_alert_type_list,switch_type_list:i.switch_type_list},n={Cookie:i.Cookie};return this.request({url:o,method:"POST",data:s,headers:n},t)}UpdateUserConfig(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/update_user_config"),s={risk_alert_type:i.risk_alert_type,switch_info:i.switch_info};return this.request({url:o,method:"POST",data:s},t)}GetRecentDraftBotList(e,t){const i=e,o=this.genBaseURL("/api/playground_api/draftbot/get_recent_draft_bot"),s={behavior_type:i.behavior_type,limit:i.limit};return this.request({url:o,method:"POST",data:s},t)}GetPromptResourceInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/get_prompt_resource_info"),s={prompt_resource_id:i.prompt_resource_id};return this.request({url:o,method:"GET",params:s},t)}UpsertPromptResource(e,t){const i=e,o=this.genBaseURL("/api/playground_api/upsert_prompt_resource"),s={prompt:i.prompt};return this.request({url:o,method:"POST",data:s},t)}DeletePromptResource(e,t){const i=e,o=this.genBaseURL("/api/playground_api/delete_prompt_resource"),s={prompt_resource_id:i.prompt_resource_id};return this.request({url:o,method:"POST",data:s},t)}GetPromptReferenceInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/get_prompt_reference_info"),s={space_id:i.space_id,reference_id:i.reference_id,reference_type:i.reference_type,api_id:i.api_id,project_id:i.project_id,avatar_bot_id:i.avatar_bot_id};return this.request({url:o,method:"POST",data:s},t)}GetOfficialPromptResourceList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_official_prompt_list"),s={keyword:i.keyword};return this.request({url:o,method:"POST",data:s},t)}GetByteTreeByName(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/bpm/search_byte_tree"),s={name:i.name},n={"x-jwt-token":i["x-jwt-token"]};return this.request({url:o,method:"GET",params:s,headers:n},t)}CreatePrivateModel(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/bpm/create_private_model"),s={space_id:i.space_id,model_vendor:i.model_vendor,model_show_name:i.model_show_name,model_arch:i.model_arch,ak:i.ak,token_limit:i.token_limit,upper_limit_of_max_token:i.upper_limit_of_max_token,function_call:i.function_call,multimodal:i.multimodal,multimodal_types:i.multimodal_types,form_detail:i.form_detail,record_id:i.record_id,maas_model_name:i.maas_model_name,maas_model_version:i.maas_model_version,maas_model_customer_id:i.maas_model_customer_id,model_family:i.model_family,space_id_i18n:i.space_id_i18n,operator:i.operator,email:i.email,employee_id:i.employee_id,presence_penalty_config:i.presence_penalty_config,frequency_penalty_config:i.frequency_penalty_config,temperature_config:i.temperature_config,top_p_config:i.top_p_config},n={"x-inner-auth":i["x-inner-auth"],"x-jwt-token":i["x-jwt-token"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}CheckExemptFormInfo(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/bpm/check_exempt_form_info"),s={exempt_form_type:i.exempt_form_type,space_id:i.space_id},n={"x-jwt-token":i["x-jwt-token"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}SetByteTreeForSpace(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/bpm/set_byte_tree_for_space"),s={space_id:i.space_id,byte_tree_node_id:i.byte_tree_node_id,byte_tree_node_name:i.byte_tree_node_name,form_detail:i.form_detail,record_id:i.record_id},n={"x-jwt-token":i["x-jwt-token"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}GetModelCapability(e,t){const i=e,o=this.genBaseURL("/api/playground_api/bpm/get_model_capability"),s={vendor:i.vendor,model_arch:i.model_arch,maas_model_name:i.maas_model_name,maas_model_version:i.maas_model_version,maas_customer_id:i.maas_customer_id},n={"x-jwt-token":i["x-jwt-token"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}GetSpaceDetail(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/detail"),s={space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}RevocateSpaceInvite(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/revocate_invite"),s={space_id:i.space_id,invite_user_id:i.invite_user_id};return this.request({url:o,method:"GET",params:s},t)}SaveVolcanoUserManageInfo(e,t){const i=e,o=this.genBaseURL("/api/playground_api/coze_pro/save_volcano_user_manage_info"),s={volcano_basic_user_config:i.volcano_basic_user_config};return this.request({url:o,method:"POST",data:s},t)}GetVolcanoUserManageInfo(e,t){const i=this.genBaseURL("/api/playground_api/coze_pro/get_volcano_user_manage_info");return this.request({url:i,method:"POST"},t)}GetSpaceInviteManageList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/invite_manage_list"),s={space_id:i.space_id,space_invite_status:i.space_invite_status,search_word:i.search_word,page:i.page,size:i.size};return this.request({url:o,method:"GET",params:s},t)}DebugDouYin(e,t){const i=e,o=this.genBaseURL("/api/playground_api/douyin/debug"),s={bot_id:i.bot_id};return this.request({url:o,method:"POST",data:s},t)}GetDouYinAuthCode(e,t){const i=this.genBaseURL("/api/playground_api/douyin/get_auth_qr_code");return this.request({url:i,method:"GET"},t)}GetDouyinAvatarInfo(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/douyin/v1/get_avatar_info"),s={is_draft:i.is_draft,body:i.body},n={"Open-Platform-App-ID":i["Open-Platform-App-ID"],"Byte-Signature":i["Byte-Signature"],"Byte-Timestamp":i["Byte-Timestamp"],"Byte-Nonce-Str":i["Byte-Nonce-Str"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}DouYinAuthUserList(e,t){const i=e,o=this.genBaseURL("/api/playground_api/douyin/auth_user_list"),s={page_index:i.page_index,page_size:i.page_size,bind_status:i.bind_status,order_by:i.order_by};return this.request({url:o,method:"POST",data:s},t)}GetDebugDouYinStatus(e,t){const i=e,o=this.genBaseURL("/api/playground_api/douyin/get_debug_status"),s={bot_id:i.bot_id};return this.request({url:o,method:"POST",data:s},t)}CanUserApplyClose(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/coze_pro/can_user_apply_close"),s={AccountId:i.AccountId,EventName:i.EventName,Action:i.Action,Version:i.Version},n={"X-Tt-Logid":i["X-Tt-Logid"],"X-Top-Service":i["X-Top-Service"],"X-Top-Region":i["X-Top-Region"]};return this.request({url:o,method:"GET",params:s,headers:n},t)}CreateRoom(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/create_room"),s={bot_id:i.bot_id,conversation_id:i.conversation_id,scene:i.scene,voice_id:i.voice_id,video_config:i.video_config};return this.request({url:o,method:"POST",data:s},t)}GetVoiceList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_voice_list"),s={page_index:i.page_index,page_size:i.page_size,language_code:i.language_code};return this.request({url:o,method:"POST",data:s},t)}GetVoiceByIds(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_voice_by_ids"),s={voice_id_map:i.voice_id_map,voice_type:i.voice_type,space_id:i.space_id,emotion_config:i.emotion_config,voice_biz_scene:i.voice_biz_scene};return this.request({url:o,method:"POST",data:s},t)}GrayVoice(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/gray_voice"),s={bot_id:i.bot_id,language_to_voice_id:i.language_to_voice_id};return this.request({url:o,method:"POST",data:s},t)}GetSpaceApplyManageList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/apply_manage_list"),s={space_id:i.space_id,space_apply_status:i.space_apply_status,search_word:i.search_word,page:i.page,size:i.size};return this.request({url:o,method:"GET",params:s},t)}DraftBotCrossSpaceCopy(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/draftbot/crossspace_copy"),s={bot_id:i.bot_id,to_space_id:i.to_space_id};return this.request({url:o,method:"POST",data:s},t)}RemovePublishMember(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/remove_publish_member"),s={space_id:i.space_id,member_list:i.member_list};return this.request({url:o,method:"POST",data:s},t)}AddPublishMember(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/add_publish_member"),s={space_id:i.space_id,member_list:i.member_list};return this.request({url:o,method:"POST",data:s},t)}SearchAddablePublishMember(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/search_addable_publish_member"),s={space_id:i.space_id,search_word:i.search_word,cursor_id:i.cursor_id,limit:i.limit};return this.request({url:o,method:"POST",data:s},t)}PublishMemberList(e,t){const i=e,o=this.genBaseURL("/api/playground_api/space/publish_member_list"),s={space_id:i.space_id,search_word:i.search_word,cursor_id:i.cursor_id,limit:i.limit};return this.request({url:o,method:"POST",data:s},t)}OperateSpaceApply(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/operate_apply"),s={space_id:i.space_id,enterprise_id:i.enterprise_id,organization_id:i.organization_id,apply_id_list:i.apply_id_list,space_apply_status:i.space_apply_status};return this.request({url:o,method:"POST",data:s},t)}ImportSpaceConfirm(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/import/confirm"),s={space_id_list:i.space_id_list,enterprise_id:i.enterprise_id,organization_id:i.organization_id,personal_space_new_name:i.personal_space_new_name,user_id_list:i.user_id_list};return this.request({url:o,method:"POST",data:s},t)}ImportSpaceList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/import/list"),s={enterprise_id:i.enterprise_id,organization_id:i.organization_id,search_word:i.search_word};return this.request({url:o,method:"GET",params:s},t)}ImportSpaceUserList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/space/import/user_list"),s={space_id_list:i.space_id_list,enterprise_id:i.enterprise_id,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}GetDouYinInfo(e,t){const i=this.genBaseURL("/api/playground_api/douyin/get_douyin_info");return this.request({url:i,method:"POST"},t)}LongTermMemoryList(e,t){const i=e,o=this.genBaseURL("/api/playground_api/long_term_memory/list"),s={bot_id:i.bot_id,connector_id:i.connector_id,offset:i.offset,limit:i.limit,time_capsule_item_type:i.time_capsule_item_type};return this.request({url:o,method:"GET",params:s},t)}LongTermMemoryUpdate(e,t){const i=e,o=this.genBaseURL("/api/playground_api/long_term_memory/update"),s={bot_id:i.bot_id,connector_id:i.connector_id,biz_id:i.biz_id,new_content:i.new_content,event_ms:i.event_ms,ext:i.ext,tags:i.tags,time_capsule_item_type:i.time_capsule_item_type,iid:i.iid,meta_type:i.meta_type,memory_type:i.memory_type};return this.request({url:o,method:"POST",data:s},t)}LongTermMemoryClearAll(e,t){const i=e,o=this.genBaseURL("/api/playground_api/long_term_memory/clear_all"),s={bot_id:i.bot_id,connector_id:i.connector_id,time_capsule_item_type:i.time_capsule_item_type};return this.request({url:o,method:"POST",data:s},t)}LongTermMemoryDelete(e,t){const i=e,o=this.genBaseURL("/api/playground_api/long_term_memory/delete"),s={bot_id:i.bot_id,connector_id:i.connector_id,biz_ids:i.biz_ids,time_capsule_item_type:i.time_capsule_item_type,iids:i.iids,memory_meta_type_map:i.memory_meta_type_map};return this.request({url:o,method:"POST",data:s},t)}LongTermMemoryVersion(e,t){const i=e,o=this.genBaseURL("/api/playground_api/long_term_memory/version"),s={bot_id:i.bot_id};return this.request({url:o,method:"GET",params:s},t)}GetVoiceListV2(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_voice_list_v2"),s={language_code:i.language_code,space_id:i.space_id,voice_type:i.voice_type,page_size:i.page_size,next_cursor:i.next_cursor};return this.request({url:o,method:"POST",data:s},t)}GetUserUpdateProfileTag(e,t){const i=this.genBaseURL("/api/playground_api/get_user_update_profile_tag");return this.request({url:i,method:"GET"},t)}OpenRemoveSpaceMember(e,t){const i=e||{},o=this.genBaseURL(`/v1/workspaces/${i.workspace_id}/members`),s={user_ids:i.user_ids};return this.request({url:o,method:"DELETE",data:s},t)}OpenSpaceMemberList(e,t){const i=e||{},o=this.genBaseURL(`/v1/workspaces/${i.workspace_id}/members`),s={page_num:i.page_num,page_size:i.page_size};return this.request({url:o,method:"GET",params:s},t)}OpenAddSpaceMember(e,t){const i=e||{},o=this.genBaseURL(`/v1/workspaces/${i.workspace_id}/members`),s={users:i.users};return this.request({url:o,method:"POST",data:s},t)}OpenGetBotInfo(e,t){const i=e||{},o=this.genBaseURL(`/v1/bots/${i.bot_id}`),s={is_published:i.is_published,connector_id:i.connector_id};return this.request({url:o,method:"GET",params:s},t)}OpenApplyJoinSpace(e,t){const i=e||{},o=this.genBaseURL(`/v1/workspaces/${i.workspace_id}/members/apply`),s={user_ids:i.user_ids};return this.request({url:o,method:"POST",data:s},t)}OpenRemoveSpace(e,t){const i=e||{},o=this.genBaseURL(`/v1/workspaces/${i.workspace_id}`);return this.request({url:o,method:"DELETE"},t)}GetTypeList(e,t){const i=e||{},o=this.genBaseURL("/api/playground_api/get_type_list"),s={model:i.model,voice:i.voice,raw_model:i.raw_model,space_id:i.space_id,cur_model_id:i.cur_model_id,cur_model_ids:i.cur_model_ids,model_scene:i.model_scene,tag_filters:i.tag_filters};return this.request({url:o,method:"POST",data:s},t)}GetCozeLaneInfo(e,t){const i=this.genBaseURL("/api/playground_api/get_coze_lane_info");return this.request({url:i,method:"POST"},t)}OpenUpdateSpaceMember(e,t){const i=e||{},o=this.genBaseURL(`/v1/workspaces/${i.workspace_id}/members/${i.user_id}`),s={role_type:i.role_type};return this.request({url:o,method:"PUT",data:s},t)}OpenListBotVersions(e,t){const i=e||{},o=this.genBaseURL(`/v1/bots/${i.bot_id}/versions`),s={page_num:i.page_num,page_size:i.page_size,publish_status:i.publish_status,connector_id:i.connector_id};return this.request({url:o,method:"GET",params:s},t)}OpenSwitchBotDevelopMode(e,t){const i=e||{},o=this.genBaseURL(`/v1/bots/${i.bot_id}/collaboration_mode`),s={collaboration_mode:i.collaboration_mode};return this.request({url:o,method:"POST",data:s},t)}OpenUpdateSpace(e,t){const i=e||{},o=this.genBaseURL(`/v1/workspaces/${i.workspace_id}`),s={name:i.name,description:i.description};return this.request({url:o,method:"PUT",data:s},t)}}const pr=new lr({});function ur(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}async function _r(t,o){if(ur([t,"access",e=>e.commandConfig,"optionalAccess",e=>e.skipAuth]))return void await o();if(!t.config.accessToken)throw new e.CozeError(e.ErrorCode.E2001,"No API token found. Please authenticate first.",void 0,{fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"});if(ur([t,"access",e=>e.commandConfig,"optionalAccess",e=>e.skipOrgCheck]))return void await o();const s=await async function(t){let o=t.config.organizationId,{enterpriseId:s}=t.config,n=!1;const{data:r}=await _o.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0}),a=r.enterprise_info_list||[],c=r.personal_account_info;if(o){if(!a.some((e=>ur([e,"access",e=>e.organization_info_list,"optionalAccess",e=>e.some,"call",e=>e((e=>e.organization_id===o))]))))throw new e.CozeError(e.ErrorCode.E1000,`Organization ID ${o} is invalid or not found`,void 0,{fix:"Run `coze organization list` and select a valid organization",example:"coze organization use <organization_id>"})}else{if(c.available)return!1;let r;t.ui.info(i.gray("[Context] Organization ID not found. Attempting to auto-initialize..."));for(const e of a)if(e.organization_info_list&&e.organization_info_list.length>0){const t=e.organization_info_list[0];r={id:t.organization_id,name:t.organization_name,entId:e.enterprise_id};break}if(!r)throw new e.CozeError(e.ErrorCode.E3000,"No organizations found",void 0,{fix:"Create an organization or join an existing one",example:"coze organization list"});o=r.id,s=r.entId,t.config.organizationId=o,t.config.enterpriseId=s,n=!0,t.ui.info(`[Context] Auto-selected Organization: ${r.name} (${r.id})`)}return n}(t);if(ur([t,"access",e=>e.commandConfig,"optionalAccess",e=>e.skipSpaceCheck]))return s&&await hr(t,{organizationId:t.config.organizationId,enterpriseId:t.config.enterpriseId}),void await o();const n=await async function(t){const i=t.config.organizationId,{enterpriseId:o}=t.config;let{spaceId:s}=t.config,n=!1;try{if(s){const{data:t}=await pr.GetSpaceListV2({organization_id:i,enterprise_id:o}),n=ur([t,"optionalAccess",e=>e.bot_space_list])||[];if(!n.some((e=>e.id===s))){const t=i?`[Context] Space ID ${s} is invalid or not found in organization ${i}.`:`[Context] Space ID ${s} is invalid or not found.`;throw new e.CozeError(e.ErrorCode.E1000,t,void 0,{fix:"Run `coze space list` and select a valid space",example:"coze space use <space_id>"})}}else{t.ui.info("[Context] Space ID not found. Attempting to auto-initialize...");const{data:r}=await pr.GetSpaceListV2({organization_id:i,enterprise_id:o,page:1,size:1}),a=ur([r,"optionalAccess",e=>e.bot_space_list,"optionalAccess",e=>e[0]]);if(!a){const t=i?`[Context] No spaces found in organization ${i}. Please create one.`:"[Context] No spaces found. Please create one.";throw new e.CozeError(e.ErrorCode.E3000,t,void 0,{fix:"Create a space in the current organization",example:"coze space list"})}s=a.id,t.config.spaceId=s,n=!0,t.ui.success(`[Context] Auto-selected Space: ${a.name} (${a.id})`)}}catch(t){const i=t instanceof e.CozeError?t:new e.CozeError(e.ErrorCode.E5000,t.message,t instanceof Error?t.stack:t);throw i.fix??="Switch organization or space using `coze organization use <organization_id>` or `coze space use <space_id>`",i.example??="coze organization list",i}return n}(t);await mr(t),(s||n)&&await hr(t,{organizationId:t.config.organizationId,enterpriseId:t.config.enterpriseId,spaceId:t.config.spaceId,billingProjectId:t.config.billingProjectId}),await o()}async function hr(e,t){try{await s.saveConfig(t)}catch(t){e.ui.warn(`Failed to save auto-initialized context: ${t}`)}}const mr=async i=>{const{spaceId:o}=i.config;try{const{data:s}=await t.IdeApi.GetOrCreateBillingProject({space_id:o});if(!ur([s,"optionalAccess",e=>e.project_id]))throw new e.CozeError(e.ErrorCode.E5002,"[Context] Failed to get billing project ID from response.",s);i.config.billingProjectId=s.project_id,i.ui.success(`[Context] Billing Project: ${s.project_id} (space: ${o})`)}catch(e){const t=[`Failed to get billing project, ${e.message}. please check your space context:`," coze space list"," coze space use <space_id>"];throw e.message=`${t.join("\n")}`,e}};function gr(e,t){return null!=e?e:t()}function fr(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const yr=t=>{const i=t.command("space").config({skipSpaceCheck:!0,help:{brief:"Workspace (Space) context management commands",description:"Provides workspace viewing and switching functionality, used to set the default Space ID for subsequent commands",examples:[{desc:"List all available workspaces",cmd:"coze space list"},{desc:"Set default space",cmd:"coze space use 123456789"}],seeAlso:["coze organization"]}}).description("Manage workspace (Space) context");i.command("list").description("List all spaces").config({help:{brief:"List all workspaces under the current organization",description:"Retrieve and display a list of all available Spaces under the currently configured Organization or Enterprise. Defaults to fetching up to the first 100.",examples:[{desc:"List space list",cmd:"coze space list",tags:["[RECOMMENDED]"]},{desc:"List in JSON format",cmd:"coze space list --format json"}],schema:{output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Space ID"},name:{type:"string",description:"Space name"},org_id:{type:"string",description:"Belonging Organization ID"}}}}}}}).action((async(e,t)=>{const i=t.getContext(),o=e.orgId||fr([i,"optionalAccess",e=>e.config,"access",e=>e.organizationId]),s=fr([i,"optionalAccess",e=>e.config,"access",e=>e.enterpriseId]);fr([i,"optionalAccess",e=>e.ui,"access",e=>e.verbose,"call",e=>e(`Fetching spaces for organization '${o}'...`)]);const n=await async function(e){const{data:t}=await pr.GetSpaceListV2({organization_id:e.orgId,enterprise_id:e.enterpriseId,page:1,size:100});return gr(function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([t,"optionalAccess",e=>e.bot_space_list]),(()=>[])).map((t=>({id:gr(t.id,(()=>"")),name:gr(t.name,(()=>"")),org_id:gr(e.orgId,(()=>""))})))}({orgId:o,enterpriseId:s});fr([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Available Spaces:")]),fr([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(n)]);const r=["Please use the following command to switch space:"," coze space use <space_id>"];fr([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(r.join("\n"))])})),i.command("use").description("Set the default workspace context").argument("<space_id>","Space ID to set as default context").config({help:{brief:"Switch current default Space",description:"Save the specified space_id to the local configuration as the default workspace for subsequent commands.",examples:[{desc:"Switch space",cmd:"coze space use 7349123847123",tags:["[RECOMMENDED]"]}],schema:{input:{space_id:{type:"string",required:!0,description:"Space ID to switch to"}},output:{status:{type:"string"},message:{type:"string"}}}}}).action((async(t,i,o)=>{const n=o.getContext();fr([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Switching to space '${t}'...`)]),await async function(t){try{await s.saveConfig({spaceId:t})}catch(i){throw new e.CozeError(e.ErrorCode.E5000,`Failed to set default space to '${t}': ${i.message}`,i.stack)}}(t),fr([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Default space set to '${t}' successfully.`)]),"json"===fr([n,"optionalAccess",e=>e.format])&&fr([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"success",message:`Default space set to '${t}'.`})])}))};function vr(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const wr=async t=>{vr([t,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Switching to personal account...")]);const{available:i}=await async function(){const[e,{data:t}]=await Promise.all([s.loadConfig(),_o.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0})]);if(!function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([t.personal_account_info,"optionalAccess",e=>e.available]))return{available:!1};const i=!!e.organizationId;return await s.saveConfig({organizationId:void 0,enterpriseId:void 0,...i?{spaceId:void 0}:{}}),{available:!0}}();if(!i)throw new e.CozeError(e.ErrorCode.E1000,"Personal account is not available for the current user.");vr([t,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Switched to personal account successfully.")]),"json"===vr([t,"optionalAccess",e=>e.format])&&vr([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"success",message:"Switched to personal account."})])},br=t=>{const i=t.command("organization").config({skipOrgCheck:!0,help:{brief:"Manage organization context",description:"Provides viewing and switching functions for organizations, used to set the default Organization ID for subsequent commands. Supports switching to personal account by omitting the org_id.",examples:[{desc:"List all accessible organizations",cmd:"coze organization list"},{desc:"Set default organization",cmd:"coze organization use 123456"},{desc:"Switch to personal account",cmd:"coze organization use"},{desc:"List organizations (alias)",cmd:"coze org list"},{desc:"Set default organization (alias)",cmd:"coze org use 123456"}],seeAlso:["coze space"]}}).alias("org").description("Manage organization context");i.command("list").description("List all accessible organizations").config({help:{brief:"List all accessible organizations",description:"Retrieve and display all organizations (Teams) and their corresponding enterprises accessible to the current logged-in user.",examples:[{desc:"List organizations",cmd:"coze organization list",tags:["[RECOMMENDED]"]},{desc:"Output in JSON format",cmd:"coze organization list --format json"}],schema:{output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Organization ID"},name:{type:"string",description:"Organization name"},enterprise_id:{type:"string",description:"Belonging Enterprise ID"},enterprise_name:{type:"string",description:"Belonging Enterprise name"}}}}}}}).action((async(e,t)=>{const i=t.getContext();vr([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Fetching organizations...")]);const o=await async function(){const{data:e}=await _o.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0});return e.enterprise_info_list.flatMap((e=>(e.organization_info_list||[]).map((t=>({id:t.organization_id,name:t.organization_name,enterprise_id:e.enterprise_id,enterprise_name:e.name})))))}();vr([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Available Organizations (Teams):")]),vr([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(o)]);const s=["Please use the following command to switch organization:"," coze organization use <organization_id>","Please use the following command to switch space:"," coze space list"," coze space use <space_id>"];vr([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(s.join("\n"))])})),i.command("use").description("Set the default organization context").argument("[org_id]","Organization ID to set as default context (empty to switch to personal account)").config({help:{brief:"Set default organization or switch to personal account",description:"Save the specified org_id to the local configuration as the default organization for subsequent commands. The command will automatically retrieve and save the corresponding Enterprise ID. If the org_id is not found in the user's enterprise list, the command will fail without modifying the configuration. When switching to a different organization, the saved spaceId will be cleared. Omit org_id to switch to personal account mode (requires personal account to be available).",examples:[{desc:"Switch organization",cmd:"coze organization use 12345678",tags:["[RECOMMENDED]"]},{desc:"Switch to personal account",cmd:"coze organization use"},{desc:"Switch to personal account (explicit empty string)",cmd:'coze organization use ""'}],errors:[{code:e.ErrorCode.E3001,name:"RESOURCE_NOT_FOUND",desc:"Organization not found",fix:"Run `coze organization list` to see available organizations."},{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Personal account not available",fix:"Your account does not have personal account access. Use `coze organization use <org_id>` to switch to an organization instead."}],schema:{input:{org_id:{type:"string",required:!1,description:"Organization ID to switch to. Empty or omitted to switch to personal account."}},output:{status:{type:"string",description:"Operation result status"},message:{type:"string",description:"Human-readable result message"},enterprise_id:{type:"string",description:"Enterprise ID of the selected organization (empty for personal account)"},organization_id:{type:"string",description:"Organization ID that was set (empty for personal account)"}}}}}).action((async(t,i,o)=>{const n=o.getContext();if(!t)return void await wr(n);vr([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Switching to organization '${t}'...`)]);const{enterpriseId:r}=await async function(t){const[i,{data:o}]=await Promise.all([s.loadConfig(),_o.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0})]);let n="",r=!1;for(const e of o.enterprise_info_list)if((e.organization_info_list||[]).find((e=>e.organization_id===t))){n=e.enterprise_id,r=!0;break}if(!r)throw new e.CozeError(e.ErrorCode.E3000,`Organization '${t}' not found in current user's enterprises.`);const a=i.organizationId!==t;return await s.saveConfig({organizationId:t,enterpriseId:n,...a?{spaceId:void 0}:{}}),{enterpriseId:n}}(t);vr([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Organization '${t}' found in enterprise '${r}'. Config saved.`)]),vr([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Default organization set to '${t}' successfully.`)]),"json"===vr([n,"optionalAccess",e=>e.format])&&vr([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"success",message:`Default organization set to '${t}'.`,enterprise_id:r,organization_id:t})])}))};function Sr(e,t){return null!=e?e:t()}const Pr=async(e={})=>{const t=Sr(e.stdin,(()=>process.stdin));return!0===Sr(e.isTTY,(()=>t.isTTY))?null:await(async e=>{let t="";e.setEncoding("utf-8");for await(const i of e)t+=i;return t})(t)},Cr=e=>{process.stdout.write(e.endsWith("\n")?e:`${e}\n`)},Tr=e=>{Cr(JSON.stringify(e))},Er=async(e,t)=>{const i=c.resolve(e),o=c.dirname(i);if(await u.mkdir(o,{recursive:!0}),t instanceof Blob){const e=Buffer.from(await t.arrayBuffer());await u.writeFile(i,e)}else Buffer.isBuffer(t)?await u.writeFile(i,t):t instanceof ArrayBuffer?await u.writeFile(i,Buffer.from(t)):await u.writeFile(i,String(t));return i};const Ir=e=>"object"==typeof e&&null!==e,kr=e=>{if(null==e)return null;const t=e.trim();return 0===t.length?null:t},Ar=e=>Ir(e)&&"data"in e&&void 0!==e.data?e.data:e,jr=(e,t)=>{try{const{pathname:i}=new URL(e);return c.extname(i)||t}catch(e){return t}},Rr=()=>{const e=new Date;return`${e.getFullYear()}${String(e.getMonth()+1).padStart(2,"0")}${String(e.getDate()).padStart(2,"0")}_${String(e.getHours()).padStart(2,"0")}${String(e.getMinutes()).padStart(2,"0")}${String(e.getSeconds()).padStart(2,"0")}`},zr=e=>{const{outputPath:t,type:i,index:o,ext:s,timestamp:n}=e,r=`${i}_${n}_${o}${s}`;return c.join(t,r)},Ur=async(t,i={})=>{let o=null;i.stdin&&(o=await Pr());const s=kr(t),n=kr(o),r=(c=()=>n,null!=(a=s)?a:c());var a,c;if(!r)throw new e.CozeError(e.ErrorCode.E1000,"Missing prompt: provide PROMPT argument or use --stdin with piped content");return r},Lr="720p",Or="16:9",xr=!1,Br=!1;function qr(e,t){return null!=e?e:t()}function Dr(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Mr=(e,t)=>{if(null==e)return 5;const i=Number(e);if(!Number.isFinite(i))return Dr([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --duration '${String(e)}', falling back to 5`)]),5;const o=Math.floor(i);return o<4||o>12?(Dr([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`--duration '${String(e)}' out of bounds (4..12), falling back to -1 as per documentation (letting the model decide)`)]),-1):o},Nr=(e,t)=>{if(null==e)return;const i=Number(e);if(Number.isSafeInteger(i)&&i>=0)return i;Dr([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --seed '${String(e)}', this parameter will be ignored`)])},Gr=e=>{const{content:t,options:i,ctx:o}=e,s=(e=>{if("string"!=typeof e)return null;const t=e.trim(),i=/^([0-9]{1,5})x([0-9]{1,5})$/i.exec(t);if(!i)return null;const o=Number(i[1]),s=Number(i[2]);if(!Number.isFinite(o)||!Number.isFinite(s)||o<=0)return null;const n=((e,t)=>{let i=Math.abs(e),o=Math.abs(t);for(;0!==o;){const e=i%o;i=o,o=e}return i})(o,s)||1,r=`${Math.round(o/n)}:${Math.round(s/n)}`,a=Math.max(o,s);return{ratio:r,resolution:a<=854?"480p":a<=1280?"720p":"1080p"}})(i.size),n=((e,t)=>"480p"===e||"720p"===e||"1080p"===e?e:(void 0!==e&&Dr([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --resolution '${String(e)}', falling back to '${Lr}'`)]),Lr))(qr(i.resolution,(()=>Dr([s,"optionalAccess",e=>e.resolution]))),o),r=((e,t)=>{if("string"==typeof e){const t=e.trim();if(t.length>0)return t}return void 0!==e&&Dr([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --ratio '${String(e)}', falling back to '${Or}'`)]),Or})(qr(i.ratio,(()=>Dr([s,"optionalAccess",e=>e.ratio]))),o);return{model:"doubao-seedance-1-5-pro-251215",content:t,callback_url:qr(kr(i.callbackUrl),(()=>{})),return_last_frame:"boolean"==typeof i.returnLastFrame?i.returnLastFrame:Br,resolution:n,ratio:r,duration:Mr(i.duration,o),watermark:"boolean"!=typeof i.watermark||i.watermark,seed:Nr(i.seed,o),camerafixed:"boolean"==typeof i.camerafixed?i.camerafixed:xr,generate_audio:"boolean"!=typeof i.generateAudio||i.generateAudio}},$r=async t=>{const i=await e.customFetch.fetch(t);if(!i.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download generated resource: ${i.status} ${i.statusText}`,{url:t});return Buffer.from(await i.arrayBuffer())},Fr=async e=>{const{outputPath:t,videoUrl:i,lastFrameUrl:o,shouldSaveLastFrame:s}=e,n=jr(i,".mp4"),r=Rr(),a=zr({outputPath:t,type:"video",index:0,ext:n,timestamp:r}),d=await $r(i),l=[await Er(a,d)];if(s&&"string"==typeof o&&o.length>0){const e=(e=>{const{outputPath:t,ext:i,timestamp:o}=e,s=`last_frame_${o}_0${i}`;return c.join(t,s)})({outputPath:t,ext:jr(o,".png"),timestamp:r}),i=await $r(o),s=await Er(e,i);l.push(s)}return l};var Vr,Wr,Hr,Jr,Kr,Qr,Yr,Zr,Xr,ea,ta,ia,oa,sa,na,ra,aa,ca,da;function la(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}!function(e){e[e.TotalTokens=1]="TotalTokens";e[e.TotalInputTokens=2]="TotalInputTokens";e[e.TotalOutputTokens=3]="TotalOutputTokens"}(Vr||(Vr={})),function(e){e[e.ASC=1]="ASC";e[e.DESC=2]="DESC"}(Wr||(Wr={})),function(e){e[e.None=0]="None";e[e.APIKey=1]="APIKey";e[e.Oauth3LO=2]="Oauth3LO";e[e.Oauth2LO=3]="Oauth2LO";e[e.SAT=4]="SAT"}(Hr||(Hr={})),function(e){e[e.Free=1]="Free";e[e.Trial=2]="Trial";e[e.Paid=3]="Paid"}(Jr||(Jr={})),function(e){e[e.Inactive=1]="Inactive";e[e.Active=2]="Active"}(Kr||(Kr={})),function(e){e[e.CNY=1]="CNY";e[e.ResourcePoint=2]="ResourcePoint"}(Qr||(Qr={})),function(e){e[e.Cancellable=0]="Cancellable";e[e.NoCancellable=1]="NoCancellable";e[e.AlwaysDefault=2]="AlwaysDefault"}(Yr||(Yr={})),function(e){e[e.LLMModel=1]="LLMModel";e[e.ImageModel=2]="ImageModel";e[e.VideoModel=3]="VideoModel";e[e.AudioModel=4]="AudioModel";e[e.Database=5]="Database";e[e.Storage=6]="Storage";e[e.WebSearch=7]="WebSearch";e[e.EmbeddingModel=8]="EmbeddingModel";e[e.ContentProcessing=9]="ContentProcessing"}(Zr||(Zr={})),function(e){e[e.Internal=1]="Internal";e[e.External=2]="External";e[e.Infra=3]="Infra"}(Xr||(Xr={})),function(e){e[e.Text=1]="Text";e[e.Image=2]="Image";e[e.Video=3]="Video";e[e.Audio=4]="Audio"}(ea||(ea={})),function(e){e[e.Float=1]="Float";e[e.Int=2]="Int";e[e.Boolean=3]="Boolean";e[e.String=4]="String";e[e.JsonInput=5]="JsonInput"}(ta||(ta={})),function(e){e[e.Seed=1]="Seed";e[e.DeepSeek=2]="DeepSeek";e[e.Kimi=3]="Kimi";e[e.GLM=4]="GLM";e[e.MiniMax=5]="MiniMax";e[e.Qwen=6]="Qwen";e[e.StepFun=7]="StepFun";e[e.GPT=8]="GPT";e[e.Others=100]="Others"}(ia||(ia={})),function(e){e[e.Offline=0]="Offline";e[e.Online=1]="Online";e[e.GradualRollout=2]="GradualRollout";e[e.ReadyToOffline=3]="ReadyToOffline"}(oa||(oa={})),function(e){e[e.None=0]="None";e[e.InProgress=1]="InProgress";e[e.Success=2]="Success";e[e.Fail=3]="Fail";e[e.RollingBack=4]="RollingBack"}(sa||(sa={})),function(e){e[e.Install=1]="Install";e[e.Uninstall=2]="Uninstall"}(na||(na={})),function(e){e[e.Default=0]="Default";e[e.Agent=1]="Agent";e[e.Workflow=2]="Workflow";e[e.App=4]="App";e[e.Skill=5]="Skill";e[e.Web=6]="Web";e[e.WechatMiniProgram=7]="WechatMiniProgram";e[e.AssistantAgent=8]="AssistantAgent";e[e.General=9]="General";e[e.Design=100]="Design";e[e.Integration=101]="Integration";e[e.Dev=102]="Dev"}(ra||(ra={})),function(e){e[e.Scene=1]="Scene";e[e.Type=2]="Type"}(aa||(aa={})),function(e){e[e.Official=1]="Official";e[e.Community=2]="Community"}(ca||(ca={})),function(e){e[e.Agent=1]="Agent";e[e.Automation=2]="Automation";e[e.WebApp=3]="WebApp";e[e.App=4]="App";e[e.Skill=5]="Skill";e[e.GeneralWeb=6]="GeneralWeb";e[e.WechatMiniProgram=7]="WechatMiniProgram";e[e.AssistantAgent=8]="AssistantAgent";e[e.General=9]="General";e[e.CLIBilling=101]="CLIBilling"}(da||(da={}));class pa{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){pa.prototype.__init.call(this),pa.prototype.__init2.call(this),this.request=la([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=la([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}ListIntegration(e,t){const i=e||{},o=this.genBaseURL("/v1/integration/list"),s={space_id:i.space_id,project_id:i.project_id,integration_type:i.integration_type,integration_id:i.integration_id,filter_installed:i.filter_installed,org_id:i.org_id,search_words:i.search_words,page_num:i.page_num,page_size:i.page_size,project_type:i.project_type};return this.request({url:o,method:"POST",data:s},t)}SetIntegration(e,t){const i=e||{},o=this.genBaseURL("/v1/integration/update"),s={integration_id:i.integration_id,space_id:i.space_id,auth_schema_value:i.auth_schema_value};return this.request({url:o,method:"POST",data:s},t)}DeleteIntegration(e,t){const i=e||{},o=this.genBaseURL("/v1/integration/delete"),s={integration_id:i.integration_id,space_id:i.space_id,project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}AuthIntegrationStatus(e,t){const i=e||{},o=this.genBaseURL("/v1/integration/auth/status"),s={integration_id:i.integration_id,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}ManageSpaceIntegration(e,t){const i=e||{},o=this.genBaseURL("/v1/integration/space/manage"),s={space_ids:i.space_ids,integration_ids:i.integration_ids,op_type:i.op_type};return this.request({url:o,method:"POST",data:s},t)}SubmitVideoGenerationsTasks(e,t){const i=e||{},o=this.genBaseURL("/api/v3/contents/generations/tasks"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"POST",data:s,params:n},t)}FlashASR(e,t){const i=e||{},o=this.genBaseURL("/api/v3/auc/bigmodel/recognize/flash"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}ListModel(e,t){const i=e||{},o=this.genBaseURL("/v1/model/list"),s={model_type:i.model_type,current_model_ids:i.current_model_ids,integration_ids:i.integration_ids,need_model_config_param:i.need_model_config_param,page_size:i.page_size,offset:i.offset};return this.request({url:o,method:"POST",data:s},t)}ChatCompletions(e,t){const i=e||{},o=this.genBaseURL("/api/v3/chat/completions"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}CreateResponses(e,t){const i=e||{},o=this.genBaseURL("/api/v3/responses"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}GenerateImages(e,t){const i=e||{},o=this.genBaseURL("/api/v3/images/generations"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"POST",data:s,params:n},t)}UnidirectionalTTS(e,t){const i=e||{},o=this.genBaseURL("/api/v3/tts/unidirectional"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"POST",data:s,params:n},t)}GetIntegrationOauthConfig(e,t){const i=e||{},o=this.genBaseURL("/v1/integration/auth/oauth_config"),s={integration_id:i.integration_id,space_id:i.space_id,project_id:i.project_id,session_id:i.session_id};return this.request({url:o,method:"POST",data:s},t)}GetVideoGenerationsTasks(e,t){const i=e||{},o=this.genBaseURL("/api/v3/contents/generations/tasks/:id"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"GET",data:s,params:n},t)}WebSearch(e,t){const i=e||{},o=this.genBaseURL("/api/search_api/web_search"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}WebSearch(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/search_api/web_search"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}CreateResponses(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/responses"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}GetVideoGenerationsTasks(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/contents/generations/tasks/:id"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"GET",data:s,params:n},t)}FlashASR(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/auc/bigmodel/recognize/flash"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}SubmitVideoGenerationsTasks(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/contents/generations/tasks"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"POST",data:s,params:n},t)}GenerateImages(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/images/generations"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"POST",data:s,params:n},t)}UnidirectionalTTS(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/tts/unidirectional"),s={Body:i.Body},n={project_id:i.project_id};return this.request({url:o,method:"POST",data:s,params:n},t)}ChatCompletions(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/chat/completions"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}CancelIntegration(e,t){const i=e||{},o=this.genBaseURL("/v1/integration/cancel"),s={integration_id:i.integration_id,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}Embeddings(e,t){const i=e||{},o=this.genBaseURL("/api/v3/embeddings/multimodal"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}Embeddings(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/embeddings/multimodal"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}VideoEditingUtils(e,t){const i=e||{},o=this.genBaseURL("/api/v1/integration/video_editing_utils"),s={Body:i.Body},n={tool_name:i.tool_name};return this.request({url:o,method:"POST",data:s,params:n},t)}GetProjectDefaultSkill(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/default"),s={project_type:i.project_type,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}GetSkillByIDs(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/by_ids"),s={project_type:i.project_type,skill_ids:i.skill_ids,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}GetSkillCategoryList(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/category/list"),s={project_type:i.project_type};return this.request({url:o,method:"POST",data:s},t)}UploadSkill(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/upload"),s={data:i.data},n={"Content-Type":i["Content-Type"]};return this.request({url:o,method:"POST",data:s,headers:n},t)}GetUserSkillList(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/user/list"),s={page:i.page,size:i.size};return this.request({url:o,method:"POST",data:s},t)}DeleteSkill(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/delete"),s={skill_id:i.skill_id};return this.request({url:o,method:"POST",data:s},t)}GetSkillList(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/list"),s={project_type:i.project_type,category_type_list:i.category_type_list,space_id:i.space_id,source_list:i.source_list};return this.request({url:o,method:"POST",data:s},t)}UploadSkillConfirm(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/upload/confirm"),s={preview_skill_key:i.preview_skill_key};return this.request({url:o,method:"POST",data:s},t)}FetchTool(e,t){const i=e||{},o=this.genBaseURL("/api/v1/integration/fetch_tool"),s={url:i.url};return this.request({url:o,method:"POST",data:s},t)}GetModelSwitchStatus(e,t){const i=e||{},o=this.genBaseURL("/v1/model/switch/status"),s={model_id:i.model_id,project_ids:i.project_ids,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}StartSwitchModel(e,t){const i=e||{},o=this.genBaseURL("/v1/model/switch/start"),s={space_id:i.space_id,project_ids:i.project_ids,current_model:i.current_model,target_model:i.target_model};return this.request({url:o,method:"POST",data:s},t)}GetModelUsageList(e,t){const i=e||{},o=this.genBaseURL("/v1/model/usage/list"),s={space_id:i.space_id,model_id:i.model_id,start_timestamp:i.start_timestamp,end_timestamp:i.end_timestamp,order_by_field:i.order_by_field,order_by_type:i.order_by_type,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}GetModelDetails(e,t){const i=e||{},o=this.genBaseURL("/v1/model/details"),s={model_id:i.model_id};return this.request({url:o,method:"POST",data:s},t)}GetModelUsageDetail(e,t){const i=e||{},o=this.genBaseURL("/v1/model/usage/details"),s={space_id:i.space_id,model_id:i.model_id,project_id:i.project_id,start_timestamp:i.start_timestamp,end_timestamp:i.end_timestamp};return this.request({url:o,method:"POST",data:s},t)}RollbackSwitchModel(e,t){const i=e||{},o=this.genBaseURL("/v1/model/switch/rollback"),s={space_id:i.space_id,project_ids:i.project_ids,current_model:i.current_model};return this.request({url:o,method:"POST",data:s},t)}TextEmbeddings(e,t){const i=e||{},o=this.genBaseURL("/api/v3/embeddings"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}TextEmbeddings(e,t){const i=e||{},o=this.genBaseURL("/coze-coding/api/v3/embeddings"),s={Body:i.Body};return this.request({url:o,method:"POST",data:s},t)}CheckModelReadyToOffline(e,t){const i=e||{},o=this.genBaseURL("/v1/model/ready_to_offline/check"),s={model_type:i.model_type};return this.request({url:o,method:"POST",data:s},t)}Audit(e,t){const i=e||{},o=this.genBaseURL("/api/v1/integration/audit"),s={content:i.content};return this.request({url:o,method:"POST",data:s},t)}}pa.prototype.UploadSkill=function(e,t){const i=e||{},o=this.genBaseURL("/v1/skill/upload"),s=i.body;return this.request({url:o,method:"POST",data:s},t)},pa.prototype.GenerateImages=function(e,t){const i=e||{},o=this.genBaseURL("/api/v3/images/generations"),s=i.Body;return this.request({url:o,method:"POST",data:s},t)},pa.prototype.SubmitVideoGenerationsTasks=function(e,t){const i=e||{},o=this.genBaseURL("/api/v3/contents/generations/tasks"),s=i;return this.request({url:o,method:"POST",data:s},t)},pa.prototype.GetVideoGenerationsTasks=function(e,t){const i=e||{},o=this.genBaseURL(`/api/v3/contents/generations/tasks/${i.id}`);return this.request({url:o,method:"GET"},t)};const ua=new pa({});const _a=async e=>await new Promise((t=>setTimeout(t,e))),ha=async e=>{const{taskId:t,baseURL:i,accessToken:o,projectId:s}=e,n=await ua.GetVideoGenerationsTasks({id:t},{baseURL:i,headers:{Authorization:`Bearer ${o}`},params:{project_id:s}});return Ar(n)};function ma(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const ga=e=>`coze generate video status ${e}`,fa=e=>{const{ctx:t,response:i}=e;"json"!==ma([t,"optionalAccess",e=>e.format])?Cr((e=>{const t=[e.status],i=ma([e,"access",e=>e.content,"optionalAccess",e=>e.video_url]),o=ma([e,"access",e=>e.content,"optionalAccess",e=>e.last_frame_url]);return"succeeded"===e.status?("string"==typeof i&&i.length>0&&t.push(i),"string"==typeof o&&o.length>0&&t.push(o),t.join("\n")):("string"==typeof e.error_message&&e.error_message&&t.push(e.error_message),t.join("\n"))})(i)):Tr(i)},ya=t=>{const i=t.getContext(),{outputPath:o}=t.optsWithGlobals(),n=(r=ma([i,"optionalAccess",e=>e.config,"optionalAccess",e=>e.integrationApiBaseUrl]),a=()=>s.DEFAULT_CONFIG.integrationApiBaseUrl,null!=r?r:a());var r,a;const c=ma([i,"optionalAccess",e=>e.config,"optionalAccess",e=>e.accessToken]);if(!c)throw new e.CozeError(e.ErrorCode.E2001,"Missing access_token: Please run `coze auth login --oauth` or `coze auth login --token <token>` first");return{accessToken:c,ctx:i,integrationApiBaseUrl:n,outputPath:o}},va=async(t,i,o)=>{const{accessToken:s,ctx:n,integrationApiBaseUrl:r,outputPath:a}=ya(o);let c=null;i.stdin&&(c=await Pr());const{content:d}=(t=>{const{prompt:i,stdinPrompt:o,options:s}=t,n=qr(kr(i),(()=>kr(o))),r=kr(s.firstFrame),a=kr(s.lastFrame),c=Boolean(r)||Boolean(a);if(!n&&!c)throw new e.CozeError(e.ErrorCode.E1000,"Missing input: Please provide PROMPT/stdin text, or provide images (--first-frame/--last-frame/--reference-image)");const d=[];return n&&d.push({type:"text",text:n}),r&&d.push({type:"image_url",image_url:{url:r},role:"first_frame"}),a&&d.push({type:"image_url",image_url:{url:a},role:"last_frame"}),{content:d}})({prompt:t,stdinPrompt:c,options:i}),l=Gr({content:d,options:i,ctx:n}),p=n.format,u=ma([n,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!u)throw new e.CozeError(e.ErrorCode.E1000,"Missing billing project ID");const{createResp:_,taskId:h}=await(async t=>{const{requestBody:i,baseURL:o,accessToken:s,projectId:n}=t,r=await ua.SubmitVideoGenerationsTasks(i,{baseURL:o,headers:{Authorization:`Bearer ${s}`},params:{project_id:n}}),a=Ar(r),c=function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([a,"optionalAccess",e=>e.id]);if(!c||"string"!=typeof c)throw new e.CozeError(e.ErrorCode.E5002,"Video generation task created successfully but no valid task_id was returned",a);return{taskId:c,createResp:a}})({requestBody:l,baseURL:r,accessToken:s,projectId:u});if(!i.wait)return"json"===p?void Tr({query_command:ga(h),response:_,task_id:h}):void Cr((e=>["Video generation task created successfully.",`taskId: ${e}`,`Use \`${ga(e)}\` to query status.`].join("\n"))(h));const m=await(async t=>{const{taskId:i,baseURL:o,accessToken:s,pollIntervalMs:n,pollTimeoutMs:r,projectId:a}=t,c=Date.now();for(;;){const t=await ha({taskId:i,baseURL:o,accessToken:s,projectId:a});if("succeeded"===t.status)return t;if("failed"===t.status||"cancelled"===t.status)throw new e.CozeError(e.ErrorCode.E5002,`Video generation failed (status=${t.status}): ${d=t.error_message,l=()=>"unknown",null!=d?d:l()}`,t);if(Date.now()-c>r)throw new e.CozeError(e.ErrorCode.E5003,[`Video generation timed out after ${r}ms.`,`taskId: ${i}`,`Use \`coze generate video status ${i}\` to query status.`].join("\n"),{task_id:i,last_status:t.status});await _a(n)}var d,l})({taskId:h,baseURL:r,accessToken:s,pollIntervalMs:2e3,pollTimeoutMs:3e5,projectId:u}),g=ma([m,"access",e=>e.content,"optionalAccess",e=>e.video_url]),f=ma([m,"access",e=>e.content,"optionalAccess",e=>e.last_frame_url]);if(!g||"string"!=typeof g)throw new e.CozeError(e.ErrorCode.E5002,"Video generated successfully but video_url was not returned");if(a){const e=await Fr({outputPath:a,videoUrl:g,lastFrameUrl:f,shouldSaveLastFrame:!0===i.returnLastFrame});return"json"===p?void Tr({task_id:h,request:l,response:m,saved_paths:e}):void Cr(e.join("\n"))}if("json"===p)return void Tr({task_id:h,request:l,response:m});const y=[g];!0===i.returnLastFrame&&"string"==typeof f&&f.length>0&&y.push(f),Cr(y.join("\n"))},wa=(e,t)=>{const i=t.getContext();V(e,i)},ba=t=>{var i;i=t.command("create [prompt]").description("Create a video generation task").config({help:{brief:"Create video generation task",description:"Create a video generation task from text prompts or images. By default the command returns taskId immediately; use `--wait` to poll until completion.",examples:[{desc:"Create video from text",cmd:'coze generate video create "A dancing kitten"'},{desc:"Create task and wait for completion",cmd:'coze generate video create "A dancing kitten" --wait'},{desc:"Save result to file",cmd:'coze generate video create "A dancing kitten" --wait --output-path ./video.mp4'}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid request parameters or missing prompt",fix:"Provide PROMPT argument or use --stdin with piped content. Check other options (e.g. --first-frame/--last-frame) with -h."},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid access token",fix:"Run `coze auth login --oauth` or set COZE_API_TOKEN/related credentials first"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"Server returned an error or response parsing failed",fix:"Please retry later. Use --debug for more details"},{code:e.ErrorCode.E5003,name:"TIMEOUT",desc:"Video generation request timed out",fix:"Please retry later or use `coze generate video status <taskId>` to query task status"}],schema:{input:{prompt:{type:"string",required:!1,description:"Text prompt (can also be passed via stdin)"}},output:{type:"object",properties:{query_command:{type:"string"},task_id:{type:"string"},request:{type:"object"},response:{type:"object"},saved_paths:{type:"array",items:{type:"string"}}}}}}}).action((async(e,t,i)=>{try{await va(e,t,i)}catch(e){wa(e,i)}})),i.option("--callback-url <url>","Callback URL for task status changes").option("--return-last-frame","Return last frame URL (default: disabled)",Br).option("--resolution <res>","Resolution: 480p|720p|1080p",Lr).option("--ratio <ratio>",`Aspect ratio (default: ${Or})`,Or).option("--size <size>","Derive ratio/resolution from WIDTHxHEIGHT (lower priority than explicit parameters)").option("--duration <seconds>","Duration (seconds, 4..12; out-of-bounds fallback -1), default: 5",String(5)).option("--no-watermark","Disable watermark (default: enabled)").option("--seed <seed>","Random seed (safe integer)").option("--camerafixed","Fixed camera position (default: disabled)",xr).option("--no-generate-audio","Do not generate accompanying audio (default: generate)").option("--first-frame <url>","First frame image URL").option("--last-frame <url>","Last frame image URL").option("--stdin","Read prompt from stdin (pipe input)").option("--wait","Wait for task completion by polling; by default the command returns taskId immediately")},Sa=t=>{t.command("status <taskId>").description("Query video generation task status by task ID").option("--output <format>","Output format: text|json").config({help:{brief:"Query video task status",description:"Query the latest status of a video generation task by task ID. This command does not create a new task.",examples:[{desc:"Query task status",cmd:"coze generate video status task_123"},{desc:"Output full response as JSON",cmd:"coze generate video status task_123 --output json"}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid task ID or request parameters",fix:"Please confirm <taskId> is correct and try again",example:"coze generate video status task_123"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"Server returned an error or response parsing failed",fix:"Please retry later. Use --debug for more details"},{code:e.ErrorCode.E5003,name:"TIMEOUT",desc:"Request timed out",fix:"Please retry later"}],schema:{input:{taskId:{type:"string",required:!0,description:"Video generation task ID"}},output:{type:"object",properties:{id:{type:"string"},status:{type:"string"},model:{type:"string"},content:{type:"object"},error_message:{type:"string"}}}}}}).action((async(t,i,o)=>{try{await(async(t,i,o)=>{const{accessToken:s,ctx:n,integrationApiBaseUrl:r}=ya(o),a=ma([n,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!a)throw new e.CozeError(e.ErrorCode.E1000,"Missing billing project ID");const c=await ha({taskId:t,baseURL:r,accessToken:s,projectId:a});fa({ctx:n,response:c})})(t,0,o)}catch(e){wa(e,o)}}))};function Pa(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Ca="2K",Ta="url",Ea="standard",Ia="disabled",ka=3686400,Aa=16777216,ja=e=>"object"==typeof e&&null!==e,Ra=e=>{if("string"==typeof e){const t=e.trim();return t.length?t:Ea}return Ea},za=e=>{if(null==e)return;const t=(Array.isArray(e)?e:[e]).filter((e=>"string"==typeof e)).map((e=>e.trim())).filter(Boolean);return 0!==t.length?1===t.length?t[0]:t:void 0},Ua=t=>{t.command("image [prompt]").description("Generate images from text prompts").config({help:{brief:"Generate images from text",description:"Generate images based on text prompts. Supports setting size, watermark, and multiple images.",examples:[{desc:"Generate image",cmd:'coze generate image "A futuristic city"'},{desc:"Save to file",cmd:'coze generate image "A cat" --output-path ./cat.png'},{desc:"Specify size",cmd:'coze generate image "A dog" --size 1024x1024'}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid request parameters or missing prompt",fix:"Provide PROMPT argument or use --stdin with piped content. Check other options (e.g. --size/--max-images) with -h."},{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"Missing billing project ID",fix:"Please configure billing project ID and retry"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"API response parsing failed or server returned an error",fix:"Please retry later. Use --debug for more details"}],schema:{input:{prompt:{type:"string",required:!1,description:"Text prompt (can also be passed via stdin)"}},output:{type:"object",properties:{model:{type:"string"},created:{type:"number"},image_0:{type:"object"},saved_paths:{type:"array",items:{type:"string"}}}}}}}).option("--size <size>","Image size: 2K|4K or WIDTHxHEIGHT (local validation)",Ca).option("--no-watermark","Disable watermark (default: enabled)").option("--image <url>","Reference image URL (can be used multiple times)",((e,t)=>[...t,e]),[]).option("--response-format <format>","Response format: url|b64_json",Ta).option("--optimize-prompt-mode <mode>",`Prompt optimization mode (default: ${Ea})`,Ea).option("--sequential <mode>","Group image generation mode: auto|disabled",Ia).option("--max-images <n>","Maximum number of group images (1-15)",String(15)).option("--stdin","Read prompt from stdin (pipe input)").action((async(t,i,o)=>{const n=o.getContext(),{outputPath:r}=o.optsWithGlobals(),a=await Ur(t,{stdin:i.stdin}),c=Pa([n,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!c)throw new e.CozeError(e.ErrorCode.E1001,"Missing billing project ID");const d=((e,t)=>{if(null==e)return{value:Ca};if("string"!=typeof e)return Pa([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --size '${String(e)}', falling back to '${Ca}'`)]),{value:Ca};const i=e.trim();if("2K"===i||"4K"===i)return{value:i};const o=/^([0-9]{1,5})x([0-9]{1,5})$/i.exec(i);if(!o)return{value:Ca,warning:`Invalid --size '${i}', falling back to '${Ca}'. Expected 2K/4K or WIDTHxHEIGHT`};const s=Number(o[1]),n=Number(o[2]),r=s*n,a=s/n;return Number.isFinite(s)&&Number.isFinite(n)&&s>0&&n>0&&r>=ka&&r<=Aa&&a>=.0625&&a<=16?{value:`${s}x${n}`}:{value:Ca,warning:`Invalid --size '${i}', falling back to '${Ca}'. Total pixels must be in [3686400, 16777216], aspect ratio must be in [1:16, 16:1].`}})(i.size,n),l="url"===(p=i.responseFormat)||"b64_json"===p?{value:p}:void 0!==p?{value:Ta,warning:`Invalid --response-format '${String(p)}', falling back to '${Ta}'`}:{value:Ta};var p;const u=(e=>"auto"===e||"disabled"===e?{value:e}:void 0!==e?{value:Ia,warning:`Invalid --sequential '${String(e)}', falling back to '${Ia}'`}:{value:Ia})(i.sequential),_=(e=>{if(null==e)return{value:15};const t=Number(e);if(Number.isFinite(t)){const e=Math.floor(t);if(e>=1&&e<=15)return{value:e}}return{value:15,warning:`Invalid --max-images '${String(e)}', falling back to '15'`}})(i.maxImages);d.warning&&Pa([n,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(d.warning)]),l.warning&&Pa([n,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(l.warning)]),u.warning&&Pa([n,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(u.warning)]),_.warning&&Pa([n,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(_.warning)]);const h={model:"doubao-seedream-4-5-251128",prompt:a,size:d.value,watermark:"boolean"!=typeof i.watermark||i.watermark,image:za(i.image),response_format:l.value,optimize_prompt_options:{mode:Ra(i.optimizePromptMode)},sequential_image_generation:u.value,sequential_image_generation_options:{max_images:_.value}},m=(t=>{const i=ja(t)&&"data"in t?t.data:t;if(ja(o=i)&&"string"==typeof o.model&&"number"==typeof o.created&&Array.isArray(o.data))return i;var o;throw new e.CozeError(e.ErrorCode.E5002,"Image generation API returned an unexpected response format",t)})(await ua.GenerateImages({Body:h},{baseURL:s.DEFAULT_CONFIG.integrationApiBaseUrl,params:{project_id:c}}));if(m.error)throw new e.CozeError(e.ErrorCode.E5002,"Image generation failed (top-level error)",m.error);const g=(y=()=>Ta,null!=(f=h.response_format)?f:y());var f,y;const v=m.data.filter((e=>!e.error&&("url"===g?"string"==typeof e.url&&e.url.length>0:"string"==typeof e.b64_json&&e.b64_json.length>0)));if(0===v.length)throw new e.CozeError(e.ErrorCode.E5002,"Image generation succeeded but no valid image data was returned",m);if(r){const t=[],i=Rr();for(const[o,s]of v.entries()){const n="url"===g&&s.url?jr(s.url,".png"):".png",a=zr({outputPath:r,type:"image",index:o,ext:n,timestamp:i});let c;if("url"===g){const t=await e.customFetch.fetch(s.url);if(!t.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download generated image: ${t.status} ${t.statusText}`);c=Buffer.from(await t.arrayBuffer())}else c=Buffer.from(s.b64_json,"base64");const d=await Er(a,c);t.push(d)}const{model:o,usage:s,HttpHeader:a,...c}=(e=>{const{data:t,...i}=e,o=Object.fromEntries(t.map(((e,t)=>[`image_${t}`,e])));return{...i,...o}})(m);Pa([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({...c,saved_paths:t})])}else Pa([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(m.data)])}))};function La(e,t){return null!=e?e:t()}function Oa(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const xa="cli_user",Ba="zh_female_xiaohe_uranus_bigtts",qa="mp3",Da=24e3,Ma=(e,t)=>"pcm"===e||"mp3"===e||"ogg_opus"===e?e:(void 0!==e&&Oa([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --audio-format '${String(e)}', falling back to '${qa}'`)]),qa),Na=(e,t,i,o)=>{if(null==e)return t;const s=Number(e);return Number.isFinite(s)?Math.floor(s):(Oa([o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",o=>o(`Invalid --${i} '${String(e)}', falling back to ${t}`)]),t)},Ga=t=>{const i=t.trim();if(0===i.length)return null;const o=i.startsWith("data:")?i.slice(5).trim():i;if(0===o.length)return null;const s=o[0];if("{"!==s&&"["!==s)return null;const n=e.safeJsonParse(o,void 0,{onError:t=>{const o=t instanceof Error?t.message:String(t);throw new e.CozeError(e.ErrorCode.E5002,`Failed to parse response: ${o}`,{line:i})}});return void 0===n?null:Ir(n)&&"number"==typeof n.code?n:null},$a=t=>{const i=t.command("generate").description("Media generation commands (API TBD)").config({help:{brief:"Media generation commands",description:"Generate media such as audio, image, and video using Coze APIs.",examples:[{desc:"Generate image",cmd:'coze generate image "A cat"'},{desc:"Generate audio",cmd:'coze generate audio "Hello world"'},{desc:"Generate video",cmd:'coze generate video create "A dancing dog"'}],seeAlso:["coze auth"]}}).option("--output-path <path>","Directory path to save the generated media files");Ua(i),(t=>{t.command("audio [prompt]").description("Synthesize speech from text or SSML (streaming)").config({help:{brief:"Generate audio from text",description:"Synthesize speech from text or SSML. Supports streaming output and configurable audio encodings.",examples:[{desc:"Basic text to speech",cmd:'coze generate audio "Hello world"'},{desc:"Save to file",cmd:'coze generate audio "Hello" --output-path ./audio.mp3'},{desc:"Use SSML",cmd:'echo "<speak>Hello</speak>" | coze generate audio --ssml'},{desc:"Specify audio encoding",cmd:'coze generate audio "Hello" --audio-format ogg_opus'}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid request parameters or missing prompt",fix:"Provide PROMPT argument or use --stdin with piped content. Check other options (e.g. --speaker/--audio-format) with -h."},{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"Missing billing project ID",fix:"Configure billing project ID and retry",example:'coze generate audio "Hello"'},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid access token",fix:"Run `coze auth login --oauth` or `coze auth login --token <token>` first"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"API response parsing failed or server returned an error",fix:"Please retry later. Use --debug for more details"}],schema:{input:{prompt:{type:"string",required:!1,description:"Text or SSML prompt (can also be passed via stdin)"}},output:{type:"object",properties:{request:{type:"object"},url:{type:"string",description:"Audio download URL"},saved_path:{type:"string",description:"Local path if saved"}}}}}}).option("--output <format>","Output format: text|json").option("--uid <uid>",`User UID (default: ${xa})`,xa).option("--speaker <speaker>",`Speaker (default: ${Ba})`,Ba).option("--audio-format <format>","Audio encoding: pcm|mp3|ogg_opus",qa).option("--sample-rate <n>","Sample rate (default: 24000)",String(Da)).option("--speech-rate <n>","Speech rate (-50..100, default: 0)",String(0)).option("--loudness-rate <n>","Loudness (-50..100, default: 0)",String(0)).option("--ssml","Treat input as SSML (defaults to plain text)",!1).option("--stdin","Read prompt from stdin (pipe input)").action((async(t,i,o)=>{const s=o.getContext();try{const{outputPath:n}=o.optsWithGlobals(),r=Oa([s,"optionalAccess",e=>e.config,"access",e=>e.integrationApiBaseUrl]);if(!Oa([s,"optionalAccess",e=>e.config,"optionalAccess",e=>e.accessToken]))throw new e.CozeError(e.ErrorCode.E2001,"Missing access_token: Please run `coze auth login --oauth` or `coze auth login --token <token>` first");const a=await Ur(t,{stdin:i.stdin}),c=Oa([s,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!c)throw new e.CozeError(e.ErrorCode.E1001,"Missing billing project ID");const d={user:{uid:La(kr(i.uid),(()=>xa))},req_params:{speaker:La(kr(i.speaker),(()=>Ba)),audio_params:{format:Ma(i.audioFormat,s),sample_rate:Na(i.sampleRate,Da,"sample-rate",s),speech_rate:Na(i.speechRate,0,"speech-rate",s),loudness_rate:Na(i.loudnessRate,0,"loudness-rate",s)}}};i.ssml?d.req_params={...d.req_params,ssml:a}:d.req_params={...d.req_params,text:a};const l=new URL("/api/v3/tts/unidirectional",r);l.searchParams.append("project_id",c);const p=await e.customFetch.fetch(l.toString(),{method:"POST",body:JSON.stringify(d)});if(!p.ok)throw new e.CozeError(e.ErrorCode.E5002,`Speech synthesis request failed: ${p.status} ${p.statusText}`,{status:p.status,statusText:p.statusText});if(!p.body)throw new e.CozeError(e.ErrorCode.E5002,"Speech synthesis response is empty (no streaming body returned)");const u=new TextDecoder("utf-8"),_=p.body.getReader(),h=[];let m;const g=t=>{if(0===t.code)return n&&"string"==typeof t.data&&h.push(Buffer.from(t.data,"base64")),!1;if(2e7===t.code)return"string"==typeof t.url&&t.url.length>0&&(m=t.url),!0;throw new e.CozeError(e.ErrorCode.E5002,`Speech synthesis failed (code=${t.code}): ${La(t.message,(()=>"unknown"))}`,t)};let f="";for(;;){const{done:e,value:t}=await _.read();if(e)break;f+=u.decode(t,{stream:!0});const i=f.split(/\r?\n/);f=La(i.pop(),(()=>""));for(const e of i){const t=Ga(e);if(t&&g(t)){await _.cancel();break}}if(m)break}if(!m){f+=u.decode();const e=f.split(/\r?\n/);f="";for(const t of e){const e=Ga(t);if(e&&g(e))break}}if(n){const t=La(Oa([d,"access",e=>e.req_params,"optionalAccess",e=>e.audio_params,"optionalAccess",e=>e.format]),(()=>qa)),i="pcm"===t?".pcm":"ogg_opus"===t?".ogg":".mp3",o=Rr(),r=zr({outputPath:n,type:"audio",index:0,ext:i,timestamp:o});let a=null;if(h.length>0)a=await Er(r,Buffer.concat(h));else if(m){const t=await e.customFetch.fetch(m);if(!t.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download synthesized speech: ${t.status} ${t.statusText}`,{status:t.status,statusText:t.statusText});const s=Buffer.from(await t.arrayBuffer()),r=jr(m,i),c=zr({outputPath:n,type:"audio",index:0,ext:r,timestamp:o});a=await Er(c,s)}if(!a)throw new e.CozeError(e.ErrorCode.E5002,"Speech synthesis completed but no savable audio data was obtained (neither chunks nor download URL)",{url:m});return"json"===Oa([s,"optionalAccess",e=>e.format])?void Tr({request:d,url:m,saved_path:a}):void Cr(a)}if("json"===Oa([s,"optionalAccess",e=>e.format]))return void Tr({request:d,url:m});if(m)return void Cr(m);Cr("Speech synthesis completed, but no audio download URL was returned; you can use --output json to view details.")}catch(e){V(e,s)}}))})(i),(e=>{const t=(e=>e.command("video").description("Create videos or query video generation task status").config({help:{brief:"Generate videos",description:"Use explicit subcommands to create video generation tasks or query task status by task ID.",examples:[{desc:"Create video from text",cmd:'coze generate video create "A dancing kitten"'},{desc:"Query task status",cmd:"coze generate video status task_123"}],seeAlso:["coze generate image","coze generate audio"]}}))(e);ba(t),Sa(t)})(i)};function Fa(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Va=i=>{(i=>{i.command("upload <path>").description("Upload a local file").config({help:{brief:"Upload a local file",description:"Upload a local file to Coze. The file can be used as an attachment or context in projects.",examples:[{desc:"Upload a file",cmd:"coze file upload ./document.pdf",tags:["[RECOMMENDED]"]}],errors:[{code:e.ErrorCode.E3000,name:"RESOURCE_NOT_FOUND",desc:"Local file not found or not readable",fix:"Please confirm the file path exists and you have read permission"}],schema:{input:{path:{type:"string",required:!0,description:"Local file path to upload"}},output:{type:"string",description:"Uploaded file URL"}}}}).action((async(i,o,s)=>{let n;try{n=s.getContext();try{await h.access(i)}catch(t){throw new e.CozeError(e.ErrorCode.E3000,`File not found or not readable: ${i}`,{filePath:i})}const o=_.basename(i),r=_.extname(i),a=r?o.slice(0,-r.length):o,c=r.slice(1),d=new g;d.append("file_name",a),d.append("file_extension",c),d.append("file_content",m.createReadStream(i)),d.append("biz_type","cli_attachment");const l=await t.IdeApi.UploadFile({data:d},{headers:{...d.getHeaders()}});"json"===Fa([n,"optionalAccess",e=>e.format])?Fa([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(l.data)]):Fa([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(Fa([l,"access",e=>e.data,"optionalAccess",e=>e.file_url]))])}catch(e){V(e,n)}}))})(i.command("file").description("General file operations").config({help:{brief:"File upload and management",description:"Manage file operations for Coze projects. Currently supports uploading local files to Coze for use as attachments or context.",examples:[{desc:"Upload a file",cmd:"coze file upload ./document.pdf"}],seeAlso:["coze code message send"]}}))};function Wa(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Ha(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Ja(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Ka(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Qa=t=>{const i=t.command("config").description("Manage Coze CLI configuration").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Manage local configuration",description:"Provides read, set, list, and delete operations for the CLI local configuration file (`~/.cozerc.json`).",examples:[{desc:"List all configurations",cmd:"coze config list"},{desc:"Set configuration value",cmd:"coze config set base_url https://api.coze.cn"}]}});(e=>{e.command("get <keys...>").description("Get configuration values and their sources").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Get configuration values",description:"Read and output the value of the specified configuration keys from `~/.cozerc.json`. If a key does not exist, prompts that it was not found.",examples:[{desc:"Get BaseURL configuration",cmd:"coze config get baseUrl"},{desc:"Get default Space ID",cmd:"coze config get spaceId"},{desc:"Get multiple configurations",cmd:"coze config get baseUrl spaceId"}],schema:{input:{keys:{type:"array",required:!0,description:"Configuration key names"}},output:{value:{type:"any",description:"Configuration value"}}}}}).action((async(e,t,i)=>{const o=i.getContext(),n=await s.listConfigs();for(const t of e){const e=n.find((e=>e.key===t));Wa(e?[o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t(e)]:[o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(`Configuration '${t}' not found.`)])}}))})(i),(t=>{t.command("set <key> <value>").description("Set a configuration value").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Set a single configuration value",description:"Update or add the specified local configuration key-value pair. The configuration will be persistently saved in `~/.cozerc.json`.",examples:[{desc:"Modify default workspace",cmd:"coze config set spaceId 123456789"},{desc:"Modify BaseURL",cmd:"coze config set baseUrl https://api.coze.cn"}],errors:[{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"Failed to set configuration value",fix:"Please check the key/value and retry. Use --debug for more details."}],schema:{input:{key:{type:"string",required:!0,description:"Configuration key name"},value:{type:"string",required:!0,description:"New configuration value"}}}}}).action((async(t,i,o,n)=>{const r=n.getContext();try{const e={};e[t]=i;const o="global";await s.saveConfig(e,o);const n={key:t,value:i,scope:o,status:"updated",message:`Configuration '${t}' updated successfully in ${o} scope.`};if(Ha([r,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(n.message)]),"json"===Ha([r,"optionalAccess",e=>e.format]))return void Ha([r,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(n)])}catch(o){throw new e.CozeError(e.ErrorCode.E5000,`Failed to set '${t}' to '${i}': ${o.message}`,o.stack)}}))})(i),(t=>{t.command("delete <keys...>").description("Delete a configuration value").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Delete configuration values",description:"Remove the specified configuration values from the local configuration file `~/.cozerc.json`.",examples:[{desc:"Delete a specific configuration key",cmd:"coze config delete spaceId"},{desc:"Delete multiple configuration keys",cmd:"coze config delete spaceId baseUrl"}],errors:[{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"Failed to delete configuration value",fix:"Please check the configuration key and retry. Use --debug for more details."}],schema:{input:{keys:{type:"array",required:!0,description:"Configuration key names"}}}}}).action((async(t,i,o)=>{const n=o.getContext();for(const i of t)try{await s.deleteConfig(i);const e={key:i,status:"deleted",message:`Configuration '${i}' has been removed.`};Ja([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Deleted ${i} from configuration file successfully.`)]),"json"===Ja([n,"optionalAccess",e=>e.format])&&Ja([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t(e)])}catch(t){const o=t;throw new e.CozeError(e.ErrorCode.E5000,`Failed to delete config '${i}': ${o.message}`,o.stack)}}))})(i),(e=>{e.command("list").description("List all configuration values and their sources").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"List all local configuration values",description:"Print all configuration content stored in `~/.cozerc.json` in JSON format.",examples:[{desc:"List configurations",cmd:"coze config list"}],schema:{output:{type:"object",additionalProperties:!0,description:"Configuration key-value pairs"}}}}).action((async(e,t)=>{const i=t.getContext(),o=(await s.listConfigs()).map((({key:e,value:t,source:i})=>({key:e,value:t,source:i})));Ka([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Configurations found:")]),Ka([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(o)])}))})(i)},Ya="__COZE_FILE_COMP__";function Za(){const e=process.env.SHELL;if(e){if(e.includes("bash"))return"bash";if(e.includes("zsh"))return"zsh";if(e.includes("fish"))return"fish"}if(process.env.PSModulePath)return"powershell"}function Xa(e){const t=d.homedir();switch(e){case"bash":return c.join(t,"darwin"===process.platform?".bash_profile":".bashrc");case"zsh":return c.join(t,".zshrc");case"fish":return c.join(t,".config/fish/config.fish");case"powershell":return function(){const e=["pwsh","powershell"];for(const t of e)try{const e=o.execSync(`${t} -NoProfile -NoLogo -Command "echo $PROFILE"`,{encoding:"utf8",timeout:5e3,stdio:["pipe","pipe","pipe"]}).trim();if(e)return e}catch(e){continue}return}();default:return}}function ec(){return["### coze completion - begin. generated by coze cli ###","if type compdef &>/dev/null; then"," _coze_completion() {"," local completions",' completions=("${(@f)$(coze --compzsh --compgen "${CURRENT}" "${words[CURRENT-1]}" "${BUFFER}")}")',` if [[ "\${completions[1]}" == "${Ya}" ]]; then`," _files"," else"," compadd -- $completions"," fi"," }"," compdef _coze_completion coze","elif type complete &>/dev/null; then"," _coze_completion() {"," local cur prev nb_colon"," _get_comp_words_by_ref -n : cur prev",' nb_colon=$(grep -o ":" <<< "$COMP_LINE" | wc -l)'," local completions",' completions=$(coze --compbash --compgen "$((COMP_CWORD - (nb_colon * 2)))" "$prev" "${COMP_LINE}")',` if [[ "$completions" == "${Ya}" ]]; then`," COMPREPLY=()"," return"," fi",' COMPREPLY=( $(compgen -W "$completions" -- "$cur") )',' __ltrim_colon_completions "$cur"'," }"," complete -o default -o bashdefault -F _coze_completion coze","elif type compctl &>/dev/null; then"," _coze_completion() {"," local cword line point si"," read -Ac words"," read -cn cword"," read -l line",' si="$IFS"',' if ! IFS=$\'\\n\' reply=($(coze --compzsh --compgen "${cword}" "${words[cword-1]}" "${line}")); then'," local ret=$?",' IFS="$si"'," return $ret"," fi",' IFS="$si"'," }"," compctl -K _coze_completion coze","fi","### coze completion - end ###"].join(d.EOL)}function tc(e){switch(e){case"bash":return`\n# begin coze completion\nsource ${c.join(d.homedir(),".coze","completion.sh")}\n# end coze completion\n`;case"zsh":return"\n# begin coze completion\n. <(coze --completion)\n# end coze completion\n";case"fish":return"\n# begin coze completion\ncoze --completion-fish | source\n# end coze completion\n";case"powershell":return`\n# begin coze completion\nRegister-ArgumentCompleter -Native -CommandName coze -ScriptBlock {\n param($wordToComplete, $commandAst, $cursorPosition)\n $tokens = $commandAst.ToString().Split(" ", [StringSplitOptions]::RemoveEmptyEntries)\n $allArgs = @("--comppwsh")\n if ($tokens.Count -gt 1) {\n $allArgs += $tokens[1..($tokens.Count - 1)]\n }\n $result = & coze $allArgs 2>$null\n if ($result -and $result[0] -ne '${Ya}') {\n $result -split '\\n' | Where-Object { $_ -like "$wordToComplete*" } | ForEach-Object {\n [System.Management.Automation.CompletionResult]::new($_, $_, 'ParameterValue', $_)\n }\n } else {\n Get-ChildItem -Path "$wordToComplete*" -ErrorAction SilentlyContinue | ForEach-Object {\n [System.Management.Automation.CompletionResult]::new($_.Name, $_.Name, 'ProviderItem', $_.FullName)\n }\n }\n}\n# end coze completion\n`;default:return}}function ic(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}let oc,sc,nc=!1,rc=!1;function ac(e){const t=(i=e._args,o=()=>[],null!=i?i:o());var i,o;if(0===t.length)return!1;const s=/path|file|dir|folder/i;return t.some((e=>s.test(e._name)))}function cc(){const e=Za();if(!e)return!1;const t=Xa(e);if(!t)return!1;if("bash"===e){const e=c.join(d.homedir(),".coze"),t=c.join(e,"completion.sh");l.existsSync(e)||l.mkdirSync(e,{recursive:!0}),l.writeFileSync(t,ec())}const i=c.dirname(t);l.existsSync(i)||l.mkdirSync(i,{recursive:!0});const o=tc(e);return!!o&&(l.appendFileSync(t,o),!0)}async function dc(e){if(!e.completionInstalled&&process.stdout.isTTY&&!(process.argv.includes("--compzsh")||process.argv.includes("--compbash")||process.argv.includes("--compfish")||process.argv.includes("--comppwsh")||nc||rc))if(function(){try{const e=Za();if(!e)return!1;const t=Xa(e);return!(!t||!l.existsSync(t))&&l.readFileSync(t,"utf8").includes("begin coze completion")}catch(e){return!1}}())try{await s.saveConfig({completionInstalled:!0})}catch(e){}else try{cc()&&(await s.saveConfig({completionInstalled:!0}),console.log("Shell auto-completion has been configured. Restart your terminal to activate."))}catch(e){}}function lc(e){sc=e,function(){const e=process.argv.indexOf("--completion");e>-1&&(nc=!0,process.argv.splice(e,1));const t=process.argv.indexOf("--completion-fish");t>-1&&(rc=!0,process.argv.splice(t,1))}(),oc=f("coze"),oc.on("complete",((t,i)=>{const o=i.line.trimStart().split(/\s+/);o.length>0&&(o[0].endsWith("coze")||o[0].endsWith("bin/main"))&&o.shift();let s="";i.line.endsWith(" ")?(s="",""===o[o.length-1]&&o.pop()):s=o.pop()||"";const n=function(e,t,i){let o=e;for(const e of t){const t=o.commands.find((t=>t.name()===e||t.alias()===e));if(t)o=t;else if(!e.startsWith("-"))return ac(o)?[Ya]:[]}const s=[];o.commands.length>0&&o.commands.forEach((e=>{s.push(e.name())})),o.options.forEach((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))})),o!==e&&e.options.forEach((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))}));const n=Array.from(new Set(s)).filter((e=>e.startsWith(i)));return 0===n.length&&ac(o)?[Ya]:n}(e,o,s);i.reply(n)})),e.command("completion").description("Setup shell auto-completion").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Configure terminal auto-completion",description:"Install or remove the auto-completion script for the current terminal environment (supports bash/zsh/fish/powershell).",examples:[{desc:"Install completion script",cmd:"coze completion --setup"},{desc:"Remove completion script",cmd:"coze completion --cleanup"}]}}).option("--setup","Install shell completion into your startup script (.zshrc / .bashrc / $PROFILE)").option("--cleanup","Remove shell completion from your startup script").action((async e=>{if(e.cleanup)!function(){const e=Za();if(!e)return;const t=Xa(e);if(!t||!l.existsSync(t))return;const i=tc(e);if(i){const e=l.readFileSync(t,"utf8").replace(new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),"");l.writeFileSync(t,e)}if("bash"===e){const e=c.join(d.homedir(),".coze"),t=c.join(e,"completion.sh");l.existsSync(t)&&l.unlinkSync(t),l.existsSync(e)&&0===l.readdirSync(e).length&&l.rmdirSync(e)}}(),await s.saveConfig({completionInstalled:!1}),console.log("Shell completion removed! Please restart your terminal.");else{const e=Za();if(!e)return console.error("Could not detect your shell type. Supported shells: bash, zsh, fish, powershell."),void(process.exitCode=1);cc()?(await s.saveConfig({completionInstalled:!0}),console.log(`Shell completion (${e}) setup successful! Please restart your terminal or source your config file.`)):(console.error(`Failed to setup shell completion for ${e}.`),process.exitCode=1)}}))}function pc(){return nc?(console.log(ec()),void process.exit()):rc?(console.log(["### coze completion - begin. generated by coze cli ###","function _coze_completion"," set -l completions (coze --compfish --compgen (count (commandline -poc)) (commandline -pt) (commandline -pb))",` if test (count $completions) -eq 1 -a "$completions[1]" = "${Ya}"`," return"," end"," for c in $completions"," echo $c"," end","end","complete -c coze -a '(_coze_completion)' -n '_coze_completion'","### coze completion - end ###"].join(d.EOL)),void process.exit()):void(process.argv.includes("--comppwsh")?function(){if(!sc)return void process.exit();const e=process.argv.indexOf("--comppwsh"),t=process.argv.slice(e+1);let i=sc;const o=[];for(const e of t){const t=ic([i,"access",e=>e.commands,"optionalAccess",e=>e.find,"call",t=>t((t=>t.name()===e||t.alias()===e))]);t?i=t:o.push(e)}const s=[];ic([i,"access",e=>e.commands,"optionalAccess",e=>e.forEach,"call",e=>e((e=>{s.push(e.name())}))]),ic([i,"access",e=>e.options,"optionalAccess",e=>e.forEach,"call",e=>e((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))}))]),i!==sc&&ic([sc,"access",e=>e.options,"optionalAccess",e=>e.forEach,"call",e=>e((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))}))]);const n=o[o.length-1]||"",r=Array.from(new Set(s)).filter((e=>e.startsWith(n)));0===r.length&&ac(i)?console.log(Ya):r.length>0&&console.log(r.join("\n")),process.exit()}():oc&&oc.init())}function uc(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function _c(i){i.command("remove <skillId>").description("Remove skills from the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Remove skill from project",description:"Remove a configured skill from the specified project.",examples:[{desc:"Remove skill",cmd:"coze code skill remove <skillId> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},skillId:{type:"string",required:!0,description:"Skill ID to remove"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},removed_skill_ids:{type:"array",items:{type:"string"},description:"Removed skill IDs"},message:{type:"string",description:"Result message"}}}}},errors:[{code:e.ErrorCode.E3004,name:"SKILL_NOT_INSTALLED",desc:"The specified skill is not installed in the project",fix:"Please use `skill list` to confirm installed skills"}]}}).action((async function(e,i,o){const s=o.getContext(),{projectId:n}=i,r=new Set([e]),a=uc([(await t.IdeApi.GetVibeProject({project_id:n})).data||{},"access",e=>e.project_info,"optionalAccess",e=>e.project_settings,"optionalAccess",e=>e.skill_setting]);var c;const d=(c=uc([a,"optionalAccess",e=>e.skills]),Array.isArray(c)?c.map((e=>{return{skill_id:String((t=uc([e,"optionalAccess",e=>e.skill_id]),i=()=>"",null!=t?t:i())),is_preload:uc([e,"optionalAccess",e=>e.is_preload])};var t,i})).filter((e=>Boolean(e.skill_id))):[]).filter((e=>!r.has(e.skill_id))),l={filter_types:uc([a,"optionalAccess",e=>e.filter_types]),skills:d};await t.IdeApi.UpdateVibeProject({project_id:n,project_settings:{skill_setting:l}}),uc([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Skill removed.")]),uc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:n,removed_skill_ids:Array.from(r),message:"removed Skills successfully."})])}))}function hc(e,t){return null!=e?e:t()}function mc(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function gc(i){i.command("list").description("List available skills for the project").requiredOption("-p, --project-id <projectId>","Project ID").option("--space-id <spaceId>","Space ID (optional, reads from config)").config({help:{brief:"List available skills for the project",description:"Retrieve a list of all available skills for the specified project type, with installation status indicating which skills are already added.",examples:[{desc:"List project skills",cmd:"coze code skill list --project-id <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},spaceId:{type:"string",required:!1,description:"Space ID (optional, reads from context)"}},output:{type:"array",items:{type:"object",properties:{description:{type:"string",description:"Skill description"},skill_id:{type:"string",description:"Skill ID"},name:{type:"string",description:"Skill name"},icon:{type:"string",description:"Skill icon URL"},is_installed:{type:"boolean",description:"Whether the skill is installed"}}}}},errors:[{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Space ID is required",fix:"Please use --space-id <spaceId> or run `coze space use <spaceId>` first"}]}}).action((async function(i,o){const s=o.getContext(),{projectId:n}=i,r=hc(hc(i.spaceId,(()=>mc([s,"optionalAccess",e=>e.config,"access",e=>e.spaceId]))),(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing spaceId: pass --space-id <spaceId> or set config.spaceId");const a=await t.IdeApi.GetVibeProject({project_id:n}),c=function(e){const t=[],i=mc([e,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_settings]);mc([i,"optionalAccess",e=>e.skill_setting,"optionalAccess",e=>e.skills])&&t.push(...i.skill_setting.skills);const o=t.map((e=>mc([e,"optionalAccess",e=>e.skill_id]))).filter(Boolean);return new Set(o)}(a.data||{}),d=mc([a,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),l=await ua.GetSkillList({project_type:d,space_id:r,category_type_list:[d]});mc([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Fetched ${mc([l,"access",e=>e.data,"optionalAccess",e=>e.skill_meta_list,"optionalAccess",e=>e.length])||0} skills.`)]),mc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(mc([l,"access",e=>e.data,"optionalAccess",e=>e.skill_meta_list,"optionalAccess",e=>e.map,"call",e=>e((e=>({description:mc([e,"optionalAccess",e=>e.description]),skill_id:mc([e,"optionalAccess",e=>e.skill_id]),name:mc([e,"optionalAccess",e=>e.name]),icon:mc([e,"optionalAccess",e=>e.icon]),is_installed:c.has(e.skill_id||"")})))]))])}))}function fc(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function yc(i){i.command("add <skillId>").description("Add skills to the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Add skill to project",description:"Add a specified skill to the project. Skills can extend project capabilities, such as adding search, code execution, etc.",examples:[{desc:"Add skill",cmd:"coze code skill add <skillId> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},skillId:{type:"string",required:!0,description:"Skill ID"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},added_skill_ids:{type:"array",items:{type:"string"},description:"Added skill IDs"},message:{type:"string",description:"Result message"}}}}},errors:[{code:e.ErrorCode.E3002,name:"SKILL_NOT_FOUND",desc:"The specified skill does not exist",fix:"Please use `skill list` to confirm available skills"}]}}).action((async function(e,i,o){const s=o.getContext(),{projectId:n}=i,r=[e],a=(await t.IdeApi.GetVibeProject({project_id:n})).data||{},c=fc([a,"access",e=>e.project_info,"optionalAccess",e=>e.project_type]),d=fc([a,"access",e=>e.project_info,"optionalAccess",e=>e.project_settings,"optionalAccess",e=>e.skill_setting]),l=function(e){const t=new Map;for(const i of e){const e=fc([i,"optionalAccess",e=>e.skill_id])?String(i.skill_id):"";e&&(t.has(e)||t.set(e,{skill_id:e,is_preload:i.is_preload}))}return Array.from(t.values())}([...Array.isArray(fc([d,"optionalAccess",e=>e.skills]))?d.skills:[],...r.map((e=>({skill_id:String(e),is_preload:!0})))]),p={filter_types:fc([d,"optionalAccess",e=>e.filter_types])&&d.filter_types.length>0?d.filter_types:[c],skills:l};await t.IdeApi.UpdateVibeProject({project_id:n,project_settings:{skill_setting:p}}),fc([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Skills added successfully.")]),fc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:n,added_skill_ids:r,message:"added Skills successfully."})])}))}var vc,wc,bc,Sc,Pc,Cc,Tc,Ec,Ic,kc,Ac,jc,Rc,zc,Uc,Lc,Oc,xc,Bc,qc,Dc,Mc,Nc,Gc,$c,Fc,Vc,Wc,Hc,Jc,Kc,Qc,Yc,Zc,Xc,ed,td,id,od,sd,nd,rd,ad,cd,dd,ld,pd,ud,_d,hd,md,gd,fd,yd,vd,wd,bd,Sd,Pd,Cd,Td,Ed,Id,kd,Ad,jd,Rd,zd,Ud,Ld,Od,xd,Bd,qd,Dd,Md,Nd;function Gd(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}!function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}(vc||(vc={})),function(e){e[e.CacheClosed=0]="CacheClosed";e[e.PrefixCache=1]="PrefixCache"}(wc||(wc={})),function(e){e[e.Chat=0]="Chat";e[e.FunctionCall_1=1]="FunctionCall_1";e[e.FunctionCall_2=2]="FunctionCall_2";e[e.FunctionCall_3=3]="FunctionCall_3"}(bc||(bc={})),function(e){e[e.FullSupport=0]="FullSupport";e[e.PoorSupport=1]="PoorSupport";e[e.NotSupport=2]="NotSupport"}(Sc||(Sc={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ImageFlow=3]="ImageFlow";e[e.Trigger=4]="Trigger";e[e.KnowledgeText=5]="KnowledgeText";e[e.KnowledgeTable=6]="KnowledgeTable";e[e.KnowledgeAutoCall=7]="KnowledgeAutoCall";e[e.KnowledgeOnDemandCall=8]="KnowledgeOnDemandCall";e[e.Variable=9]="Variable";e[e.Database=10]="Database";e[e.LongTermMemory=11]="LongTermMemory";e[e.FileBox=12]="FileBox";e[e.Onboarding=13]="Onboarding";e[e.Suggestion=14]="Suggestion";e[e.ShortcutCommand=15]="ShortcutCommand";e[e.BackGroundImage=16]="BackGroundImage";e[e.TTS=17]="TTS";e[e.MultiAgentRecognize=18]="MultiAgentRecognize";e[e.KnowledgePhoto=19]="KnowledgePhoto";e[e.HookInfo=20]="HookInfo";e[e.KnowledgeValcanoUnstructured=21]="KnowledgeValcanoUnstructured";e[e.KnowledgeValcanoStructured=22]="KnowledgeValcanoStructured";e[e.Model=23]="Model";e[e.KnowledgeThirdPartyUnstructured=24]="KnowledgeThirdPartyUnstructured";e[e.KnowledgeThirdPartyStructured=25]="KnowledgeThirdPartyStructured"}(Pc||(Pc={})),function(e){e[e.Text=0]="Text";e[e.Markdown=1]="Markdown";e[e.JSON=2]="JSON"}(Cc||(Cc={})),function(e){e[e.Custom=0]="Custom";e[e.Creative=1]="Creative";e[e.Balance=2]="Balance";e[e.Precise=3]="Precise"}(Tc||(Tc={})),function(e){e[e.Auditing=0]="Auditing";e[e.Success=1]="Success";e[e.Failed=2]="Failed"}(Ec||(Ec={})),function(e){e[e.Official=1]="Official";e[e.Public=2]="Public";e[e.Custom=3]="Custom";e[e.Others=101]="Others"}(Ic||(Ic={})),function(e){e[e.Normal=0]="Normal";e[e.Offline=1]="Offline";e[e.TokenDisconnect=2]="TokenDisconnect"}(kc||(kc={})),function(e){e[e.App=1]="App";e[e.Resource=2]="Resource"}(Ac||(Ac={})),function(e){e[e.CozeModel=1]="CozeModel";e[e.VolcAccount=2]="VolcAccount";e[e.SelfAccount=3]="SelfAccount";e[e.SelfModel=4]="SelfModel"}(jc||(jc={})),function(e){e[e.Asc=1]="Asc";e[e.Desc=2]="Desc"}(Rc||(Rc={})),function(e){e[e.NoDetail=1]="NoDetail";e[e.Detail=2]="Detail";e[e.Operate=3]="Operate"}(zc||(zc={})),function(e){e[e.Published=1]="Published";e[e.Unpublished=2]="Unpublished"}(Uc||(Uc={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.Imageflow=3]="Imageflow";e[e.Knowledge=4]="Knowledge";e[e.UI=5]="UI";e[e.Prompt=6]="Prompt";e[e.Database=7]="Database";e[e.Variable=8]="Variable"}(Lc||(Lc={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi";e[e.MessagesApi=2]="MessagesApi"}(Oc||(Oc={})),function(e){e[e.DefaultHeader=1]="DefaultHeader";e[e.SpecifiedHeader=2]="SpecifiedHeader"}(xc||(xc={})),function(e){e[e.VolcKms=1]="VolcKms";e[e.PlainText=2]="PlainText"}(Bc||(Bc={})),function(e){e[e.Provider=1]="Provider";e[e.Custom=2]="Custom"}(qc||(qc={})),function(e){e[e.CozeAccountTypeUnknown=0]="CozeAccountTypeUnknown";e[e.CozeAccountTypePersonal=1]="CozeAccountTypePersonal";e[e.CozeAccountTypeOrganization=2]="CozeAccountTypeOrganization"}(Dc||(Dc={})),function(e){e[e.Intelligence=1]="Intelligence";e[e.App=2]="App";e[e.Plugin=3]="Plugin";e[e.Workflow=4]="Workflow";e[e.Knowledge=5]="Knowledge";e[e.Card=6]="Card";e[e.Prompt=7]="Prompt";e[e.Database=8]="Database";e[e.Voice=9]="Voice";e[e.VibeProjectAgent=11]="VibeProjectAgent";e[e.VibeProjectAutomation=12]="VibeProjectAutomation";e[e.VibeProjectWebApp=13]="VibeProjectWebApp";e[e.VibeProjectApp=14]="VibeProjectApp";e[e.VibeProjectSkill=15]="VibeProjectSkill";e[e.VibeProjectGeneralWeb=16]="VibeProjectGeneralWeb";e[e.VibeProjectWechatMiniProgram=17]="VibeProjectWechatMiniProgram";e[e.VibeProjectAssistantAgent=18]="VibeProjectAssistantAgent";e[e.VibeProjectGeneral=19]="VibeProjectGeneral"}(Mc||(Mc={})),function(e){e[e.Mobile=1]="Mobile";e[e.Web=2]="Web"}(Nc||(Nc={})),function(e){e[e.CacheClosed=0]="CacheClosed";e[e.PrefixCache=1]="PrefixCache"}(Gc||(Gc={})),function(e){e[e.Using=1]="Using";e[e.Deleted=2]="Deleted";e[e.Banned=3]="Banned";e[e.MoveFailed=4]="MoveFailed";e[e.Copying=5]="Copying";e[e.CopyFailed=6]="CopyFailed"}($c||($c={})),function(e){e[e.Bot=1]="Bot";e[e.Project=2]="Project";e[e.DouyinAvatarBot=3]="DouyinAvatarBot";e[e.VibeProjectAgent=11]="VibeProjectAgent";e[e.VibeProjectAutomation=12]="VibeProjectAutomation";e[e.VibeProjectWebApp=13]="VibeProjectWebApp";e[e.VibeProjectApp=14]="VibeProjectApp";e[e.VibeProjectSkill=15]="VibeProjectSkill";e[e.VibeProjectGeneralWeb=16]="VibeProjectGeneralWeb";e[e.VibeProjectWechatMiniProgram=17]="VibeProjectWechatMiniProgram";e[e.VibeProjectAssistantAgent=18]="VibeProjectAssistantAgent";e[e.VibeProjectGeneral=19]="VibeProjectGeneral"}(Fc||(Fc={})),function(e){e[e.DEFAULT=0]="DEFAULT";e[e.Chux=1]="Chux"}(Vc||(Vc={})),function(e){e[e.ProjectOwner=1]="ProjectOwner";e[e.ProjectEditor=2]="ProjectEditor";e[e.BotEditor=3]="BotEditor";e[e.BotDeveloper=4]="BotDeveloper";e[e.BotOperator=5]="BotOperator";e[e.BotOwner=6]="BotOwner"}(Wc||(Wc={})),function(e){e[e.PromptDiff=1]="PromptDiff";e[e.ModelDiff=2]="ModelDiff"}(Hc||(Hc={})),function(e){e[e.DraftBot=1]="DraftBot"}(Jc||(Jc={})),function(e){e[e.Success=1]="Success";e[e.Processing=2]="Processing";e[e.Failed=3]="Failed";e[e.Canceled=4]="Canceled"}(Kc||(Kc={})),function(e){e[e.Archive=1]="Archive";e[e.Rollback=2]="Rollback"}(Qc||(Qc={})),function(e){e[e.ProjectCopyCancel=1]="ProjectCopyCancel";e[e.ProjectCopyRetry=2]="ProjectCopyRetry"}(Yc||(Yc={})),function(e){e[e.ProjectCopy=1]="ProjectCopy";e[e.BotCopy=2]="BotCopy";e[e.VibeProjectCopy=3]="VibeProjectCopy"}(Zc||(Zc={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}(Xc||(Xc={})),function(e){e[e.Bot=1]="Bot";e[e.Workflow=2]="Workflow";e[e.Application=3]="Application"}(ed||(ed={})),function(e){e[e.DefaultHeader=1]="DefaultHeader";e[e.SpecifiedHeader=2]="SpecifiedHeader"}(td||(td={})),function(e){e[e.VolcKms=1]="VolcKms";e[e.PlainText=2]="PlainText"}(id||(id={})),function(e){e[e.BatchSize=1]="BatchSize";e[e.LearningRate=2]="LearningRate";e[e.Epochs=3]="Epochs"}(od||(od={})),function(e){e[e.GPT=1]="GPT";e[e.SEED=2]="SEED";e[e.Claude=3]="Claude";e[e.MiniMax=4]="MiniMax";e[e.Plugin=5]="Plugin";e[e.StableDiffusion=6]="StableDiffusion";e[e.ByteArtist=7]="ByteArtist";e[e.Maas=9]="Maas";e[e.QianFan=10]="QianFan";e[e.Gemini=11]="Gemini";e[e.Moonshot=12]="Moonshot";e[e.GLM=13]="GLM";e[e.MaaSAutoSync=14]="MaaSAutoSync";e[e.QWen=15]="QWen";e[e.Cohere=16]="Cohere";e[e.Baichuan=17]="Baichuan";e[e.Ernie=18]="Ernie";e[e.DeekSeek=19]="DeekSeek";e[e.Llama=20]="Llama";e[e.StepFun=23]="StepFun";e[e.Custom=24]="Custom";e[e.Other=999]="Other"}(sd||(sd={})),function(e){e[e.Float=1]="Float";e[e.Int=2]="Int";e[e.Boolean=3]="Boolean";e[e.String=4]="String"}(nd||(nd={})),function(e){e[e.Douyin=1]="Douyin"}(rd||(rd={})),function(e){e[e.Terminating=1]="Terminating";e[e.Terminated=2]="Terminated"}(ad||(ad={})),function(e){e[e.Online=1]="Online";e[e.Offline=2]="Offline";e[e.Deleted=3]="Deleted";e[e.FineTuneInQueue=4]="FineTuneInQueue";e[e.FineTuneRunning=5]="FineTuneRunning";e[e.FineTuneFailed=6]="FineTuneFailed";e[e.FineTuneTeminated=7]="FineTuneTeminated"}(cd||(cd={})),function(e){e[e.ModelType=1]="ModelType";e[e.ModelUserRight=2]="ModelUserRight";e[e.ModelFeature=3]="ModelFeature";e[e.ModelFunction=4]="ModelFunction";e[e.ModelScenario=5]="ModelScenario";e[e.ModelPayment=15]="ModelPayment";e[e.ModelAbility=16]="ModelAbility";e[e.ModelStatus=17]="ModelStatus";e[e.Custom=20]="Custom";e[e.Others=100]="Others"}(dd||(dd={})),function(e){e[e.Flagship=1]="Flagship";e[e.HighSpeed=2]="HighSpeed";e[e.ToolInvocation=3]="ToolInvocation";e[e.RolePlaying=4]="RolePlaying";e[e.LongText=5]="LongText";e[e.ImageUnderstanding=6]="ImageUnderstanding";e[e.Reasoning=7]="Reasoning";e[e.VideoUnderstanding=8]="VideoUnderstanding";e[e.CostPerformance=9]="CostPerformance";e[e.CodeSpecialization=10]="CodeSpecialization";e[e.AudioUnderstanding=11]="AudioUnderstanding"}(ld||(ld={})),function(e){e[e.TotalTokens=1]="TotalTokens";e[e.TotalInput=2]="TotalInput";e[e.TotalOutput=3]="TotalOutput"}(pd||(pd={})),function(e){e[e.stop=1]="stop";e[e.resume=2]="resume",e[e.delete=3]="delete"}(ud||(ud={})),function(e){e[e.Recommend=1]="Recommend"}(_d||(_d={})),function(e){e[e.Default=0]="Default";e[e.Terminate=1]="Terminate"}(hd||(hd={})),function(e){e[e.All=0]="All";e[e.WithBenefit=1]="WithBenefit"}(md||(md={})),function(e){e[e.upload=1]="upload";e[e.TrainingSetSplit=2]="TrainingSetSplit"}(gd||(gd={})),function(e){e[e.Text=1]="Text";e[e.ImageFirstFrame=2]="ImageFirstFrame";e[e.ImageFirstLastFrame=3]="ImageFirstLastFrame";e[e.ReferencePicture=4]="ReferencePicture"}(fd||(fd={})),function(e){e[e.Using=1]="Using";e[e.Deleted=2]="Deleted"}(yd||(yd={})),function(e){e[e.Publish=0]="Publish";e[e.Archive=1]="Archive"}(vd||(vd={})),function(e){e[e.User=0]="User";e[e.NL2App=1]="NL2App"}(wd||(wd={})),function(e){e[e.NoBindRequired=1]="NoBindRequired";e[e.AuthBind=2]="AuthBind";e[e.KvBind=3]="KvBind";e[e.KvAuthBind=4]="KvAuthBind";e[e.ApiBind=5]="ApiBind";e[e.WebSDKBind=6]="WebSDKBind";e[e.StoreBind=7]="StoreBind";e[e.AuthAndConfig=8]="AuthAndConfig";e[e.ConnectorCustom=9]="ConnectorCustom"}(bd||(bd={})),function(e){e[e.APIOrSDK=1]="APIOrSDK";e[e.SocialPlatform=2]="SocialPlatform";e[e.Coze=3]="Coze";e[e.MiniProgram=4]="MiniProgram";e[e.CozeSpaceExtensionLibrary=5]="CozeSpaceExtensionLibrary"}(Sd||(Sd={})),function(e){e[e.Configured=1]="Configured";e[e.NotConfigured=2]="NotConfigured";e[e.Disconnected=3]="Disconnected";e[e.Configuring=4]="Configuring";e[e.NeedReconfiguring=5]="NeedReconfiguring"}(Pd||(Pd={})),function(e){e[e.Default=0]="Default";e[e.Auditing=1]="Auditing";e[e.Success=2]="Success";e[e.Failed=3]="Failed";e[e.Disable=4]="Disable"}(Cd||(Cd={})),function(e){e[e.Normal=0]="Normal";e[e.InReview=1]="InReview";e[e.Offline=2]="Offline"}(Td||(Td={})),function(e){e[e.Packing=0]="Packing";e[e.PackFailed=1]="PackFailed";e[e.Auditing=2]="Auditing";e[e.AuditNotPass=3]="AuditNotPass";e[e.ConnectorPublishing=4]="ConnectorPublishing";e[e.PublishDone=5]="PublishDone"}(Ed||(Ed={})),function(e){e[e.Authorized=1]="Authorized";e[e.UnAuthorized=2]="UnAuthorized";e[e.Authorizing=3]="Authorizing"}(Id||(Id={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.Imageflow=3]="Imageflow";e[e.Knowledge=4]="Knowledge";e[e.UI=5]="UI";e[e.Prompt=6]="Prompt";e[e.Database=7]="Database";e[e.Variable=8]="Variable";e[e.Voice=9]="Voice";e[e.Memorybase=10]="Memorybase";e[e.MCP=11]="MCP"}(kd||(kd={})),function(e){e[e.SingleMode=0]="SingleMode";e[e.MultiMode=1]="MultiMode";e[e.WorkflowMode=2]="WorkflowMode"}(Ad||(Ad={})),function(e){e[e.UpdateTime=0]="UpdateTime";e[e.CreateTime=1]="CreateTime";e[e.Name=2]="Name"}(jd||(jd={})),function(e){e[e.UpdateTime=0]="UpdateTime";e[e.CreateTime=1]="CreateTime"}(Rd||(Rd={})),function(e){e[e.UpdateTime=0]="UpdateTime";e[e.CreateTime=1]="CreateTime";e[e.PublishTime=2]="PublishTime";e[e.OpenTime=3]="OpenTime"}(zd||(zd={})),function(e){e[e.Standard=0]="Standard";e[e.PrefixPrompt=1]="PrefixPrompt"}(Ud||(Ud={})),function(e){e[e.All=0]="All";e[e.CreateByMe=1]="CreateByMe";e[e.AllWithCollaborator=2]="AllWithCollaborator";e[e.CanImportToSpace=3]="CanImportToSpace"}(Ld||(Ld={})),function(e){e[e.Desc=0]="Desc";e[e.Asc=1]="Asc"}(Od||(Od={})),function(e){e[e.Copy=1]="Copy";e[e.Move=2]="Move";e[e.Publish=3]="Publish";e[e.ImportExport=4]="ImportExport"}(xd||(xd={})),function(e){e[e.Project=1]="Project";e[e.Space=2]="Space";e[e.Online=3]="Online";e[e.Template=4]="Template";e[e.Agent=5]="Agent"}(Bd||(Bd={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.Imageflow=3]="Imageflow";e[e.Knowledge=4]="Knowledge";e[e.UI=5]="UI";e[e.Project=6]="Project";e[e.Database=7]="Database";e[e.Variable=8]="Variable";e[e.Trigger=9]="Trigger";e[e.Agent=10]="Agent";e[e.Prompt=11]="Prompt";e[e.Shortcut=12]="Shortcut";e[e.Chux=13]="Chux";e[e.Memorybase=14]="Memorybase";e[e.VibeProjectAgent=15]="VibeProjectAgent";e[e.VibeProjectAutomation=16]="VibeProjectAutomation";e[e.VibeProjectWebApp=17]="VibeProjectWebApp";e[e.VibeProjectApp=18]="VibeProjectApp";e[e.VibeProjectSkill=19]="VibeProjectSkill";e[e.VibeProjectGeneralWeb=20]="VibeProjectGeneralWeb";e[e.VibeProjectWechatMiniProgram=21]="VibeProjectWechatMiniProgram";e[e.VibeProjectAssistantAgent=22]="VibeProjectAssistantAgent";e[e.VibeProjectGeneral=23]="VibeProjectGeneral"}(qd||(qd={})),function(e){e[e.Success=1]="Success";e[e.Processing=2]="Processing";e[e.Failed=3]="Failed";e[e.Canceled=4]="Canceled"}(Dd||(Dd={})),function(e){e[e.CopyResourceInProject=1]="CopyResourceInProject";e[e.CopyProjectResourceToLibrary=2]="CopyProjectResourceToLibrary";e[e.MoveProjectResourceToLibrary=3]="MoveProjectResourceToLibrary";e[e.CopyLibraryResourceToProject=4]="CopyLibraryResourceToProject";e[e.CopyProject=5]="CopyProject";e[e.PublishProject=6]="PublishProject";e[e.CopyTemplateToProject=7]="CopyTemplateToProject";e[e.PublishProjectTemplate=8]="PublishProjectTemplate";e[e.LaunchProjectTemplate=9]="LaunchProjectTemplate";e[e.ArchiveProject=10]="ArchiveProject";e[e.RollbackProject=11]="RollbackProject";e[e.CrossSpaceCopy=12]="CrossSpaceCopy";e[e.CrossSpaceCopyProject=13]="CrossSpaceCopyProject";e[e.Export=14]="Export";e[e.Import=15]="Import";e[e.PublishChuxProject=16]="PublishChuxProject";e[e.CopyResource=17]="CopyResource";e[e.CopyVibeProject=18]="CopyVibeProject"}(Md||(Md={})),function(e){e[e.Packing=0]="Packing";e[e.PackSuccess=1]="PackSuccess";e[e.PackFail=2]="PackFail"}(Nd||(Nd={}));class $d{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){$d.prototype.__init.call(this),$d.prototype.__init2.call(this),this.request=Gd([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=Gd([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}Ping(e,t){const i=this.genBaseURL("/api/intelligence_api/ping");return this.request({url:i,method:"POST"},t)}DraftProjectCreate(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/draft_project/create"),s={space_id:i.space_id,name:i.name,description:i.description,icon_uri:i.icon_uri,monetization_conf:i.monetization_conf,create_from:i.create_from,folder_id:i.folder_id,type:i.type};return this.request({url:o,method:"POST",data:s},t)}GetDraftIntelligenceList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/search/get_draft_intelligence_list"),s={space_id:i.space_id,name:i.name,has_published:i.has_published,status:i.status,types:i.types,search_scope:i.search_scope,folder_id:i.folder_id,folder_include_children:i.folder_include_children,order_type:i.order_type,project_type:i.project_type,is_fav_filter:i.is_fav_filter,is_collaborator_filter:i.is_collaborator_filter,organization_id:i.organization_id,is_fav:i.is_fav,recently_open:i.recently_open,option:i.option,order_by:i.order_by,cursor_id:i.cursor_id,size:i.size};return this.request({url:o,method:"POST",data:s},t)}DraftProjectUpdate(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/update"),s={project_id:i.project_id,name:i.name,description:i.description,icon_uri:i.icon_uri};return this.request({url:o,method:"POST",data:s},t)}GetDraftIntelligenceInfo(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/search/get_draft_intelligence_info"),s={intelligence_id:i.intelligence_id,intelligence_type:i.intelligence_type,version:i.version};return this.request({url:o,method:"POST",data:s},t)}GetUserRecentlyEditIntelligence(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/search/get_recently_edit_intelligence"),s={size:i.size,types:i.types,enterprise_id:i.enterprise_id,organization_id:i.organization_id};return this.request({url:o,method:"POST",data:s},t)}DraftProjectCopy(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/draft_project/copy"),s={project_id:i.project_id,to_space_id:i.to_space_id,name:i.name,description:i.description,icon_uri:i.icon_uri};return this.request({url:o,method:"POST",data:s},t)}ProcessEntityTask(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/entity_task/process"),s={entity_id:i.entity_id,action:i.action,task_id_list:i.task_id_list};return this.request({url:o,method:"POST",data:s},t)}DraftProjectDelete(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/delete"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}EntityTaskSearch(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/entity_task/search"),s={task_list:i.task_list};return this.request({url:o,method:"POST",data:s},t)}ListIntelligenceCollaboration(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/collaboration/list"),s={intelligence_id:i.intelligence_id,intelligence_type:i.intelligence_type};return this.request({url:o,method:"POST",data:s},t)}OceanProjectCreate(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/ocean_project/create"),s={space_id:i.space_id,name:i.name,description:i.description,icon_uri:i.icon_uri};return this.request({url:o,method:"POST",data:s},t)}OceanProjectUpdate(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/ocean_project/update"),s={project_id:i.project_id,name:i.name,description:i.description,icon_uri:i.icon_uri};return this.request({url:o,method:"POST",data:s},t)}GetOceanProjectList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/search/get_ocean_project_list"),s={space_id:i.space_id,status:i.status,search_scope:i.search_scope,order_by:i.order_by,page_index:i.page_index,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}PublishProject(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/publish/publish_project"),s={project_id:i.project_id,version_number:i.version_number,description:i.description,connectors:i.connectors,connector_publish_config:i.connector_publish_config};return this.request({url:o,method:"POST",data:s},t)}GetPublishRecordDetail(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/publish/publish_record_detail"),s={project_id:i.project_id,publish_record_id:i.publish_record_id};return this.request({url:o,method:"POST",data:s},t)}GetPublishRecordList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/publish/publish_record_list"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}PublishConnectorList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/publish/connector_list"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}CheckProjectVersionNumber(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/publish/check_version_number"),s={project_id:i.project_id,version_number:i.version_number};return this.request({url:o,method:"POST",data:s},t)}DraftProjectInnerTaskList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/inner_task_list"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}GetOceanProjectInfo(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/search/get_ocean_project_info"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}GetModelListFilterParams(e,t){const i=this.genBaseURL("/api/intelligence_api/model/get_model_list_filter_params");return this.request({url:i,method:"POST"},t)}StartEstimatedTrainingCost(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/start_estimated_training_cost"),s={base_model_id:i.base_model_id,space_id:i.space_id,training_dataset_id:i.training_dataset_id,epochs:i.epochs};return this.request({url:o,method:"POST",data:s},t)}GetModelList(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_model_list"),s={space_id:i.space_id,name:i.name,tag_filters:i.tag_filters,context_len_min:i.context_len_min,context_len_max:i.context_len_max,model_cost_min:i.model_cost_min,model_cost_max:i.model_cost_max,model_vendor:i.model_vendor,statusList:i.statusList,model_show_family_id:i.model_show_family_id,model_source:i.model_source,order_by:i.order_by,cursor_id:i.cursor_id,limit:i.limit};return this.request({url:o,method:"POST",data:s},t)}GetFinetuneTemplateDataset(e,t){const i=this.genBaseURL("/api/intelligence_api/model/get_finetune_template_dataset");return this.request({url:i,method:"POST"},t)}GetModelUsageData(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_model_usage_data"),s={space_id:i.space_id,model_id:i.model_id};return this.request({url:o,method:"POST",data:s},t)}GetEstimatedTrainingCost(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_estimated_training_cost"),s={task_id:i.task_id,space_id:i.space_id,base_model_id:i.base_model_id,epochs:i.epochs};return this.request({url:o,method:"POST",data:s},t)}CreateFinetuneTask(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/create_finetune_task"),s={space_id:i.space_id,base_model_id:i.base_model_id,training_dataset_id:i.training_dataset_id,validating_dataset:i.validating_dataset,finetune_configuration:i.finetune_configuration,description:i.description,name:i.name};return this.request({url:o,method:"POST",data:s},t)}UploadFinetuneDataset(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/upload_finetune_dataset"),s={space_id:i.space_id,fileType:i.fileType,fileName:i.fileName,data:i.data,testing_data:i.testing_data};return this.request({url:o,method:"POST",data:s},t)}GetModelInfo(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_model_info"),s={space_id:i.space_id,model_id:i.model_id,is_finetuning:i.is_finetuning};return this.request({url:o,method:"POST",data:s},t)}GetFinetuneTrainingInfo(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_finetune_training_info"),s={space_id:i.space_id,model_id:i.model_id};return this.request({url:o,method:"POST",data:s},t)}GetModelPerformanceData(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_model_performance_data"),s={space_id:i.space_id,model_id:i.model_id,get_pct:i.get_pct};return this.request({url:o,method:"POST",data:s},t)}OperateFinetuneTask(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/operate_finetune_task"),s={id:i.id,action:i.action};return this.request({url:o,method:"POST",data:s},t)}DeleteFinetuneModel(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/delete_finetune_model"),s={model_id:i.model_id,space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}GetUserCompleteProfileRecord(e,t){const i=this.genBaseURL("/api/intelligence_api/user_profile/get_user_complete_profile_record");return this.request({url:i,method:"POST"},t)}DownloadUserProfile(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/user_profile/download_user_profile"),s={Cookie:i.Cookie};return this.request({url:o,method:"POST",headers:s},t)}GetProjectPublishedConnector(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/publish/get_published_connector"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}PublishIntelligenceUnList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/publish/publish_intelligence_unlist"),s={intelligence_id:i.intelligence_id,connector_ids:i.connector_ids,intelligence_type:i.intelligence_type};return this.request({url:o,method:"POST",data:s},t)}PublishIntelligenceList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/search/get_publish_intelligence_list"),s={intelligence_type:i.intelligence_type,space_id:i.space_id,owner_id:i.owner_id,name:i.name,order_last_publish_time:i.order_last_publish_time,order_total_token:i.order_total_token,size:i.size,cursor_id:i.cursor_id,intelligence_ids:i.intelligence_ids};return this.request({url:o,method:"POST",data:s},t)}UpdateDiffModeInfo(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/diff_mode/update_diff_mode_info"),s={target_type:i.target_type,target_id:i.target_id,diff_mode_info:i.diff_mode_info,exit_and_save:i.exit_and_save,exit_and_discard:i.exit_and_discard};return this.request({url:o,method:"POST",data:s},t)}GetDiffModeInfo(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/diff_mode/get_diff_mode_info"),s={target_type:i.target_type,target_id:i.target_id};return this.request({url:o,method:"POST",data:s},t)}GetProjectPublishSummary(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/search/get_project_publish_summary"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}DraftProjectCrossSpaceCopy(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/draft_project/crossspace_copy"),s={project_id:i.project_id,to_space_id:i.to_space_id};return this.request({url:o,method:"POST",data:s},t)}EntityTaskList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/entity_task/list"),s={space_id:i.space_id,task_id_list:i.task_id_list};return this.request({url:o,method:"POST",data:s},t)}ExpansionTpm(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/expansion_tpm"),s={model_id:i.model_id,enterprise_id:i.enterprise_id,organization_id:i.organization_id,tpm_input_expansion:i.tpm_input_expansion,tpm_output_expansion:i.tpm_output_expansion,start_time:i.start_time,end_time:i.end_time};return this.request({url:o,method:"POST",data:s},t)}GetEstimatedTpmExpansionCost(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_estimated_tpm_expansion_cost"),s={model_id:i.model_id,enterprise_id:i.enterprise_id,input_tpm:i.input_tpm,output_tpm:i.output_tpm};return this.request({url:o,method:"POST",data:s},t)}GetEstimatedTpmExpansion(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_estimated_tpm_expansion"),s={model_id:i.model_id,enterprise_id:i.enterprise_id,estimated_rpm:i.estimated_rpm,StartTime:i.StartTime,EndTime:i.EndTime};return this.request({url:o,method:"POST",data:s},t)}FolderUpdate(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/folder/update"),s={folder_id:i.folder_id,name:i.name,description:i.description};return this.request({url:o,method:"POST",data:s},t)}GetFolderList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/search/get_folder_list"),s={space_id:i.space_id,type:i.type,name:i.name,search_scope:i.search_scope,parent_folder_id:i.parent_folder_id,parent_include_children:i.parent_include_children,order_by:i.order_by,order_type:i.order_type,size:i.size,page_num:i.page_num};return this.request({url:o,method:"POST",data:s},t)}FolderMove(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/folder/move"),s={folder_id:i.folder_id,parent_folder_id:i.parent_folder_id};return this.request({url:o,method:"POST",data:s},t)}FolderDelete(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/folder/delete"),s={folder_id:i.folder_id};return this.request({url:o,method:"POST",data:s},t)}FolderCreate(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/folder/create"),s={space_id:i.space_id,type:i.type,name:i.name,description:i.description,parent_folder_id:i.parent_folder_id};return this.request({url:o,method:"POST",data:s},t)}ArchiveProject(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/archive"),s={project_id:i.project_id,description:i.description,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}GetIntelligenceTaskInfo(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/entity_task/task_info"),s={task_id:i.task_id};return this.request({url:o,method:"GET",params:s},t)}ProjectHistoryList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/history_list"),s={project_id:i.project_id,history_type:i.history_type,cursor:i.cursor,size:i.size};return this.request({url:o,method:"POST",data:s},t)}RollbackProject(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/rollback"),s={project_id:i.project_id,rollback_version:i.rollback_version,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}GetModelConcurrencyPerformanceData(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_model_concurrency_performance_data"),s={space_id:i.space_id,model_id:i.model_id};return this.request({url:o,method:"POST",data:s},t)}UpdateModelConfigType(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/update_model_config_type"),s={space_id:i.space_id,model_id:i.model_id,config_type:i.config_type};return this.request({url:o,method:"POST",data:s},t)}GetSpaceModelUserConfig(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_space_model_user_config"),s={space_id:i.space_id};return this.request({url:o,method:"POST",data:s},t)}OpenGetProjectList(e,t){const i=e||{},o=this.genBaseURL("/v1/apps"),s={workspace_id:i.workspace_id,publish_status:i.publish_status,connector_id:i.connector_id,page_num:i.page_num,page_size:i.page_size};return this.request({url:o,method:"GET",params:s},t)}OpenGetBotList(e,t){const i=e||{},o=this.genBaseURL("/v1/bots"),s={workspace_id:i.workspace_id,publish_status:i.publish_status,connector_id:i.connector_id,page_num:i.page_num,page_size:i.page_size};return this.request({url:o,method:"GET",params:s},t)}GetFolderTree(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/folder/tree"),s={space_id:i.space_id,type:i.type};return this.request({url:o,method:"POST",data:s},t)}OpenGetSpaceFolder(e,t){const i=e||{},o=this.genBaseURL("/v1/folders"),s={workspace_id:i.workspace_id,folder_type:i.folder_type,parent_folder_id:i.parent_folder_id,page_num:i.page_num,page_size:i.page_size};return this.request({url:o,method:"GET",params:s},t)}MoveObjectToFolder(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/folder/move_object"),s={dest_folder_id:i.dest_folder_id,folder_space_id:i.folder_space_id,move_objects:i.move_objects};return this.request({url:o,method:"POST",data:s},t)}GetFolderInfoByIds(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/folder/get_by_ids"),s={space_id:i.space_id,folder_ids:i.folder_ids,get_path_info:i.get_path_info};return this.request({url:o,method:"POST",data:s},t)}OpenGetFolderInfo(e,t){const i=e||{},o=this.genBaseURL(`/v1/folders/${i.folder_id}`);return this.request({url:o,method:"GET"},t)}ExportPreCheck(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/export_pre_check"),s={res_type:i.res_type,id:i.id,commit_id:i.commit_id};return this.request({url:o,method:"POST",data:s},t)}ImportPreCheck(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/import_pre_check"),s={package_uri:i.package_uri};return this.request({url:o,method:"POST",data:s},t)}GetUploadAuthToken(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/upload/auth_token"),s={scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}MarkProjectHistory(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/history_list/read"),s={project_id:i.project_id,version:i.version};return this.request({url:o,method:"POST",data:s},t)}GetCustomModelDetail(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/get_custom_model_detail"),s={model_id:i.model_id,org_id:i.org_id};return this.request({url:o,method:"POST",data:s},t)}GetCustomModelList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/get_custom_model_list"),s={search_key:i.search_key,sort_field:i.sort_field,org_id:i.org_id,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}GetProjectHistoryNotice(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/draft_project/history_list/notice"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}BindCustomModelSpace(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/bind_custom_model_space"),s={model_id:i.model_id,space_id_list:i.space_id_list,status:i.status,org_id:i.org_id};return this.request({url:o,method:"POST",data:s},t)}GetCustomModelSpaceList(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/get_custom_model_space_list"),s={model_id:i.model_id,search_key:i.search_key,org_id:i.org_id,cursor_id:i.cursor_id,limit:i.limit,enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}GetCustomModelParameterTemplate(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/get_custom_model_parameter_template"),s={org_id:i.org_id};return this.request({url:o,method:"POST",data:s},t)}OpenCopyTaskInfo(e,t){const i=e||{},o=this.genBaseURL(`/v1/entities/copy_tasks/${i.task_id}`);return this.request({url:o,method:"GET"},t)}OpenDuplicateDraftEntity(e,t){const i=e||{},o=this.genBaseURL("/v1/entities/copy_tasks"),s={entity_id:i.entity_id,entity_type:i.entity_type,to_workspace_id:i.to_workspace_id};return this.request({url:o,method:"POST",data:s},t)}ConvertCustomModelParameter(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/convert_custom_model_parameter"),s={parameters:i.parameters,org_id:i.org_id};return this.request({url:o,method:"POST",data:s},t)}CreateCustomModel(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/create_custom_model"),s={model_name:i.model_name,model_icon_uri:i.model_icon_uri,model_arch:i.model_arch,model_desc:i.model_desc,base_url:i.base_url,secret_name:i.secret_name,model_runtime_tag:i.model_runtime_tag,inputLength:i.inputLength,parameters:i.parameters,api_agreement:i.api_agreement,safety_guardrails:i.safety_guardrails,auth:i.auth,api_mode:i.api_mode,org_id:i.org_id};return this.request({url:o,method:"POST",data:s},t)}TerminateCustomModel(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/terminate_custom_model"),s={model_id:i.model_id,terminate_time:i.terminate_time,org_id:i.org_id};return this.request({url:o,method:"POST",data:s},t)}UpdateCustomModel(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/model/update_custom_model"),s={model_name:i.model_name,model_icon_uri:i.model_icon_uri,model_arch:i.model_arch,model_desc:i.model_desc,base_url:i.base_url,secret_name:i.secret_name,model_runtime_tag:i.model_runtime_tag,inputLength:i.inputLength,parameters:i.parameters,model_id:i.model_id,api_agreement:i.api_agreement,safety_guardrails:i.safety_guardrails,auth:i.auth,api_mode:i.api_mode,org_id:i.org_id};return this.request({url:o,method:"POST",data:s},t)}GetModelUsageRecord(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_model_usage_record"),s={space_id:i.space_id,model_id:i.model_id,start_timestamp:i.start_timestamp,end_timestamp:i.end_timestamp,order_by_type:i.order_by_type,order_by_field:i.order_by_field,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}GetEntityModelUsage(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_entity_model_usage"),s={space_id:i.space_id,model_id:i.model_id,entity_id:i.entity_id,entity_type:i.entity_type,start_timestamp:i.start_timestamp,end_timestamp:i.end_timestamp};return this.request({url:o,method:"POST",data:s},t)}GetTypeList(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/get_type_list"),s={model:i.model,voice:i.voice,raw_model:i.raw_model,space_id:i.space_id,cur_model_id:i.cur_model_id,cur_model_ids:i.cur_model_ids,model_scene:i.model_scene,tag_filters:i.tag_filters,user_benefit_filter:i.user_benefit_filter};return this.request({url:o,method:"POST",data:s},t)}SaveModelReplacement(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/save_replacement"),s={space_id:i.space_id,old_model_id:i.old_model_id,new_model_id:i.new_model_id,start_timestamp:i.start_timestamp,end_timestamp:i.end_timestamp};return this.request({url:o,method:"POST",data:s},t)}GetModelReplacement(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/model/get_replacement"),s={space_id:i.space_id,entity_type:i.entity_type,entity_id:i.entity_id};return this.request({url:o,method:"POST",data:s},t)}UpdateCustomModelV2(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/custom_model/update"),s={model_id:i.model_id,display_name:i.display_name,model_name:i.model_name,base_url:i.base_url,api_mode:i.api_mode,auth:i.auth,support_image_understanding:i.support_image_understanding,max_tokens:i.max_tokens};return this.request({url:o,method:"POST",data:s},t)}ListProviderModels(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/custom_model/list_provider_models"),s={provider:i.provider,auth:i.auth,base_url:i.base_url,search_key:i.search_key};return this.request({url:o,method:"POST",data:s},t)}ListCustomModelV2(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/custom_model/list"),s={account_type:i.account_type,coze_account_id:i.coze_account_id,enterprise_id:i.enterprise_id,search_key:i.search_key,provider:i.provider,source_type:i.source_type,sort_field:i.sort_field,sort_order:i.sort_order,page:i.page,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}ToggleCustomModelMemberVisibility(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/custom_model/toggle_member_visibility"),s={model_id:i.model_id,member_visible:i.member_visible};return this.request({url:o,method:"POST",data:s},t)}DeleteCustomModelV2(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/custom_model/delete"),s={model_id:i.model_id};return this.request({url:o,method:"POST",data:s},t)}ListProviders(e,t){const i=e||{},o=this.genBaseURL("/api/intelligence_api/custom_model/list_providers"),s={only_enabled:i.only_enabled};return this.request({url:o,method:"POST",data:s},t)}GetCustomModelDetailV2(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/custom_model/detail"),s={model_id:i.model_id};return this.request({url:o,method:"POST",data:s},t)}CreateCustomModelV2(e,t){const i=e,o=this.genBaseURL("/api/intelligence_api/custom_model/create"),s={source_type:i.source_type,provider:i.provider,display_name:i.display_name,model_name:i.model_name,base_url:i.base_url,api_mode:i.api_mode,auth:i.auth,support_image_understanding:i.support_image_understanding,max_tokens:i.max_tokens,account_type:i.account_type,coze_account_id:i.coze_account_id,enterprise_id:i.enterprise_id};return this.request({url:o,method:"POST",data:s},t)}}const Fd=new $d({}),Vd={agent:Fc.VibeProjectAgent,workflow:Fc.VibeProjectAutomation,webapp:Fc.VibeProjectWebApp,app:Fc.VibeProjectApp,skill:Fc.VibeProjectSkill,web:Fc.VibeProjectGeneralWeb,miniprogram:Fc.VibeProjectWechatMiniProgram,assistant:Fc.VibeProjectAssistantAgent},Wd={[Fc.VibeProjectAgent]:"agent",[Fc.VibeProjectAutomation]:"workflow",[Fc.VibeProjectWebApp]:"webapp",[Fc.VibeProjectApp]:"app",[Fc.VibeProjectSkill]:"skill",[Fc.VibeProjectGeneralWeb]:"web",[Fc.VibeProjectWechatMiniProgram]:"miniprogram",[Fc.VibeProjectAssistantAgent]:"assistant"};function Hd(e){if(!e)return;const t=String(e).trim();if(!t)return;const i=t.toLowerCase();return Vd[i]}const Jd=e=>Wd[e],Kd=[Fc.VibeProjectAgent,Fc.VibeProjectAutomation,Fc.VibeProjectWebApp,Fc.VibeProjectApp,Fc.VibeProjectSkill,Fc.VibeProjectGeneralWeb,Fc.VibeProjectWechatMiniProgram,Fc.VibeProjectAssistantAgent].map(Jd).filter(Boolean);function Qd(e,t){return null!=e?e:t()}function Yd(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Zd={agent:t.VibeProjectType.Agent,workflow:t.VibeProjectType.Automation,webapp:t.VibeProjectType.WebApp,app:t.VibeProjectType.App,skill:t.VibeProjectType.Skill,web:t.VibeProjectType.GeneralWeb,miniprogram:t.VibeProjectType.WechatMiniProgram,assistant:t.VibeProjectType.AssistantAgent},Xd={[t.VibeProjectType.Agent]:"agent",[t.VibeProjectType.Automation]:"workflow",[t.VibeProjectType.WebApp]:"webapp",[t.VibeProjectType.App]:"app",[t.VibeProjectType.Skill]:"skill",[t.VibeProjectType.GeneralWeb]:"web",[t.VibeProjectType.WechatMiniProgram]:"miniprogram",[t.VibeProjectType.AssistantAgent]:"assistant"};const el=e=>Xd[e],tl=[t.VibeProjectType.GeneralWeb,t.VibeProjectType.App],il=tl.map(el);function ol(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function sl(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}class nl{static getInstance(){return nl.INSTANCE||(nl.INSTANCE=new nl),nl.INSTANCE}sendMessageRunTask(e){const t=[_.resolve(__dirname,"./send-message.worker.js")],i=process.execPath;v.spawn(i,[...t,JSON.stringify(e)],{detached:!0,stdio:"ignore"}).unref()}async sendMessage(e){return await t.sendProjectChatMessage(e)}isValidType(e){return tl.includes(e)}}const rl=nl.getInstance();function al(e,t){return null!=e?e:t()}function cl(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function dl(i){i.command("create").description("Create a new project").requiredOption("--message <message>","Description/requirements for creating the project").requiredOption("--type <type>","Project type: agent | workflow | app | skill | web | miniprogram | assistant").option("--org-id <orgId>","Organization ID (optional, will read from context automatically)").option("--space-id <spaceId>","Space ID (optional, will read from context automatically)").option("--wait","Wait for project creation to complete").config({help:{brief:"Create a new Coze Coding project",description:"Create a new Coze Coding project via natural language description. The system will automatically generate project structure and configuration based on the description, supporting multiple project types.",examples:[{desc:"Create an Agent project",cmd:'coze code project create --message "Create an intelligent customer service robot" --type agent',tags:["[RECOMMENDED]"]},{desc:"Create a Workflow project",cmd:'coze code project create --message "Create a data processing workflow" --type workflow'}],schema:{input:{message:{type:"string",required:!0,description:"Project description/requirements (natural language)"},type:{type:"string",required:!0,enum:il,description:"Project type"},spaceId:{type:"string",required:!1,description:"Space ID (optional, reads from context)"}},output:{project_id:{type:"string",description:"Created project ID"},type:{type:"string",description:"Project type"}}},enums:{type:il.reduce(((e,t)=>(e[t]=`${t.toUpperCase()} project`,e)),{})},errors:[{code:e.ErrorCode.E1005,name:"INVALID_PROJECT_TYPE",desc:"Invalid project type",fix:"Please use a valid project type: agent | workflow | app | skill | web | miniprogram | assistant"},{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Missing Space ID",fix:"Please use the --space-id parameter or run `coze space use <spaceId>` first"},{code:e.ErrorCode.E1006,name:"UNSUPPORTED_PROJECT_TYPE",desc:"Project type is not supported for creation",fix:"Please choose a supported project type and try again"},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized or project tool config is missing",fix:"Please retry and run with --debug if the issue persists"}]}}).action((async(i,o)=>{const s=o.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=al(al(i.spaceId,(()=>cl([s,"optionalAccess",e=>e.config,"access",e=>e.spaceId]))),(()=>"")),{message:r,type:a,wait:c}=i;cl([s,"optionalAccess",e=>e.log,"access",e=>e.debug,"call",e=>e(`Resolving project type '${a}'...`)]);const d=function(e){if(!e)return;const t=String(e).trim();if(!t)return;const i=t.toLowerCase();return Zd[i]}(a);if(!n)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");if(!d)throw new e.CozeError(e.ErrorCode.E1005,`Unknown project type: ${a}`,{type:a});if(!rl.isValidType(d))throw new e.CozeError(e.ErrorCode.E1006,`Project type ${a} is not supported for creation`,{type:a,projectType:d});cl([s,"optionalAccess",e=>e.log,"access",e=>e.debug,"call",e=>e("Fetching agent tools configuration...")]);const l=cl([await t.BuildAgentApi.GetTools(),"access",e=>e.project_types,"optionalAccess",e=>e.find,"call",e=>e((e=>e.project_type===d)),"optionalAccess",e=>e.tools]);if(!l||0===l.length)throw new e.CozeError(e.ErrorCode.E5000,`No tools config for projectType: ${String(a)}`,{type:a,projectType:d});const p={};l.forEach((e=>{cl([e,"optionalAccess",e=>e.name])&&(p[e.name]=Boolean(e.enabled))})),cl([s,"optionalAccess",e=>e.log,"access",e=>e.debug,"call",e=>e("Fetching project default skills...")]);const u={skills:al(cl([await ua.GetProjectDefaultSkill({project_type:d,space_id:String(n)}),"access",e=>e.data,"optionalAccess",e=>e.skill_list]),(()=>[])).map((e=>({skill_id:e.skill_id,is_preload:e.is_preload}))),filter_types:[d]},_={space_id:String(n),user_query:r,project_type:d,agent_tools:p,project_settings:{model_setting:{model_name:""},skill_setting:u}};cl([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Creating project...")]);const h=al((await t.IdeApi.ChatCreateVibeProject(_)).data,(()=>({}))).project_id,m=await cl([s,"optionalAccess",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]);if(!m)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");if(s.ui.success('Project created successfully, please use "coze code message status" to check the status.'),cl([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:h,type:a})]),c){const e=await rl.sendMessage({projectId:al(h,(()=>"")),prompt:r,apiBaseUrl:s.config.apiBaseUrl,accessToken:m,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${h}`});s.response.print(e.lastAnswerMessage)}else rl.sendMessageRunTask({projectId:al(h,(()=>"")),prompt:r,apiBaseUrl:s.config.apiBaseUrl,accessToken:m,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${h}`})}))}const ll=i=>{const o=i.command("project").alias("proj").config({help:{brief:"Manage Coze Coding projects",description:"Manage Coze Coding projects (Vibe Project). Supports creating, viewing, listing, and deleting projects, covering various project types like Agent, Workflow, Skill, Web apps, Mini-programs, etc.",examples:[{desc:"Create project",cmd:'coze code project create --message "Create a chatbot" --type web'},{desc:"List projects",cmd:"coze code project list"},{desc:"View project details",cmd:"coze code project get <projectId>"},{desc:"Delete project",cmd:"coze code project delete <projectId>"}],seeAlso:["coze code deploy","coze code skill"],schema:{input:{},output:{}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project not found",fix:"Please confirm if the project ID is correct"}]}}).description("Manage Coze Coding projects");dl(o),function(t){t.command("list").description("List all projects").config({help:{brief:"List all projects in the current space",description:"Get the list of projects in the current space. Supports filtering by type, name, publish status, and supports pagination.",examples:[{desc:"List projects",cmd:"coze code project list",tags:["[RECOMMENDED]"]},{desc:"Filter by type",cmd:"coze code project list --type agent --type workflow"},{desc:"Search by name",cmd:'coze code project list --name "customer service"'}],schema:{input:{size:{type:"number",required:!1,description:"Number of projects to return (default: 10)"},cursorId:{type:"string",required:!1,description:"Cursor for pagination"},type:{type:"array",required:!1,description:"Project type filter (can be passed multiple times)"},name:{type:"string",required:!1,description:"Filter by project name"},hasPublished:{type:"boolean",required:!1,description:"Filter by publish status"},searchScope:{type:"number",required:!1,description:"Created by (All = 0, CreateByMe = 1)"},folderId:{type:"string",required:!1,description:"Folder ID"},orderType:{type:"number",required:!1,description:"Sort type (0 for descending, 1 for ascending)"},isFavFilter:{type:"boolean",required:!1,description:"Filter by favorite status"}},output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Project ID"},name:{type:"string",description:"Project name"},type:{type:"string",description:"Project type"},description:{type:"string",description:"Project description"}}}}},errors:[{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Space ID is required",fix:"Please use --space-id <spaceId> or run `coze space use <spaceId>` first"}],enums:{type:Kd.reduce(((e,t)=>(e[t]=`${t.toUpperCase()} project`,e)),{}),"search-scope":{0:"All",1:"CreateByMe"},"order-type":{0:"Descending",1:"Ascending"},"order-by":{0:"updated_at",1:"created_at"}}}}).option("--size <size>","Number of projects to return",parseInt).option("--cursor-id <cursorId>","Cursor for pagination").option("--type <type>","Project type filter (can be passed multiple times): agent | workflow | webapp | app | web | miniprogram | assistant",((e,t=[])=>[...t,e]),[]).option("--name <name>","Filter by project name").option("--has-published","Filter by publish status").option("--search-scope <searchScope>","Created by (All = 0, CreateByMe = 1, AllWithCollaborator = 2)").option("--folder-id <folderId>","Folder ID").option("--order-type <orderType>","Sort type (0 for descending, 1 for ascending)").option("--order-by <orderBy>","Order by (0 for updated_at, 1 for created_at)").option("--is-fav-filter","Filter by favorite status (true | false)").action((async function(e,t){const i=t.getContext(),o=Qd(Yd([e,"optionalAccess",e=>e.size]),(()=>10)),s=Qd(Yd([e,"optionalAccess",e=>e.cursorId]),(()=>{})),n=Yd([e,"optionalAccess",e=>e.type,"optionalAccess",e=>e.map,"call",e=>e(Hd),"access",e=>e.filter,"call",e=>e(Boolean)]),r=Yd([e,"optionalAccess",e=>e.name]),a=Yd([e,"optionalAccess",e=>e.hasPublished])?Boolean(Yd([e,"optionalAccess",e=>e.hasPublished])):void 0,c=Number(Qd(Yd([e,"optionalAccess",e=>e.searchScope]),(()=>Ld.All))),d=Qd(Yd([e,"optionalAccess",e=>e.folderId]),(()=>"0")),l=Number(Qd(Yd([e,"optionalAccess",e=>e.orderType]),(()=>Od.Desc))),p=Boolean(Yd([e,"optionalAccess",e=>e.isFavFilter])),u=Number(Qd(Yd([e,"optionalAccess",e=>e.orderBy]),(()=>zd.UpdateTime)));let _=[];Yd([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Fetching project list...")]);const h=await Fd.GetDraftIntelligenceList({space_id:Qd(Yd([i,"optionalAccess",e=>e.config,"access",e=>e.spaceId]),(()=>"")),size:o,cursor_id:s,types:n,name:r,has_published:a,search_scope:c,folder_id:d,order_type:l,order_by:u,is_fav_filter:p,status:[$c.Using,$c.Banned,$c.MoveFailed]});_=Yd([h,"access",e=>e.data,"optionalAccess",e=>e.intelligences])||[],Yd([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Fetched ${_.length} projects.`)]),Yd([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(_.map((e=>({id:Yd([e,"access",e=>e.basic_info,"optionalAccess",e=>e.id]),name:Yd([e,"access",e=>e.basic_info,"optionalAccess",e=>e.name]),type:Jd(e.type),description:Yd([e,"access",e=>e.basic_info,"optionalAccess",e=>e.description])}))))])}))}(o),function(i){i.command("get <projectId>").description("View project details").config({help:{brief:"Get project details",description:"Get the detailed configuration of the specified project, including project type, settings, skill configurations, etc.",examples:[{desc:"View project details",cmd:"coze code project get <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"}},output:{project_id:{type:"string",description:"Project ID"},project_name:{type:"string",description:"Project name"},project_type:{type:"string",description:"Project type"},skills:{type:"object",description:"Project skill configurations",properties:{skills:{type:"array",items:{type:"object",properties:{skill_id:{type:"string",description:"Skill ID"},is_preload:{type:"boolean",description:"Is preloaded"}}}}}}}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project does not exist",fix:"Please confirm if the project ID is correct, use `project list` to view available projects"}]}}).action((async function(i,o,s){const n=s.getContext();ol([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Fetching project details for '${i}'...`)]);const r=ol([await t.IdeApi.GetVibeProject({project_id:i}),"access",e=>e.data,"optionalAccess",e=>e.project_info]);if(!r)throw new e.CozeError(e.ErrorCode.E3001,`Project ${i} not found`,{projectId:i});ol([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Project details for '${i}':`)]),ol([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({...y.omit(r,["project_settings"]),skills:y.pick(ol([r,"optionalAccess",e=>e.project_settings,"optionalAccess",e=>e.skill_setting]),["skills"]),project_type:el(ol([r,"optionalAccess",e=>e.project_type]))})])}))}(o),function(i){i.command("delete <projectId>").description("Delete a project").config({help:{brief:"Delete project",description:"Delete the specified Coze Coding project. This operation cannot be undone, please use with caution.",examples:[{desc:"Delete project",cmd:"coze code project delete <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID to delete"}},output:{project_id:{type:"string",description:"Deleted project ID"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E3005,name:"DELETE_FAILED",desc:"Failed to delete project",fix:"Please confirm if the project ID is correct and check if you have sufficient permissions"}]}}).action((async function(e,i,o){const s=o.getContext();sl([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",t=>t(`Deleting project '${e}'...`)]),await t.IdeApi.DeleteVibeProject({project_id:e}),sl([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",t=>t(`Project '${e}' deleted successfully.`)]),sl([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t({project_id:e,message:`Project '${e}' deleted successfully.`})])}))}(o)};var pl,ul,_l,hl,ml,gl,fl,yl,vl,wl,bl,Sl,Pl,Cl,Tl,El,Il,kl,Al,jl,Rl,zl,Ul,Ll,Ol,xl,Bl,ql,Dl,Ml,Nl,Gl,$l,Fl,Vl,Wl,Hl,Jl,Kl,Ql,Yl,Zl,Xl,ep,tp,ip,op,sp,np,rp,ap,cp,dp,lp,pp,up,_p,hp,mp,gp,fp,yp,vp,wp,bp,Sp,Pp;function Cp(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}!function(e){e[e.Example=0]="Example";e[e.Template=1]="Template"}(pl||(pl={})),function(e){e[e.SpaceEvent=1]="SpaceEvent"}(ul||(ul={})),function(e){e[e.Interest=1]="Interest"}(_l||(_l={})),function(e){e[e.General=0]="General";e[e.PPT=1]="PPT";e[e.Podcast=2]="Podcast";e[e.WEB=3]="WEB";e[e.ImageDoc=4]="ImageDoc";e[e.Poster=5]="Poster";e[e.Excel=6]="Excel";e[e.DesignTemplate=7]="DesignTemplate";e[e.PPTTemplate=8]="PPTTemplate";e[e.Chart=9]="Chart";e[e.Video=10]="Video";e[e.ImagePPTTemplate=11]="ImagePPTTemplate";e[e.VideoTemplate=12]="VideoTemplate"}(hl||(hl={})),function(e){e[e.Chat=1]="Chat";e[e.Fill=2]="Fill"}(ml||(ml={})),function(e){e[e.Delete=0]="Delete";e[e.Running=1]="Running";e[e.Pause=2]="Pause";e[e.TaskFinish=3]="TaskFinish";e[e.Init=4]="Init";e[e.Stop=5]="Stop";e[e.Interrupt=6]="Interrupt";e[e.IllegalContent=7]="IllegalContent";e[e.AbnormalInterrupt=8]="AbnormalInterrupt";e[e.Sleep=9]="Sleep"}(gl||(gl={})),function(e){e[e.Favorite=1]="Favorite";e[e.Template=2]="Template";e[e.TemplateCover=3]="TemplateCover";e[e.PlanTemplate=4]="PlanTemplate";e[e.Article=5]="Article"}(fl||(fl={})),function(e){e[e.General=0]="General";e[e.Product=1]="Product"}(yl||(yl={})),function(e){e[e.Unknown=0]="Unknown";e[e.Pending=1]="Pending";e[e.Running=2]="Running";e[e.Completed=3]="Completed";e[e.Failed=4]="Failed";e[e.Cancelled=5]="Cancelled"}(vl||(vl={})),function(e){e[e.HandsOff=0]="HandsOff";e[e.Cooperative=1]="Cooperative";e[e.Auto=2]="Auto"}(wl||(wl={})),function(e){e[e.Modify=1]="Modify";e[e.Clear=2]="Clear";e[e.RemoveBackground=3]="RemoveBackground";e[e.Inpainting=4]="Inpainting";e[e.TextReplacement=5]="TextReplacement"}(bl||(bl={})),function(e){e[e.Unactivated=1]="Unactivated";e[e.Activated=2]="Activated"}(Sl||(Sl={})),function(e){e[e.hot_city=1]="hot_city";e[e.city=2]="city"}(Pl||(Pl={})),function(e){e[e.PDF=1]="PDF";e[e.PPT=2]="PPT";e[e.ImageEditablePpt=3]="ImageEditablePpt"}(Cl||(Cl={})),function(e){e[e.Chinese=0]="Chinese";e[e.English=1]="English"}(Tl||(Tl={})),function(e){e[e.Review=1]="Review";e[e.Draft=2]="Draft";e[e.LawQA=3]="LawQA"}(El||(El={})),function(e){e[e.Pin=1]="Pin";e[e.UnPin=2]="UnPin";e[e.Use=3]="Use"}(Il||(Il={})),function(e){e[e.Init=1]="Init";e[e.Stock=2]="Stock";e[e.Sector=3]="Sector"}(kl||(kl={})),function(e){e[e.GeneralChat=1]="GeneralChat";e[e.Scheduled=2]="Scheduled"}(Al||(Al={})),function(e){e[e.FieldAnalysis=1]="FieldAnalysis";e[e.Upload=2]="Upload"}(jl||(jl={})),function(e){e[e.Running=1]="Running";e[e.Pause=2]="Pause";e[e.TaskFinish=3]="TaskFinish";e[e.Init=4]="Init";e[e.Stop=5]="Stop";e[e.Interrupt=6]="Interrupt";e[e.IllegalContent=7]="IllegalContent";e[e.AbnormalInterrupt=8]="AbnormalInterrupt";e[e.Sleep=9]="Sleep"}(Rl||(Rl={})),function(e){e[e.UNKNOWN=0]="UNKNOWN";e[e.HTML=1]="HTML";e[e.WORD=2]="WORD";e[e.PPT=3]="PPT";e[e.EXCEL=4]="EXCEL";e[e.PDF=5]="PDF";e[e.NOTE=6]="NOTE";e[e.IMAGE=7]="IMAGE";e[e.PODCAST=8]="PODCAST"}(zl||(zl={})),function(e){e[e.FavoritePage=1]="FavoritePage";e[e.TASK=2]="TASK"}(Ul||(Ul={})),function(e){e[e.UserUpload=1]="UserUpload";e[e.Explore=2]="Explore";e[e.TASK=3]="TASK"}(Ll||(Ll={})),function(e){e[e.PPT=1]="PPT"}(Ol||(Ol={})),function(e){e[e.Favorite=1]="Favorite";e[e.MultiDocImage=2]="MultiDocImage"}(xl||(xl={})),function(e){e[e.Upload=1]="Upload";e[e.Search=2]="Search";e[e.Generate=3]="Generate"}(Bl||(Bl={})),function(e){e[e.PNG=1]="PNG";e[e.JPG=2]="JPG";e[e.MP4=3]="MP4"}(ql||(ql={})),function(e){e[e.Modify=1]="Modify";e[e.Clear=2]="Clear";e[e.RemoveBackground=3]="RemoveBackground";e[e.Generate=4]="Generate";e[e.Search=5]="Search";e[e.Blur=6]="Blur"}(Dl||(Dl={})),function(e){e[e.Image=1]="Image";e[e.Html=2]="Html";e[e.Livephoto=3]="Livephoto"}(Ml||(Ml={})),function(e){e[e.Chat=1]="Chat";e[e.ApiTemplate=2]="ApiTemplate"}(Nl||(Nl={})),function(e){e[e.Suggest=1]="Suggest"}(Gl||(Gl={})),function(e){e[e.Unknown=0]="Unknown";e[e.Clarifying=1]="Clarifying";e[e.PendingActivation=2]="PendingActivation";e[e.Running=3]="Running";e[e.PendingConfirm=4]="PendingConfirm";e[e.Terminated=5]="Terminated"}($l||($l={})),function(e){e[e.Unknown=0]="Unknown";e[e.SystemError=1]="SystemError";e[e.InsufficientBalance=2]="InsufficientBalance";e[e.UserManual=3]="UserManual";e[e.Timeout=4]="Timeout"}(Fl||(Fl={})),function(e){e[e.DiggTypeDigg=1]="DiggTypeDigg";e[e.DiggTypeBury=2]="DiggTypeBury"}(Vl||(Vl={})),function(e){e[e.Query=1]="Query";e[e.Answer=2]="Answer";e[e.Resume=3]="Resume"}(Wl||(Wl={})),function(e){e[e.Unknown=0]="Unknown";e[e.ActivatePlan=1]="ActivatePlan";e[e.ResumePlan=2]="ResumePlan"}(Hl||(Hl={})),function(e){e[e.DocMultiImage=1]="DocMultiImage"}(Jl||(Jl={})),function(e){e[e.PDF=1]="PDF";e[e.DOCX=2]="DOCX"}(Kl||(Kl={})),function(e){e[e.DeleteCookie=1]="DeleteCookie"}(Ql||(Ql={})),function(e){e[e.POSITION=0]="POSITION";e[e.ELEMENT=1]="ELEMENT"}(Yl||(Yl={})),function(e){e[e.DiamondMatrix=1]="DiamondMatrix";e[e.BulletPoints=2]="BulletPoints";e[e.StaggeredProcessDiagram=3]="StaggeredProcessDiagram";e[e.ArrowRingDiagram=4]="ArrowRingDiagram";e[e.VerticalTimeline=5]="VerticalTimeline"}(Zl||(Zl={})),function(e){e[e.Init=1]="Init";e[e.Enabled=2]="Enabled";e[e.Disabled=3]="Disabled"}(Xl||(Xl={})),function(e){e[e.Pending=1]="Pending";e[e.Success=2]="Success";e[e.Avoid=3]="Avoid";e[e.Failed=4]="Failed"}(ep||(ep={})),function(e){e[e.Authorized=1]="Authorized";e[e.UnAuthorized=2]="UnAuthorized";e[e.Expired=3]="Expired"}(tp||(tp={})),function(e){e[e.Query=1]="Query";e[e.Template=2]="Template"}(ip||(ip={})),function(e){e[e.Pause=1]="Pause";e[e.Resume=2]="Resume";e[e.Pin=3]="Pin";e[e.Unpin=4]="Unpin";e[e.DoNotDisturb=5]="DoNotDisturb";e[e.CancelDoNotDisturb=6]="CancelDoNotDisturb";e[e.Stop=7]="Stop";e[e.Read=8]="Read"}(op||(op={})),function(e){e[e.Init=0]="Init";e[e.Enable=1]="Enable";e[e.Disable=2]="Disable"}(sp||(sp={})),function(e){e[e.Open=1]="Open";e[e.Close=2]="Close"}(np||(np={})),function(e){e[e.Open=1]="Open";e[e.Close=2]="Close"}(rp||(rp={})),function(e){e[e.Online=1]="Online";e[e.Debug=2]="Debug"}(ap||(ap={})),function(e){e[e.UserCreate=0]="UserCreate";e[e.Example=1]="Example"}(cp||(cp={})),function(e){e[e.Init=0]="Init";e[e.List=1]="List";e[e.Unlist=2]="Unlist"}(dp||(dp={})),function(e){e[e.Good=1]="Good";e[e.Bad=2]="Bad"}(lp||(lp={})),function(e){e[e.RootUser=1]="RootUser";e[e.BasicUser=2]="BasicUser"}(pp||(pp={})),function(e){e[e.Pending=1]="Pending";e[e.Running=2]="Running";e[e.Success=3]="Success";e[e.Failed=4]="Failed";e[e.Cancel=5]="Cancel"}(up||(up={})),function(e){e[e.Video=1]="Video";e[e.Voice=2]="Voice";e[e.Music=3]="Music"}(_p||(_p={})),function(e){e[e.Update=1]="Update";e[e.UpdateAndAdd=2]="UpdateAndAdd";e[e.UpdateAndSync=3]="UpdateAndSync"}(hp||(hp={})),function(e){e[e.ChatQuery=1]="ChatQuery";e[e.VideoEdit=2]="VideoEdit"}(mp||(mp={})),function(e){e[e.Pin=1]="Pin";e[e.Unpin=2]="Unpin"}(gp||(gp={})),function(e){e[e.Valid=1]="Valid";e[e.Deleted=2]="Deleted"}(fp||(fp={})),function(e){e[e.Narration=1]="Narration";e[e.Music=2]="Music";e[e.Other=3]="Other"}(yp||(yp={})),function(e){e[e.Video=1]="Video";e[e.Image=2]="Image";e[e.Audio=3]="Audio";e[e.Combination=4]="Combination";e[e.Document=5]="Document"}(vp||(vp={})),function(e){e[e.Local=1]="Local";e[e.AiGenerated=2]="AiGenerated";e[e.Asset=3]="Asset";e[e.Search=4]="Search"}(wp||(wp={})),function(e){e[e.Role=1]="Role";e[e.Item=2]="Item";e[e.Scene=3]="Scene";e[e.Other=4]="Other"}(bp||(bp={})),function(e){e[e.VoiceSelection=1]="VoiceSelection";e[e.VoiceDescription=2]="VoiceDescription";e[e.None=3]="None"}(Sp||(Sp={})),function(e){e[e.NotUploaded=1]="NotUploaded";e[e.Active=2]="Active";e[e.Processing=3]="Processing";e[e.Failed=4]="Failed"}(Pp||(Pp={}));class Tp{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){Tp.prototype.__init.call(this),Tp.prototype.__init2.call(this),this.request=Cp([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=Cp([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}CreateTaskReplay(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/create_task_replay"),s={task_id:i.task_id,need_qr_code:i.need_qr_code,file_list:i.file_list,doc_multi_img_zip_uri:i.doc_multi_img_zip_uri};return this.request({url:o,method:"POST",data:s},t)}GetTaskReplay(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_task_replay"),s={task_id:i.task_id};return this.request({url:o,method:"POST",data:s},t)}DeleteCozeSpaceTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/delete_task"),s={task_id:i.task_id};return this.request({url:o,method:"POST",data:s},t)}UpdateCozeSpaceTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/update_task"),s={task_id:i.task_id,task_name:i.task_name,mcp_tool_list:i.mcp_tool_list,expert_agent_config:i.expert_agent_config,scheduled_task_setting:i.scheduled_task_setting};return this.request({url:o,method:"POST",data:s},t)}CreateCozeSpaceTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/create_task"),s={task_name:i.task_name,task_type:i.task_type,file_uri_list:i.file_uri_list,mcp_tool_list:i.mcp_tool_list,agent_ids:i.agent_ids,scheduled_task_setting:i.scheduled_task_setting,source_from:i.source_from,is_debug:i.is_debug,expert_agent_config:i.expert_agent_config};return this.request({url:o,method:"POST",data:s},t)}CozeSpaceChat(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/chat"),s={task_id:i.task_id,query:i.query,files:i.files,mcp_list:i.mcp_list,chat_type:i.chat_type,pause_reason:i.pause_reason,task_run_mode:i.task_run_mode,expert_agent_run_config:i.expert_agent_run_config,scheduled_task_config:i.scheduled_task_config,disable_team_mode:i.disable_team_mode,resume_data:i.resume_data,ability_type:i.ability_type,all_authorized_mcp:i.all_authorized_mcp,reference_template_list:i.reference_template_list,agent_ids:i.agent_ids,router_control:i.router_control,favorites:i.favorites,extra_info:i.extra_info,reference_content:i.reference_content,guiding_id:i.guiding_id,skill_id_list:i.skill_id_list,is_skill_debug:i.is_skill_debug,thinking:i.thinking,reference_items:i.reference_items,plan_template_id:i.plan_template_id,action:i.action,assets:i.assets};return this.request({url:o,method:"POST",data:s},t)}PollStepList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/poll_step_list"),s={task_id:i.task_id,answer_id:i.answer_id,next_key:i.next_key};return this.request({url:o,method:"POST",data:s},t)}OperateTask(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/operate_task"),s={task_id:i.task_id,operate_type:i.operate_type,pause_reason:i.pause_reason,browser:i.browser,read_progress:i.read_progress,has_unread:i.has_unread};return this.request({url:o,method:"POST",data:s},t)}GetCozeSpaceTaskList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_task_list"),s={cursor:i.cursor,size:i.size,long_term:i.long_term};return this.request({url:o,method:"POST",data:s},t)}GetMessageList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_message_list"),s={task_id:i.task_id,cursor:i.cursor,size:i.size,asc_mode:i.asc_mode};return this.request({url:o,method:"POST",data:s},t)}UpdateTaskPlan(e,t){const i=e,o=this.genBaseURL("/api/coze_space/update_task_plan"),s={task_id:i.task_id,action_id:i.action_id,task_plan:i.task_plan};return this.request({url:o,method:"POST",data:s},t)}GetTaskReplayById(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_task_replay_by_id"),s={task_share_id:i.task_share_id,secret:i.secret};return this.request({url:o,method:"POST",data:s},t)}OperateTaskReplay(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/operate_task_replay"),s={task_id:i.task_id,task_share_id:i.task_share_id,operate_type:i.operate_type};return this.request({url:o,method:"POST",data:s},t)}UploadTaskFile(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/upload_task_file"),s={task_id:i.task_id,file_name:i.file_name,file_content:i.file_content};return this.request({url:o,method:"POST",data:s},t)}UploadUserResearchFile(e,t){const i=e,o=this.genBaseURL("/api/coze_space/upload_user_research_file"),s={task_id:i.task_id,action:i.action,file_type:i.file_type,file_name:i.file_name,file_content:i.file_content,desc:i.desc,fields:i.fields};return this.request({url:o,method:"POST",data:s},t)}LandingPageEmailSubscribe(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/landing_page/email_subscribe"),s={email:i.email};return this.request({url:o,method:"POST",data:s},t)}GetUrl(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_url"),s={uri:i.uri,expire_seconds:i.expire_seconds,is_short_url:i.is_short_url,uri_list:i.uri_list};return this.request({url:o,method:"POST",data:s},t)}LandingPage(e,t){const i=this.genBaseURL("/api/coze_space/landing_page");return this.request({url:i,method:"POST"},t)}ExpertProductDetails(e,t){const i=e,o=this.genBaseURL("/api/coze_space/expert_product_details"),s={agent_id:i.agent_id};return this.request({url:o,method:"POST",data:s},t)}Digg(e,t){const i=e,o=this.genBaseURL("/api/coze_space/digg"),s={agent_id:i.agent_id,action_type:i.action_type,is_cancel:i.is_cancel};return this.request({url:o,method:"POST",data:s},t)}SearchStock(e,t){const i=e,o=this.genBaseURL("/api/coze_space/search_stock"),s={search_type:i.search_type,stock_search_word:i.stock_search_word,sector_search_word:i.sector_search_word};return this.request({url:o,method:"POST",data:s},t)}Text2Image(e,t){const i=e,o=this.genBaseURL("/api/coze_space/text2image"),s={prompt:i.prompt,width:i.width,height:i.height};return this.request({url:o,method:"GET",params:s},t)}GetInviteInfo(e,t){const i=this.genBaseURL("/api/coze_space/get_invite_info");return this.request({url:i,method:"POST"},t)}CheckInviteCode(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/check_invite_code"),s={code:i.code};return this.request({url:o,method:"POST",data:s},t)}ExpertProductList(e,t){const i=this.genBaseURL("/api/coze_space/expert_product_list");return this.request({url:i,method:"POST"},t)}CheckInWaitList(e,t){const i=this.genBaseURL("/api/coze_space/check_in_wait_list");return this.request({url:i,method:"POST"},t)}JoinWaitList(e,t){const i=this.genBaseURL("/api/coze_space/join_wait_list");return this.request({url:i,method:"POST"},t)}GetSandboxToken(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_sandbox_token"),s={task_id:i.task_id,action_url_code:i.action_url_code};return this.request({url:o,method:"POST",data:s},t)}GetUserScheduledTasks(e,t){const i=this.genBaseURL("/api/coze_space/get_user_scheduled_tasks");return this.request({url:i,method:"POST"},t)}GenerateRelatedWords(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/generate_related_words"),s={original_word:i.original_word,describe:i.describe};return this.request({url:o,method:"POST",data:s},t)}CodeRepair(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/code_repair"),s={uri:i.uri,error_msg:i.error_msg};return this.request({url:o,method:"POST",data:s},t)}AuthorizedChannelMatch(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/authorized_channel_match"),s={web_rul:i.web_rul};return this.request({url:o,method:"POST",data:s},t)}UpdateTaskStatus(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/update_task_status"),s={agent_id:i.agent_id,sk:i.sk,task_id:i.task_id,task_status:i.task_status,result:i.result};return this.request({url:o,method:"POST",data:s},t)}GetWebUrl(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_web_url"),s={original_url:i.original_url,exchange_for_short_url:i.exchange_for_short_url,exchange_for_qr_code:i.exchange_for_qr_code,exchange_for_long_url:i.exchange_for_long_url};return this.request({url:o,method:"POST",data:s},t)}OperateSandbox(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/operate_sandbox"),s={task_id:i.task_id,action:i.action,delete_cookie_info:i.delete_cookie_info};return this.request({url:o,method:"POST",data:s},t)}UpdateTaskName(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/update_task_name"),s={agent_id:i.agent_id,sk:i.sk,task_id:i.task_id,task_name:i.task_name};return this.request({url:o,method:"POST",data:s},t)}GenDoc(e,t){const i=e,o=this.genBaseURL("/api/coze_space/gen_doc"),s={task_id:i.task_id,target_file_type:i.target_file_type,original_file_uri:i.original_file_uri,original_file_name:i.original_file_name,file_content:i.file_content};return this.request({url:o,method:"POST",data:s},t)}PreGetContractInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/pre_get_contract_info"),s={file_content:i.file_content,task_id:i.task_id,file_name:i.file_name};return this.request({url:o,method:"POST",data:s},t)}GetContractCaseInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_contract_case_info"),s={case_no:i.case_no};return this.request({url:o,method:"POST",data:s},t)}GetContractLawInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_contract_law_info"),s={law:i.law,num:i.num};return this.request({url:o,method:"POST",data:s},t)}GetCozeSpaceUserInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_user_info"),s={need_volcano_info:i.need_volcano_info,need_user_job_info:i.need_user_job_info,need_turn_off_user_data_management:i.need_turn_off_user_data_management,need_user_scenes:i.need_user_scenes,need_user_active_time:i.need_user_active_time,need_turn_off_ai_watermark:i.need_turn_off_ai_watermark,need_dnu_user:i.need_dnu_user,need_close_video_demo_project:i.need_close_video_demo_project,need_video_demo_project_account:i.need_video_demo_project_account};return this.request({url:o,method:"POST",data:s},t)}SearchCityInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/search_city_info"),s={search_type:i.search_type,keyword:i.keyword};return this.request({url:o,method:"POST",data:s},t)}UpdateScheduledTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/update_scheduled_task"),s={scheduled_task_id:i.scheduled_task_id,task_type:i.task_type,status:i.status,scheduled_task_name:i.scheduled_task_name,trigger:i.trigger,mcp_tool_list:i.mcp_tool_list,expert_agent_config:i.expert_agent_config,task_plan:i.task_plan,is_need_try_run:i.is_need_try_run,description:i.description,task_id:i.task_id,daily_executed_at:i.daily_executed_at,task_plan_v2:i.task_plan_v2};return this.request({url:o,method:"POST",data:s},t)}GetScheduledTasks(e,t){const i=this.genBaseURL("/api/coze_space/get_scheduled_tasks");return this.request({url:i,method:"POST"},t)}TryRunScheduledTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/try_run_scheduled_task"),s={scheduled_task_id:i.scheduled_task_id};return this.request({url:o,method:"POST",data:s},t)}DeleteScheduledTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/delete_scheduled_task"),s={scheduled_task_id:i.scheduled_task_id};return this.request({url:o,method:"POST",data:s},t)}CreateScheduledTask(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/create_scheduled_task"),s={is_need_try_run:i.is_need_try_run,scheduled_task_name:i.scheduled_task_name,trigger:i.trigger,source_task_id:i.source_task_id,task_plan:i.task_plan,description:i.description,daily_executed_at:i.daily_executed_at,task_plan_v2:i.task_plan_v2};return this.request({url:o,method:"POST",data:s},t)}UpdateTeamInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/update_team_info"),s={switch:i.switch};return this.request({url:o,method:"POST",data:s},t)}GetTeamInfo(e,t){const i=this.genBaseURL("/api/coze_space/get_team_info");return this.request({url:i,method:"POST"},t)}GetTaskInfo(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_task_info"),s={task_id:i.task_id};return this.request({url:o,method:"POST",data:s},t)}FeelGood(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/feel_good"),s={task_id:i.task_id,answer_id:i.answer_id,feel:i.feel,content:i.content};return this.request({url:o,method:"POST",data:s},t)}GetUserScheduledTaskQuota(e,t){const i=this.genBaseURL("/api/coze_space/get_scheduled_task_quota");return this.request({url:i,method:"POST"},t)}GetSingleScheduledTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_single_scheduled_task"),s={scheduled_task_id:i.scheduled_task_id};return this.request({url:o,method:"POST",data:s},t)}DeleteUserAuthorization(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/delete_user_authorization"),s={url:i.url,clear_arg:i.clear_arg};return this.request({url:o,method:"POST",data:s},t)}GetUserAuthorizationList(e,t){const i=this.genBaseURL("/api/coze_space/get_user_authorization_list");return this.request({url:i,method:"POST"},t)}AddUserAuthorization(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/add_user_authorization"),s={task_id:i.task_id,url:i.url,clear_arg:i.clear_arg,add_arg:i.add_arg};return this.request({url:o,method:"POST",data:s},t)}SearchFeelGood(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/search_feel_good"),s={task_id:i.task_id,answer_id:i.answer_id};return this.request({url:o,method:"POST",data:s},t)}GetAuthorizedChannelList(e,t){const i=this.genBaseURL("/api/coze_space/get_authorized_channel_list");return this.request({url:i,method:"GET"},t)}GetTaskExample(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_task_example"),s={task_example_id:i.task_example_id};return this.request({url:o,method:"POST",data:s},t)}AdminListTaskExample(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/list_task_example"),s={size:i.size,page:i.page,task_ids:i.task_ids,category_id:i.category_id,ability_type:i.ability_type,status:i.status};return this.request({url:o,method:"POST",data:s},t)}AdminDeleteTaskExample(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/delete_task_example"),s={example_id:i.example_id};return this.request({url:o,method:"POST",data:s},t)}UpdateCozeSpaceUserInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/update_user_info"),s={job_id:i.job_id,turn_off_user_data_management:i.turn_off_user_data_management,scene_ids:i.scene_ids,turn_off_ai_watermark:i.turn_off_ai_watermark,close_video_demo_project:i.close_video_demo_project,video_demo_project_account:i.video_demo_project_account};return this.request({url:o,method:"POST",data:s},t)}GetTaskExampleList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_task_example_list"),s={category_id:i.category_id,page_size:i.page_size,page:i.page,ability_type:i.ability_type,scene_ids:i.scene_ids};return this.request({url:o,method:"POST",data:s},t)}AdminCreateTaskExample(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/create_task_example"),s={task_id:i.task_id,example_name:i.example_name,example_description:i.example_description,icon_uri:i.icon_uri,index:i.index,category_id:i.category_id,user_query:i.user_query,share_id:i.share_id,ability_type:i.ability_type,open_app_use:i.open_app_use,app_title:i.app_title,official_recommend:i.official_recommend,file_type:i.file_type,type:i.type,close_make_same:i.close_make_same,product_info:i.product_info,api_template_type:i.api_template_type,attachment_files:i.attachment_files};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateTaskExample(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/update_task_example"),s={example_id:i.example_id,example_name:i.example_name,example_description:i.example_description,icon_uri:i.icon_uri,index:i.index,category_id:i.category_id,user_query:i.user_query,status:i.status,ability_type:i.ability_type,open_app_use:i.open_app_use,app_title:i.app_title,official_recommend:i.official_recommend,type:i.type,close_make_same:i.close_make_same,product_info:i.product_info,file_type:i.file_type,api_template_type:i.api_template_type,attachment_files:i.attachment_files};return this.request({url:o,method:"POST",data:s},t)}GetTaskExampleCategory(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_task_example_category"),s={ability_type:i.ability_type};return this.request({url:o,method:"GET",params:s},t)}GetUserJobList(e,t){const i=this.genBaseURL("/api/coze_space/get_user_job_list");return this.request({url:i,method:"GET"},t)}AdminParseTaskShareURL(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/parse_task_share_url"),s={share_url:i.share_url};return this.request({url:o,method:"POST",data:s},t)}GetAppInfo(e,t){const i=this.genBaseURL("/api/coze_space/get_app_info");return this.request({url:i,method:"GET"},t)}AdminGetTaskExampleCategory(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/get_task_example_category"),s={ability_type:i.ability_type};return this.request({url:o,method:"GET",params:s},t)}AdminUploadFile(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/upload_task_file"),s={file_name:i.file_name,file_content:i.file_content,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}UpdateFileContent(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/update_file_content"),s={task_id:i.task_id,file_uri:i.file_uri,file_content:i.file_content};return this.request({url:o,method:"POST",data:s},t)}ExportPPTAgentFile(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/export_ppt_agent_file"),s={source_uri:i.source_uri,task_id:i.task_id,export_type:i.export_type};return this.request({url:o,method:"POST",data:s},t)}RestoreExampleFile(e,t){const i=e,o=this.genBaseURL("/api/coze_space/restore_example_file"),s={task_id:i.task_id,example_id:i.example_id,product:i.product};return this.request({url:o,method:"POST",data:s},t)}GetHtmlHeightFix(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_html_height_fix"),s={code:i.code};return this.request({url:o,method:"POST",data:s},t)}PollMessages(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/poll_messages"),s={start_next_key:i.start_next_key};return this.request({url:o,method:"GET",params:s},t)}OperatePausedTask(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/operate_paused_task"),s={task_id:i.task_id,pause_reason:i.pause_reason};return this.request({url:o,method:"POST",data:s},t)}GetFrontierKey(e,t){const i=this.genBaseURL("/api/coze_space/get_frontier_key");return this.request({url:i,method:"GET"},t)}SearchImage(e,t){const i=e,o=this.genBaseURL("/api/coze_space/search_image"),s={query:i.query,count:i.count};return this.request({url:o,method:"POST",data:s},t)}GetUserExpertList(e,t){const i=this.genBaseURL("/api/coze_space/get_user_expert_list");return this.request({url:i,method:"POST"},t)}OperateUserExpert(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/operate_user_expert"),s={agent_id:i.agent_id,operate_type:i.operate_type};return this.request({url:o,method:"POST",data:s},t)}GetHotQuery(e,t){const i=this.genBaseURL("/api/coze_space/get_hot_query");return this.request({url:i,method:"POST"},t)}ImageDownload(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/download_image"),s={image_infos:i.image_infos,download_type:i.download_type};return this.request({url:o,method:"POST",data:s},t)}ImageEdit(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/edit_image"),s={edit_type:i.edit_type,image_url:i.image_url,query:i.query,count:i.count,task_id:i.task_id};return this.request({url:o,method:"POST",data:s},t)}CreateImageCopy(e,t){const i=e,o=this.genBaseURL("/api/coze_space/create_image_copy"),s={task_id:i.task_id,image_path:i.image_path,source_image_url:i.source_image_url};return this.request({url:o,method:"POST",data:s},t)}GetLatestImagesWithID(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_latest_images_with_id"),s={task_id:i.task_id,image_paths:i.image_paths};return this.request({url:o,method:"POST",data:s},t)}AdminCreateTaskExampleCategory(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/create_task_example_category"),s={name:i.name,ability_type:i.ability_type,index:i.index,job_ids:i.job_ids,scene_ids:i.scene_ids};return this.request({url:o,method:"POST",data:s},t)}AdminDeleteTaskExampleCategory(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/delete_task_example_category"),s={category_id:i.category_id};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateTaskExampleCategory(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/update_task_example_category"),s={category_id:i.category_id,name:i.name,index:i.index,job_ids:i.job_ids,scene_ids:i.scene_ids};return this.request({url:o,method:"POST",data:s},t)}BatchHtmlToImage(e,t){const i=e,o=this.genBaseURL("/api/coze_space/batch_html_to_image"),s={task_id:i.task_id,html_uri:i.html_uri,device_info:i.device_info,screenshot_info:i.screenshot_info};return this.request({url:o,method:"POST",data:s},t)}GetAppTaskExampleList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_app_task_example_list"),s={ability_type:i.ability_type,need_official_recommended:i.need_official_recommended};return this.request({url:o,method:"POST",data:s},t)}GenCover(e,t){const i=e,o=this.genBaseURL("/api/coze_space/gen_cover"),s={task_id:i.task_id,original_file_uri:i.original_file_uri,resolution:i.resolution,mode:i.mode,selector_str:i.selector_str,task_share_url:i.task_share_url};return this.request({url:o,method:"POST",data:s},t)}CopyResource(e,t){const i=e,o=this.genBaseURL("/api/coze_space/copy_resource"),s={new_task_id:i.new_task_id,uri_list:i.uri_list};return this.request({url:o,method:"POST",data:s},t)}BatchUpdateImage(e,t){const i=e,o=this.genBaseURL("/api/coze_space/batch_update_image"),s={task_id:i.task_id,image_info_list:i.image_info_list};return this.request({url:o,method:"POST",data:s},t)}Text2Json(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/text2json"),s={text:i.text,type:i.type};return this.request({url:o,method:"POST",data:s},t)}EditImageWithMsg(e,t){const i=e,o=this.genBaseURL("/api/coze_space/edit_image_with_msg"),s={task_id:i.task_id,source_image_info:i.source_image_info,edit_type:i.edit_type,query:i.query,edit_info:i.edit_info};return this.request({url:o,method:"POST",data:s},t)}GetASRToken(e,t){const i=this.genBaseURL("/api/coze_space/get_asr_token");return this.request({url:i,method:"GET"},t)}QueryRewriting(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/query_rewriting"),s={query:i.query};return this.request({url:o,method:"POST",data:s},t)}GetShortcutCommand(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_shortcut_command"),s={ability_type:i.ability_type,need_general_data:i.need_general_data};return this.request({url:o,method:"POST",data:s},t)}ClickPopup(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/click_popup"),s={id:i.id};return this.request({url:o,method:"POST",data:s},t)}GetPopupInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_popup_info"),s={ability_type:i.ability_type};return this.request({url:o,method:"POST",data:s},t)}AdminCreateExampleDatabaseData(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/create_example_database_data"),s={data:i.data};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateShortcutCommand(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/update_shortcut_command"),s={id:i.id,title:i.title,app_title:i.app_title,query:i.query,action_type:i.action_type,open_pc:i.open_pc,open_app:i.open_app,job_id:i.job_id,open_time:i.open_time,expire_time:i.expire_time};return this.request({url:o,method:"POST",data:s},t)}AdminCreateShortcutCommand(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/create_shortcut_command"),s={ability_type:i.ability_type,title:i.title,app_title:i.app_title,query:i.query,action_type:i.action_type,open_pc:i.open_pc,open_app:i.open_app,job_id:i.job_id,expire_time:i.expire_time};return this.request({url:o,method:"POST",data:s},t)}AdminGetShortcutCommandList(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/get_shortcut_command_list"),s={size:i.size,ability_type:i.ability_type,page:i.page,open_pc:i.open_pc,open_app:i.open_app,job_id:i.job_id};return this.request({url:o,method:"POST",data:s},t)}AdminDeleteShortcutCommand(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/delete_shortcut_command"),s={id:i.id};return this.request({url:o,method:"POST",data:s},t)}AdminSyncCrawl(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/sync_crawl"),s={req:i.req,upload:i.upload};return this.request({url:o,method:"POST",data:s},t)}AdminGetUserJobList(e,t){const i=this.genBaseURL("/api/coze_space/admin/get_user_job_list");return this.request({url:i,method:"GET"},t)}AdminListTemplate(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/list_template"),s={size:i.size,page:i.page,template_ids:i.template_ids,category_ids:i.category_ids,ability_type:i.ability_type,template_name:i.template_name};return this.request({url:o,method:"POST",data:s},t)}AdminCreateTemplate(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/create_template"),s={ability_type:i.ability_type,category_id:i.category_id,web_template_conf:i.web_template_conf,template_labels:i.template_labels,original_query:i.original_query,query_template:i.query_template,template_words:i.template_words,open_app_use:i.open_app_use,app_template_conf:i.app_template_conf,template_files:i.template_files,reference_info:i.reference_info,api_template_type:i.api_template_type,tags:i.tags};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateTemplate(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/update_template"),s={template_id:i.template_id,ability_type:i.ability_type,category_id:i.category_id,web_template_conf:i.web_template_conf,template_labels:i.template_labels,original_query:i.original_query,query_template:i.query_template,template_words:i.template_words,open_app_use:i.open_app_use,app_template_conf:i.app_template_conf,index:i.index,is_selected:i.is_selected,template_files:i.template_files,reference_info:i.reference_info,api_template_type:i.api_template_type,tags:i.tags};return this.request({url:o,method:"POST",data:s},t)}AdminDeleteTemplate(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/delete_template"),s={template_id:i.template_id};return this.request({url:o,method:"POST",data:s},t)}GetTemplateList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_template_list"),s={category_id:i.category_id,page_size:i.page_size,page:i.page,ability_type:i.ability_type};return this.request({url:o,method:"POST",data:s},t)}GetAppTemplateList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_app_template_list"),s={ability_type:i.ability_type};return this.request({url:o,method:"POST",data:s},t)}GetTemplate(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_template_info"),s={template_id:i.template_id};return this.request({url:o,method:"POST",data:s},t)}GetActivityInfo(e,t){const i=this.genBaseURL("/api/coze_space/activity/info");return this.request({url:i,method:"GET"},t)}BindRelation(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/activity/bind"),s={code:i.code};return this.request({url:o,method:"POST",data:s},t)}GetInviteCode(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/activity/invite_code"),s={activity_id:i.activity_id};return this.request({url:o,method:"POST",data:s},t)}GetInviteRecords(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/activity/invite_records"),s={activity_id:i.activity_id};return this.request({url:o,method:"POST",data:s},t)}RollbackFileVersion(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/rollback_file_version"),s={task_id:i.task_id,file_name:i.file_name,target_version:i.target_version};return this.request({url:o,method:"POST",data:s},t)}GetFileVersionInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_file_version_info"),s={task_id:i.task_id,file_name:i.file_name,long_term_plan:i.long_term_plan};return this.request({url:o,method:"POST",data:s},t)}AdminMDelUri(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/mdel_uri"),s={uris:i.uris,urls:i.urls};return this.request({url:o,method:"POST",data:s},t)}AdminDeleteSEMUrl(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/delete_sem_url"),s={id:i.id};return this.request({url:o,method:"POST",data:s},t)}AdminCreateSEMUrl(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/create_sem_url"),s={experiment_url:i.experiment_url,compare_url:i.compare_url,description:i.description};return this.request({url:o,method:"POST",data:s},t)}AdminListSEMUrl(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/list_sem_url"),s={size:i.size,page:i.page};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateSEMUrl(e,t){const i=e,o=this.genBaseURL("/api/coze_space/admin/update_sem_url"),s={id:i.id,experiment_url:i.experiment_url,compare_url:i.compare_url,description:i.description};return this.request({url:o,method:"POST",data:s},t)}GetSEMUrl(e,t){const i=e,o=this.genBaseURL("/api/coze_space/get_sem_url"),s={id:i.id};return this.request({url:o,method:"POST",data:s},t)}ClickCompetitionLikes(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/click_competition_likes"),s={competition_task_id:i.competition_task_id,is_like:i.is_like};return this.request({url:o,method:"POST",data:s},t)}SubmitCompetitionTask(e,t){const i=e,o=this.genBaseURL("/api/coze_space/submit_competition_task"),s={task_id:i.task_id,product_url:i.product_url,title:i.title,cover_uri:i.cover_uri,competition_id:i.competition_id};return this.request({url:o,method:"POST",data:s},t)}GetCompetitionInfo(e,t){const i=this.genBaseURL("/api/coze_space/get_competition_info");return this.request({url:i,method:"POST"},t)}GetCompetitionTaskList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_competition_task_list"),s={page_size:i.page_size,cursor:i.cursor,is_create_sorted:i.is_create_sorted,search_title:i.search_title,competition_id:i.competition_id};return this.request({url:o,method:"POST",data:s},t)}FavoriteList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/favorites/list"),s={tag_ids:i.tag_ids,name:i.name,need_untagged:i.need_untagged,size:i.size,cursor:i.cursor,exclude_content_types:i.exclude_content_types};return this.request({url:o,method:"POST",data:s},t)}DeleteTags(e,t){const i=e,o=this.genBaseURL("/api/coze_space/favorites/delete_tags"),s={ids:i.ids};return this.request({url:o,method:"POST",data:s},t)}DeleteFavorites(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/favorites/delete"),s={ids:i.ids,related_uris:i.related_uris};return this.request({url:o,method:"POST",data:s},t)}BatchGetFavoriteInfo(e,t){const i=e,o=this.genBaseURL("/api/coze_space/favorites/batch_get_info"),s={favorite_ids:i.favorite_ids};return this.request({url:o,method:"POST",data:s},t)}UpdateFavoriteInfo(e,t){const i=e,o=this.genBaseURL("/api/coze_space/favorites/update"),s={id:i.id,tag_ids:i.tag_ids};return this.request({url:o,method:"POST",data:s},t)}GetTagList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/favorites/get_tag_list"),s={tag_ids:i.tag_ids,tag_name:i.tag_name};return this.request({url:o,method:"POST",data:s},t)}CreateTags(e,t){const i=e,o=this.genBaseURL("/api/coze_space/favorites/create_tag"),s={tag_name:i.tag_name,tag_desc:i.tag_desc,favorite_info_list:i.favorite_info_list};return this.request({url:o,method:"POST",data:s},t)}AddFavorite(e,t){const i=e,o=this.genBaseURL("/api/coze_space/favorites/add"),s={title:i.title,content_uri:i.content_uri,content_text:i.content_text,tag_ids:i.tag_ids,source:i.source,scene:i.scene,product_type:i.product_type};return this.request({url:o,method:"POST",data:s},t)}UpdateTags(e,t){const i=e,o=this.genBaseURL("/api/coze_space/favorites/update_tag"),s={tag_id:i.tag_id,tag_name:i.tag_name,tag_desc:i.tag_desc};return this.request({url:o,method:"POST",data:s},t)}GetMyCompetitionTaskList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_my_competition_task_list"),s={page_size:i.page_size,cursor:i.cursor,competition_id:i.competition_id};return this.request({url:o,method:"POST",data:s},t)}AdminGetUserScenes(e,t){const i=this.genBaseURL("/api/coze_space/admin/get_user_scenes");return this.request({url:i,method:"GET"},t)}GetUserScenes(e,t){const i=this.genBaseURL("/api/coze_space/get_user_scenes");return this.request({url:i,method:"GET"},t)}GetDeepWritingConf(e,t){const i=this.genBaseURL("/api/coze_space/get_deep_writing_conf");return this.request({url:i,method:"GET"},t)}GetCompetitionTask(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_competition_task"),s={competition_task_id:i.competition_task_id};return this.request({url:o,method:"POST",data:s},t)}GetUnreadCount(e,t){const i=this.genBaseURL("/api/coze_space/get_unread_count");return this.request({url:i,method:"POST"},t)}BatchHtmlCodeToImage(e,t){const i=e,o=this.genBaseURL("/api/coze_space/batch_html_code_to_image"),s={task_id:i.task_id,html_code:i.html_code,device_info:i.device_info,screenshot_info:i.screenshot_info,zip:i.zip};return this.request({url:o,method:"POST",data:s},t)}GenDocMultiImageMaterial(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/gen_doc_multi_image_material"),s={task_id:i.task_id,file_uri:i.file_uri};return this.request({url:o,method:"POST",data:s},t)}GetDerivedProduct(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_derived_product"),s={task_id:i.task_id,derived_product_type:i.derived_product_type};return this.request({url:o,method:"POST",data:s},t)}SaveDerivedProduct(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/save_derived_product"),s={task_id:i.task_id,derived_product:i.derived_product};return this.request({url:o,method:"POST",data:s},t)}TagFavorites(e,t){const i=e,o=this.genBaseURL("/api/coze_space/favorites/tag_favorites"),s={tag_name:i.tag_name,tag_desc:i.tag_desc};return this.request({url:o,method:"POST",data:s},t)}SuggestQuery(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/suggest_query"),s={query:i.query,image_urls:i.image_urls};return this.request({url:o,method:"POST",data:s},t)}BatchGetUrl(e,t){const i=e,o=this.genBaseURL("/api/coze_space/batch_get_url"),s={uri_list:i.uri_list,expire_seconds:i.expire_seconds,is_short_url:i.is_short_url};return this.request({url:o,method:"POST",data:s},t)}UploadFile(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/upload_file"),s={file_name:i.file_name,file_content:i.file_content,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}BatchGetFavorite(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/favorites/get_count"),s={file_uris:i.file_uris};return this.request({url:o,method:"POST",data:s},t)}GetEarliestQuery(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_earliest_query"),s={task_id:i.task_id};return this.request({url:o,method:"POST",data:s},t)}GetMappingUri(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_mapping_uri"),s={uri:i.uri};return this.request({url:o,method:"POST",data:s},t)}ApiTemplate(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/api_template"),s={prompt:i.prompt,files:i.files,type:i.type,task_id:i.task_id,template_id:i.template_id};return this.request({url:o,method:"POST",data:s},t)}BatchGetMultiMedia(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/batch_get_multimedia"),s={media_uris:i.media_uris};return this.request({url:o,method:"POST",data:s},t)}AdminBatchGetMultiMedia(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/batch_get_multimedia"),s={media_uris:i.media_uris};return this.request({url:o,method:"POST",data:s},t)}AdminCreateMultiMedia(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/create_multimedia"),s={task_id:i.task_id,media_path:i.media_path,media_uri:i.media_uri,media_url:i.media_url,image_type:i.image_type,media_ext:i.media_ext};return this.request({url:o,method:"POST",data:s},t)}GetPodcastConfig(e,t){const i=this.genBaseURL("/api/coze_space/get_podcast_config");return this.request({url:i,method:"POST"},t)}IntentRecognition(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/intent_recognition"),s={task_id:i.task_id,files:i.files,ability_type:i.ability_type,query:i.query};return this.request({url:o,method:"POST",data:s},t)}ListTemplate(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/list_template"),s={size:i.size,cursor:i.cursor,tags:i.tags,ability_type:i.ability_type,api_template_type:i.api_template_type};return this.request({url:o,method:"POST",data:s},t)}AdminGetTagsByImages(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/get_tags_by_images"),s={images:i.images,query:i.query,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}GetTagsByImages(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_tags_by_images"),s={images:i.images,query:i.query,scene:i.scene};return this.request({url:o,method:"POST",data:s},t)}AdminCreateTemplateImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/create_template_image"),s={image:i.image,tags:i.tags};return this.request({url:o,method:"POST",data:s},t)}ReportSubmit(e,t){const i=e,o=this.genBaseURL("/api/coze_space/report_submit"),s={object_type:i.object_type,object_id:i.object_id,report_detail:i.report_detail};return this.request({url:o,method:"POST",data:s},t)}ListBotChatMessages(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/list_bot_chat_message"),s={bot_chat_type:i.bot_chat_type,cursor:i.cursor,size:i.size};return this.request({url:o,method:"POST",data:s},t)}BotChatWithType(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/bot_chat_with_type"),s={bot_chat_type:i.bot_chat_type,query:i.query};return this.request({url:o,method:"POST",data:s},t)}GenImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/gen_image"),s={task_id:i.task_id,project_id:i.project_id,prompt:i.prompt,count:i.count,video_project_uri:i.video_project_uri,image_url:i.image_url,base_image_urls:i.base_image_urls,skip_save_material:i.skip_save_material,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}UploadVideoResource(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/upload_video_resource"),s={task_id:i.task_id,project_id:i.project_id,file_name:i.file_name,file_content:i.file_content,video_project_uri:i.video_project_uri,skip_save_material:i.skip_save_material,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}GetVideoConfig(e,t){const i=this.genBaseURL("/api/coze_space/video/get_video_config");return this.request({url:i,method:"POST"},t)}GetCozeSpaceDeviceInfo(e,t){const i=this.genBaseURL("/api/coze_space/get_device_info");return this.request({url:i,method:"POST"},t)}AdminMDeleteReferenceImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/mdelete_reference_image"),s={ids:i.ids};return this.request({url:o,method:"POST",data:s},t)}AdminMDeleteTemplateImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/mdelete_template_image"),s={ids:i.ids};return this.request({url:o,method:"POST",data:s},t)}AdminListReferenceImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/list_reference_image"),s={size:i.size,cursor:i.cursor,tag:i.tag};return this.request({url:o,method:"POST",data:s},t)}AdminListRewriteImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/list_rewrite_image"),s={size:i.size,cursor:i.cursor,tag:i.tag};return this.request({url:o,method:"POST",data:s},t)}AdminCreateReferenceImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/create_reference_image"),s={tag:i.tag,image:i.image};return this.request({url:o,method:"POST",data:s},t)}AdminTemplateRewrite(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/template_rewrite"),s={template_image_ids:i.template_image_ids,rewrite_image_id:i.rewrite_image_id};return this.request({url:o,method:"POST",data:s},t)}AdminMDeleteRewriteImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/mdelete_rewrite_image"),s={ids:i.ids};return this.request({url:o,method:"POST",data:s},t)}AdminListTemplateImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/list_template_image"),s={size:i.size,cursor:i.cursor,tags:i.tags};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateRewriteImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/update_rewrite_image"),s={id:i.id,rewrite_result:i.rewrite_result};return this.request({url:o,method:"POST",data:s},t)}GetGuidingMessage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_guiding_message"),s={guiding_id:i.guiding_id};return this.request({url:o,method:"POST",data:s},t)}AdminListImageTag(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/list_image_tag"),s={size:i.size,cursor:i.cursor};return this.request({url:o,method:"POST",data:s},t)}UpdateProject(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video_volc_proxy/update_project"),s={GroupId:i.GroupId,ProjectId:i.ProjectId,LatestEditParam:i.LatestEditParam,coze_space_task_id:i.coze_space_task_id,coze_space_video_project_uri:i.coze_space_video_project_uri,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}DescribeProject(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video_volc_proxy/describe_project"),s={GroupId:i.GroupId,ProjectId:i.ProjectId,coze_space_task_id:i.coze_space_task_id,coze_space_video_project_uri:i.coze_space_video_project_uri,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}SubmitEditTaskAsync(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video_volc_proxy/submit_edit_task_async"),s={GroupId:i.GroupId,ProjectId:i.ProjectId,ProjectType:i.ProjectType,EditParam:i.EditParam,coze_space_task_id:i.coze_space_task_id,coze_space_video_project_uri:i.coze_space_video_project_uri,ignore_edit_param:i.ignore_edit_param,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}BatchGetVideoPlayInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video_volc_proxy/batch_get_video_play_info"),s={vids:i.vids,coze_space_task_id:i.coze_space_task_id,coze_space_video_project_uri:i.coze_space_video_project_uri};return this.request({url:o,method:"POST",data:s},t)}GetDirectEditProgress(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video_volc_proxy/get_direct_edit_progress"),s={ReqId:i.ReqId,coze_space_task_id:i.coze_space_task_id,coze_space_video_project_uri:i.coze_space_video_project_uri,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}SearchEditMaterial(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video_volc_proxy/search_edit_material"),s={ProjectId:i.ProjectId,EditMids:i.EditMids,Space:i.Space,coze_space_task_id:i.coze_space_task_id,coze_space_video_project_uri:i.coze_space_video_project_uri,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}ListSnapshots(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video_volc_proxy/list_snapshots"),s={ProjectId:i.ProjectId,Vid:i.Vid,coze_space_task_id:i.coze_space_task_id,coze_space_video_project_uri:i.coze_space_video_project_uri,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateTemplateImage(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/update_reference_image"),s={id:i.id,tags:i.tags};return this.request({url:o,method:"POST",data:s},t)}VolcVodCallback(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/volc_vod_callback"),s={RequestId:i.RequestId,Version:i.Version,EventType:i.EventType,EventTime:i.EventTime};return this.request({url:o,method:"POST",data:s},t)}AdminDeleteVideoTextStyle(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/delete_video_text_style"),s={id:i.id};return this.request({url:o,method:"POST",data:s},t)}AdminListVideoTextStyle(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/list_video_text_style"),s={size:i.size,cursor:i.cursor};return this.request({url:o,method:"POST",data:s},t)}AdminSaveVideoTextStyle(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/save_video_text_style"),s={video_text_style:i.video_text_style};return this.request({url:o,method:"POST",data:s},t)}GetMusicList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/get_music_list"),s={size:i.size,cursor:i.cursor};return this.request({url:o,method:"POST",data:s},t)}ListVideoTextStyle(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/list_video_text_style"),s={size:i.size,cursor:i.cursor};return this.request({url:o,method:"POST",data:s},t)}GetMessageMeta(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_message_meta"),s={task_id:i.task_id};return this.request({url:o,method:"GET",params:s},t)}AdminRunWorkflow(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/run_workflow"),s={id:i.id,input:i.input};return this.request({url:o,method:"POST",data:s},t)}QueryGenResourceStatus(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/query_gen_resource_status"),s={task_id:i.task_id,project_id:i.project_id,video_project_uri:i.video_project_uri,gen_resource_task_id:i.gen_resource_task_id,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}GenResourceAsync(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/gen_resource_async"),s={task_id:i.task_id,project_id:i.project_id,video_project_uri:i.video_project_uri,gen_resource_type:i.gen_resource_type,gen_video_req_payload:i.gen_video_req_payload,gen_voice_audio_req_payload:i.gen_voice_audio_req_payload,gen_music_req_payload:i.gen_music_req_payload,skip_save_material:i.skip_save_material,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}GetTaskItemList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/get_task_item_list"),s={task_id:i.task_id,item_ids:i.item_ids,start_time:i.start_time,end_time:i.end_time};return this.request({url:o,method:"POST",data:s},t)}CancelGenResourceTask(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/cancel_gen_resource_task"),s={task_id:i.task_id,project_id:i.project_id,video_project_uri:i.video_project_uri,gen_resource_task_id:i.gen_resource_task_id,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}AdminUpdateTemplateTagsFromCSV(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/update_template_tags_from_csv"),s={is_run_wf:i.is_run_wf,is_update:i.is_update,tos_path:i.tos_path};return this.request({url:o,method:"POST",data:s},t)}GetPlanTemplates(e,t){const i=this.genBaseURL("/api/coze_space/get_plan_templates");return this.request({url:i,method:"POST"},t)}DeleteTaskFile(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/delete_task_file"),s={id:i.id};return this.request({url:o,method:"POST",data:s},t)}ListTaskFile(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/list_task_file"),s={task_id:i.task_id,size:i.size,cursor:i.cursor,plan_file:i.plan_file};return this.request({url:o,method:"POST",data:s},t)}GenPodcastStream(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/gen_podcast"),s={cache_key:i.cache_key};return this.request({url:o,method:"POST",data:s},t)}AdminTemplateTypeIntentBG(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/admin/template_type_intent_bg"),s={files:i.files};return this.request({url:o,method:"POST",data:s},t)}ExportImagePPT(e,t){const i=e,o=this.genBaseURL("/api/coze_space/export_image_ppt_agent_file"),s={task_id:i.task_id,title:i.title,pages:i.pages,export_type:i.export_type};return this.request({url:o,method:"POST",data:s},t)}ExportProject(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/export_project"),s={task_id:i.task_id,project_id:i.project_id,video_project_uri:i.video_project_uri,coze_claw_session_id:i.coze_claw_session_id,coze_claw_conversion_id:i.coze_claw_conversion_id};return this.request({url:o,method:"POST",data:s},t)}GetModelConfig(e,t){const i=this.genBaseURL("/api/coze_space/get_model_config");return this.request({url:i,method:"POST"},t)}ConfirmPlan(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/confirm_plan"),s={task_id:i.task_id};return this.request({url:o,method:"POST",data:s},t)}GetUserSkillAuthorizationInfo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/skill/get_user_skill_authorization_info"),s={credential_id:i.credential_id};return this.request({url:o,method:"POST",data:s},t)}UpdateCozeUserNickname(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/update_user_nickname"),s={nickname:i.nickname};return this.request({url:o,method:"POST",data:s},t)}CreateCozeUserJobName(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/create_user_job_name"),s={job_name:i.job_name};return this.request({url:o,method:"POST",data:s},t)}EnterpriseCustomer(e,t){const i=this.genBaseURL("/api/coze_space/enterprise_customer");return this.request({url:i,method:"POST"},t)}CreateVideoAsset(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/asset/create_video_asset"),s={base_info:i.base_info,details:i.details};return this.request({url:o,method:"POST",data:s},t)}UpdateVideoAsset(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/asset/update_video_asset"),s={asset_id:i.asset_id,base_info:i.base_info,details:i.details};return this.request({url:o,method:"POST",data:s},t)}DeleteVideoAsset(e,t){const i=e,o=this.genBaseURL("/api/coze_space/video/asset/delete_video_asset"),s={asset_id:i.asset_id};return this.request({url:o,method:"POST",data:s},t)}UpdateVideoProduction(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/production/update_video_production"),s={video_production:i.video_production,ratio:i.ratio};return this.request({url:o,method:"POST",data:s},t)}CreateVideoProduction(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/production/create_video_production"),s={video_production:i.video_production,ratio:i.ratio};return this.request({url:o,method:"POST",data:s},t)}VideoProductionMaterialList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/material/video_material_list"),s={production_id:i.production_id,tag_category:i.tag_category,type_category:i.type_category,page:i.page,size:i.size,need_detail_url:i.need_detail_url,session_id:i.session_id,conversation_id:i.conversation_id,search_word:i.search_word,not_need_cvs_or_cvp:i.not_need_cvs_or_cvp};return this.request({url:o,method:"POST",data:s},t)}VideoAssetDetail(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/asset/video_asset_detail"),s={asset_id:i.asset_id};return this.request({url:o,method:"POST",data:s},t)}VideoProductionMaterialDetail(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/material/video_material_detail"),s={material_id:i.material_id};return this.request({url:o,method:"POST",data:s},t)}DeleteVideoProductionMaterial(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/material/delete_video_material"),s={material_id:i.material_id};return this.request({url:o,method:"POST",data:s},t)}CreateVideoProductionMaterial(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/material/create_video_material"),s={production_id:i.production_id,base_info:i.base_info,details:i.details,asset_id:i.asset_id,session_id:i.session_id,conversation_id:i.conversation_id};return this.request({url:o,method:"POST",data:s},t)}UpdateVideoProductionMaterial(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/material/update_video_material"),s={material_id:i.material_id,material_update_type:i.material_update_type,base_info:i.base_info,details:i.details};return this.request({url:o,method:"POST",data:s},t)}DeleteVideoProduction(e,t){const i=e,o=this.genBaseURL("/api/coze_space/video/production/delete_video_production"),s={production_id:i.production_id};return this.request({url:o,method:"POST",data:s},t)}VideoAssetList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/asset/video_asset_list"),s={tag_category:i.tag_category,type_category:i.type_category,page:i.page,size:i.size,search_word:i.search_word,need_detail_url:i.need_detail_url};return this.request({url:o,method:"POST",data:s},t)}VideoProductionList(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/production/video_production_list"),s={page:i.page,size:i.size};return this.request({url:o,method:"POST",data:s},t)}OperateVideoProduction(e,t){const i=e,o=this.genBaseURL("/api/coze_space/video/production/operate_video_production"),s={production_id:i.production_id,operate_type:i.operate_type};return this.request({url:o,method:"POST",data:s},t)}OperateVideoAsset(e,t){const i=e,o=this.genBaseURL("/api/coze_space/video/asset/operate_video_asset"),s={asset_id:i.asset_id,operate_type:i.operate_type};return this.request({url:o,method:"POST",data:s},t)}BatchParseVideoAsset(e,t){const i=e,o=this.genBaseURL("/api/coze_space/video/asset/batch_parse_video_asset"),s={vids:i.vids};return this.request({url:o,method:"POST",data:s},t)}GetFileLock(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/file_lock/get"),s={project_id:i.project_id,file_path:i.file_path};return this.request({url:o,method:"GET",params:s},t)}ReleaseFileLock(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/file_lock/release"),s={project_id:i.project_id,file_path:i.file_path,session_id:i.session_id};return this.request({url:o,method:"POST",data:s},t)}AcquireFileLock(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/file_lock/acquire"),s={project_id:i.project_id,file_path:i.file_path,session_id:i.session_id,file_name:i.file_name};return this.request({url:o,method:"POST",data:s},t)}GetOutputVideo(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/get_output_video"),s={video_project_uri:i.video_project_uri,claw_share_id:i.claw_share_id};return this.request({url:o,method:"POST",data:s},t)}CloneToVideoAsset(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/asset/clone_to_video_asset"),s={material_id:i.material_id};return this.request({url:o,method:"POST",data:s},t)}CloneToVideoProductionMaterial(e,t){const i=e||{},o=this.genBaseURL("/api/coze_space/video/material/clone_to_video_material"),s={asset_id:i.asset_id,production_id:i.production_id,session_id:i.session_id,conversation_id:i.conversation_id};return this.request({url:o,method:"POST",data:s},t)}}const Ep=new Tp({});var Ip,kp,Ap,jp,Rp,zp,Up,Lp,Op,xp,Bp,qp,Dp,Mp,Np,Gp,$p,Fp,Vp,Wp,Hp,Jp,Kp,Qp,Yp,Zp,Xp,eu,tu,iu,ou;function su(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}!function(e){e[e.Image=1]="Image";e[e.Android=2]="Android";e[e.IOS=3]="IOS";e[e.GitCode=4]="GitCode";e[e.FaasRuntimePkg=5]="FaasRuntimePkg";e[e.SkillPkg=6]="SkillPkg";e[e.H5=7]="H5"}(Ip||(Ip={})),function(e){e[e.Unknown=0]="Unknown";e[e.FreeCertificate=1]="FreeCertificate"}(kp||(kp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Normal=1]="Normal"}(Ap||(Ap={})),function(e){e[e.Unknown=0]="Unknown";e[e.Existing=1]="Existing";e[e.Free=2]="Free"}(jp||(jp={})),function(e){e[e.AuditPass=1]="AuditPass";e[e.AuditUnPass=2]="AuditUnPass";e[e.Auditing=3]="Auditing";e[e.Released=11]="Released";e[e.ReleaseFailed=12]="ReleaseFailed";e[e.Running=21]="Running"}(Rp||(Rp={})),function(e){e[e.Passed=1]="Passed";e[e.UnPassed=2]="UnPassed";e[e.Auditing=3]="Auditing"}(zp||(zp={})),function(e){e[e.Official=1]="Official"}(Up||(Up={})),function(e){e[e.Prepare=1]="Prepare";e[e.Package=2]="Package";e[e.Build=3]="Build";e[e.Deploy=4]="Deploy";e[e.Audit=5]="Audit"}(Lp||(Lp={})),function(e){e[e.Pending=1]="Pending";e[e.Running=2]="Running";e[e.Succeeded=3]="Succeeded";e[e.Failed=4]="Failed";e[e.Canceled=5]="Canceled";e[e.Interrupted=6]="Interrupted"}(Op||(Op={})),function(e){e[e.Unknown=0]="Unknown";e[e.Success=1]="Success";e[e.Pending=2]="Pending";e[e.Failed=3]="Failed"}(xp||(xp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Default=1]="Default";e[e.Custom=2]="Custom"}(Bp||(Bp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Active=1]="Active";e[e.Disabled=2]="Disabled";e[e.Redirected=3]="Redirected";e[e.Primary=4]="Primary"}(qp||(qp={})),function(e){e[e.Published=1]="Published";e[e.Unpublished=2]="Unpublished"}(Dp||(Dp={})),function(e){e[e.Agent=1]="Agent";e[e.Automation=2]="Automation";e[e.WebApp=3]="WebApp";e[e.App=4]="App";e[e.Skill=5]="Skill";e[e.GeneralWeb=6]="GeneralWeb";e[e.WechatMiniProgram=7]="WechatMiniProgram";e[e.General=9]="General"}(Mp||(Mp={})),function(e){e[e.Created=1]="Created";e[e.Ready=3]="Ready";e[e.Stopped=4]="Stopped";e[e.Banned=5]="Banned";e[e.Paused=6]="Paused"}(Np||(Np={})),function(e){e[e.Unknown=0]="Unknown";e[e.VefaasFunction=1]="VefaasFunction"}(Gp||(Gp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Dev=1]="Dev";e[e.Prod=2]="Prod";e[e.Audit=3]="Audit"}($p||($p={})),function(e){e[e.A=1]="A";e[e.CNAME=2]="CNAME"}(Fp||(Fp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Single=1]="Single";e[e.Wildcard=2]="Wildcard";e[e.Multi=3]="Multi"}(Vp||(Vp={})),function(e){e[e.Unknown=0]="Unknown";e[e.DV=1]="DV";e[e.OV=2]="OV";e[e.EV=3]="EV"}(Wp||(Wp={})),function(e){e[e.Unknown=0]="Unknown";e[e.NotSubmitted=1]="NotSubmitted";e[e.Pending=2]="Pending";e[e.Issued=3]="Issued";e[e.Cancelling=4]="Cancelling";e[e.Canceled=5]="Canceled";e[e.Revoking=6]="Revoking";e[e.Revoked=7]="Revoked";e[e.Failed=8]="Failed";e[e.Expired=9]="Expired"}(Hp||(Hp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Free=1]="Free";e[e.Test=2]="Test";e[e.Paid=3]="Paid";e[e.Imported=4]="Imported"}(Jp||(Jp={})),function(e){e[e.NeedAuthorize=1]="NeedAuthorize";e[e.BindSuccess=2]="BindSuccess";e[e.BoundToOtherProject=3]="BoundToOtherProject";e[e.BoundToOtherUser=4]="BoundToOtherUser"}(Kp||(Kp={})),function(e){e[e.BoundToSelf=1]="BoundToSelf";e[e.BoundToOtherUser=2]="BoundToOtherUser";e[e.NotAuthorized=3]="NotAuthorized"}(Qp||(Qp={})),function(e){e[e.Line=1]="Line"}(Yp||(Yp={})),function(e){e[e.Default=0]="Default";e[e.WechatMini=1]="WechatMini";e[e.DouyinMini=2]="DouyinMini"}(Zp||(Zp={})),function(e){e[e.Day=1]="Day";e[e.Week=2]="Week";e[e.Month=3]="Month";e[e.Yesterday=4]="Yesterday";e[e.ThreeDays=5]="ThreeDays"}(Xp||(Xp={})),function(e){e[e.InvokeQPS=1]="InvokeQPS";e[e.ErrorQPS=2]="ErrorQPS";e[e.Latency=3]="Latency";e[e.DAU=4]="DAU";e[e.DNU=5]="DNU";e[e.ActiveRetention=6]="ActiveRetention";e[e.NewUserRetention=7]="NewUserRetention"}(eu||(eu={})),function(e){e[e.Recorded=1]="Recorded"}(tu||(tu={})),function(e){e[e.Sum=1]="Sum";e[e.Avg=2]="Avg"}(iu||(iu={})),function(e){e[e.Next=1]="Next";e[e.Third=3]="Third";e[e.Seventh=7]="Seventh"}(ou||(ou={}));class nu{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){nu.prototype.__init.call(this),nu.prototype.__init2.call(this),this.request=su([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=su([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}PublicCreateDeployHistory(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/create"),s={project_id:i.project_id,is_sync_db_to_prod:i.is_sync_db_to_prod,encrypt_env_variable:i.encrypt_env_variable,table_sync_configs:i.table_sync_configs,encrypt_deploy:i.encrypt_deploy,commit_hash:i.commit_hash,connector_configs:i.connector_configs};return this.request({url:o,method:"POST",data:s},t)}PublicRollbackDeployHistory(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/rollback"),s={project_id:i.project_id,target_deploy_history_id:i.target_deploy_history_id,rollback_database:i.rollback_database};return this.request({url:o,method:"POST",data:s},t)}PublicCancelDeployHistory(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/cancel"),s={project_id:i.project_id,deploy_history_id:i.deploy_history_id};return this.request({url:o,method:"POST",data:s},t)}PublicGetDeployConfig(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_config/get"),s={project_id:i.project_id,commit_hash:i.commit_hash};return this.request({url:o,method:"GET",params:s},t)}PublicListDeployHistory(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/list"),s={project_id:i.project_id,page_token:i.page_token,page_size:i.page_size};return this.request({url:o,method:"GET",params:s},t)}PublicSearchRuntimeLog(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/runtime_log/search"),s={project_id:i.project_id,deploy_history_id:i.deploy_history_id,start_time:i.start_time,end_time:i.end_time,limit:i.limit,cursor:i.cursor,query:i.query,level:i.level};return this.request({url:o,method:"GET",params:s},t)}PublicGetDeployHistory(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/get"),s={project_id:i.project_id,deploy_history_id:i.deploy_history_id};return this.request({url:o,method:"GET",params:s},t)}PublicBindCertificate(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/certificate/bind"),s={project_id:i.project_id,certificate_id:i.certificate_id,domain:i.domain};return this.request({url:o,method:"POST",data:s},t)}PublicApplyFreeCertificate(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/certificate/apply_free"),s={project_id:i.project_id,domain:i.domain,auto_renew_free_cert:i.auto_renew_free_cert};return this.request({url:o,method:"POST",data:s},t)}PublicListDomainRelated(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/list"),s={project_id:i.project_id,unit_type:i.unit_type};return this.request({url:o,method:"GET",params:s},t)}PublicDeleteDomainRelated(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/delete"),s={project_id:i.project_id,domain:i.domain};return this.request({url:o,method:"POST",data:s},t)}PublicCreateDomainRelated(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/create"),s={project_id:i.project_id,domain:i.domain};return this.request({url:o,method:"POST",data:s},t)}PublicGetDeployUnit(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_unit/get"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}PublicGetCertificateDetail(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/certificate/get"),s={project_id:i.project_id,certificate_id:i.certificate_id};return this.request({url:o,method:"GET",params:s},t)}PublicGetDomainRelated(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/get"),s={project_id:i.project_id,domain:i.domain};return this.request({url:o,method:"GET",params:s},t)}PublicListVolcanoDomain(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/volcano_domain/list"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}PublicListVolcanoCertificate(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/certificate/list_volcano"),s={project_id:i.project_id,domain:i.domain};return this.request({url:o,method:"GET",params:s},t)}PublicListProjectTraces(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/traces/list"),s={project_id:i.project_id,start_time:i.start_time,end_time:i.end_time,filter:i.filter,page_token:i.page_token,page_size:i.page_size};return this.request({url:o,method:"POST",data:s},t)}PublicDownloadProjectTraces(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/traces/download"),s={project_id:i.project_id,start_time:i.start_time,end_time:i.end_time,filter:i.filter};return this.request({url:o,method:"POST",data:s},t)}PublicGetProjectMetrics(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/metrics/get"),s={project_id:i.project_id,time_range:i.time_range,retention_days:i.retention_days};return this.request({url:o,method:"GET",params:s},t)}PublicDeleteDeployUnit(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_unit/delete"),s={project_id:i.project_id,deploy_unit_id:i.deploy_unit_id};return this.request({url:o,method:"POST",data:s},t)}PublicGetHelpCenterLink(e,t){const i=this.genBaseURL("/api/coding/deployment/help_center/link");return this.request({url:i,method:"GET"},t)}PublicCheckRollbackDatabase(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/check_rollback_database"),s={project_id:i.project_id,deploy_history_id:i.deploy_history_id};return this.request({url:o,method:"GET",params:s},t)}PublicGetMiniProgramPreview(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/mini_program/preview"),s={project_id:i.project_id,app_id:i.app_id,connector_id:i.connector_id};return this.request({url:o,method:"GET",params:s},t)}PublicSubmitAuthCode(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/auth/submit_code"),s={project_id:i.project_id,connector_id:i.connector_id,code:i.code,verify_state:i.verify_state,auth_params:i.auth_params};return this.request({url:o,method:"POST",data:s},t)}PublicGetAuthStatus(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/auth/status"),s={project_id:i.project_id,connector_id:i.connector_id,redirect_url:i.redirect_url};return this.request({url:o,method:"POST",data:s},t)}PublicBindAuth(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/auth/bind"),s={project_id:i.project_id,connector_id:i.connector_id,redirect_url:i.redirect_url,auth_params:i.auth_params,override:i.override};return this.request({url:o,method:"POST",data:s},t)}PublicUnbindAuth(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/auth/unbind"),s={project_id:i.project_id,connector_id:i.connector_id};return this.request({url:o,method:"POST",data:s},t)}PublicGetBoundProject(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/connector/get_bound_project"),s={connector_id:i.connector_id,related_id:i.related_id};return this.request({url:o,method:"GET",params:s},t)}PublicUpdateDomainRelated(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/update"),s={project_id:i.project_id,domain:i.domain,auto_renew_free_cert:i.auto_renew_free_cert,visit_status:i.visit_status,next_primary_domain:i.next_primary_domain};return this.request({url:o,method:"POST",data:s},t)}PublicGetCertificateQuota(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/certificate/quota"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}PublicListDomainCertificates(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/certificate/list"),s={project_id:i.project_id,domain:i.domain};return this.request({url:o,method:"GET",params:s},t)}PublicUnpublishConnector(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/connector/unpublish_project"),s={project_id:i.project_id,connector_ids:i.connector_ids};return this.request({url:o,method:"POST",data:s},t)}PublicListConnector(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/connector/list"),s={project_id:i.project_id,project_publish_status:i.project_publish_status};return this.request({url:o,method:"GET",params:s},t)}PublicPublishConnector(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/connector/publish_project"),s={project_id:i.project_id,connector_configs:i.connector_configs};return this.request({url:o,method:"POST",data:s},t)}PublicGetDeployCount(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/get_count"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}GetRuntimeLogCount(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/runtime_log/count"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}PublicExchangeFeishuAuthCode(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/feishu/auth/exchange_code"),s={project_id:i.project_id,code:i.code,verify_state:i.verify_state};return this.request({url:o,method:"POST",data:s},t)}PublicRevokeFeishuAuth(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/feishu/auth/revoke"),s={project_id:i.project_id};return this.request({url:o,method:"POST",data:s},t)}PublicUpdateDefaultDomainPrefix(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/update_default_prefix"),s={project_id:i.project_id,prefix:i.prefix};return this.request({url:o,method:"POST",data:s},t)}PublicFeishuWebhookEvent(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/feishu/webhook/event"),s={body:i.body};return this.request({url:o,method:"POST",data:s},t)}PublicCheckCreateDomainRelated(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/check_create"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}PublicGetHostedUsageMonthly(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/hosted_usage/monthly"),s={project_id:i.project_id,bill_month:i.bill_month};return this.request({url:o,method:"GET",params:s},t)}PublicGetEstimateHostedCost(e,t){const i=this.genBaseURL("/api/coding/deployment/hosted_usage/estimate_cost");return this.request({url:i,method:"GET"},t)}PublicGetDeployHistoryLog(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/log"),s={deploy_history_id:i.deploy_history_id,key:i.key};return this.request({url:o,method:"GET",params:s},t)}PublicGetMPICPStatus(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/mini_program/icp_status"),s={project_id:i.project_id,app_id:i.app_id,connector_id:i.connector_id};return this.request({url:o,method:"GET",params:s},t)}PublicGetOnlineDeployHistory(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_history/get_online"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}PublicGetUserAnalyticsMetrics(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/metrics/user_analytics/get"),s={project_id:i.project_id,time_range:i.time_range};return this.request({url:o,method:"GET",params:s},t)}PublicPauseDeployUnit(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_unit/pause"),s={project_id:i.project_id,deploy_history_id:i.deploy_history_id};return this.request({url:o,method:"POST",data:s},t)}PublicStopDeployUnit(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_unit/stop"),s={project_id:i.project_id,deploy_history_id:i.deploy_history_id};return this.request({url:o,method:"POST",data:s},t)}PublicResumeDeployUnit(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/deploy_unit/resume"),s={project_id:i.project_id,deploy_history_id:i.deploy_history_id};return this.request({url:o,method:"POST",data:s},t)}PublicReportUserAnalytics(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/analytics/report"),s={events:i.events},n={project_id:i.project_id,did:i.did};return this.request({url:o,method:"POST",data:s,params:n},t)}PublicCreateDefaultDomainRelated(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/domain_related/create_default"),s={project_id:i.project_id,prefix:i.prefix};return this.request({url:o,method:"POST",data:s},t)}PublicGetProtectionConfig(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/protection_config/get"),s={project_id:i.project_id};return this.request({url:o,method:"GET",params:s},t)}PublicUpdateProtectionConfig(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/protection_config/update"),s={project_id:i.project_id,config:i.config};return this.request({url:o,method:"POST",data:s},t)}PublicAuthRedirect(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/auth/redirect"),s={url:i.url};return this.request({url:o,method:"GET",params:s},t)}PublicAuthCallback(e,t){const i=e||{},o=this.genBaseURL("/api/coding/deployment/auth/callback"),s={origin:i.origin,path:i.path};return this.request({url:o,method:"GET",params:s},t)}}const ru=new nu({}),au={[Op.Pending]:"Pending",[Op.Running]:"Running",[Op.Succeeded]:"Succeeded",[Op.Failed]:"Failed",[Op.Canceled]:"Canceled",[Op.Interrupted]:"Interrupted"},cu=[Op.Succeeded,Op.Failed,Op.Canceled],du=e=>e&&au[e]||"Unknown";function lu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}class pu{static __initStatic(){this.INSTANCE=new pu}static getInstance(){return pu.INSTANCE||(pu.INSTANCE=new pu),this.INSTANCE}async pollDeployStatus(t){const{projectId:i,deployHistoryId:o,onBeforePoll:s,onStatusChange:n}=t;let r;for(;;){lu([s,"optionalCall",e=>e()]);const t=lu([await ru.PublicGetDeployHistory({project_id:i,deploy_history_id:o}),"optionalAccess",e=>e.data]);if(!t)throw new e.CozeError(e.ErrorCode.E5000,"Failed to get deploy history data during polling");const a=t.status;if(a!==r&&(r=a,lu([n,"optionalCall",e=>e(t)])),cu.includes(a))return t;await new Promise((e=>setTimeout(e,3e3)))}}async getLatestDeployHistoryId(e){const{projectId:t}=e;return lu([await ru.PublicListDeployHistory({page_size:1,project_id:t}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.deploy_history_list,"optionalAccess",e=>e[0],"optionalAccess",e=>e.deploy_history_id])}async getDeployHistory(t){const{projectId:i,deployHistoryId:o}=t,s=await ru.PublicGetDeployHistory({project_id:i,deploy_history_id:o});if(!lu([s,"optionalAccess",e=>e.data]))throw new e.CozeError(e.ErrorCode.E5000,"Failed to get deploy history data");return s.data}canDeploy(e){return[t.VibeProjectType.AssistantAgent,t.VibeProjectType.GeneralWeb,t.VibeProjectType.App,t.VibeProjectType.Skill,t.VibeProjectType.Agent,t.VibeProjectType.Automation].includes(e)}async getCommitList({projectId:i}){const o=await t.IdeApi.ProxySandboxMessage({ProjectID:i,Method:"repo_version.commit.list",Params:JSON.stringify({project_id:i})});return e.safeJsonParse(o.data,{commits:[]}).commits||[]}}pu.__initStatic();const uu=pu.getInstance();function _u(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function hu(e,t){return null!=e?e:t()}function mu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function gu(e,t){return null!=e?e:t()}function fu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const yu=e=>{if(null==e)return null;return 0===e.trim().length?null:e},vu=i=>{i.command("send [message]").description("Send a prompt message to Coze Coding project chat").option("--wait","Wait for the chat response before returning").option("--stdin","Read additional context from stdin (pipe input)").config({help:{brief:"Send a message to project chat",description:"Send a prompt message to the specified Coze Coding project chat. The message can be provided as a positional argument. Use --stdin to pipe additional context. Use @<path> to mention and upload local files as context.",examples:[{desc:"Send a message to project",cmd:'coze code message send "Fix the bug in auth module" -p 123456',tags:["[RECOMMENDED]"]},{desc:"Send and wait for the response",cmd:'coze code message send "Fix the bug in auth module" -p 123456 --wait'},{desc:"Mention a file with @",cmd:'coze code message send "Refactor @src/utils.ts to use async/await" -p 123456'},{desc:"Mention multiple files",cmd:'coze code message send "Compare @src/old.ts and @src/new.ts, list the differences" -p 123456'},{desc:"Send message with stdin context",cmd:'cat error.log | coze code message send "Analyze this error" --stdin -p 123456'},{desc:"Use environment variable for project",cmd:'export COZE_PROJECT_ID=123456 && coze code message send "Hello"'}],errors:[{code:e.ErrorCode.E1000,name:"MISSING_MESSAGE",desc:"No message content provided",fix:"Provide MESSAGE argument or use --stdin with piped content",example:'coze code message send "Your question" -p 123456 # or: echo "context" | coze code message send --stdin "question" -p 123456'},{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided via -p/--project-id or COZE_PROJECT_ID env",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable",example:'coze code message send "Hello" -p 123456'},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized",fix:"Please retry and make sure the CLI is initialized correctly"}],schema:{input:{message:{type:"string",required:!1,description:"The prompt message to send to the project chat"},wait:{type:"boolean",required:!1,description:"Wait for the chat response before returning. Without this flag, the message is sent in the background."},stdin:{type:"boolean",required:!1,description:"Read additional context from stdin (pipe input)."}},output:{type:"object",properties:{content:{type:"string",description:"The chat response content"}}}}}}).action((async(i,o,s)=>{const n=s.getContext();try{if(!n)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const r=fu([s,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),a=gu(fu([r,"optionalAccess",e=>e.projectId]),(()=>process.env.COZE_PROJECT_ID));if(!a)throw new e.CozeError(e.ErrorCode.E1001,"Missing required option: --project-id (or env COZE_PROJECT_ID)");const c=await fu([n,"optionalAccess",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]);if(!c)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");const{wait:d,stdin:l}=o;let p=null;l&&(p=await Pr());const u=yu(i),_=yu(p);if(!u&&!_)throw new e.CozeError(e.ErrorCode.E1000,"Missing prompt: provide PROMPT argument or use --stdin");const h=u&&_?`${u}\n\n${_}`:gu(gu(u,(()=>_)),(()=>"")),m=new Set,g=await t.sendProjectChatMessage({projectId:a,prompt:h,apiBaseUrl:n.config.apiBaseUrl,accessToken:c,xTTEnv:n.config.xTTEnv,key:`coze-coding-cli:message:${a}`,onWarn:e=>n.ui.warn(e),waitForResponse:!!d,onMessageItem:e=>{if(d&&"json"===n.format&&e.finish){const t=(e=>{const t=gu(e.msg_id,(()=>"")),i=gu(e.sequence_id,(()=>""));return`${e.type}:${t}:${String(i)}`})(e);m.has(t)||(m.add(t),n.response.print({content:e.content,role:e.role,finish:e.finish,type:e.type}))}}});if(d)"text"===n.format&&n.response.print(gu(fu([g,"access",e=>e.lastAnswerMessage,"optionalAccess",e=>e.content,"access",e=>e.answer]),(()=>"")));else{const e=`Message sent. Use \`coze code message status -p ${a}\` to check the result.`;"json"===n.format?n.response.print({status:"sent",project_id:a,message:e}):n.response.print(e),process.exit(0)}}catch(e){V(e,n)}}))};function wu(e,t){return null!=e?e:t()}function bu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Su(e,t){return null!=e?e:t()}function Pu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Cu=async(i,o)=>{const s=o.getContext();try{if(!s)throw new e.CozeError("E5000","CLI context is not initialized");const n=Pu([o,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),r=Su(Pu([n,"optionalAccess",e=>e.projectId]),(()=>process.env.COZE_PROJECT_ID));if(!r)throw new e.CozeError("E1001","Missing required option: --project-id (or env COZE_PROJECT_ID)");if(!await Pu([s,"optionalAccess",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]))throw new e.CozeError("E2001","Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");if(i.after&&i.before)throw new e.CozeError("E1000","--after and --before cannot be used together. Use only one cursor at a time.");s.ui.verbose(`Fetching conversation history for project ${r}...`);const a=t.createChatCore({key:`coze-coding-cli:history:${r}`,apiBaseUrl:s.config.apiBaseUrl});try{const e=i.after?"loadNext":"loadPrev",t="loadNext"===e?"11":"10",o=await a.getHistoryMessage({limit:t,project_id:r,after:i.after,before:i.before}),n=[],c=new Map,d=new Map;o.histories.forEach((e=>{if(e.user){const t=e.user.msg_id;c.has(t)||n.push(t);const i=(e=>{const t=Pu([e,"optionalAccess",e=>e.content]);return Su(Su(Pu([t,"optionalAccess",e=>e.query,"optionalAccess",e=>e.prompt]),(()=>Pu([t,"optionalAccess",e=>e.retry,"optionalAccess",e=>e.prompt]))),(()=>Pu([t,"optionalAccess",e=>e.edit,"optionalAccess",e=>e.prompt])))})(e.user.message);c.set(t,i?(e=>e.map((e=>"text"===e.type?e.content.text:"file"===e.type?`${bu([e,"access",e=>e.content,"access",e=>e.file,"optionalAccess",e=>e.path])} ${wu(bu([e,"access",e=>e.content,"access",e=>e.file,"optionalAccess",e=>e.from,"optionalAccess",e=>e[0]]),(()=>""))} ${wu(bu([e,"access",e=>e.content,"access",e=>e.file,"optionalAccess",e=>e.to,"optionalAccess",e=>e[0]]),(()=>""))} `:"console"===e.type?bu([e,"access",e=>e.content,"access",e=>e.console,"optionalAccess",e=>e.content]):"node"===e.type?bu([e,"access",e=>e.content,"access",e=>e.node,"optionalAccess",e=>e.node_title]):"upload_file"===e.type?bu([e,"access",e=>e.content,"access",e=>e.upload_file,"optionalAccess",e=>e.file_name]):"page"===e.type?bu([e,"access",e=>e.content,"access",e=>e.page,"optionalAccess",e=>e.page_title]):"page_elements"===e.type?bu([e,"access",e=>e.content,"access",e=>e.page_elements,"optionalAccess",e=>e[0],"optionalAccess",e=>e.path,"optionalAccess",e=>e[0],"optionalAccess",e=>e.node_name]):"wf_canvas_change"===e.type?bu([e,"access",e=>e.content,"access",e=>e.wf_canvas_change,"optionalAccess",e=>e.query]):"")).join(" "))(i):"")}if(e.assistant){const t=e.assistant.messages.find((e=>"answer"===e.type&&e.content.answer));if(!t)return;const i=t.query_msg_id,o=t.content.answer;"string"==typeof i&&"string"==typeof o&&d.set(i,o)}}));const l=n[0],p=n[n.length-1],u=n.reverse().filter((e=>d.has(e))).map((e=>({userMessage:Su(c.get(e),(()=>"")),answer:Su(d.get(e),(()=>""))}))),_={histories:u,cursor:{after:l,before:p,has_more:o.has_more,loadDirection:e}};if("json"===s.format)s.response.print(_);else{if(0===u.length)return void s.response.print("No conversation history found.");u.forEach(((e,t)=>{s.response.print(`--- #${t+1} ---\nQ: ${e.userMessage}\nA: ${e.answer}\n`)})),s.response.print(`\n[cursor] after=${l}, before=${p}, has_more=${o.has_more}, loadDirection=${e}`)}}finally{a.destroy()}}catch(e){V(e,s)}};function Tu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Eu=i=>{const o=i.command("message");o.description("Manage project chat messages").config({help:{brief:"Manage project chat messages",description:"Manage Coze Coding project chat messages.\n\nThis command group provides:\n- send: Send a new message to the project chat\n- status: Query the status of current chat message (auto-fetch result when completed)\n- cancel: Cancel an ongoing chat message\n- history: View conversation history",examples:[{desc:"Send a message to project",cmd:'coze code message send "Fix the bug" -p 123456',tags:["[RECOMMENDED]"]},{desc:"Check message status",cmd:"coze code message status -p 123456"},{desc:"Cancel ongoing message",cmd:"coze code message cancel -p 123456"},{desc:"View conversation history",cmd:"coze code message history -p 123456"}],errors:[{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided via -p/--project-id or COZE_PROJECT_ID env",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable",example:'coze code message send "Hello" -p 123456'},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID (can also be set via COZE_PROJECT_ID env)"}}},seeAlso:["coze code project list","coze code project create"]}}).option("-p, --project-id <id>","Coze project id (or env COZE_PROJECT_ID)"),vu(o),(i=>{i.command("status").description("Query current project chat message status and get result when completed").config({help:{brief:"Query chat message status",description:"Get the current status of the chat message for the specified project. Returns status information such as running, completed, or error. When the chat is completed, automatically fetches and returns the result.",examples:[{desc:"Check message status (auto-fetch result when completed)",cmd:"coze code message status -p 123456",tags:["[RECOMMENDED]"]},{desc:"With environment variable",cmd:"coze code message status"},{desc:"Output as JSON",cmd:"coze code message status -p 123456 --format json"}],errors:[{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable"},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized",fix:"Please retry and make sure the CLI is initialized correctly"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID"}},output:{type:"object",properties:{status:{type:"string",description:"Message status (running/completed/error)"},message:{type:"string",description:"Status message or error details"},answer:{type:"string",description:"The chat answer content (only when completed)"}}}}}}).action((async(i,o)=>{const s=o.getContext();try{if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const i=mu([o,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),n=hu(mu([i,"optionalAccess",e=>e.projectId]),(()=>process.env.COZE_PROJECT_ID));if(!n)throw new e.CozeError(e.ErrorCode.E1001,"Missing required option: --project-id (or env COZE_PROJECT_ID)");s.ui.verbose(`Fetching chat status for project ${n}...`);const{code:r,msg:a,reply_id:c,...d}=await t.BuildAgentApi.GetChatCLIMessageStatus({project_id:n});if("done"===d.status){s.ui.verbose(`Chat completed, fetching result for project ${n}...`);const e=await t.BuildAgentApi.GetChatCLIMessageResultContent({project_id:n}),i="data"in e?e.data:e;"json"===s.format?s.response.print({...d,answer:i.answer}):s.response.print(`status: [${d.status}]\nanswer: ${hu(i.answer,(()=>""))}`)}else"json"===s.format?s.response.print(d):s.response.print(d.status)}catch(e){V(e,s)}}))})(o),function(i){i.command("cancel").description("Cancel current project chat message").config({help:{brief:"Cancel ongoing chat message",description:"Cancel the currently running chat message for the specified project. Useful for stopping long-running or stuck message generation.",examples:[{desc:"Cancel current message",cmd:"coze code message cancel -p 123456",tags:["[RECOMMENDED]"]},{desc:"With environment variable",cmd:"coze code message cancel"}],errors:[{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable"},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized",fix:"Please retry and make sure the CLI is initialized correctly"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID"}},output:{type:"object",properties:{status:{type:"string",description:"Cancel operation status"},message:{type:"string",description:"Result message"}}}}}}).action((async(i,o)=>{const s=o.getContext();try{if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const i=Tu([o,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),r=null!=(n=Tu([i,"optionalAccess",e=>e.projectId]))?n:(()=>process.env.COZE_PROJECT_ID)();if(!r)throw new e.CozeError(e.ErrorCode.E1001,"Missing required option: --project-id (or env COZE_PROJECT_ID)");const{accessToken:a}=s.config;if(!a)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");s.ui.verbose(`Canceling chat message for project ${r}...`);const{message:c}=await t.BuildAgentApi.CancelChatCLIMessage({project_id:r});"json"===s.format?s.response.print({message:c}):s.response.print(c)}catch(e){V(e,s)}var n}))}(o),(e=>{e.command("history").description("View conversation history of the project chat").option("--after <msg_id>","Cursor for fetching newer messages (smaller index)").option("--before <msg_id>","Cursor for fetching older messages (larger index)").config({help:{brief:"View conversation history",description:"Retrieve and display the conversation history for the specified Coze Coding project. Shows each round of user messages and LLM responses. By default, returns the latest 10 rounds of conversation. Use --after or --before cursors for pagination.",examples:[{desc:"View latest 10 rounds of conversation history",cmd:"coze code message history -p 123456",tags:["[RECOMMENDED]"]},{desc:"With environment variable",cmd:"coze code message history"},{desc:"Output as JSON with cursor info",cmd:"coze code message history -p 123456 --format json"},{desc:"Fetch newer messages after a cursor",cmd:"coze code message history -p 123456 --after msg_xxx"},{desc:"Fetch older messages before a cursor",cmd:"coze code message history -p 123456 --before msg_yyy"}],errors:[{code:"E1000",name:"INVALID_ARGUMENT",desc:"--after and --before cannot be used together",fix:"Use only one cursor option at a time for pagination"},{code:"E1001",name:"MISSING_PROJECT_ID",desc:"No project ID provided",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable"},{code:"E2001",name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID"},after:{type:"string",description:'Cursor (message ID) for fetching newer messages. Newer messages have smaller index. Use the "after" value from previous output as this parameter.'},before:{type:"string",description:'Cursor (message ID) for fetching older messages. Older messages have larger index. Use the "before" value from previous output as this parameter.'}},output:{type:"object",properties:{histories:{type:"array",items:{type:"object",properties:{userMessage:{type:"string",description:"User's message in this round"},answer:{type:"string",description:"LLM's last answer with content"}}}},cursor:{type:"object",description:"Pagination cursor info for next/prev page requests",properties:{after:{type:"string",description:"Message ID of the newest result, use as --after to fetch newer messages (loadNext)"},before:{type:"string",description:"Message ID of the oldest result, use as --before to fetch older messages (loadPrev)"},has_more:{type:"boolean",description:"Whether there are more messages available"},loadDirection:{type:"string",enum:["loadNext","loadPrev"],description:"Load direction of current request. Defaults to 'loadPrev' (load older messages). 'loadNext' when --after is used, 'loadPrev' when --before is used or on initial request."}}}}}}}}).action(Cu)})(o)};function Iu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function ku(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Au(i){i.command("list").description("List project environment variables").option("--env <scope>","Environment scope: dev | prod","dev").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"List project environment variables",description:"Retrieve the list of environment variables for the specified project. Supports filtering by environment (dev/prod) and displays all configured sensitive information key names.",examples:[{desc:"List dev environment variables",cmd:"coze code env list -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"List prod environment variables",cmd:"coze code env list -p <projectId> --env prod"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},env:{type:"string",required:!1,enum:["dev","prod"],description:"Environment scope (default: dev)"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},project_type:{type:"string",description:"Project type"},env:{type:"string",description:"Environment scope"},secrets:{type:"array",description:"Environment variable list"}}}}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project not found",fix:"Please confirm if the project ID is correct"}]}}).action((async function(e,i){const o=i.getContext(),{projectId:s}=e,n=ku([await t.IdeApi.GetVibeProject({project_id:s}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),r=(a=e.env,"prod"===String(a||"dev").toLowerCase()?so.prod:so.dev);var a;const c=ku([await _o.ListProjectSecret({env:r,project_id:s,...n===t.VibeProjectType.Skill?{with_providers:!0}:{}}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_secrets,"optionalAccess",e=>e.secrets])||[];ku([o,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Env secrets listed successfully.")]),ku([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(c.map((e=>({secret_key:e.secret_key,secret_id:e.secret_id,secret_val:e.secret_val,secret_type:e.secret_type}))))])}))}function ju(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Ru=i=>{const o=i.command("env").config({help:{brief:"Manage project environment variables",description:"Manage project environment variables (Secrets). Supports setting, viewing, and deleting sensitive configuration information such as API keys and database connection strings in development and production environments.",examples:[{desc:"List environment variables",cmd:"coze code env list -p <projectId>"},{desc:"Set environment variable",cmd:"coze code env set KEY VALUE -p <projectId>"},{desc:"Delete environment variable",cmd:"coze code env delete KEY -p <projectId>"}],seeAlso:["coze code deploy","coze code project"]}}).description("Manage project environment variables");Au(o),o.command("set <key> <value>").description("Set a project environment variable").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Set project environment variable",description:"Add or update environment variables for the project. Environment variables are securely stored and used for sensitive information like API keys, passwords, etc.",examples:[{desc:"Set environment variable",cmd:"coze code env set <KEY> <VALUE> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{key:{type:"string",required:!0,description:"Environment variable key"},value:{type:"string",required:!0,description:"Environment variable value"},projectId:{type:"string",required:!0,description:"Project ID"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},key:{type:"string",description:"Set key name"},value:{type:"string",description:"Set value"}}}}},errors:[{code:e.ErrorCode.E3008,name:"SKILL_PROJECT_NOT_SUPPORTED",desc:"Skill project secret_type logic to be supplemented",fix:"This feature is not yet supported for Skill projects"}]}}).action((async function(i,o,s,n){const r=n.getContext(),{projectId:a}=s,c=Iu([await t.IdeApi.GetVibeProject({project_id:a}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]);if(c===t.VibeProjectType.Skill)throw new e.CozeError(e.ErrorCode.E3008,"Skill project secret_type logic to be supplemented",{projectId:a,projectType:c});await _o.InsertProjectSecret({project_id:a,insert_secrets:{secrets:[{secret_key:i,secret_val:o}]}}),Iu([r,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Env secret set successfully")]),Iu([r,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:a,key:i,value:o})])})),function(t){t.command("delete <key>").description("Delete a project environment variable").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Delete project environment variable",description:"Delete specified environment variables from the project. Supports deleting multiple variables simultaneously by passing the --key parameter multiple times.",examples:[{desc:"Delete a single environment variable",cmd:"coze code env delete <KEY> -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"Delete multiple environment variables",cmd:"coze code env delete <KEY> -p <projectId>"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},key:{type:"string",required:!0,description:"Environment variable key name to delete"}},output:{message:{type:"string",description:"Result message"},key:{type:"string",description:"Deleted key"}}},errors:[{code:e.ErrorCode.E3003,name:"SECRET_NOT_FOUND",desc:"The specified environment variable does not exist",fix:"Please use `env list` first to confirm if the variable name is correct"}]}}).action((async function(t,i,o){const s=o.getContext(),{projectId:n}=i,r=[t],a=ju([await _o.ListProjectSecret({env:so.dev,project_id:n}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_secrets,"optionalAccess",e=>e.secrets])||[],c=new Set(r.map((e=>String(e)))),d=a.filter((e=>c.has(String(e.secret_key||"")))).map((e=>e.secret_id)).filter(Boolean);if(0===d.length)throw new e.CozeError(e.ErrorCode.E3003,`No matched secrets by keys: ${r.join(", ")}`,{projectId:n,keys:r});await _o.DeleteProjectSecret({project_id:n,keys:d}),ju([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Env has been delete successfully")]),ju([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({message:"env has been delete successfully",key:t,project_id:n,keys:r,secret_ids:d})])}))}(o)};function zu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Uu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Lu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Ou=t=>{const i=t.command("domain").config({help:{brief:"Manage custom domains for the project",description:"Manage custom domains for deployed projects. Supports adding, listing, and removing domains associated with a project, used to access deployed applications.",examples:[{desc:"List project domains",cmd:"coze code domain list <projectId>"},{desc:"Add custom domain",cmd:"coze code domain add example.com -p <projectId>"},{desc:"Delete domain",cmd:"coze code domain remove example.com -p <projectId>"}],seeAlso:["coze code deploy"]}}).description("Manage custom domains for the project");i.command("list").description("List custom domains of the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"List all domains bound to the project",description:"Retrieve a list of all custom domains bound to the specified project.",examples:[{desc:"List domains",cmd:"coze code domain list -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"Output in JSON format",cmd:"coze code domain list -p <projectId> --format json"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"}},output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Domain ID"},domain_host:{type:"string",description:"Domain host"}}}}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project not found",fix:"Please confirm if the project ID is correct"}]}}).action((async function(e,t){const i=t.getContext(),{projectId:o}=e,s=Uu([await ru.PublicListDomainRelated({project_id:o}),"access",e=>e.data,"optionalAccess",e=>e.items])||[];Uu([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Fetched domains List successfully")]),Uu([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(s.map((e=>({id:e.id,domain_host:e.domain_host}))))])})),function(t){t.command("add <domain>").description("Add a custom domain to the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Add custom domain to project",description:"Bind a custom domain to a specified project. The domain must follow standard format (e.g., example.com). Once bound, the deployed application can be accessed via this domain.",examples:[{desc:"Add domain",cmd:"coze code domain add <domain> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},domain:{type:"string",required:!0,description:"Domain to add (e.g., example.com)"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},domain:{type:"string",description:"Added domain"}}}}},errors:[{code:e.ErrorCode.E1004,name:"INVALID_DOMAIN",desc:"Incorrect domain format",fix:"Please use a standard domain format, e.g., example.com"}]}}).action((async function(t,i,o){const s=o.getContext(),{projectId:n}=i;if(!/^[a-zA-Z0-9][a-zA-Z0-9-]*\.[a-zA-Z0-9][a-zA-Z0-9-]*$/.test(t))throw new e.CozeError(e.ErrorCode.E1004,"Invalid domain",{domain:t});await ru.PublicCreateDomainRelated({project_id:n,domain:t}),Lu([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Domain '${t}' added.`)]),Lu([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:n,domain:t})])}))}(i),function(t){t.command("remove <domain>").description("Remove a custom domain from the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Delete custom domain of the project",description:"Remove a bound custom domain from the specified project.",examples:[{desc:"Delete domain",cmd:"coze code domain remove example.com -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},domain:{type:"string",required:!0,description:"Domain to delete"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},domain:{type:"string",description:"Deleted domain"}}}}},errors:[{code:e.ErrorCode.E1004,name:"INVALID_DOMAIN",desc:"Incorrect domain format",fix:"Please use a standard domain format, e.g., example.com"},{code:e.ErrorCode.E3005,name:"DELETE_FAILED",desc:"Failed to remove domain",fix:"Please confirm the domain is bound to the project and you have sufficient permissions"}]}}).action((async function(e,t,i){const o=i.getContext(),{projectId:s}=t;await ru.PublicDeleteDomainRelated({project_id:s,domain:e}),zu([o,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",t=>t(`Domain '${e}' removed.`)]),zu([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t({message:`Domain '${e}' removed.`,domain:e})])}))}(i)};function xu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Bu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function qu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Du(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Mu(i){const o=i.command("deploy <projectId>").description("Deploy the project to production environment").option("--commit-id <commitId>","Commit ID (optional, queries latest if omitted)").option("--wait","Wait for deployment to complete").config({help:{brief:"Deploy the project to production environment",description:"Deploy the specified project to the production environment. Supports multiple project types (Agent, Workflow, Skill, Web, Mini-program, etc.), automatically fetches the latest commit, and triggers the deployment process.",examples:[{desc:"Deploy latest project",cmd:"coze code deploy <projectId>",tags:["[RECOMMENDED]"]},{desc:"Deploy and wait for completion",cmd:"coze code deploy <projectId> --wait"},{desc:"Deploy a specific commit",cmd:"coze code deploy <projectId> --commit-id <commitId>"},{desc:"View deployment status",cmd:"coze code deploy status <projectId>"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},wait:{type:"boolean",required:!1,description:"Wait for deployment to complete"}},output:{projectId:{type:"string",description:"Project ID"},status:{type:"string",description:"Deployment status"},domain:{type:"string",description:"Deployed domain"},deployHistoryId:{type:"string",description:"Deployment history ID"},commitHash:{type:"string",description:"Commit hash"}}},errors:[{code:e.ErrorCode.E3007,name:"MISSING_COMMIT_HASH",desc:"No commits found in the project",fix:"Please commit your changes first before deploying"},{code:e.ErrorCode.E2002,name:"MINIPROGRAM_NOT_AUTHORIZED",desc:"Mini-program AppID not configured",fix:"Please complete the Mini-program AppID configuration in the project settings"},{code:e.ErrorCode.E1006,name:"UNSUPPORTED_PROJECT_TYPE",desc:"Project type is not supported for deployment",fix:"Please confirm the project type and try again with a supported project"}]}}).description("Deploy the project to production environment").action((async function(i,o,s){const n=s.getContext(),{wait:r,commitId:a}=o,c=Du([(await t.IdeApi.GetVibeProject({project_id:i})).data||{},"access",e=>e.project_info,"optionalAccess",e=>e.project_type]);if(!uu.canDeploy(c)){const t=`Project type ${el(c)} is not supported for deployment`;throw new e.CozeError(e.ErrorCode.E1006,t,{projectType:c})}if(c===t.VibeProjectType.AssistantAgent){const t=await e.axiosInstance$1.post("/api/sandbox/coze_coding/devbox/open_claw/deploy",{project_id:i},{headers:{"content-type":"application/json"}});return Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Deploying (AssistantAgent)...")]),void Du([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({command:"deploy",status:"ok",data:{type:c,data:Du([t,"optionalAccess",e=>e.data])}})])}let d=a;if(!d){Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Fetching latest commit...")]);const e=await uu.getCommitList({projectId:i});d=Du([e,"optionalAccess",e=>e[0],"optionalAccess",e=>e.id])}if(!d){const t="Missing commitHash: pass --commit-hash <commitHash>";throw new e.CozeError(e.ErrorCode.E3007,t,{projectId:i})}if(c===t.VibeProjectType.WechatMiniProgram){Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Checking Mini-program authorization...")]);if(!Du([await ru.PublicGetAuthStatus({project_id:i,connector_id:"10000127"}),"access",e=>e.data,"optionalAccess",e=>e.bound_related_id])){const t="Deployment failed, please complete the Mini-program AppID configuration";throw new e.CozeError(e.ErrorCode.E2002,t)}}Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Checking deploy config...")]),await ru.PublicGetDeployConfig({project_id:i,commit_hash:d},{__disableErrorToast:!0});let l="";const p=await _o.ListProjectSecret({env:so.dev,project_id:i,with_providers:!0}),u=Du([p,"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_secrets,"optionalAccess",e=>e.secrets])||[],_=Du([p,"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_cred_providers])||[];Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Encrypting secrets...")]);l=Du([await _o.EncryptProjectSecret({project_id:i,project_type:c===t.VibeProjectType.Skill?oo.skill:void 0,encrypt_secrets:{secrets:u.map((e=>({secret_key:e.secret_key||"",secret_val:e.secret_val||"",secret_id:e.secret_id||"",secret_type:e.secret_type===no.consumer?zi.consumer3:zi.user_custom2}))),...c===t.VibeProjectType.Skill?{cred_providers:_}:{}}}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.sealed_secrets])||"",Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Deploying...")]);const h=Du([await ru.PublicCreateDeployHistory({project_id:i,encrypt_env_variable:l,commit_hash:d}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.deploy_history_id]);Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Deploy started.")]),r&&h?await uu.pollDeployStatus({projectId:i,deployHistoryId:h,onBeforePoll:()=>{Du([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Polling deployment status...")])},onStatusChange:e=>{const t=du(e.status);Du([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",o=>o({projectId:i,status:t,domain:Du([e,"access",e=>e.domain_list,"optionalAccess",e=>e[0]]),deployHistoryId:h,commitHash:e.commit_hash})])}}):Du([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({projectId:i,status:du(Op.Pending),domain:"",deployHistoryId:h,commitHash:d})])}));!function(t){t.command("status <projectId>").description("Check deployment status").option("--deploy-id <deployId>","Deployment history ID (optional, queries latest if omitted)").config({help:{brief:"Query project deployment status",description:"Query the deployment status of a specified project. If no deployment history ID is specified, it automatically queries the latest deployment record. Supports viewing deployment progress, results, and error messages.",examples:[{desc:"Query latest deployment status",cmd:"coze code deploy status <projectId>",tags:["[RECOMMENDED]"]},{desc:"Query specific deployment record",cmd:"coze code deploy status <projectId> --deploy-id <deployHistoryId>"},{desc:"Wait for deployment to complete",cmd:"coze code deploy status <projectId> --wait"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},deployId:{type:"string",required:!1,description:"Deployment history ID (optional, queries latest if omitted)"},wait:{type:"boolean",required:!1,description:"Wait for deployment to complete"}},output:{projectId:{type:"string",description:"Project ID"},status:{type:"string",description:"Deployment status"},domain:{type:"string",description:"Deployed domain"},deployHistoryId:{type:"string",description:"Deployment history ID"},commitHash:{type:"string",description:"Commit hash"}}},errors:[{code:e.ErrorCode.E3006,name:"NO_DEPLOYMENT_HISTORY",desc:"No deployment history found for this project",fix:"Please deploy the project first using `coze code deploy <projectId>`"}]}}).action((async function(t,i,o){const s=o.getContext(),{deployId:n}=i,{wait:r}=xu([o,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()])||{};let a=n;if(!a&&(xu([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("get latest deployment record...")]),a=await uu.getLatestDeployHistoryId({projectId:t}),!a))throw new e.CozeError(e.ErrorCode.E3006,"No deployment history found for this project");if(r)await uu.pollDeployStatus({projectId:t,deployHistoryId:a,onBeforePoll:()=>{xu([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Polling deployment status...")])},onStatusChange:e=>{const i=du(e.status);xu([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",o=>o({projectId:t,status:i,domain:xu([e,"access",e=>e.domain_list,"optionalAccess",e=>e[0]]),deployHistoryId:a,commitHash:e.commit_hash})])}});else{xu([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Querying deployment status...")]);const e=await uu.getDeployHistory({projectId:t,deployHistoryId:a}),i=du(e.status),o=e.domain_list||[];xu([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",s=>s({projectId:t,status:i,domain:o[0],deployHistoryId:a,commitHash:e.commit_hash})])}}))}(o),function(e){e.command("list <projectId>").description("List deployment history for a project").option("--page-size <pageSize>","Number of records per page","10").option("--page-token <pageToken>","Page token for pagination").config({help:{brief:"List project deployment history",description:"List the deployment history of a specified project. Supports pagination to browse historical deployment records including status, commit hash, domains and timestamps.",examples:[{desc:"List deployment history",cmd:"coze code deploy list <projectId>",tags:["[RECOMMENDED]"]},{desc:"List with custom page size",cmd:"coze code deploy list <projectId> --page-size 20"},{desc:"List next page",cmd:"coze code deploy list <projectId> --page-token <token>"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},pageSize:{type:"number",required:!1,description:"Number of records per page (default: 10)"},pageToken:{type:"string",required:!1,description:"Page token for pagination"}},output:{type:"array",items:{deploy_history_id:{type:"string",description:"Deployment history ID"},status:{type:"string",description:"Deployment status"},commit_hash:{type:"string",description:"Commit hash"},domain_list:{type:"array",description:"Deployed domains"},created_at:{type:"string",description:"Creation timestamp"}}}}}}).action((async function(e,t,i){const o=i.getContext(),s=Number(t.pageSize)||10,n=(Bu([await ru.PublicListDeployHistory({project_id:e,page_size:s,page_token:t.pageToken}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.deploy_history_list])||[]).map((e=>({deploy_history_id:e.deploy_history_id,project_id:e.project_id,status:du(e.status),commit_hash:e.commit_hash_short||e.commit_hash,domain_list:e.domain_list,created_at:e.created_at,can_rollback:e.can_rollback})));Bu([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(n)])}))}(o),function(t){t.command("fix <projectId>").description("Fix a failed deployment by sending deploy logs to AI").option("--deploy-id <deployId>","Deployment history ID (optional, queries latest failed if omitted)").option("--wait","Wait for fix message response").config({help:{brief:"Fix a failed deployment",description:"Diagnose and fix a failed deployment. Retrieves deploy logs and sends them to AI for analysis and automatic fix. Only works when the deployment status is Failed.",examples:[{desc:"Fix latest failed deployment",cmd:"coze code deploy fix -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"Fix a specific deployment",cmd:"coze code deploy fix <projectId> --deploy-id <deployId>"},{desc:"Fix and wait for result",cmd:"coze code deploy fix <projectId> --wait"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},deployId:{type:"string",required:!1,description:"Deployment history ID (queries latest failed if omitted)"},wait:{type:"boolean",required:!1,description:"Wait for fix message response"}},output:{type:"object",properties:{deploy_history_id:{type:"string"},status:{type:"string"},message:{type:"string"}}}}}}).action((async function(t,i,o){const s=o.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const{deployId:n}=i,{wait:r}=qu([o,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()])||{};let a=n;if(n||(a=await uu.getLatestDeployHistoryId({projectId:t})),!a)throw new e.CozeError(e.ErrorCode.E5002,`No deploy history found for project ${t}`,{project_id:t});const c=qu([await ru.PublicGetDeployHistory({project_id:t,deploy_history_id:a}),"optionalAccess",e=>e.data]);if(qu([c,"optionalAccess",e=>e.status])!==Op.Failed){const t=du(qu([c,"optionalAccess",e=>e.status]));throw new e.CozeError(e.ErrorCode.E3009,`Deployment ${a} is not in Failed status (current: ${t}). Only failed deployments can be fixed.`,{deploy_history_id:a,status:qu([c,"optionalAccess",e=>e.status])})}const d=c.deploy_log_url;if(!d)throw new e.CozeError(e.ErrorCode.E5002,`No deploy log URL found for deployment ${a}`,{deploy_history_id:a});const l=await e.customFetch.fetch(d,{method:"GET"}),p=await l.text();if(!p)throw new e.CozeError(e.ErrorCode.E5002,`Deploy log is empty for deployment ${a}`,{deploy_history_id:a,deploy_log_url:d});const u=`修复以下部署错误:\n${p}`,_=await qu([s,"access",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]);if(!_)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");if(r){const e=await rl.sendMessage({projectId:t,prompt:u,apiBaseUrl:s.config.apiBaseUrl,accessToken:_,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${t}`});qu([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t({deploy_history_id:a,status:"fix_sent",message:e.lastAnswerMessage})])}else rl.sendMessageRunTask({projectId:t,prompt:u,apiBaseUrl:s.config.apiBaseUrl,accessToken:_,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${t}`})}))}(o)}function Nu(i){const o=i.command("code").description("Coze Coding CLI utilities").config({help:{brief:"Coze Coding project management",description:"Manage Coze Coding projects, including project creation, messaging, deployment, environment variables, domains, skills, and previews.",examples:[{desc:"Create a new project",cmd:'coze code project create --message "Create a chatbot" --type web'},{desc:"Send a message",cmd:'coze code message send "Fix the bug" -p <projectId>'},{desc:"Deploy project",cmd:"coze code deploy <projectId>"},{desc:"Preview project",cmd:"coze code preview <projectId>"}],seeAlso:["coze auth","coze space","coze organization"]}});Eu(o),Mu(o),ll(o),Ru(o),Ou(o),(e=>{const t=e.command("skill").config({help:{brief:"Manage project skills",description:"Manage skills associated with a project. Skills are important components to extend project capabilities, supporting adding, viewing, and removing project skills.",examples:[{desc:"List project skills",cmd:"coze code skill list -p <projectId>"},{desc:"Add skill",cmd:"coze code skill add <skillId> -p <projectId>"},{desc:"Remove skill",cmd:"coze code skill remove <skillId> -p <projectId>"}],seeAlso:["coze code project"]}}).description("Manage project skills");gc(t),yc(t),_c(t)})(o),function(i){i.command("preview <projectId>").description("Get deployment preview info for the project").config({help:{brief:"Get project preview URL",description:"Get the sandbox preview URL for the project. Supports AssistantAgent and GeneralWeb project types, returning an accessible preview URL. Sandbox initialization takes 1-3 minutes.",examples:[{desc:"Get preview URL",cmd:"coze code preview <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"}},output:{type:{type:"string",description:"Project type"},preview_url:{type:"string",description:"Preview URL"}}},errors:[{code:e.ErrorCode.E1006,name:"UNSUPPORTED_PROJECT_TYPE",desc:"Unsupported project type",fix:"Preview feature only supports AssistantAgent and GeneralWeb project types"},{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Missing required argument: projectId",fix:"Pass <projectId> as the first argument: `coze code preview <projectId>`",example:"coze code preview 123456"}]}}).action((async function(i,o,s){const n=s.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E1000,"Missing projectId: pass <projectId> as argument");const r=await t.IdeApi.GetVibeProject({project_id:i}),a=_u([r,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),c=_u([r,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.name]),d={type:el(a)};if(!rl.isValidType(a))throw new e.CozeError(e.ErrorCode.E1006,"Unsupported project type",{projectId:i,type:a});if(a===t.VibeProjectType.Skill){const e=await uu.getCommitList({projectId:i});_u([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Creating preview task...")]);const t=await Ep.CreateCozeSpaceTask({task_name:`${c}-preview-${_u([e,"access",e=>e[0],"optionalAccess",e=>e.id])}`,task_type:1,is_debug:!0,source_from:cp.UserCreate,mcp_tool_list:[]});d.preview_url=`https://www.coze.cn/task-m/${t.data.task.task_id}`,_u([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Preview task created. Please access the preview URL: ${d.preview_url}`)])}else{const e=await t.IdeApi.InitSandbox({project_id:i});d.preview_url=e.token?`https://${e.project_host}?token=${e.token}`:`https://${e.project_host}`,_u([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Sandbox initialization started. Please access the preview URL in 1-3 minutes,preview_url: ${d.preview_url}`)])}_u([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(d)])}))}(o)}const Gu=async e=>await new Promise((t=>setTimeout(t,e)));function $u(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Fu=e=>{if(!e)return;const t=e.match(/filename\*\s*=\s*UTF-8''([^;]+)/i);if($u([t,"optionalAccess",e=>e[1]]))return(e=>{try{return decodeURIComponent(e)}catch(t){return URIError,e}})(t[1]);const i=e.match(/filename\s*=\s*"([^"]+)"/i);if($u([i,"optionalAccess",e=>e[1]]))return i[1];const o=e.match(/filename\s*=\s*([^;]+)/i);return $u([o,"optionalAccess",e=>e[1]])?o[1].trim():void 0},Vu=async({url:t,outputPath:i,fetchImpl:o=t=>e.customFetch.fetch(t)})=>{const{buffer:s,response:n}=await(async(t,i)=>{const o=await i(t);if(!o.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download session file: ${o.status} ${o.statusText}`);return{buffer:Buffer.from(await o.arrayBuffer()),response:o}})(t,o),r=i||(e=>{const t=Fu((i=e.contentDisposition,o=()=>null,null!=i?i:o()));var i,o;if(t)return t;for(const t of[e.responseUrl,e.requestUrl]){if(!t||!URL.canParse(t))continue;const e=new URL(t),i=c.basename(decodeURIComponent(e.pathname));if(i&&"/"!==i&&"."!==i)return i}return"session-file.bin"})({requestUrl:t,responseUrl:n.url,contentDisposition:n.headers.get("content-disposition")}),a=await Er(r,s);return{path:a,filename:c.basename(a),size:s.byteLength,url:t}},Wu="1008033";function Hu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Ju=async({baseUrl:t,headers:i,xTTEnv:o})=>{const n=new URL("/api/coze_claw/resource/get_frontier_key",s.normalizeBaseUrl(t));s.appendSearchParams(n,{aid:Wu});const r={...i,...s.getPpeHeaders(o)},a=await e.customFetch.fetch(n.toString(),{method:"GET",headers:r}),c=await s.parseServiceResponseBody(a,{}),d=s.getServiceResponseLogId(a);if(!a.ok)throw new Error(s.formatServiceErrorWithLogId({fallback:`Failed to get frontier key: ${a.status} ${a.statusText}`,logId:d,message:c.msg}));const l=Hu([c,"access",e=>e.data,"optionalAccess",e=>e.access_key]),p=Hu([c,"access",e=>e.data,"optionalAccess",e=>e.device_id]);if(!l||!p)throw new Error(s.formatServiceErrorWithLogId({fallback:"Frontier key response is incomplete",logId:d,message:c.msg}));return{accessKey:l,deviceId:p}};function Ku(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Qu=async({filePaths:t,clawId:i,sessionId:o,accessFile:s=u.access,createFileReadStream:n=l.openAsBlob,uploadFile:r})=>{const a=[];for(const d of t){try{await s(d)}catch(t){throw new e.CozeError(e.ErrorCode.E3000,`File not found or not readable: ${d}${t instanceof Error?` (${t.message})`:""}`)}const t=c.basename(d),l=await r({fileName:t,fileContent:await n(d),clawId:i,sessionId:o}),p=Ku([l,"access",e=>e.data,"optionalAccess",e=>e.file]);if(!Ku([p,"optionalAccess",e=>e.file_uri])||!Ku([p,"optionalAccess",e=>e.file_url]))throw new e.CozeError(e.ErrorCode.E5002,l.msg||`Failed to upload session file: ${d}`);a.push({file_name:p.file_name||t,file_uri:p.file_uri,file_url:p.file_url})}return a},Yu=async({filePaths:e,sessionId:t,apiBaseUrl:i,sessionApiBaseUrl:o,sessionSpaceWebId:n,xTTEnv:r,service:a,deps:c})=>{if(!e||0===e.length)return[];const d=Ku([c,"optionalAccess",e=>e.store])||s.createSessionConfigStore(),{sessionClawId:l}=await d.get(),p=l||(await a.getStatus()).clawId;if(!p)throw new s.SessionServiceError("Session token is missing or invalid","SESSION_AUTH_INVALID");const u=o||i,_=await(async({sessionSpaceWebId:e,baseUrl:t,xTTEnv:i})=>{if(e)return e;try{return(await Ju({baseUrl:t,headers:{},xTTEnv:i})).deviceId}catch(e){return}})({sessionSpaceWebId:n,baseUrl:u,xTTEnv:r}),h=(Ku([c,"optionalAccess",e=>e.createApi])||s.createSessionApiClient)({baseUrl:u,webOrigin:u,xSpaceWebId:_,xTTEnv:r}),m=Ku([c,"optionalAccess",e=>e.uploadFiles])||Qu;return await m({filePaths:e,clawId:p,sessionId:t,uploadFile:({fileName:e,fileContent:t,clawId:i,sessionId:o})=>h.uploadFile({fileName:e,fileContent:t,clawId:i,sessionId:o})})};function Zu(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Xu=1048576,e_=/(?<![\w`])@(\.?[^\s`,.]*(?:\.[^\s`,.]+)*)/g,t_=({absolutePath:e,root:t})=>{const i=c.relative(t,e);return Boolean(i)&&!i.startsWith("..")&&!c.isAbsolute(i)},i_=async({onWarn:e,shouldWarnInvalidMention:t=()=>!0,statFile:i=u.stat,userInput:o,workTree:s})=>{(e=>{if(e.length>Xu)throw new Error("Message input is too long: max 1048576 characters")})(o);const n=[...o.matchAll(e_)];if(0===n.length)return[{type:"text",text:o}];const r=[],a=c.resolve(s);let d=0;for(const s of n){const n=s.index,l=s[0],p=s[1];n>d&&r.push({type:"text",text:o.slice(d,n)});const u=c.resolve(a,p);let _=!1;if(t_({absolutePath:u,root:a}))try{(await i(u)).isFile()?_=!0:t(p)&&Zu([e,"optionalCall",e=>e(`Uploading directories is not supported: ${p}`)])}catch(i){t(p)&&Zu([e,"optionalCall",e=>e(`File not found: ${p}`)])}_?r.push({type:"file",absolutePath:u,rawMention:l,relativePath:p}):r.push({type:"text",text:l}),d=n+l.length}return d<o.length&&r.push({type:"text",text:o.slice(d)}),r};const o_=e=>{if(null==e)return null;const t=e.trim();return 0===t.length?null:t},s_=e=>e.includes("/")||e.includes("\\")||e.includes(".")||e.startsWith("."),n_=async(e,t={})=>{const i=await(async e=>{const t=await Pr(),i=o_(e),o=o_(t);return i||o?i&&o?`${i}\n\n${o}`:(n=()=>o,null!=(s=i)?s:n()):null;var s,n})(e);if(!i)return{content:i,filePaths:[]};const o=await i_({onWarn:t.onWarn,shouldWarnInvalidMention:s_,userInput:i,workTree:t.cwd||process.cwd()}),s=[];return{content:o_(o.map((e=>"text"===e.type?e.text:(s.push(e.absolutePath),""))).join("")),filePaths:s}};const r_=e=>function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([e,"optionalAccess",e=>e.trim,"call",e=>e(),"access",e=>e.toLowerCase,"call",e=>e()])||"",a_=async({baseUrl:t,xTTEnv:i,fetchImpl:o=e.customFetch.fetch.bind(e.customFetch)})=>{const s={"content-type":"application/json"};i&&(s["x-use-ppe"]="1",s["x-tt-env"]=i);const n=await o(`${(e=>new URL(e).origin)(t)}/api/coze_space/get_podcast_config`,{method:"POST",headers:s,body:"{}"});if(!n.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to fetch podcast config: ${String(n.status||"")} ${String(n.statusText||"")}`.trim());const r=await n.json();if(0!==r.code&&void 0!==r.code)throw new e.CozeError(e.ErrorCode.E5002,r.msg||"Failed to fetch podcast config");return r.data||{}},c_=({config:t,mode:i,keyword:o})=>{const s=(({config:t,mode:i})=>{if(!i)return;const o=r_(i),s=(t.mode_options||[]).find((e=>r_(e.value)===o||r_(e.label)===o));if(!s)throw new e.CozeError(e.ErrorCode.E1000,`Podcast mode not found: ${i}`);return s})({config:t,mode:i}),n=r_(o);return(s?[s]:t.mode_options||[]).flatMap((e=>(e.voice_options||[]).map((t=>({mode_label:e.label,mode_value:e.value,label:t.label,value:t.value,sample:t.sample,color_code:t.color_code}))).filter((e=>!n||(r_(e.label).includes(n)||r_(e.value).includes(n))))))};
16
+ ***************************************************************************** */var Le=function(){return Le=Object.assign||function(e){for(var t,o=1,i=arguments.length;o<i;o++)for(var s in t=arguments[o])Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s]);return e},Le.apply(this,arguments)};function Oe(e,t){var o="function"==typeof Symbol&&e[Symbol.iterator];if(!o)return e;var i,s,n=o.call(e),r=[];try{for(;(void 0===t||t-- >0)&&!(i=n.next()).done;)r.push(i.value)}catch(e){s={error:e}}finally{try{i&&!i.done&&(o=n.return)&&o.call(n)}finally{if(s)throw s.error}}return r}function De(e,t,o){if(2===arguments.length)for(var i,s=0,n=t.length;s<n;s++)!i&&s in t||(i||(i=Array.prototype.slice.call(t,0,s)),i[s]=t[s]);return e.concat(i||Array.prototype.slice.call(t))}var Ue=function(){return{}};function Be(e){return e}function qe(e){return"object"==typeof e&&null!==e}var Me=Object.prototype;function Ne(e){return"[object Array]"===Me.toString.call(e)}function $e(e){return"number"==typeof e}function Ge(e){return"string"==typeof e}function Fe(e,t){if(!Ne(e))return!1;if(0===e.length)return!1;for(var o=0;o<e.length;){if(e[o]===t)return!0;o++}return!1}var Ve=function(e,t){if(!Ne(e))return e;var o=e.indexOf(t);if(o>=0){var i=e.slice();return i.splice(o,1),i}return e};function We(e){try{return Ge(e)?e:JSON.stringify(e)}catch(e){return"[FAILED_TO_STRINGIFY]:"+String(e)}}var He="".padStart?function(e,t){return void 0===t&&(t=8),e.padStart(t," ")}:function(e){return e},Je=0,Ke=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.error.apply(console,De(["[SDK]",Date.now(),He(""+Je++)],Oe(e),!1))},Qe=0,Ye=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];console.warn.apply(console,De(["[SDK]",Date.now(),He(""+Qe++)],Oe(e),!1))},Ze=function(e){return Math.random()<Number(e)},Xe=function(e,t){return e<Number(t)},et=function(e){return function(t){for(var o=t,i=0;i<e.length&&o;i++)try{o=e[i](o)}catch(e){Ke(e)}return o}};function ot(){var e=function(){for(var e=new Array(16),t=0,o=0;o<16;o++)3&o||(t=4294967296*Math.random()),e[o]=t>>>((3&o)<<3)&255;return e}();return e[6]=15&e[6]|64,e[8]=63&e[8]|128,function(e){for(var t=[],o=0;o<256;++o)t[o]=(o+256).toString(16).substr(1);var i=0,s=t;return[s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],"-",s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]],s[e[i++]]].join("")}(e)}var it=["init","start","config","beforeDestroy","provide","beforeReport","report","beforeBuild","build","beforeSend","send","beforeConfig"];function st(e){var t,o,i=e.builder,s=e.createSender,n=e.createDefaultConfig,r=e.createConfigManager,a=e.userConfigNormalizer,c=e.initConfigNormalizer,l=e.validateInitConfig,d={};it.forEach((function(e){return d[e]=[]}));var p=!1,u=!1,m=!1,g=[],h=[],f=function(){var e=!1,t={},o=function(e){e.length&&e.forEach((function(e){try{e()}catch(e){}})),e.length=0},i=function(e){t[e]&&t[e].forEach((function(e){o(e[1])})),t[e]=void 0};return{set:function(i,s,n){t[i]?t[i].push([s,n]):t[i]=[[s,n]],e&&o(n)},has:function(e){return!!t[e]},remove:i,removeByEvType:function(e){Object.keys(t).forEach((function(i){t[i]&&t[i].forEach((function(t){t[0]===e&&o(t[1])}))}))},clear:function(){e=!0,Object.keys(t).forEach((function(e){i(e)}))}}}(),_={getBuilder:function(){return i},getSender:function(){return t},getPreStartQueue:function(){return g},init:function(e){if(p)Ye("already inited");else{if(!(e&&qe(e)&&l(e)))throw new Error("invalid InitConfig, init failed");var i=n(e);if(!i)throw new Error("defaultConfig missing");var a=c(e);if((o=r(i)).setConfig(a),o.onChange((function(){y("config")})),!(t=s(o.getConfig())))throw new Error("sender missing");p=!0,y("init",!0)}},set:function(e){p&&e&&qe(e)&&(y("beforeConfig",!1,e),null==o||o.setConfig(e))},config:function(e){if(p)return e&&qe(e)&&(y("beforeConfig",!1,e),null==o||o.setConfig(a(e))),null==o?void 0:o.getConfig()},provide:function(e,t){Fe(h,e)?Ye("cannot provide "+e+", reserved"):(_[e]=t,y("provide",!1,e))},start:function(){p&&(u||null==o||o.onReady((function(){u=!0,y("start",!0),function(e){var t=e.getPreStartQueue();t.forEach((function(t){return e.build(t)})),t.length=0}(_)})))},report:function(e){if(e){var t=et(d.beforeReport)(e);if(t){var o=et(d.report)(t);o&&(u?this.build(o):function(e,t,o){if(t.push(o),!(t.length<500)){var i=t.splice(0,50);e.savePreStartDataToDb&&e.savePreStartDataToDb(i)}}(_,g,o))}}},build:function(e){if(u){var t=et(d.beforeBuild)(e);if(t){var o=i.build(t);if(o){var s=et(d.build)(o);s&&this.send(s)}}}},send:function(e){if(u){var o=et(d.beforeSend)(e);o&&(t.send(o),y("send",!1,o))}},destroy:function(){f.clear(),m=!0,g.length=0,y("beforeDestroy",!0)},on:function(e,t){if("init"===e&&p||"start"===e&&u||"beforeDestroy"===e&&m)try{t()}catch(e){}else d[e]&&d[e].push(t)},off:function(e,t){d[e]&&(d[e]=Ve(d[e],t))},destroyAgent:f};return h=Object.keys(_),_;function y(e,t){void 0===t&&(t=!1);for(var o=[],i=2;i<arguments.length;i++)o[i-2]=arguments[i];d[e].forEach((function(e){try{e.apply(void 0,De([],Oe(o),!1))}catch(e){}})),t&&(d[e].length=0)}}var nt=function(e){var t=function(){var e={},t={},o={set:function(i,s){return e[i]=s,t[i]=We(s),o},merge:function(i){return e=Le(Le({},e),i),Object.keys(i).forEach((function(e){t[e]=We(i[e])})),o},delete:function(i){return delete e[i],delete t[i],o},clear:function(){return e={},t={},o},get:function(e){return t[e]},toString:function(){return Le({},t)}};return o}();e.provide("context",t),e.on("report",(function(e){return e.extra||(e.extra={}),e.extra.context=t.toString(),e}))};var rt=function(){return Date.now()};var at=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var o=function(e){if(e)return e.__SLARDAR_REGISTRY__||(e.__SLARDAR_REGISTRY__={Slardar:{plugins:[],errors:[],subject:{}}}),e.__SLARDAR_REGISTRY__.Slardar}(function(){if("object"==typeof window&&qe(window))return window}());o&&(o.errors||(o.errors=[]),o.errors.push(e))},ct="custom",lt=function(e){var t=function(o){var i=function(e){if(e&&qe(e)&&e.name&&Ge(e.name)){var t={name:e.name,type:"event"};if("metrics"in e&&qe(e.metrics)){var o=e.metrics,i={};for(var s in o)$e(o[s])&&(i[s]=o[s]);t.metrics=i}if("categories"in e&&qe(e.categories)){var n=e.categories,r={};for(var s in n)r[s]=We(n[s]);t.categories=r}return"attached_log"in e&&Ge(e.attached_log)&&(t.attached_log=e.attached_log),t}}(o);if(i){var s=function(e){var t;if("object"==typeof window&&window.__perfsee__){var o={};return null===(t=Error.captureStackTrace)||void 0===t||t.call(Error,o,e),o.stack}}(t);s&&(i.stacks=s),e.report({ev_type:ct,payload:i,extra:{timestamp:rt()}})}};e.provide("sendEvent",t),e.provide("sendLog",(function(t){var o=function(e){if(e&&qe(e)&&e.content&&Ge(e.content)){var t={content:We(e.content),type:"log",level:"info"};if("level"in e&&(t.level=e.level),"extra"in e&&qe(e.extra)){var o=e.extra,i={},s={};for(var n in o)$e(o[n])?i[n]=o[n]:s[n]=We(o[n]);t.metrics=i,t.categories=s}return"attached_log"in e&&Ge(e.attached_log)&&(t.attached_log=e.attached_log),t}}(t);o&&e.report({ev_type:ct,payload:o,extra:{timestamp:rt()}})}))},dt=function(e,t){var o=e.common||{};return o.sample_rate=t,e.common=o,e},pt=function(e,t,o,i,s){return e?(n=s(i,t),function(){return n}):function(){return o(t)};var n},ut=function(e,t,o,i){var s=function(e,t,o){for(var i,s=Oe(t.split(".")),n=s[0],r=s.slice(1);e&&r.length>0;)e=e[n],n=(i=Oe(r))[0],r=i.slice(1);if(e)return o(e,n)}(e,t,(function(e,t){return e[t]}));return void 0!==s&&function(e,t,o){switch(o){case"eq":return Fe(t,e);case"neq":return!Fe(t,e);case"gt":return e>t[0];case"gte":return e>=t[0];case"lt":return e<t[0];case"lte":return e<=t[0];case"regex":return Boolean(e.match(new RegExp(t.join("|"))));case"not_regex":return!e.match(new RegExp(t.join("|")));default:return!1}}(s,function(e,t){return e.map((function(e){switch(t){case"number":return Number(e);case"boolean":return"1"===e;default:return String(e)}}))}(i,"boolean"==typeof s?"bool":$e(s)?"number":"string"),o)},mt=function(e,t){try{return"rule"===t.type?ut(e,t.field,t.op,t.values):"and"===t.type?t.children.every((function(t){return mt(e,t)})):t.children.some((function(t){return mt(e,t)}))}catch(e){return at(e),!1}},gt=function(e,t,o,i,s){if(!t)return Be;var n=t.sample_rate,r=t.include_users,a=t.sample_granularity,c=t.rules,l=t.r,d=void 0===l?Math.random():l;if(Fe(r,e))return function(e){return dt(e,1)};var p="session"===a,u=pt(p,n,o,d,i),m=function(e,t,o,i,s,n){var r={};return Object.keys(e).forEach((function(a){var c=e[a],l=c.enable,d=c.sample_rate,p=c.conditional_sample_rules;l?(r[a]={enable:l,sample_rate:d,effectiveSampleRate:d*o,hit:pt(t,d,i,s,n)},p&&(r[a].conditional_hit_rules=p.map((function(e){var r=e.sample_rate,a=e.filter;return{sample_rate:r,hit:pt(t,r,i,s,n),effectiveSampleRate:r*o,filter:a}})))):r[a]={enable:l,hit:function(){return!1},sample_rate:0,effectiveSampleRate:0}})),r}(c,p,n,o,d,i);return function(e){var t;if(!u())return p&&s[0](),!1;if(!(e.ev_type in m))return dt(e,n);if(!m[e.ev_type].enable)return p&&s[1](e.ev_type),!1;if(null===(t=e.common)||void 0===t?void 0:t.sample_rate)return e;var o=m[e.ev_type],i=o.conditional_hit_rules;if(i)for(var r=0;r<i.length;r++)if(mt(e,i[r].filter))return!!i[r].hit()&&dt(e,i[r].effectiveSampleRate);return o.hit()?dt(e,o.effectiveSampleRate):((!i||!i.length)&&p&&s[1](e.ev_type),!1)}},ht={build:function(e){return{ev_type:e.ev_type,payload:e.payload,common:Le(Le({},e.extra||{}),e.overrides||{})}}},ft={sample_rate:1,include_users:[],sample_granularity:"session",rules:{}};function _t(e){var t,o;try{for(var i=function(e){var t="function"==typeof Symbol&&Symbol.iterator,o=t&&e[t],i=0;if(o)return o.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(["userId","deviceId","sessionId","env"]),s=i.next();!s.done;s=i.next()){var n=s.value;e[n]||delete e[n]}}catch(e){t={error:e}}finally{try{s&&!s.done&&(o=i.return)&&o.call(i)}finally{if(t)throw t.error}}return e}function yt(e){return _t(Le({},e))}function bt(e){return qe(e)&&"bid"in e&&"transport"in e}function vt(e){return _t(Le({},e))}var wt=function(e,t){return void 0===t&&(t="/monitor_browser/collect/batch/"),(e&&e.indexOf("//")>=0?"":"https://")+e+t},Ct=function(e,t){return void 0===t&&(t="/monitor_web/settings/browser-settings"),(e&&e.indexOf("//")>=0?"":"https://")+e+t},Et=function(e){var t,o,i=e,s={},n=Ue,r=Ue;return{getConfig:function(){return i},setConfig:function(e){return s=Le(Le({},s),e||{}),a(),t||(t=e,i.useLocalConfig||!i.bid?(o={},n()):function(e,t,o,i){if(!e.get)return i({});e.get({withCredentials:!0,url:Ct(t)+"?bid="+o+"&store=1",success:function(e){i(e.data||{})},fail:function(){i({sample:{sample_rate:.001}})}})}(i.transport,i.domain,i.bid,(function(e){o=function(e){if(!e)return{};var t=e.sample,o=e.timestamp,i=e.quota_rate,s=void 0===i?1:i;if(!t)return{};var n=t.sample_rate,r=t.sample_granularity,a=void 0===r?"session":r,c=t.include_users,l=t.rules;return{sample:{include_users:c,sample_rate:n*s,sample_granularity:a,rules:(void 0===l?[]:l).reduce((function(e,t){var o=t.name,i=t.enable,s=t.sample_rate,n=t.conditional_sample_rules;return e[o]={enable:i,sample_rate:s,conditional_sample_rules:n},e}),{})},serverTimestamp:o}}(e),a(),n()}))),i},onChange:function(e){r=e},onReady:function(e){n=e,o&&n()}};function a(){var t=Le(Le(Le({},e),o||{}),s);t.sample=It(It(e.sample,null==o?void 0:o.sample),s.sample),i=t,r()}};function It(e,t){if(!e||!t)return e||t;var o=Le(Le({},e),t);return o.include_users=De(De([],Oe(e.include_users||[]),!1),Oe(t.include_users||[]),!1),o.rules=De(De([],Oe(Object.keys(e.rules||{})),!1),Oe(Object.keys(t.rules||{})),!1).reduce((function(o,i){var s,n;return i in o||(i in(e.rules||{})&&i in(t.rules||{})?(o[i]=Le(Le({},e.rules[i]),t.rules[i]),o[i].conditional_sample_rules=De(De([],Oe(e.rules[i].conditional_sample_rules||[]),!1),Oe(t.rules[i].conditional_sample_rules||[]),!1)):o[i]=(null===(s=e.rules)||void 0===s?void 0:s[i])||(null===(n=t.rules)||void 0===n?void 0:n[i])),o}),{}),o}var At=function(e){e.on("report",(function(t){return function(e,t){var o=t||{},i=o.version,s=o.name,n={url:"",protocol:"",domain:"",path:"",query:"",timestamp:Date.now(),sdk_version:i||"2.1.8",sdk_name:s||"SDK_BASE"};return Le(Le({},e),{extra:Le(Le({},n),e.extra||{})})}(t,e.config())}))},St=function(e){e.on("beforeBuild",(function(t){return function(e,t){var o={};return o.bid=t.bid,o.pid=t.pid,o.view_id=t.viewId,o.user_id=t.userId,o.device_id=t.deviceId,o.session_id=t.sessionId,o.release=t.release,o.env=t.env,Le(Le({},e),{extra:Le(Le({},o),e.extra||{})})}(t,e.config())}))};var jt=function(e){return{bid:"",pid:"",viewId:(t="_",t+"_"+Date.now()),userId:ot(),deviceId:ot(),sessionId:ot(),domain:"mon.zijieapi.com",release:"",env:"production",sample:ft,plugins:{},transport:{get:Ue,post:Ue},useLocalConfig:!1};var t},Pt=function(e){var t=void 0===e?{}:e,o=t.createSender,i=void 0===o?function(e){return function(e){return xe(e)}({size:20,endpoint:wt(e.domain),transport:e.transport})}:o,s=t.builder,n=void 0===s?ht:s,r=t.createDefaultConfig,a=st({validateInitConfig:bt,initConfigNormalizer:yt,userConfigNormalizer:vt,createSender:i,builder:n,createDefaultConfig:void 0===r?jt:r,createConfigManager:Et});return nt(a),St(a),At(a),function(e){e.on("init",(function(){var t=[],o=function(o){o.forEach((function(o){var i=o.name;Fe(t,i)||(t.push(i),o.setup(e),e.destroyAgent.set(i,i,[function(){t=Ve(t,i),o.tearDown&&o.tearDown()}]))}))};e.provide("applyIntegrations",o);var i=e.config();i&&i.integrations&&o(i.integrations)}))}(a),function(e){try{"object"==typeof window&&qe(window)&&window.__SLARDAR_DEVTOOLS_GLOBAL_HOOK__&&window.__SLARDAR_DEVTOOLS_GLOBAL_HOOK__.push(e)}catch(e){}}(a),a},kt=function(e){void 0===e&&(e={});var t=Pt(e);return function(e){e.on("start",(function(){var t=e.config(),o=t.userId,i=t.sample,s=gt(o,i,Ze,Xe,[function(){e.destroy()},function(t){e.destroyAgent.removeByEvType(t)}]);e.on("build",s)}))}(t),lt(t),t}();const Tt=Re("slardar:transport"),zt=()=>{};function Rt(e){const{url:t,method:o,data:i,success:s=zt,fail:n=zt,getResponseText:r=zt}=e;if(Tt("Making %s request to %s",o,t),i&&Tt("Request data: %s",i.slice(0,200)),!t||"string"!=typeof t){const e=new Error(`Invalid URL: ${t}`);return Tt("Invalid URL provided: %o",t),void n(e)}try{const e=new URL(t);Tt("Parsed URL - protocol: %s, hostname: %s, port: %s, path: %s",e.protocol,e.hostname,e.port,e.pathname);const a="https:"===e.protocol,c=(a?p.request:d.request)({hostname:e.hostname,port:e.port,path:e.pathname+e.search,method:o,headers:{"Content-Type":"application/json",...i&&{"Content-Length":Buffer.byteLength(i)}}},(e=>{Tt("Response callback triggered: status=%s",e.statusCode);let t="";e.on("data",(e=>{Tt("Response data chunk received: %s bytes",e.length),t+=e.toString()})),e.on("end",(()=>{Tt("Response end event fired"),Tt("Response received: status=%s, body=%s",e.statusCode,t.slice(0,200)),r(t);try{if(e.statusCode&&e.statusCode>=400)Tt("Request failed with status %s: %s",e.statusCode,t),n(new Error(t||e.statusMessage||"Request failed"));else if(t){const e=JSON.parse(t);Tt("Request succeeded"),s(e)}else Tt("Request succeeded with empty response"),s({})}catch(e){Tt("Failed to parse response: %s",e.message),n(e)}}))}));c.on("error",(e=>{Tt("Request error: %s",e.message),n(e)})),c.on("timeout",(()=>{Tt("Request timeout"),c.destroy(),n(new Error("Request timeout"))})),i&&c.write(i),c.end()}catch(e){Tt("Exception during request: %s",e.message),n(e)}}function xt(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Lt=Re("slardar:reporter");class Ot{constructor(){Ot.prototype.__init.call(this),Ot.prototype.__init2.call(this)}__init(){this.initialized=!1}__init2(){this.client=kt}setup(e){var t,o;if(this.initialized)Lt("Already initialized, skipping setup");else try{Lt("Initializing Slardar with config:",{bid:e.bid,release:e.release,env:e.env,userId:e.userId,projectId:e.projectId});const i={get(e){Tt("Transport GET called: %s",e.url),Rt({method:"GET",...e})},post({url:e,data:t}){Tt("Transport POST called: %s",e),Rt({method:"POST",url:e,data:t?"string"==typeof t?t:JSON.stringify(t):void 0})}};this.client.init({bid:e.bid,transport:i,userId:e.userId,pid:e.projectId,deviceId:e.deviceId,sessionId:e.sessionId,release:e.release,env:e.env,name:e.name,useLocalConfig:(t=e.useLocalConfig,o=()=>!1,null!=t?t:o()),domain:e.domain,sample:{sample_rate:1,include_users:[],sample_granularity:"session",rules:{}}}),this.client.on("send",(e=>{Lt("send hook called for event: %s",xt([e,"optionalAccess",e=>e.ev_type])||"unknown")})),this.client.start(),this.initialized=!0,Lt("Slardar initialized successfully")}catch(e){Lt("Failed to initialize:",e)}}ensureInitialized(){return!!this.initialized||(Lt("Not initialized, call setup() first"),!1)}sendEvent(e,t,o){if(this.ensureInitialized())try{Lt("Sending event:",{name:e,metrics:t,categories:o});const i=t?Object.fromEntries(Object.entries(t).filter((([,e])=>void 0!==e))):void 0,s=o?Object.fromEntries(Object.entries(o).filter((([,e])=>void 0!==e))):void 0;xt([this,"access",e=>e.client,"access",e=>e.sendEvent,"optionalCall",t=>t({name:e,metrics:i,categories:s})])}catch(e){Lt("Failed to send event:",e)}}sendLog(e,t,o){if(this.ensureInitialized())try{Lt("Sending log:",{level:e,message:t,extra:o}),this.sendEvent("cli_log",void 0,{level:e,message:t,...o})}catch(e){Lt("Failed to send log:",e)}}reportError(e,t,o){if(this.ensureInitialized())try{const i={ev_type:"js_error",payload:{error:{name:e.name,message:e.message,stack:e.stack},breadcrumbs:[],extra:t,source:o||{type:"manual"}}};Lt("Reporting JS error:",{name:e.name,message:e.message.slice(0,100),stack:xt([e,"access",e=>e.stack,"optionalAccess",e=>e.slice,"call",e=>e(0,200)]),extra:t,source:o}),this.client.report(i),Lt("JS error reported successfully")}catch(e){Lt("Failed to report error:",e)}}setContext(e,t){this.ensureInitialized()&&xt([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.set,"call",o=>o(e,t)])}mergeContext(e){this.ensureInitialized()&&(Lt("Merging context:",e),xt([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.merge,"call",t=>t(e)]))}deleteContext(e){this.ensureInitialized()&&xt([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.delete,"call",t=>t(e)])}clearContext(){this.ensureInitialized()&&xt([this,"access",e=>e.client,"access",e=>e.context,"optionalAccess",e=>e.clear,"call",e=>e()])}updateConfig(e){if(this.ensureInitialized())try{Lt("Updating config:",e),this.client.config({userId:e.userId,release:e.release,sessionId:e.sessionId,env:e.env})}catch(e){Lt("Failed to update config:",e)}}async flush(e=1500){this.ensureInitialized()&&(Lt("Flushing Slardar data..."),xt([this,"access",e=>e.client,"access",e=>e.getSender,"optionalCall",e=>e(),"optionalAccess",e=>e.flush,"call",e=>e()]),Lt("Waiting %dms for events to be sent...",e),await new Promise((t=>setTimeout(t,e))),Lt("Slardar data flushed"))}getRawClient(){return this.client}}const Dt=new Ot;function Ut(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Bt="cli_start",qt="cli_command",Mt="cli_command_complete",Nt="cli_error",$t="network_request",Gt="file_operation",Ft={cliStart:e=>({name:Bt,metrics:{duration:0,...e}}),cliCommand:(e,t)=>({name:qt,categories:{command:e,args:Ut([t,"optionalAccess",e=>e.args]),status:"running",...Ut([t,"optionalAccess",e=>e.categories])},metrics:Ut([t,"optionalAccess",e=>e.metrics])}),cliCommandComplete:(e,t,o,i)=>({name:Mt,categories:{command:e,args:Ut([i,"optionalAccess",e=>e.args]),status:t?"success":"fail",...Ut([i,"optionalAccess",e=>e.categories])},metrics:{duration:o,...Ut([i,"optionalAccess",e=>e.errorCode])&&{errorCode:i.errorCode}}}),networkRequest:(e,t)=>({name:$t,categories:{url:e,method:Ut([t,"optionalAccess",e=>e.method])||"GET",statusCode:Ut([t,"optionalAccess",e=>e.statusCode,"optionalAccess",e=>e.toString,"call",e=>e()]),status:Ut([t,"optionalAccess",e=>e.success])?"success":"fail"},metrics:{duration:Ut([t,"optionalAccess",e=>e.duration])}}),fileOperation:(e,t,o)=>({name:Gt,categories:{operation:e,filePath:t,status:Ut([o,"optionalAccess",e=>e.success])?"success":"fail"},metrics:{duration:Ut([o,"optionalAccess",e=>e.duration]),fileSize:Ut([o,"optionalAccess",e=>e.fileSize])}}),cliError:(e,t)=>({name:Nt,categories:{errorName:e.name,errorMessage:e.message,stack:e.stack||"",...t},metrics:{errorCode:1}})};function Vt(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Wt(e){return(...t)=>{try{const o=e(...t);return o instanceof Promise?o.catch((()=>{})):o}catch(e){}}}const Ht=Wt((()=>{var e,t;Dt.setup({bid:"coze_cli",release:Ae,env:"production",userId:process.env.USER||"",useLocalConfig:!1,domain:"mon.zijieapi.com"}),Dt.mergeContext({platform:process.platform,callerPlatform:(e=process.env.COZE_CLI_PLATFORM,t=()=>"unknown",null!=e?e:t()),nodeVersion:process.version,cliVersion:Ae})})),Jt=Wt((e=>{const t=Ft.cliCommand(e);Dt.sendEvent(t.name,t.metrics,t.categories)})),Kt=Wt(((e,t,o,i)=>{const s=Ft.cliCommandComplete(e,t,o,{errorCode:Vt([i,"optionalAccess",e=>e.errorCode])});Dt.sendEvent(s.name,s.metrics,s.categories)})),Qt=Wt(((e,t)=>{Dt.reportError(e,t,{type:"cli",data:t})})),Yt=Wt((async()=>{await Dt.flush()}));async function Zt(e,t){if(e.config.disableTelemetry)return void await t();Ht();const o=function(e){if(e.commandName)return e.commandName;const t=[];for(const o of e.argv){if(o.startsWith("-"))break;t.push(o)}return t.join(" ")||"unknown"}(e);Jt(o);const i=Date.now();let s,n=!0;try{await t()}catch(e){throw n=!1,s=e instanceof Error?e:new Error(String(e)),e}finally{const e=Date.now()-i;try{n?Kt(o,!0,e):(s&&Qt(s,{command:o}),Kt(o,!1,e)),await Yt()}catch(e){}}}function Xt(e,t){return null!=e?e:t()}const eo=i.join(n.homedir(),".coze","logs");class to{__init(){this.fileStream=null}__init2(){this.writeError=!1}constructor(e={}){to.prototype.__init.call(this),to.prototype.__init2.call(this),this.format=Xt(e.format,(()=>"text")),this.printToStderr=Xt(e.printToStderr,(()=>!1)),this.tags=Xt(e.tags,(()=>({}))),this.startTime=Date.now();const t=Xt(e.logFile,(()=>this.getDefaultLogPath()));this.logFile=t;try{this.ensureLogDir(),this.rotateLogFiles(),this.fileStream=r.createWriteStream(t,{flags:"a"}),this.fileStream.on("error",(()=>{this.fileStream=null}))}catch(e){this.logFile=null,this.fileStream=null}}getDefaultLogPath(){const e=(new Date).toISOString().replace(/[:.]/g,"-"),{pid:t}=process;return i.join(eo,`${e}-${t}.log`)}ensureLogDir(){r.existsSync(eo)||r.mkdirSync(eo,{recursive:!0})}rotateLogFiles(){try{const e=r.readdirSync(eo).filter((e=>e.endsWith(".log"))).map((e=>({name:e,path:i.join(eo,e),mtime:r.statSync(i.join(eo,e)).mtime.getTime()}))).sort(((e,t)=>t.mtime-e.mtime));e.length>=10&&e.slice(9).forEach((e=>{try{r.unlinkSync(e.path)}catch(e){}}))}catch(e){}}verbose(e,...t){this.log("verbose",e,t)}info(e,...t){this.log("info",e,t)}warn(e,...t){this.log("warn",e,t)}error(e,...t){this.log("error",e,t)}success(e,...t){this.log("success",e,t)}debug(e,...t){this.log("debug",e,t)}debugFileOnly(e,...t){this.log("debug",e,t,!1)}log(e,t,o,i=this.printToStderr){const s=this.formatEntry(e,t,o);if(this.fileStream)try{this.fileStream.write(`${s}\n`)}catch(e){!this.writeError&&i&&(process.stderr.write("Warning: Log write failed\n"),this.writeError=!0)}i&&process.stderr.write(`${s}\n`)}formatEntry(e,t,o){const i=(new Date).toISOString(),s=Date.now()-this.startTime;if("json"===this.format){const n={level:e,timestamp:i,delta:s,...this.tags,message:t};return o.length>0&&(n.args=o),JSON.stringify(n)}const n=Object.entries(this.tags).map((([e,t])=>`${e}=${t}`)).join(" "),r=o.length>0?` ${o.map(String).join(" ")}`:"";return`${e.toUpperCase().padEnd(7)} [${i}] +${s}ms ${n} ${t}${r}`}close(){if(this.fileStream)try{this.fileStream.end()}catch(e){}}}function oo(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const io=new Set(["authorization","cookie","set-cookie"]),so=/(^|_|-)(token|secret|password|authorization|cookie)(_|-|$)/i,no=Symbol("request-debug-json-parse-fallback");let ro=null,ao=!1,co=!1;const lo=e.customFetch.fetch.bind(e.customFetch),po=e=>"[object Object]"===Object.prototype.toString.call(e),uo=e=>{try{return JSON.stringify(e)}catch(t){return JSON.stringify(String(e))}},mo=e=>{if("string"!=typeof e)return"***";const t=e.trim(),o=oo([/^bearer\s+/i,"access",e=>e.exec,"call",e=>e(t),"optionalAccess",e=>e[0]]);return o?`${o}***`:"***"},go=(e,t)=>t&&so.test(t)?mo(e):Array.isArray(e)?e.map((e=>go(e))):po(e)?Object.fromEntries(Object.entries(e).map((([e,t])=>[e,go(t,e)]))):e,ho=e=>{if(!e)return{};if(e instanceof Headers)return Object.fromEntries(Array.from(e.entries()).map((([e,t])=>[e.toLowerCase(),t])));if(Array.isArray(e))return Object.fromEntries(e.map((([e,t])=>[e.toLowerCase(),String(t)])));const t=e;return"function"==typeof t.toJSON?ho(t.toJSON()):"function"==typeof t.entries?Object.fromEntries(Array.from(t.entries()).map((([e,t])=>[e.toLowerCase(),t]))):Object.fromEntries(Object.entries(e).map((([e,t])=>[e.toLowerCase(),Array.isArray(t)?t.map((e=>String(e))).join(", "):String(t)])))},fo=(e,t)=>e[t.toLowerCase()],_o=(e,t,o="binary")=>{const i=(e=>"string"==typeof e?u.Buffer.byteLength(e):u.Buffer.isBuffer(e)?e.length:e instanceof Uint8Array||e instanceof ArrayBuffer?e.byteLength:"undefined"!=typeof Blob&&e instanceof Blob?e.size:void 0)(e),s=[o];return t&&s.push(t),"number"==typeof i&&s.push(`${i} bytes`),`[${s.join("; ")}]`},yo=(t,o)=>{if(null==t||""===t)return"<empty>";const i=oo([fo,"call",e=>e(o,"content-type"),"optionalAccess",e=>e.toLowerCase,"call",e=>e()]);if(oo([i,"optionalAccess",e=>e.includes,"call",e=>e("multipart/form-data")]))return _o(t,i,"multipart");if(t instanceof URLSearchParams)return uo(go(Object.fromEntries(Array.from(t.entries()))));if(u.Buffer.isBuffer(t)||t instanceof Uint8Array||t instanceof ArrayBuffer||"undefined"!=typeof Blob&&t instanceof Blob)return _o(t,i);if("string"==typeof t){const o=(t=>{const o=e.safeJsonParse(t,no);if(o!==no)return o})(t);return void 0!==o?uo(go(o)):JSON.stringify(t)}return Array.isArray(t)||po(t)?uo(go(t)):_o(t,i,typeof t)},bo=(e,t)=>{try{return new URL(e,t).toString()}catch(o){return t?`${t}${e}`:e}},vo=e=>{const t=ho(e);return t["x-tt-logid"]||t["x-tt-log-id"]||t.logid||""},wo=e=>(e||"GET").toUpperCase(),Co=e=>{ao&&ro&&(ro instanceof to?ro.debugFileOnly(e):ro.debug(e))},Eo=({method:e,url:t,headers:o,body:i})=>{const s=ho(o);Co(`[DBG][HTTP][REQ] ${e} ${t}\nheaders: ${uo((e=>Object.fromEntries(Object.entries(e).map((([e,t])=>[e,io.has(e)?mo(t):t]))))(s))}\nbody: ${yo(i,s)}`)},Io=({method:e,url:t,status:o,logId:i})=>{Co(`[DBG][HTTP][RES] ${e} ${t} status=${o} logid=${i||"-"}`)},Ao=({method:e,url:t,status:o,logId:i,message:s})=>{const n=(a=()=>"ERR",null!=(r=o)?r:a());var r,a;const c=s?` error=${JSON.stringify(s)}`:"";Co(`[DBG][HTTP][ERR] ${e} ${t} status=${n} logid=${i||"-"}${c}`)},So=(e,t)=>t&&"body"in t?t.body:"object"==typeof e&&e&&"body"in e&&null!==e.body?"[request body stream]":void 0,jo=()=>{e.axiosInstance.interceptors.request.use((e=>((e=>{const t=wo(e.method),o=bo(e.url||"",e.baseURL),i=ho(e.headers);Eo({method:t,url:o,headers:i,body:e.data})})(e),e))),e.axiosInstance.interceptors.response.use((e=>((e=>{const t=wo(oo([e,"access",e=>e.config,"optionalAccess",e=>e.method])),o=bo(oo([e,"access",e=>e.config,"optionalAccess",e=>e.url])||"",oo([e,"access",e=>e.config,"optionalAccess",e=>e.baseURL]));Io({method:t,url:o,status:e.status,logId:vo(e.headers)})})(e),e)),(e=>((e=>{const t=wo(oo([e,"access",e=>e.config,"optionalAccess",e=>e.method])),o=bo(oo([e,"access",e=>e.config,"optionalAccess",e=>e.url])||"",oo([e,"access",e=>e.config,"optionalAccess",e=>e.baseURL]));Ao({method:t,url:o,status:oo([e,"access",e=>e.response,"optionalAccess",e=>e.status]),logId:vo(oo([e,"access",e=>e.response,"optionalAccess",e=>e.headers])),message:e.message})})(e),Promise.reject(e))))},Po=()=>{e.customFetch.fetch=async(t,o)=>{const i=((e,t)=>oo([t,"optionalAccess",e=>e.method])?wo(t.method):"object"==typeof e&&e&&"method"in e&&"string"==typeof e.method?wo(e.method):"GET")(t,o),s=(e=>"string"==typeof e?e:e instanceof URL?e.toString():"object"==typeof e&&e&&"url"in e&&"string"==typeof e.url?e.url:String(e))(t),n=e.customFetch.getRequestHeaders(t,o);Eo({method:i,url:s,headers:n,body:So(t,o)});try{const e=await lo(t,o);return Io({method:i,url:s,status:e.status,logId:vo(e.headers)}),e}catch(e){throw Ao({method:i,url:s,message:e instanceof Error?e.message:String(e)}),e}}};function ko(e,t){return null!=e?e:t()}function To(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}var zo;!function(e){e.AUTHORIZATION_PENDING="authorization_pending";e.SLOW_DOWN="slow_down";e.ACCESS_DENIED="access_denied";e.EXPIRED_TOKEN="expired_token"}(zo||(zo={}));const Ro=e=>new Promise((t=>setTimeout(t,e))),xo=e.createRequestClient({baseURL:"https://api.coze.com",useDefaultPlugins:!0,plugins:[{name:"oauth-error-handler",onError:t=>{if(e.isHttpError(t))throw t;const o=t,i=ko(To([o,"access",e=>e.response,"optionalAccess",e=>e.data]),(()=>({}))),s=i.error_description||i.error||o.message,n={status:To([o,"access",e=>e.response,"optionalAccess",e=>e.status]),code:i.error,config:o.config,response:o.response,data:i};throw new e.HttpError(ko(s,(()=>"OAuth request failed")),n)}}]});async function Lo(e){return(await xo.post("/api/permission/oauth2/token",{grant_type:"urn:ietf:params:oauth:grant-type:device_code",client_id:e.clientId,device_code:e.deviceCode},{baseURL:e.baseURL})).data}const Oo=async(t,o)=>{const i=process.env.HTTP_PROXY||process.env.http_proxy,s=process.env.HTTPS_PROXY||process.env.https_proxy;if(s||i){const o=new m.EnvHttpProxyAgent;e.customFetch.setDispatcher(o);const[{HttpProxyAgent:n},{HttpsProxyAgent:r}]=await Promise.all([import("http-proxy-agent"),import("https-proxy-agent")]);e.axiosInstance$1.defaults.proxy=!1,xo.defaults.proxy=!1,s&&(e.axiosInstance$1.defaults.httpsAgent=new r(s),xo.defaults.httpsAgent=new r(s),t.ui.debug(`HTTPS proxy enabled: ${s}`)),i&&(e.axiosInstance$1.defaults.httpAgent=new n(i),xo.defaults.httpAgent=new n(i),t.ui.debug(`HTTP proxy enabled: ${i}`))}await o()};let Do=()=>{},Uo=null;const Bo=e=>"object"==typeof e&&null!==e&&!Array.isArray(e),qo=(e,t)=>{return Bo(o=e)&&"function"==typeof o.set?(Object.entries(t).forEach((([t,o])=>{e.set(t,o)})),e):{...Bo(e)?e:{},...t};var o},Mo=t=>{Do=t,null===Uo&&(Uo=e.axiosInstance$1.interceptors.request.use((t=>{const o=l.getCozeAccountHeaders(Do());return 0!==Object.keys(o).length&&l.shouldInjectCozeAccountHeader((t=>{const o=t.url;if(!o)return"";try{return new URL(o,t.baseURL||e.axiosInstance$1.defaults.baseURL).toString()}catch(e){return""}})(t))?(t.headers=qo(t.headers,o),t):t})))};async function No(t,o){Mo((()=>t.config.organizationId)),l.installScopedCozeAccountFetchHeader({getOrganizationId:()=>t.config.organizationId});const i=await t.auth.getValidAccessToken();e.axiosInstance$1.defaults.baseURL=t.config.apiBaseUrl;const s=`Bearer ${i}`;e.axiosInstance$1.defaults.headers.Authorization=s,e.axiosInstance$1.defaults.headers["x-request-from-coze-cli"]="1",e.customFetch.setHeaders({Authorization:s,"x-request-from-coze-cli":"1"}),t.config.xTTEnv&&(e.axiosInstance$1.defaults.headers["x-use-ppe"]="1",e.axiosInstance$1.defaults.headers["x-tt-env"]=t.config.xTTEnv,e.customFetch.setHeaders({"x-use-ppe":"1","x-tt-env":t.config.xTTEnv})),await o()}function $o(e){if(!Array.isArray(e))throw new TypeError("Middleware stack must be an array!");for(const t of e)if("function"!=typeof t)throw new TypeError("Middleware must be composed of functions!");return function(t,o){let i=-1;return function s(n){if(n<=i)return Promise.reject(new Error("next() called multiple times"));i=n;let r=e[n];n===e.length&&(r=o);if(!r)return Promise.resolve();try{return Promise.resolve(r(t,s.bind(null,n+1)))}catch(e){return Promise.reject(e)}}(0)}}var Go,Fo,Vo,Wo,Ho,Jo,Ko,Qo,Yo,Zo,Xo,ei,ti,oi,ii,si,ni,ri,ai,ci,li,di,pi,ui,mi,gi,hi,fi,_i,yi,bi,vi,wi,Ci,Ei,Ii,Ai,Si,ji,Pi,ki,Ti,zi,Ri,xi,Li,Oi,Di,Ui,Bi,qi,Mi,Ni,$i,Gi;function Fi(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}!function(e){e.app="app";e.pat="pat"}(Go||(Go={})),function(e){e.can_apply2="CanApply";e.already_applied2="AlreadyApplied";e.joined4="Joined";e.deny3="Deny"}(Fo||(Fo={})),function(e){e.processing="Processing";e.approved="Approved";e.rejected="Rejected";e.auto_approved="AutoApproved"}(Vo||(Vo={})),function(e){e.normal="Normal";e.connector="Connector";e.privilege="Privilege"}(Wo||(Wo={})),function(e){e.auth_app="AuthApp";e.on_behalf_of_user="OnBehalfOfUser"}(Ho||(Ho={})),function(e){e.password="Password";e.sms="Sms";e.email="Email";e.unknown3="Unknown"}(Jo||(Jo={})),function(e){e.email2="Email";e.phone="Phone";e.unknown4="Unknown"}(Ko||(Ko={})),function(e){e.authorized="authorized";e.unauthorized="unauthorized";e.expired4="expired"}(Qo||(Qo={})),function(e){e.api_key="api_key";e.wechat_official="wechat_official";e.oauth_2="oauth2"}(Yo||(Yo={})),function(e){e.noncertificated="Noncertificated";e.certificated="Certificated"}(Zo||(Zo={})),function(e){e.uncertified="Uncertified";e.personal_certification="PersonalCertification";e.enterprise_certification="EnterpriseCertification"}(Xo||(Xo={})),function(e){e.obo="Obo";e.app_auth="AppAuth";e.personal_access_token="PersonalAccessToken"}(ei||(ei={})),function(e){e.legacy="Legacy";e.web_backend="WebBackend";e.single_page_or_native="SinglePageOrNative";e.terminal="Terminal";e.service="Service"}(ti||(ti={})),function(e){e.bot_editor="BotEditor";e.bot_developer="BotDeveloper";e.bot_operator="BotOperator"}(oi||(oi={})),function(e){e.workspace="Workspace";e.o_auth_app="OAuthApp";e.authorized_o_auth_app="AuthorizedOAuthApp";e.service_access_token="ServiceAccessToken";e.personal_access_token2="PersonalAccessToken";e.connector2="Connector";e.normal_api_app="NormalApiApp";e.connector_api_app="ConnectorApiApp"}(ii||(ii={})),function(e){e.visitors_prohibited="VisitorsProhibited";e.guest_prohibited_by_invited_user_enterprise2="GuestProhibitedByInvitedUserEnterprise";e.prohibited_by_custom_people_management="ProhibitedByCustomPeopleManagement"}(si||(si={})),function(e){e.dev2="DEV";e.prod2="PROD"}(ni||(ni={})),function(e){e._1="1";e._30="30";e._90="90";e._180="180";e._365="365";e.customize="customize";e.permanent="permanent"}(ri||(ri={})),function(e){e._12="1";e._302="30";e._902="90";e._1802="180";e._3652="365";e.customize2="customize";e.permanent2="permanent"}(ai||(ai={})),function(e){e.aes_256_gcm="AES-256-GCM"}(ci||(ci={})),function(e){e.conversation="Conversation";e.unknown="Unknown"}(li||(li={})),function(e){e.active3="Active";e.inactive="Inactive"}(di||(di={})),function(e){e.cloud_kms="CloudKMS",e.default="Default";e.unknown2="Unknown"}(pi||(pi={})),function(e){e.user_custom2="user_custom";e.consumer3="consumer"}(ui||(ui={})),function(e){e.super_admin="SuperAdmin";e.admin="Admin";e.member="Member";e.guest="Guest"}(mi||(mi={})),function(e){e.join_enterprise_share_link_expiration_time="JoinEnterpriseShareLinkExpirationTime";e.sso="SSO";e.forbid_guest_join_enterprise="ForbidGuestJoinEnterprise";e.forbid_member_join_other_enterprise="ForbidMemberJoinOtherEnterprise";e.replace_enterprise_logo="ReplaceEnterpriseLogo";e.forbid_custom_people_management="ForbidCustomPeopleManagement";e.forbid_coze_store_plugin_access="ForbidCozeStorePluginAccess";e.enterprise_member_listing_skill_coze_store="EnterpriseMemberListingSkillCozeStore";e.listing_skill_enterprise_store_audit="ListingSkillEnterpriseStoreAudit"}(gi||(gi={})),function(e){e.string="String";e.boolean="Boolean";e.integer="Integer";e.string_list="StringList"}(hi||(hi={})),function(e){e.must_handle="MustHandle";e.no_need_handle="NoNeedHandle"}(fi||(fi={})),function(e){e.pending_review_app_auth="pending_review_app_auth";e.pending_review_app_obo="pending_review_app_obo";e.approved_app_auth="approved_app_auth";e.approved_app_obo="approved_app_obo"}(_i||(_i={})),function(e){e.no_permission="NoPermission";e.guest_prohibited_by_enterprise2="GuestProhibitedByEnterprise";e.guest_prohibited_by_invited_user_enterprise3="GuestProhibitedByInvitedUserEnterprise";e.guest_prohibited_by_custom_people_management="GuestProhibitedByCustomPeopleManagement"}(yi||(yi={})),function(e){e.confirming2="Confirming";e.joined3="Joined";e.rejected3="Rejected";e.revoked2="Revoked";e.expired3="Expired";e.deny2="Deny"}(bi||(bi={})),function(e){e.confirming="Confirming";e.joined2="Joined";e.rejected2="Rejected";e.revoked="Revoked";e.expired2="Expired"}(vi||(vi={})),function(e){e.can_join="CanJoin";e.guest_prohibited_by_enterprise="GuestProhibitedByEnterprise";e.guest_prohibited_by_invited_user_enterprise="GuestProhibitedByInvitedUserEnterprise"}(wi||(wi={})),function(e){e.can_apply="CanApply";e.already_applied="AlreadyApplied";e.joined="Joined";e.expired="Expired";e.deny="Deny"}(Ci||(Ci={})),function(e){e.free="Free";e.premium_lite="PremiumLite";e.premium="Premium";e.premium_plus="PremiumPlus";e.v_1_pro_instance="V1ProInstance";e.pro_personal="ProPersonal";e.coze_personal_plus="CozePersonalPlus";e.coze_personal_advanced="CozePersonalAdvanced";e.coze_personal_pro="CozePersonalPro";e.team="Team";e.enterprise_basic="EnterpriseBasic";e.enterprise="Enterprise";e.enterprise_pro="EnterprisePro"}(Ei||(Ei={})),function(e){e.user_custom_only="user_custom_only";e.all2="all"}(Ii||(Ii={})),function(e){e.system="system";e.custom="custom"}(Ai||(Ai={})),function(e){e.not_in_enterprise="NotInEnterprise";e.prohibited_by_custom_people_management2="ProhibitedByCustomPeopleManagement"}(Si||(Si={})),function(e){e.can_apply3="CanApply";e.already_applied3="AlreadyApplied";e.joined5="Joined";e.deny4="Deny"}(ji||(ji={})),function(e){e.super_admin2="SuperAdmin";e.admin2="Admin";e.member2="Member";e.guest2="Guest"}(Pi||(Pi={})),function(e){e.member_joining_auto_approved="MemberJoiningAutoApproved"}(ki||(ki={})),function(e){e.string2="String";e.boolean2="Boolean";e.integer2="Integer";e.string_list2="StringList"}(Ti||(Ti={})),function(e){e.developer="developer";e.consumer2="consumer"}(zi||(zi={})),function(e){e.all="all";e.owned="owned";e.others="others"}(Ri||(Ri={})),function(e){e.enterprise_member="EnterpriseMember";e.enterprise_guest="EnterpriseGuest"}(xi||(xi={})),function(e){e.not_created="NotCreated";e.enabled="Enabled";e.disabled="Disabled"}(Li||(Li={})),function(e){e.not_created2="NotCreated";e.not_support_not_supabase="NotSupportNotSupabase";e.enabled2="Enabled";e.disabled2="Disabled";e.not_support_project_type="NotSupportProjectType"}(Oi||(Oi={})),function(e){e.production="Production";e.development="Development"}(Di||(Di={})),(Ui||(Ui={})).skill="skill",function(e){e.dev="dev";e.prod="prod"}(Bi||(Bi={})),function(e){e.user_custom="user_custom";e.coze_default="coze_default";e.consumer="consumer"}(qi||(qi={})),function(e){e.active2="Active";e.deactive="Deactive"}(Mi||(Mi={})),function(e){e.active="active";e.deactivated="deactivated";e.offboarded="offboarded"}(Ni||(Ni={})),function(e){e.studio_space_selector="studio_space_selector";e.studio_create_project_btn="studio_create_project_btn";e.studio_home_page="studio_home_page";e.studio_develop="studio_develop";e.studio_library="studio_library";e.studio_tasks="studio_tasks";e.studio_evaluate="studio_evaluate";e.studio_space_manage="studio_space_manage";e.studio_templates_store="studio_templates_store";e.studio_plugins_store="studio_plugins_store";e.studio_agents_store="studio_agents_store";e.studio_playground="studio_playground";e.studio_docs="studio_docs";e.studio_enterprise_agents_store="studio_enterprise_agents_store";e.studio_enterprise_plugins_store="studio_enterprise_plugins_store";e.studio_organization_manage="studio_organization_manage";e.studio_enterprise_card="studio_enterprise_card";e.studio_subscription_card="studio_subscription_card";e.studio_personal_menu="studio_personal_menu";e.studio_more_products="studio_more_products";e.studio_notice="studio_notice";e.studio_migration_banner="studio_migration_banner";e.coding_space_selector="coding_space_selector";e.coding_create_project="coding_create_project";e.coding_project_manage="coding_project_manage";e.coding_integrations="coding_integrations";e.coding_library="coding_library";e.coding_tasks="coding_tasks";e.coding_playground="coding_playground";e.coding_evaluate="coding_evaluate";e.coding_coze_redirect="coding_coze_redirect";e.coding_docs="coding_docs";e.coding_community="coding_community";e.coding_enterprise_card="coding_enterprise_card";e.coding_subscription_card="coding_subscription_card";e.coding_personal_menu="coding_personal_menu";e.coding_notice="coding_notice";e.admin_organization_manage="admin_organization_manage";e.admin_member_manage="admin_member_manage";e.admin_enterprise_config="admin_enterprise_config"}($i||($i={})),function(e){e.root_user="RootUser";e.basic_user="BasicUser"}(Gi||(Gi={}));class Vi{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){Vi.prototype.__init.call(this),Vi.prototype.__init2.call(this),this.request=Fi([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=Fi([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}CreatePersonalAccessTokenAndPermission(e,t){const o=e,i=this.genBaseURL("/api/permission_api/pat/create_personal_access_token_and_permission"),s={name:o.name,expire_at:o.expire_at,duration_day:o.duration_day,organization_id:o.organization_id,workspace_permission:o.workspace_permission,account_permission:o.account_permission,workspace_permission_v2:o.workspace_permission_v2,enterprise_permission:o.enterprise_permission},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}UpdatePersonalAccessTokenAndPermission(e,t){const o=e,i=this.genBaseURL("/api/permission_api/pat/update_personal_access_token_and_permission"),s={workspace_permission:o.workspace_permission,account_permission:o.account_permission,workspace_permission_v2:o.workspace_permission_v2,enterprise_permission:o.enterprise_permission,id:o.id,name:o.name},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}DeletePersonalAccessTokenAndPermission(e,t){const o=e,i=this.genBaseURL("/api/permission_api/pat/delete_personal_access_token_and_permission"),s={id:o.id};return this.request({url:i,method:"POST",data:s},t)}ListPersonalAccessTokens(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/pat/list_personal_access_tokens"),s={organization_id:o.organization_id,page:o.page,size:o.size,search_option:o.search_option};return this.request({url:i,method:"GET",params:s},t)}GetPersonalAccessTokenAndPermission(e,t){const o=e,i=this.genBaseURL("/api/permission_api/pat/get_personal_access_token_and_permission"),s={id:o.id};return this.request({url:i,method:"GET",params:s},t)}ListPersonalAccessTokenSupportPermissions(e,t){const o=this.genBaseURL("/api/permission_api/pat/list_personal_access_token_support_permissions");return this.request({url:o,method:"GET"},t)}CheckPersonalAccessTokenInWorkspace(e,t){const o=e,i=this.genBaseURL("/api/permission_api/pat/check_personal_access_token_in_workspace"),s={workspace_id:o.workspace_id};return this.request({url:i,method:"GET",params:s},t)}AddCollaborator(e,t){const o=e,i=this.genBaseURL("/api/permission/authz/add_collaborator"),s={collaborator_types:o.collaborator_types,principal:o.principal,resource:o.resource};return this.request({url:i,method:"POST",data:s},t)}RemoveCollaborator(e,t){const o=e,i=this.genBaseURL("/api/permission/authz/remove_collaborator"),s={principal:o.principal,resource:o.resource};return this.request({url:i,method:"POST",data:s},t)}CreateAppMeta(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/create_app_meta"),s={app_type:o.app_type,client_type:o.client_type,name:o.name,description:o.description,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}ListAppMeta(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/app/list_app_meta"),s={organization_id:o.organization_id};return this.request({url:i,method:"GET",params:s},t)}GetAppMeta(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/get_app_meta"),s={appid:o.appid},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"GET",params:s,headers:n},t)}UpdateAppMeta(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/update_app_meta"),s={status:o.status,oauth2_configuration:o.oauth2_configuration,appid:o.appid,name:o.name,description:o.description,declared_permission:o.declared_permission,declared_permission_v2:o.declared_permission_v2},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}UploadPublicKey(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/upload_public_key"),s={appid:o.appid,public_key_pem:o.public_key_pem};return this.request({url:i,method:"POST",data:s},t)}DeletePublicKey(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/delete_public_key"),s={fingerprint:o.fingerprint};return this.request({url:i,method:"POST",data:s},t)}CreateClientSecret(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/create_client_secret"),s={appid:o.appid};return this.request({url:i,method:"POST",data:s},t)}DeleteClientSecret(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/delete_client_secret"),s={appid:o.appid,client_secret_id:o.client_secret_id};return this.request({url:i,method:"POST",data:s},t)}PutOAuth2Configuration(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/put_oauth2_configuration"),s={oauth2_configuration:o.oauth2_configuration,appid:o.appid};return this.request({url:i,method:"POST",data:s},t)}AuthorizeAppWithDeclaredPermission(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/authorize_app_with_declared_permission"),s={appid:o.appid,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}ListAuthorizedApps(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/list_authorized_apps"),s={page:o.page,size:o.size},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"GET",params:s,headers:n},t)}GetAppAuthorizationRequestInfo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/get_app_authorization_request_info"),s={authorize_key:o.authorize_key},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"GET",params:s,headers:n},t)}RevokeAppAuthorizedPermission(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/revoke_app_authorized_permission"),s={authorization_type:o.authorization_type,appid:o.appid,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}DeleteApp(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/delete_app"),s={appid:o.appid};return this.request({url:i,method:"POST",data:s},t)}ModifyCollaborator(e,t){const o=e,i=this.genBaseURL("/api/permission/authz/modify_collaborator"),s={principal:o.principal,resource:o.resource,collaborator_types:o.collaborator_types};return this.request({url:i,method:"POST",data:s},t)}BatchAddCollaborator(e,t){const o=e,i=this.genBaseURL("/api/permission/authz/batch_add_collaborator"),s={principal_type:o.principal_type,resource:o.resource,principal_ids:o.principal_ids,collaborator_types:o.collaborator_types};return this.request({url:i,method:"POST",data:s},t)}GetAppInstallationRequestInfo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/get_app_installation_request_info"),s={appid:o.appid},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"GET",params:s,headers:n},t)}AppInstallationConsent(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/app_installation_consent"),s={appid:o.appid,installation_account_hint:o.installation_account_hint};return this.request({url:i,method:"POST",data:s},t)}ImpersonateCozeUser(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/coze_web_app/impersonate_coze_user"),s={duration_seconds:o.duration_seconds,scope:o.scope,connector_info:o.connector_info};return this.request({url:i,method:"POST",data:s},t)}GetVolcanoConnectInfoWithInsName(e,t){const o=this.genBaseURL("/api/permission_api/volcano/get_volcano_connect_info_with_ins_name");return this.request({url:o,method:"GET"},t)}GetVolcanoMaskedMobile(e,t){const o=this.genBaseURL("/api/permission_api/volcano/get_volcano_masked_mobile");return this.request({url:o,method:"GET"},t)}BindVolcano(e,t){const o=this.genBaseURL("/api/permission_api/volcano/bind_volcano");return this.request({url:o,method:"POST"},t)}AuthorizeAppWithSpecifiedWorkspace(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/authorize_app_with_specified_permission"),s={appid:o.appid,workspace_list:o.workspace_list,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}GetUserProfile(e,t){const o=this.genBaseURL("/v1/users/me");return this.request({url:o,method:"GET"},t)}ListAppAuthorizations(e,t){const o=e,i=this.genBaseURL(`/v1/oauth-apps/${o.appid}/authorizations`),s={page_num:o.page_num,page_size:o.page_size},n={authorization:o.authorization};return this.request({url:i,method:"GET",params:s,headers:n},t)}GetCertificationInfo(e,t){const o=this.genBaseURL("/api/permission_api/enterprise/get_certification_info");return this.request({url:o,method:"GET"},t)}NeedCreateEnterprise(e,t){const o=this.genBaseURL("/api/permission_api/enterprise/need_create_enterprise");return this.request({url:o,method:"GET"},t)}CreateEnterprise(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/create_enterprise"),s={name:o.name,icon_uri:o.icon_uri};return this.request({url:i,method:"POST",data:s},t)}ListEnterprise(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/enterprise/list_enterprises"),s={contain_enterprise_of_user:o.contain_enterprise_of_user,contain_organization_of_user:o.contain_organization_of_user,contain_guest_enterprise_of_user:o.contain_guest_enterprise_of_user,is_space:o.is_space};return this.request({url:i,method:"GET",params:s},t)}GetEnterprise(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_enterprise"),s={enterprise_id:o.enterprise_id};return this.request({url:i,method:"GET",params:s},t)}UpdateEnterprise(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_enterprise"),s={enterprise_id:o.enterprise_id,name:o.name,icon_uri:o.icon_uri,replace_logo:o.replace_logo};return this.request({url:i,method:"POST",data:s},t)}UpdateEnterpriseSettings(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_enterprise_settings"),s={enterprise_id:o.enterprise_id,enterprise_settings:o.enterprise_settings};return this.request({url:i,method:"POST",data:s},t)}BatchAddEnterprisePeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/batch_add_enterprise_people"),s={enterprise_id:o.enterprise_id,enterprise_people:o.enterprise_people,need_check_people_valid:o.need_check_people_valid};return this.request({url:i,method:"POST",data:s},t)}RemoveEnterprisePeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/remove_enterprise_people"),s={enterprise_id:o.enterprise_id,user_id:o.user_id,receiver:o.receiver,sync_default_organization:o.sync_default_organization};return this.request({url:i,method:"POST",data:s},t)}UpdateEnterprisePeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_enterprise_people"),s={enterprise_id:o.enterprise_id,user_id:o.user_id,enterprise_role_type_list:o.enterprise_role_type_list,sync_default_organization:o.sync_default_organization};return this.request({url:i,method:"POST",data:s},t)}CreateEnterpriseInviteLink(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/create_enterprise_invite_link"),s={enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}CreateJoinApplication(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/create_join_application"),s={key:o.key,remark:o.remark};return this.request({url:i,method:"POST",data:s},t)}GetInviteInfo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_invite_info"),s={invite_key:o.invite_key};return this.request({url:i,method:"GET",params:s},t)}UpdateJoinApplication(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_join_application"),s={application_status:o.application_status,enterprise_id:o.enterprise_id,join_application_id_list:o.join_application_id_list};return this.request({url:i,method:"POST",data:s},t)}ListPersonalAccessTokensByCreator(e,t){const o=e,i=this.genBaseURL("/api/permission_api/permission/list_personal_access_tokens_by_creator"),s={organization_id:o.organization_id};return this.request({url:i,method:"GET",params:s},t)}ListAppInstallations(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/app/list_app_installations"),s={enterprise_id:o.enterprise_id,organization_id:o.organization_id},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"GET",params:s,headers:n},t)}GetEnterpriseSettings(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_enterprise_settings"),s={enterprise_id:o.enterprise_id,enterprise_setting_key_list:o.enterprise_setting_key_list};return this.request({url:i,method:"POST",data:s},t)}SearchCanAddEnterprisePeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/search_can_add_enterprise_people"),s={people_type:o.people_type,enterprise_id:o.enterprise_id,search_key:o.search_key};return this.request({url:i,method:"POST",data:s},t)}SearchEnterprisePeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/search_enterprise_people"),s={people_type:o.people_type,enterprise_id:o.enterprise_id,search_key:o.search_key,enterprise_role_type_list:o.enterprise_role_type_list,need_volcano_user_info:o.need_volcano_user_info,need_people_number:o.need_people_number,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}ListJoinApplication(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/list_join_application"),s={application_status:o.application_status,enterprise_id:o.enterprise_id,search_key:o.search_key,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}PostAdapterMpV1Code2Session(e,t){const o=e||{},i=this.genBaseURL("/adapter/mp/v1/code2session"),s={bot_id:o.bot_id,app_id:o.app_id,connector_id:o.connector_id,code:o.code,with_userinfo:o.with_userinfo,execute_mode:o.execute_mode,agent_type:o.agent_type,agent_version:o.agent_version};return this.request({url:i,method:"POST",data:s},t)}SubmitAppOboInstallationReview(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/submit_app_obo_installation_review"),s={appid:o.appid,enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}InstallAppObo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/install_app_obo"),s={appid:o.appid,enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}UninstallAppObo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/uninstall_app_obo"),s={appid:o.appid,enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}GetChecklistForWorkspaceMigration(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/get_checklist_for_workspace_migration"),s={workspace_id_list:o.workspace_id_list};return this.request({url:i,method:"POST",data:s},t)}CheckEnterpriseExist(e,t){const o=this.genBaseURL("/api/permission_api/enterprise/check_enterprise_exist");return this.request({url:o,method:"GET"},t)}GetSSOSetting(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_sso_setting"),s={enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}BatchMigrateAuthorization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/app/batch_migrate_authorization"),s={authorization_list:o.authorization_list,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}ListJoinInvitation(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/list_join_invitation"),s={invitation_status:o.invitation_status,enterprise_id:o.enterprise_id,search_key:o.search_key,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}RevokeJoinInvitation(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/revoke_join_invitation"),s={enterprise_id:o.enterprise_id,join_invitation_id:o.join_invitation_id};return this.request({url:i,method:"POST",data:s},t)}UpdateJoinInvitation(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_join_invitation"),s={enterprise_id:o.enterprise_id,join_invitation_id:o.join_invitation_id,joined:o.joined};return this.request({url:i,method:"POST",data:s},t)}GetJoinInvitation(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_join_invitation"),s={join_invitation_id:o.join_invitation_id};return this.request({url:i,method:"POST",data:s},t)}SearchPeopleInOtherEnterprise(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/search_people_in_other_enterprise"),s={enterprise_id:o.enterprise_id,search_key:o.search_key,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}CreateApplicationForEnterpriseMember(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/create_application_for_enterprise_member"),s={enterprise_id:o.enterprise_id,remark:o.remark};return this.request({url:i,method:"POST",data:s},t)}GetApplicationForEnterpriseMember(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_application_for_enterprise_member"),s={enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}AuthorizeAppsAndPersonalaccesstokenListWithPersonalAccountPermission(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/app/authorize_apps_and_patlist_with_personalaccountpermission"),s={crossaccount_authinfo_list:o.crossaccount_authinfo_list};return this.request({url:i,method:"POST",data:s},t)}RevokeAppAndPersonalaccesstokenPersonalAccountPermission(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/app/revoke_app_and_pat_personalaccountpermission"),s={crossaccount_authinfo:o.crossaccount_authinfo};return this.request({url:i,method:"POST",data:s},t)}GetAppsAndPersonalAccessTokenListForPersonalAccountPermissionAuthorization(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/app/get_apps_and_patlist_for_personalaccountpermission_authorization"),s={page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}create_service_identity(e,t){const o=e,i=this.genBaseURL("/api/permission_api/service/create_service_identity"),s={name:o.name,organization_id:o.organization_id,expire_at:o.expire_at,duration_day:o.duration_day,permission:o.permission},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}get_service_identity(e,t){const o=e,i=this.genBaseURL("/api/permission_api/service/get_service_identity"),s={id:o.id};return this.request({url:i,method:"GET",params:s},t)}update_service_identity(e,t){const o=e,i=this.genBaseURL("/api/permission_api/service/update_service_identity"),s={permission:o.permission,id:o.id,name:o.name,expire_at:o.expire_at,duration_day:o.duration_day},n={"x-tt-env":o["x-tt-env"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}delete_service_identity(e,t){const o=e,i=this.genBaseURL("/api/permission_api/service/delete_service_identity"),s={id:o.id};return this.request({url:i,method:"POST",params:s},t)}list_service_identities(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/service/list_service_identities"),s={organization_id:o.organization_id};return this.request({url:i,method:"GET",params:s},t)}ListEncryptionConfiguration(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterpise/list_encryption_configuration"),s={organization_id:o.organization_id};return this.request({url:i,method:"GET",params:s},t)}UpdateEncryptionConfiguration(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/enterpise/update_encryption_configuration"),s={encryption_configuration:o.encryption_configuration};return this.request({url:i,method:"POST",data:s},t)}SearchOrganization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/search_organization"),s={enterprise_id:o.enterprise_id,search_key:o.search_key,joined:o.joined,need_people_number:o.need_people_number,need_workspace_number:o.need_workspace_number,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}CreateOrganization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/create_organization"),s={enterprise_id:o.enterprise_id,name:o.name,icon_uri:o.icon_uri,description:o.description};return this.request({url:i,method:"POST",data:s},t)}GetOrganization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_organization"),s={organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}UpdateOrganization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_organization"),s={organization_id:o.organization_id,name:o.name,icon_uri:o.icon_uri,description:o.description};return this.request({url:i,method:"POST",data:s},t)}SearchCanAddOrganizationPeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/search_can_add_organization_people"),s={organization_id:o.organization_id,search_key:o.search_key,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}SearchOrganizationPeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/search_organization_people"),s={organization_role_type:o.organization_role_type,people_type:o.people_type,organization_id:o.organization_id,search_key:o.search_key,page:o.page,page_size:o.page_size,organization_role_type_list:o.organization_role_type_list};return this.request({url:i,method:"POST",data:s},t)}CreateJoinOrganizationApplication(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/create_join_organization_application"),s={organization_id:o.organization_id,remark:o.remark};return this.request({url:i,method:"POST",data:s},t)}ListJoinOrganizationApplication(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/list_join_organization_application"),s={application_status:o.application_status,organization_id:o.organization_id,search_key:o.search_key,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}UpdateJoinOrganizationApplication(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_join_organization_application"),s={application_status:o.application_status,organization_id:o.organization_id,join_application_id_list:o.join_application_id_list};return this.request({url:i,method:"POST",data:s},t)}GetOrganizationApplicationForEnterpriseMember(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_organization_application_for_enterprise_member"),s={organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}CanCustomEncryptionConfiguration(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterpise/can_custom_encryption_configuration"),s={enterprise_id:o.enterprise_id};return this.request({url:i,method:"GET",params:s},t)}BatchAddOrganizationPeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/batch_add_organization_people"),s={organization_id:o.organization_id,organization_people:o.organization_people};return this.request({url:i,method:"POST",data:s},t)}RemoveOrganizationPeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/remove_organization_people"),s={organization_id:o.organization_id,user_id:o.user_id,receiver:o.receiver};return this.request({url:i,method:"POST",data:s},t)}UpdateOrganizationPeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_organization_people"),s={organization_role_type:o.organization_role_type,organization_id:o.organization_id,user_id:o.user_id};return this.request({url:i,method:"POST",data:s},t)}DownloadRemoteAttestationEvidence(e,t){const o=e,i=this.genBaseURL("/api/permission_api/aicc/download_remote_attestation_evidence"),s={component_name:o.component_name};return this.request({url:i,method:"GET",params:s},t)}GetAgentAiccInfo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/aicc/get_agent_aicc_info"),s={agent_id:o.agent_id};return this.request({url:i,method:"GET",params:s},t)}CheckDeleteOrganization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/check_delete_organization"),s={organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}DeleteOrganization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/delete_organization"),s={organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}ListProjectUsers(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/list_project_users"),s={project_id:o.project_id,page_size:o.page_size,page_number:o.page_number,environment:o.environment,filter:o.filter};return this.request({url:i,method:"POST",data:s},t)}DeleteProjectUser(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/delete_project_user"),s={environment:o.environment,project_id:o.project_id,user_id:o.user_id};return this.request({url:i,method:"POST",data:s},t)}GetProjectAuthConfig(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/get_project_auth_config"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}UpdateProjectAuthConfig(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/update_project_auth_config"),s={project_id:o.project_id,configuration:o.configuration};return this.request({url:i,method:"POST",data:s},t)}ListProjectSecret(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/list_project_secret"),s={env:o.env,project_id:o.project_id,with_providers:o.with_providers,deploy_id:o.deploy_id,option:o.option};return this.request({url:i,method:"POST",data:s},t)}UpdateProjectSecret(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/update_project_secret"),s={project_id:o.project_id,update_secrets:o.update_secrets,update_cred_provider:o.update_cred_provider};return this.request({url:i,method:"POST",data:s},t)}DeleteProjectSecret(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/delete_project_secret"),s={project_id:o.project_id,keys:o.keys,cred_provider_ids:o.cred_provider_ids};return this.request({url:i,method:"POST",data:s},t)}EncryptProjectSecret(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/encrypt_project_secret"),s={project_id:o.project_id,project_type:o.project_type,encrypt_secrets:o.encrypt_secrets};return this.request({url:i,method:"POST",data:s},t)}InsertProjectSecret(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/insert_project_secret"),s={project_id:o.project_id,insert_secrets:o.insert_secrets};return this.request({url:i,method:"POST",data:s},t)}OutboundAuthCallback(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/outbound_auth/callback"),s={session_id:o.session_id,error:o.error};return this.request({url:i,method:"GET",params:s},t)}CreateAgentAccessToken(e,t){const o=e,i=this.genBaseURL("/api/permission_api/inbound_auth/agent_access_token"),s={project_id:o.project_id,deployment_env:o.deployment_env};return this.request({url:i,method:"POST",data:s},t)}ListAgentAccessTokens(e,t){const o=e,i=this.genBaseURL("/api/permission_api/inbound_auth/agent_access_token"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}DeleteAgentAccessToken(e,t){const o=e,i=this.genBaseURL("/api/permission_api/inbound_auth/agent_access_token"),s={token_id:o.token_id,project_id:o.project_id};return this.request({url:i,method:"DELETE",data:s},t)}GenerateInviteCode(e,t){const o=this.genBaseURL("/api/permission_api/coze_user/generate_invite_code");return this.request({url:o,method:"POST"},t)}GetInviteCodeInfo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/coze_user/get_invite_code_info"),s={invite_code:o.invite_code};return this.request({url:i,method:"GET",params:s},t)}AuthorizeCredProvider(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/authorize"),s={provider_id:o.provider_id};return this.request({url:i,method:"GET",params:s},t)}ProjectSecretAuthCallback(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/project_secret/callback"),s={code:o.code,state:o.state,error:o.error};return this.request({url:i,method:"GET",params:s},t)}ListAuthInfo(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/list_auth_info"),s={credential_ids:o.credential_ids};return this.request({url:i,method:"POST",data:s},t)}RevokeAuthorization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/project_secret/revoke"),s={credential_id:o.credential_id};return this.request({url:i,method:"POST",data:s},t)}UpdateProjectAuthConfigV2(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/update_project_auth_config_v2"),s={environment:o.environment,project_id:o.project_id,configuration:o.configuration};return this.request({url:i,method:"POST",data:s},t)}DeleteProjectUserV2(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/delete_project_user_v2"),s={environment:o.environment,project_id:o.project_id,user_id:o.user_id};return this.request({url:i,method:"POST",data:s},t)}VisibilityConfig(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/visibility_config"),s={enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}GetVolcanoLoginMaskedMobile(e,t){const o=this.genBaseURL("/api/permission_api/volcano/get_volcano_login_masked_mobile");return this.request({url:o,method:"GET"},t)}ListProjectUsersV2(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/list_project_users_v2"),s={environment:o.environment,project_id:o.project_id,page_size:o.page_size,page_number:o.page_number,filter:o.filter};return this.request({url:i,method:"POST",data:s},t)}GetProjectAuthConfigV2(e,t){const o=e,i=this.genBaseURL("/api/permission_api/auth_integration/get_project_auth_config_v2"),s={environment:o.environment,project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}BatchGetPeopleJoinedOrganization(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/batch_get_people_joined_organization"),s={enterprise_id:o.enterprise_id,user_ids:o.user_ids};return this.request({url:i,method:"POST",data:s},t)}BatchRemoveOrganizationPeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/batch_remove_organization_people"),s={enterprise_id:o.enterprise_id,remove_user_list:o.remove_user_list};return this.request({url:i,method:"POST",data:s},t)}BatchRemoveEnterprisePeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/batch_remove_enterprise_people"),s={enterprise_id:o.enterprise_id,remove_user_list:o.remove_user_list};return this.request({url:i,method:"POST",data:s},t)}GetOrganizationSettings(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/get_organization_settings"),s={organization_id:o.organization_id,organization_setting_key_list:o.organization_setting_key_list};return this.request({url:i,method:"POST",data:s},t)}UpdateOrganizationSettings(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/update_organization_settings"),s={organization_id:o.organization_id,organization_settings:o.organization_settings};return this.request({url:i,method:"POST",data:s},t)}GithubAuthCallback(e,t){const o=e||{},i=this.genBaseURL("/api/permission_api/github_auth/callback"),s={code:o.code,state:o.state,error:o.error};return this.request({url:i,method:"GET",params:s},t)}BatchListOrganizationPeople(e,t){const o=e,i=this.genBaseURL("/api/permission_api/enterprise/batch_list_organization_people"),s={organization_ids:o.organization_ids,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}}const Wi=new Vi({});function Hi(e,t){return null!=e?e:t()}const Ji=1e3,Ki=Math.floor(new Date("2000-01-01T00:00:00.000Z").getTime()/Ji),Qi=e=>e instanceof Error?e.message:String(e);class Yi{constructor(e){this.ctx=e,this.config=e.config}getOAuthConfig(){return{baseURL:Hi(this.config.openApiBaseUrl,(()=>l.DEFAULT_CONFIG.openApiBaseUrl)),clientId:Hi(this.config.clientId,(()=>l.DEFAULT_CONFIG.clientId))}}async clearUserContext(){this.config.organizationId=void 0,this.config.enterpriseId=void 0,this.config.spaceId=void 0,await l.saveConfig({organizationId:void 0,enterpriseId:void 0,spaceId:void 0})}openInBrowser(e){const t="darwin"===process.platform?"open":"win32"===process.platform?"cmd":"xdg-open",o="win32"===process.platform?["/c","start",'""',e]:[e],i="Failed to open browser automatically. Please open the URL manually.";try{const e=c.spawn(t,o,{detached:!0,stdio:"ignore"});e.on("error",(()=>{this.ctx.ui.verbose(i)})),e.unref()}catch(e){this.ctx.ui.verbose(`${i} ${e instanceof Error?e.message:String(e)}`)}}async clearAuthData(){this.config.accessToken=void 0,this.config.refreshToken=void 0,this.config.tokenExpiresAt=void 0,await l.saveConfig({accessToken:void 0,refreshToken:void 0,tokenExpiresAt:void 0})}async login(t){if(this.ctx.ui.verbose("Initiating login process..."),t.token)return this.ctx.ui.info("Using Personal Access Token (PAT)..."),this.config.accessToken=t.token,await l.saveConfig({accessToken:t.token,refreshToken:void 0,tokenExpiresAt:void 0}),await this.clearUserContext(),this.ctx.ui.info("Authentication successful. Credentials saved."),void("json"===this.ctx.format&&this.ctx.response.print({success:!0,method:"PAT"}));try{this.ctx.ui.info("Starting OAuth flow...");const{baseURL:t,clientId:i}=this.getOAuthConfig();this.ctx.ui.verbose("Starting OAuth device flow...");const s=await async function(e){const t=e.workspaceId?`/api/permission/oauth2/workspace_id/${e.workspaceId}/device/code`:"/api/permission/oauth2/device/code";return(await xo.post(t,{client_id:e.clientId},{baseURL:e.baseURL})).data}({baseURL:t,clientId:i}),n=`${s.verification_uri}?user_code=${s.user_code}`;this.ctx.ui.info(`Please visit ${o.underline(n)} and authorize the application.\n\nPrivacy Policy: ${o.underline("https://docs.coze.cn/guides/privacy")}\nTerms of Service: ${o.underline("https://docs.coze.cn/guides/terms-of-service")}\n\nIf you are an agent using Coze CLI, please share the authorization link,\nPrivacy Policy, and Terms of Service with your users.\n `),this.openInBrowser(n);const r=await async function(t,o){if(!t.poll)return Lo(t);let i=5e3;for(o.ui.debug("Start Polling for device token..."),o.ui.debug(`Polling interval: ${i}ms`),o.ui.debug("Polling timeout: 30000ms");;)try{o.ui.debug(`Polling for device token..., ${JSON.stringify(t)}`);const e=await Lo(t);return o.ui.debug(`Polling for device token success: ${JSON.stringify(e)}`),e}catch(t){if(e.isHttpError(t)){const e=t;o.ui.debug(`Polling for device token error, the error is a HttpError.\n logid: ${To([e,"access",e=>e.response,"optionalAccess",e=>e.headers,"access",e=>e["x-tt-logid"]])}`),o.ui.debug(`Polling for device token error: ${JSON.stringify(ko(To([e,"access",e=>e.toJSON,"optionalCall",e=>e()]),(()=>e)))}`);const s=e.data;if(To([s,"optionalAccess",e=>e.error])===zo.AUTHORIZATION_PENDING){o.ui.debug("Polling for device token: user has not completed authorization yet."),await Ro(i);continue}if(To([s,"optionalAccess",e=>e.error])===zo.SLOW_DOWN){i<3e4&&(i+=5e3),o.ui.debug(`Polling for device token: client is polling too frequently. Increasing interval to ${i}ms`),await Ro(i);continue}}const s=t;throw o.ui.debug(`Polling for device token error, the error is: ${s.message}\n ${s.stack}\n `),t}}({baseURL:t,clientId:i,deviceCode:s.device_code,poll:!0},this.ctx);this.ctx.ui.debug(`Polling for device token success: ${JSON.stringify(r)}`),await this.saveOAuthToken(r),this.ctx.ui.debug("Saving OAuth token successfully."),await this.clearUserContext(),this.ctx.ui.info("Authentication successful. Credentials saved."),"json"===this.ctx.format&&this.ctx.response.print({success:!0,method:"OAuth"})}catch(e){throw this.ctx.ui.error(`OAuth login failed: ${Qi(e)}`),e}}async logout(){await this.clearAuthData(),await this.clearUserContext(),this.ctx.ui.info("You have been logged out. Credentials cleared."),"json"===this.ctx.format&&this.ctx.response.print({success:!0,logged_out:!0})}async whoami(){if(!await this.getValidAccessToken())return void this.ctx.response.print({logged_in:!1});this.ctx.ui.info("Fetching user information...");this.ctx.response.print({logged_in:!0,user:"mock-user@coze.io",org:"mock-org",profile:"default"})}async status(){const e=await this.getValidAccessToken();if(this.ctx.ui.info("Checking authentication status..."),!e)return void this.ctx.response.print({logged_in:!1});const t=this.config.tokenExpiresAt,o=!!this.config.refreshToken,{data:i}=await Wi.GetUserProfile({},{baseURL:this.config.openApiBaseUrl}),s={logged_in:!0,user:i,token_expires_at:t?new Date(t).toISOString():o?void 0:"Never (PAT)"};this.ctx.response.print(s)}async getValidAccessToken(){const{accessToken:e,refreshToken:t,tokenExpiresAt:o}=this.config;if(e){if(!t)return e;if((e=>{if(!e)return!1;const t=Date.now();return!(e-t>316224e5)&&t<e-3e5})(o))return e;this.ctx.ui.verbose("Access token is expired or expiring soon, refreshing...");try{const{baseURL:e,clientId:o}=this.getOAuthConfig(),i=await async function(e){const t={};return e.clientSecret&&(t.Authorization=`Bearer ${e.clientSecret}`),(await xo.post("/api/permission/oauth2/token",{grant_type:"refresh_token",client_id:e.clientId,refresh_token:e.refreshToken},{baseURL:e.baseURL,headers:t})).data}({baseURL:e,clientId:o,refreshToken:t});return await this.saveOAuthToken(i),this.ctx.ui.verbose("Token refreshed successfully."),i.access_token}catch(e){return this.ctx.ui.error(`Failed to refresh token: ${Qi(e)}`),void await this.clearAuthData()}}}async saveOAuthToken(e){const t=(o=e.expires_in)>=Ki?o*Ji:Date.now()+o*Ji;var o;this.config.accessToken=e.access_token,this.config.refreshToken=e.refresh_token,this.config.tokenExpiresAt=t,await l.saveConfig({accessToken:e.access_token,refreshToken:e.refresh_token,tokenExpiresAt:t})}}const Zi="",Xi="",es="",ts="",os="",is="",ss="",ns="",rs="[PROC]",as="[INFO]",cs="[WARN]",ls="[ERR]",ds="[DONE]",ps="[DBG]",us={debug:0,verbose:1,info:2,success:3,warn:4,error:5};function ms(e){return`${es}${Xi}${e}${Zi}`}class gs{constructor(e,t,o="info"){var i,s;this.log=e,this.silent="json"===t,this.useColor=this.detectColorSupport(),this.level=o,this.levelPriority=(s=()=>2,null!=(i=us[o])?i:s())}detectColorSupport(){return!0===function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([process,"access",e=>e.stderr,"optionalAccess",e=>e.isTTY])&&void 0===process.env.NO_COLOR}paint(e,t){return this.useColor?`${e}${t}${Zi}`:t}shouldOutput(e){return!this.silent&&us[e]>=this.levelPriority}verbose(e,...t){this.log.verbose(e,...t),this.shouldOutput("verbose")&&process.stderr.write(`${ms(rs)} ${this.paint(ss,e)}\n`)}info(e,...t){this.log.info(e,...t),this.shouldOutput("info")&&process.stderr.write(`${ms(as)} ${this.paint(Zi,e)}\n`)}warn(e,...t){this.log.warn(e,...t),this.shouldOutput("warn")&&process.stderr.write(`${ms(cs)} ${this.paint(is,e)}\n`)}error(e,...t){this.log.error(e,...t),this.shouldOutput("error")&&process.stderr.write(`${ms(ls)} ${this.paint(ts,e)}\n`)}success(e,...t){this.log.success(e,...t),this.shouldOutput("success")&&process.stderr.write(`${ms(ds)} ${this.paint(os,e)}\n`)}debug(e,...t){this.log.debug(e,...t),this.shouldOutput("debug")&&process.stderr.write(`${ms(ps)} ${this.paint(ns,e)}\n`)}}class hs{constructor(e){const{format:t}=e;this.formatter=function(e){return"text"===e?new U:new I}(t)}print(e){const t=this.formatter.format(e);process.stdout.write(t)}eprint(e){const t=this.formatter.formatError(e);process.stderr.write(t)}}function fs(e,t){return null!=e?e:t()}async function _s(e,t){const o=Date.now();e.ui.verbose(`[Logger] CLI start: ${e.argv.join(" ")}`);try{await t()}finally{const t=Date.now()-o;e.ui.verbose(`[Logger] CLI end (took ${t}ms)`)}}var ys,bs,vs,ws,Cs,Es,Is,As,Ss,js,Ps,ks,Ts,zs,Rs,xs,Ls,Os,Ds,Us,Bs,qs,Ms,Ns,$s,Gs,Fs,Vs,Ws,Hs,Js,Ks,Qs,Ys,Zs,Xs,en,tn,on,sn,nn,rn,an,cn,ln,dn,pn,un,mn,gn,hn,fn,_n,yn,bn,vn,wn,Cn,En,In,An,Sn,jn,Pn,kn,Tn,zn,Rn,xn,Ln,On,Dn,Un,Bn,qn,Mn,Nn,$n,Gn,Fn,Vn,Wn,Hn,Jn,Kn,Qn,Yn,Zn,Xn,er,tr,or,ir,sr,nr,rr,ar,cr,lr,dr,pr,ur,mr,gr,hr,fr,_r,yr,br,vr,wr,Cr,Er,Ir,Ar,Sr,jr,Pr,kr,Tr,zr,Rr,xr,Lr,Or,Dr,Ur,Br,qr,Mr,Nr;function $r(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}!function(e){e[e.Start_Agent=0]="Start_Agent";e[e.LLM_Agent=1]="LLM_Agent";e[e.Task_Agent=2]="Task_Agent";e[e.Global_Agent=3]="Global_Agent";e[e.Bot_Agent=4]="Bot_Agent"}(ys||(ys={})),function(e){e[e.OldVersion=0]="OldVersion";e[e.MiddleVersion=1]="MiddleVersion";e[e.NewVersion=2]="NewVersion";e[e.MiddleVersionNotPrompt=3]="MiddleVersionNotPrompt"}(bs||(bs={})),function(e){e[e.Default=1]="Default";e[e.Customize=2]="Customize"}(vs||(vs={})),function(e){e[e.Direct=1]="Direct";e[e.WebView=2]="WebView";e[e.SendMessage=3]="SendMessage"}(ws||(ws={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}(Cs||(Cs={})),function(e){e[e.Current=1]="Current";e[e.Previous=2]="Previous";e[e.Start=3]="Start";e[e.MostSuitable=4]="MostSuitable"}(Es||(Es={})),function(e){e[e.SingleMode=0]="SingleMode";e[e.MultiMode=1]="MultiMode";e[e.WorkflowMode=2]="WorkflowMode"}(Is||(Is={})),function(e){e[e.Default=0]="Default";e[e.Function=1]="Function"}(As||(As={})),function(e){e[e.Deleted=0]="Deleted";e[e.Using=1]="Using";e[e.Banned=2]="Banned"}(Ss||(Ss={})),function(e){e[e.LimitedReadWrite=1]="LimitedReadWrite";e[e.ReadOnly=2]="ReadOnly";e[e.UnlimitedReadWrite=3]="UnlimitedReadWrite";e[e.RWModeMax=4]="RWModeMax"}(js||(js={})),function(e){e[e.Default=0]="Default";e[e.DouyinAvatar=1]="DouyinAvatar"}(Ps||(Ps={})),function(e){e[e.CacheClosed=0]="CacheClosed";e[e.PrefixCache=1]="PrefixCache"}(ks||(ks={})),function(e){e[e.Chat=0]="Chat";e[e.FunctionCall_1=1]="FunctionCall_1";e[e.FunctionCall_2=2]="FunctionCall_2";e[e.FunctionCall_3=3]="FunctionCall_3"}(Ts||(Ts={})),function(e){e[e.NotSet=0]="NotSet";e[e.Text=1]="Text";e[e.Voice=2]="Voice";e[e.Call=3]="Call";e[e.VideoCall=4]="VideoCall"}(zs||(zs={})),function(e){e[e.Off=0]="Off";e[e.On=1]="On"}(Rs||(Rs={})),function(e){e[e.Text=1]="Text";e[e.Number=2]="Number";e[e.Date=3]="Date";e[e.Float=4]="Float";e[e.Boolean=5]="Boolean"}(xs||(xs={})),function(e){e[e.Off=0]="Off";e[e.On=1]="On"}(Ls||(Ls={})),function(e){e[e.SLM=0]="SLM";e[e.LLM=1]="LLM"}(Os||(Os={})),function(e){e[e.Pre=1]="Pre";e[e.Post=2]="Post";e[e.PreAndPost=3]="PreAndPost"}(Ds||(Ds={})),function(e){e[e.Default=0]="Default";e[e.CustomizePrompt=1]="CustomizePrompt"}(Us||(Us={})),function(e){e[e.ReplyBottom=0]="ReplyBottom";e[e.CardList=1]="CardList"}(Bs||(Bs={})),function(e){e[e.Coze=0]="Coze";e[e.Volcano=1]="Volcano";e[e.ThirdParty=2]="ThirdParty"}(qs||(qs={})),function(e){e[e.Coze=0]="Coze";e[e.Volcano=1]="Volcano";e[e.ThirdParty=2]="ThirdParty"}(Ms||(Ms={})),function(e){e[e.FullSupport=0]="FullSupport";e[e.PoorSupport=1]="PoorSupport";e[e.NotSupport=2]="NotSupport"}(Ns||(Ns={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ImageFlow=3]="ImageFlow";e[e.Trigger=4]="Trigger";e[e.KnowledgeText=5]="KnowledgeText";e[e.KnowledgeTable=6]="KnowledgeTable";e[e.KnowledgeAutoCall=7]="KnowledgeAutoCall";e[e.KnowledgeOnDemandCall=8]="KnowledgeOnDemandCall";e[e.Variable=9]="Variable";e[e.Database=10]="Database";e[e.LongTermMemory=11]="LongTermMemory";e[e.FileBox=12]="FileBox";e[e.Onboarding=13]="Onboarding";e[e.Suggestion=14]="Suggestion";e[e.ShortcutCommand=15]="ShortcutCommand";e[e.BackGroundImage=16]="BackGroundImage";e[e.TTS=17]="TTS";e[e.MultiAgentRecognize=18]="MultiAgentRecognize";e[e.KnowledgePhoto=19]="KnowledgePhoto";e[e.HookInfo=20]="HookInfo";e[e.KnowledgeValcanoUnstructured=21]="KnowledgeValcanoUnstructured";e[e.KnowledgeValcanoStructured=22]="KnowledgeValcanoStructured";e[e.Model=23]="Model";e[e.KnowledgeThirdPartyUnstructured=24]="KnowledgeThirdPartyUnstructured";e[e.KnowledgeThirdPartyStructured=25]="KnowledgeThirdPartyStructured"}($s||($s={})),function(e){e[e.Text=0]="Text";e[e.Markdown=1]="Markdown";e[e.JSON=2]="JSON"}(Gs||(Gs={})),function(e){e[e.Custom=0]="Custom";e[e.Creative=1]="Creative";e[e.Balance=2]="Balance";e[e.Precise=3]="Precise"}(Fs||(Fs={})),function(e){e[e.Curve=0]="Curve";e[e.Straight=1]="Straight"}(Vs||(Vs={})),function(e){e[e.Flow=1]="Flow";e[e.Host=2]="Host"}(Ws||(Ws={})),function(e){e[e.NO_NEED=1]="NO_NEED";e[e.USE_MANUAL=2]="USE_MANUAL";e[e.USE_LLM=3]="USE_LLM"}(Hs||(Hs={})),function(e){e[e.EQUAL=1]="EQUAL";e[e.NOT_EQUAL=2]="NOT_EQUAL";e[e.GREATER_THAN=3]="GREATER_THAN";e[e.LESS_THAN=4]="LESS_THAN";e[e.GREATER_EQUAL=5]="GREATER_EQUAL";e[e.LESS_EQUAL=6]="LESS_EQUAL";e[e.IN=7]="IN";e[e.NOT_IN=8]="NOT_IN";e[e.IS_NULL=9]="IS_NULL";e[e.IS_NOT_NULL=10]="IS_NOT_NULL";e[e.LIKE=11]="LIKE";e[e.NOT_LIKE=12]="NOT_LIKE"}(Js||(Js={})),function(e){e[e.Input=0]="Input";e[e.Variable=1]="Variable"}(Ks||(Ks={})),function(e){e[e.Default=0]="Default";e[e.FromSaas=1]="FromSaas"}(Qs||(Qs={})),function(e){e[e.Standard=0]="Standard";e[e.PrefixPrompt=1]="PrefixPrompt"}(Ys||(Ys={})),function(e){e[e.FunctionCall=1]="FunctionCall";e[e.Independent=2]="Independent"}(Zs||(Zs={})),function(e){e[e.HasUpdates=1]="HasUpdates";e[e.IsDelete=2]="IsDelete"}(Xs||(Xs={})),function(e){e[e.ManualUpdate=1]="ManualUpdate";e[e.AutoUpdate=2]="AutoUpdate"}(en||(en={})),function(e){e[e.SemanticSearch=0]="SemanticSearch";e[e.HybirdSearch=1]="HybirdSearch";e[e.FullTextSearch=20]="FullTextSearch"}(tn||(tn={})),function(e){e[e.Public=1]="Public";e[e.Anonymous=2]="Anonymous";e[e.Custom=3]="Custom"}(on||(on={})),function(e){e[e.Random=0]="Random";e[e.All=1]="All"}(sn||(sn={})),function(e){e[e.System=0]="System";e[e.Custom=1]="Custom";e[e.Disable=2]="Disable";e[e.OriBot=3]="OriBot"}(nn||(nn={})),function(e){e[e.ListString=1]="ListString";e[e.String=2]="String";e[e.Integer=3]="Integer";e[e.Float=4]="Float";e[e.Boolean=5]="Boolean"}(rn||(rn={})),function(e){e[e.Off=0]="Off";e[e.On=1]="On"}(an||(an={})),function(e){e[e.CozeOldTimeCapsule=0]="CozeOldTimeCapsule";e[e.VolcanoTimeCapsule=1]="VolcanoTimeCapsule"}(cn||(cn={})),function(e){e[e.Workflow=0]="Workflow";e[e.Imageflow=1]="Imageflow";e[e.SceneFlow=2]="SceneFlow";e[e.ChatFlow=3]="ChatFlow";e[e.All=100]="All"}(ln||(ln={})),function(e){e[e.BotQuery=1]="BotQuery";e[e.Plugin=2]="Plugin";e[e.Workflow=3]="Workflow"}(dn||(dn={})),function(e){e[e.Unknown=0]="Unknown";e[e.Webhook=1]="Webhook"}(pn||(pn={})),function(e){e[e.Unknown=0]="Unknown";e[e.Time=1]="Time";e[e.Event=2]="Event"}(un||(un={})),function(e){e[e.NoHistory=0]="NoHistory";e[e.NeedHistory=1]="NeedHistory"}(mn||(mn={})),function(e){e[e.NoTriggered=0]="NoTriggered";e[e.Triggered=1]="Triggered";e[e.DoAction=2]="DoAction";e[e.WaitToPush=3]="WaitToPush";e[e.PushSuccess=4]="PushSuccess";e[e.PushFail=5]="PushFail"}(gn||(gn={})),function(e){e[e.Init=0]="Init";e[e.Activated=1]="Activated";e[e.Deactivated=2]="Deactivated";e[e.Suspended=3]="Suspended"}(hn||(hn={})),function(e){e[e.Preset=1]="Preset";e[e.UserTask=2]="UserTask";e[e.PluginRunTask=3]="PluginRunTask"}(fn||(fn={})),function(e){e[e.Deploying=0]="Deploying";e[e.Successful=1]="Successful";e[e.Failed=2]="Failed"}(_n||(_n={})),function(e){e[e.All=0]="All";e[e.Bind=1]="Bind";e[e.UnBind=2]="UnBind"}(yn||(yn={})),function(e){e[e.CreateTime=0]="CreateTime";e[e.UpdateTime=1]="UpdateTime"}(bn||(bn={})),function(e){e[e.EventMeta=1]="EventMeta";e[e.ProfileMeta=2]="ProfileMeta"}(vn||(vn={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}(wn||(wn={})),function(e){e[e.GPT=1]="GPT";e[e.SEED=2]="SEED";e[e.Claude=3]="Claude";e[e.MiniMax=4]="MiniMax";e[e.Plugin=5]="Plugin";e[e.StableDiffusion=6]="StableDiffusion";e[e.ByteArtist=7]="ByteArtist";e[e.Maas=9]="Maas";e[e.QianFan=10]="QianFan";e[e.Gemini=11]="Gemini";e[e.Moonshot=12]="Moonshot";e[e.GLM=13]="GLM";e[e.MaaSAutoSync=14]="MaaSAutoSync";e[e.QWen=15]="QWen";e[e.Cohere=16]="Cohere";e[e.Baichuan=17]="Baichuan";e[e.Ernie=18]="Ernie";e[e.DeekSeek=19]="DeekSeek";e[e.Llama=20]="Llama";e[e.StepFun=23]="StepFun";e[e.Custom=24]="Custom";e[e.Other=999]="Other"}(Cn||(Cn={})),function(e){e[e.Float=1]="Float";e[e.Int=2]="Int";e[e.Boolean=3]="Boolean";e[e.String=4]="String"}(En||(En={})),function(e){e[e.ModelType=1]="ModelType";e[e.ModelUserRight=2]="ModelUserRight";e[e.ModelFeature=3]="ModelFeature";e[e.ModelFunction=4]="ModelFunction";e[e.ModelPaid=15]="ModelPaid";e[e.ModelAbility=16]="ModelAbility";e[e.ModelStatus=17]="ModelStatus";e[e.Custom=20]="Custom";e[e.Others=100]="Others"}(In||(In={})),function(e){e[e.Flagship=1]="Flagship";e[e.HighSpeed=2]="HighSpeed";e[e.ToolInvocation=3]="ToolInvocation";e[e.RolePlaying=4]="RolePlaying";e[e.LongText=5]="LongText";e[e.ImageUnderstanding=6]="ImageUnderstanding";e[e.Reasoning=7]="Reasoning";e[e.VideoUnderstanding=8]="VideoUnderstanding";e[e.CostPerformance=9]="CostPerformance";e[e.CodeSpecialization=10]="CodeSpecialization";e[e.AudioUnderstanding=11]="AudioUnderstanding"}(An||(An={})),function(e){e[e.Text=1]="Text";e[e.ImageFirstFrame=2]="ImageFirstFrame";e[e.ImageFirstLastFrame=3]="ImageFirstLastFrame";e[e.ReferencePicture=4]="ReferencePicture"}(Sn||(Sn={})),function(e){e[e.Start_Agent=0]="Start_Agent";e[e.LLM_Agent=1]="LLM_Agent";e[e.Task_Agent=2]="Task_Agent";e[e.Global_Agent=3]="Global_Agent";e[e.Bot_Agent=4]="Bot_Agent"}(jn||(jn={})),function(e){e[e.Upgrade=1]="Upgrade";e[e.BrowseOldNoPrompt=2]="BrowseOldNoPrompt"}(Pn||(Pn={})),function(e){e[e.Default=1]="Default";e[e.Customize=2]="Customize"}(kn||(kn={})),function(e){e[e.Direct=1]="Direct";e[e.WebView=2]="WebView";e[e.SendMessage=3]="SendMessage"}(Tn||(Tn={})),function(e){e[e.Auditing=0]="Auditing";e[e.Success=1]="Success";e[e.Failed=2]="Failed"}(zn||(zn={})),function(e){e[e.Visit=1]="Visit";e[e.Edit=2]="Edit"}(Rn||(Rn={})),function(e){e[e.Online=1]="Online";e[e.Offline=2]="Offline"}(xn||(xn={})),function(e){e[e.Offline=0]="Offline";e[e.Online=1]="Online"}(Ln||(Ln={})),function(e){e[e.SingleMode=0]="SingleMode";e[e.MultiMode=1]="MultiMode";e[e.WorkflowMode=2]="WorkflowMode"}(On||(On={})),function(e){e[e.AutoGenBeforePublish=1]="AutoGenBeforePublish"}(Dn||(Dn={})),function(e){e[e.CozeHome=1]="CozeHome";e[e.Space=2]="Space"}(Un||(Un={})),function(e){e[e.Undefined=0]="Undefined";e[e.PersonalDraft=1]="PersonalDraft";e[e.Base=2]="Base";e[e.Publish=3]="Publish"}(Bn||(Bn={})),function(e){e[e.Undefined=0]="Undefined";e[e.Committed=1]="Committed";e[e.Behind=2]="Behind";e[e.NoDraftReplica=3]="NoDraftReplica"}(qn||(qn={})),function(e){e[e.Normal=0]="Normal";e[e.Offline=1]="Offline";e[e.TokenDisconnect=2]="TokenDisconnect"}(Mn||(Mn={})),function(e){e[e.USER_RES=0]="USER_RES";e[e.USER_LLM_RES=1]="USER_LLM_RES";e[e.USER_LLM_APILEN_RES=2]="USER_LLM_APILEN_RES";e[e.USER_LLM_API_RES=3]="USER_LLM_API_RES"}(Nn||(Nn={})),function(e){e[e.Personal=1]="Personal";e[e.Organization=2]="Organization"}($n||($n={})),function(e){e[e.Agent=1]="Agent";e[e.Project=2]="Project";e[e.Knowledge=3]="Knowledge";e[e.Dataset=4]="Dataset";e[e.Plugin=5]="Plugin";e[e.Memorybase=6]="Memorybase"}(Gn||(Gn={})),function(e){e[e.Text=0]="Text";e[e.Table=1]="Table";e[e.Image=2]="Image";e[e.VolcanoStructured=4]="VolcanoStructured";e[e.VolcanoUnstructured=5]="VolcanoUnstructured";e[e.ThirdPartyStructured=7]="ThirdPartyStructured";e[e.ThirdPartyUnstructured=8]="ThirdPartyUnstructured"}(Fn||(Fn={})),function(e){e[e.Deleted=0]="Deleted";e[e.Using=1]="Using";e[e.Banned=2]="Banned";e[e.MoveFail=3]="MoveFail"}(Vn||(Vn={})),function(e){e[e.ByteTree=1]="ByteTree";e[e.GPTAK=2]="GPTAK";e[e.MaasAK=3]="MaasAK"}(Wn||(Wn={})),function(e){e[e.Init=0]="Init";e[e.Generating=1]="Generating";e[e.Success=2]="Success";e[e.Fail=3]="Fail";e[e.Cancel=4]="Cancel"}(Hn||(Hn={})),function(e){e[e.BotStore=1]="BotStore"}(Jn||(Jn={})),function(e){e[e.shorcutIcon=1]="shorcutIcon"}(Kn||(Kn={})),function(e){e[e.Onboarding=0]="Onboarding";e[e.BackgroundImage=1]="BackgroundImage"}(Qn||(Qn={})),function(e){e[e.BasicUser=1]="BasicUser";e[e.ExternalUser=2]="ExternalUser";e[e.RootUser=3]="RootUser"}(Yn||(Yn={})),function(e){e[e.GetInfo=1]="GetInfo"}(Zn||(Zn={})),function(e){e[e.Normal=1]="Normal";e[e.Invalid=2]="Invalid";e[e.Expired=3]="Expired";e[e.Rejected=4]="Rejected";e[e.Applying=5]="Applying"}(Xn||(Xn={})),function(e){e[e.Apply=1]="Apply";e[e.Invite=2]="Invite";e[e.EnterpriseApply=3]="EnterpriseApply"}(er||(er={})),function(e){e[e.GPT=1]="GPT";e[e.Claude=3]="Claude";e[e.Gemini=11]="Gemini";e[e.Moonshot=12]="Moonshot";e[e.GLM=13]="GLM";e[e.QWen=15]="QWen";e[e.DeekSeek=19]="DeekSeek";e[e.StepFun=23]="StepFun"}(tr||(tr={})),function(e){e[e.Douyin=1]="Douyin"}(or||(or={})),function(e){e[e.GPTOpenAPI=1]="GPTOpenAPI";e[e.Maas=2]="Maas";e[e.LLMFlow=3]="LLMFlow";e[e.Merlin=4]="Merlin"}(ir||(ir={})),function(e){e[e.Move=0]="Move";e[e.ForcedMove=1]="ForcedMove";e[e.RetryMove=2]="RetryMove";e[e.Preview=3]="Preview";e[e.ViewTask=4]="ViewTask";e[e.CancelTask=5]="CancelTask"}(sr||(sr={})),function(e){e[e.All=0]="All";e[e.Unread=1]="Unread"}(nr||(nr={})),function(e){e[e.Bot=1]="Bot"}(rr||(rr={})),function(e){e[e.CharactersAnime=1]="CharactersAnime";e[e.CharactersRealistic=2]="CharactersRealistic";e[e.CharactersCGThickPainting=3]="CharactersCGThickPainting";e[e.CharactersJapaneseShowa=4]="CharactersJapaneseShowa";e[e.CharactersAmericanComics=5]="CharactersAmericanComics";e[e.CharactersChineseWatercolor=6]="CharactersChineseWatercolor";e[e.ScenesScienceFiction=7]="ScenesScienceFiction";e[e.ScenesRealistic=8]="ScenesRealistic";e[e.ScenesChinesePainting=9]="ScenesChinesePainting";e[e.ScenesCartoonIllustrations=10]="ScenesCartoonIllustrations";e[e.ScenesCartoon3D=11]="ScenesCartoon3D"}(ar||(ar={})),function(e){e[e.IconStatic=1]="IconStatic";e[e.IconGif=2]="IconGif";e[e.BackgroundStatic=3]="BackgroundStatic";e[e.BackgroundGif=4]="BackgroundGif";e[e.PicPrompt=5]="PicPrompt"}(cr||(cr={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ShortcutCommand=3]="ShortcutCommand";e[e.Task=4]="Task"}(lr||(lr={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ImageFlow=3]="ImageFlow";e[e.Knowledge=4]="Knowledge"}(dr||(dr={})),function(e){e[e.NoPublish=0]="NoPublish";e[e.HadPublished=1]="HadPublished"}(pr||(pr={})),function(e){e[e.Success=1]="Success";e[e.Failed=2]="Failed";e[e.InReview=3]="InReview"}(ur||(ur={})),function(e){e[e.Unread=1]="Unread";e[e.Read=2]="Read"}(mr||(mr={})),function(e){e[e.HasUpdates=1]="HasUpdates";e[e.IsDelete=2]="IsDelete"}(gr||(gr={})),function(e){e[e.UnLimit=1]="UnLimit";e[e.Forbidden=2]="Forbidden"}(hr||(hr={})),function(e){e[e.Plugin=1]="Plugin";e[e.NewBotIDEGuide=2]="NewBotIDEGuide";e[e.NewBeginnerGuide=3]="NewBeginnerGuide"}(fr||(fr={})),function(e){e[e.Default=0]="Default";e[e.Explore=1]="Explore";e[e.BotStore=2]="BotStore";e[e.CozeHome=3]="CozeHome";e[e.Playground=4]="Playground";e[e.Evaluation=5]="Evaluation";e[e.AgentApp=6]="AgentApp";e[e.GenerateAgentInfo=8]="GenerateAgentInfo";e[e.Template=9]="Template";e[e.EnterpriseStore=10]="EnterpriseStore"}(_r||(_r={})),function(e){e[e.All=0]="All";e[e.Self=1]="Self"}(yr||(yr={})),function(e){e[e.All=0]="All";e[e.Joined=1]="Joined";e[e.Confirming=2]="Confirming";e[e.Rejected=3]="Rejected";e[e.AutoApproved=4]="AutoApproved"}(br||(br={})),function(e){e[e.All=0]="All";e[e.Joined=1]="Joined";e[e.Confirming=2]="Confirming";e[e.Rejected=3]="Rejected";e[e.Revoked=4]="Revoked";e[e.Expired=5]="Expired"}(vr||(vr={})),function(e){e[e.EnterpriseUser=1]="EnterpriseUser";e[e.ExternalUser=2]="ExternalUser"}(wr||(wr={})),function(e){e[e.Normal=0]="Normal";e[e.DevMode=1]="DevMode"}(Cr||(Cr={})),function(e){e[e.DraftBot=1]="DraftBot";e[e.Project=2]="Project";e[e.Space=3]="Space";e[e.DouyinAvatarBot=4]="DouyinAvatarBot"}(Er||(Er={})),function(e){e[e.Default=0]="Default";e[e.Owner=1]="Owner";e[e.Admin=2]="Admin";e[e.Member=3]="Member";e[e.Guest=4]="Guest"}(Ir||(Ir={})),function(e){e[e.Professional=1]="Professional"}(Ar||(Ar={})),function(e){e[e.Personal=1]="Personal";e[e.Team=2]="Team"}(Sr||(Sr={})),function(e){e[e.Dark=1]="Dark";e[e.Light=2]="Light"}(jr||(jr={})),function(e){e[e.AlwaysOn=0]="AlwaysOn";e[e.AlwaysOff=1]="AlwaysOff"}(Pr||(Pr={})),function(e){e[e.CozeAssistantGuide=1]="CozeAssistantGuide"}(kr||(kr={})),function(e){e[e.Normal=1]="Normal";e[e.Banned=2]="Banned";e[e.Canceled=3]="Canceled"}(Tr||(Tr={})),function(e){e[e.External=0]="External";e[e.Internal=1]="Internal"}(zr||(zr={})),function(e){e[e.Invisible=0]="Invisible";e[e.Visible=1]="Visible";e[e.SocietyInvisible=2]="SocietyInvisible"}(Rr||(Rr={})),function(e){e[e.SingleAgent=1]="SingleAgent";e[e.MultiAgent=2]="MultiAgent";e[e.WorkflowAsAgent=3]="WorkflowAsAgent"}(xr||(xr={})),function(e){e[e.Preset=1]="Preset";e[e.Library=2]="Library"}(Lr||(Lr={})),function(e){e[e.DatasetServiceValid=0]="DatasetServiceValid";e[e.DatasetServiceInvalid=1]="DatasetServiceInvalid"}(Or||(Or={})),function(e){e[e.DatasetValid=0]="DatasetValid";e[e.DatasetInvalid=1]="DatasetInvalid"}(Dr||(Dr={})),function(e){e[e.RootUser=1]="RootUser";e[e.BasicUser=2]="BasicUser"}(Ur||(Ur={})),function(e){e[e.Workflow=0]="Workflow";e[e.Imageflow=1]="Imageflow";e[e.SceneFlow=2]="SceneFlow";e[e.ChatFlow=3]="ChatFlow";e[e.All=100]="All"}(Br||(Br={})),function(e){e[e.TextInput=0]="TextInput";e[e.Select=1]="Select";e[e.UploadImage=2]="UploadImage";e[e.UploadDoc=3]="UploadDoc";e[e.UploadTable=4]="UploadTable";e[e.UploadAudio=5]="UploadAudio";e[e.MixUpload=6]="MixUpload";e[e.VIDEO=7]="VIDEO";e[e.ARCHIVE=8]="ARCHIVE";e[e.CODE=9]="CODE";e[e.TXT=10]="TXT";e[e.PPT=11]="PPT"}(qr||(qr={})),function(e){e[e.SendTypeQuery=0]="SendTypeQuery";e[e.SendTypePanel=1]="SendTypePanel"}(Mr||(Mr={})),function(e){e[e.ToolTypeWorkFlow=1]="ToolTypeWorkFlow";e[e.ToolTypePlugin=2]="ToolTypePlugin"}(Nr||(Nr={}));class Gr{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){Gr.prototype.__init.call(this),Gr.prototype.__init2.call(this),this.request=$r([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=$r([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}GetSpaceInfoV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/info"),s={space_id:o.space_id,join_space_type:o.join_space_type};return this.request({url:i,method:"POST",data:s},t)}DeleteSpaceV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/delete"),s={space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}SaveSpaceV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/save"),s={space_id:o.space_id,name:o.name,description:o.description,icon_uri:o.icon_uri,space_type:o.space_type,space_mode:o.space_mode,space_config:o.space_config,enterprise_id:o.enterprise_id,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}GetSpaceListV2(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/list"),s={search_word:o.search_word,enterprise_id:o.enterprise_id,organization_id:o.organization_id,scope_type:o.scope_type,page:o.page,size:o.size};return this.request({url:i,method:"POST",data:s},t)}UpdateAgent(e,t){const o=e,i=this.genBaseURL("/api/playground_api/update_agent"),s={id:o.id,reference_id:o.reference_id,current_version:o.current_version,space_id:o.space_id,bot_id:o.bot_id,base_commit_version:o.base_commit_version,name:o.name,description:o.description,position:o.position,icon_uri:o.icon_uri,intents:o.intents,work_info:o.work_info,is_delete:o.is_delete};return this.request({url:i,method:"POST",data:s},t)}BatchCreateAgent(e,t){const o=e,i=this.genBaseURL("/api/playground_api/batch_create_agent"),s={space_id:o.space_id,bot_id:o.bot_id,agent_type:o.agent_type,position:o.position,references:o.references,agent_cnt:o.agent_cnt,base_commit_version:o.base_commit_version,version_compat:o.version_compat};return this.request({url:i,method:"POST",data:s},t)}GetPublishBotList(e,t){const o=e,i=this.genBaseURL("/api/playground_api/get_publish_bot_list"),s={space_id:o.space_id,bot_mode:o.bot_mode,page_num:o.page_num,page_size:o.page_size,name:o.name,login_user_create:o.login_user_create,bot_id:o.bot_id};return this.request({url:i,method:"GET",params:s},t)}MGetBotByVersion(e,t){const o=e,i=this.genBaseURL("/api/playground_api/mget_bot_by_version"),s={bot_versions:o.bot_versions,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}BotLastPublishInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/bot_last_publish_info"),s={space_id:o.space_id,bot_id:o.bot_id,bot_mode:o.bot_mode};return this.request({url:i,method:"GET",params:s},t)}ProduceBot(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/produce/create_bot"),s={space_id:o.space_id,name:o.name,description:o.description,icon_url:o.icon_url,icon_uri:o.icon_uri,prompt:o.prompt,plugin_apis:o.plugin_apis,prologue:o.prologue,suggested_questions:o.suggested_questions,bot_source:o.bot_source};return this.request({url:i,method:"POST",data:s},t)}UpdateProducedBot(e,t){const o=e,i=this.genBaseURL("/api/playground_api/produce/update_bot"),s={bot_id:o.bot_id,name:o.name,description:o.description,icon_url:o.icon_url,icon_uri:o.icon_uri};return this.request({url:i,method:"POST",data:s},t)}GetPublishedBotList(e,t){const o=e,i=this.genBaseURL("/api/playground_api/bot_version/get_published_bot_list"),s={space_id_list:o.space_id_list,page:o.page,size:o.size};return this.request({url:i,method:"POST",data:s},t)}GetBotVersionInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/bot_version/get_bot_version_info"),s={bot_id:o.bot_id,version:o.version,scene:o.scene};return this.request({url:i,method:"POST",data:s},t)}DuplicateBotVersionToSpace(e,t){const o=e,i=this.genBaseURL("/api/playground_api/dup_bot_version"),s={target_space_id:o.target_space_id,bot_id:o.bot_id,version:o.version,name:o.name,dup_society_host:o.dup_society_host};return this.request({url:i,method:"POST",data:s},t)}UpdateUserRiskAlertInfo(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/update_user_risk_alert_info"),s={risk_alert_type:o.risk_alert_type,switch_info:o.switch_info};return this.request({url:i,method:"POST",data:s},t)}GetUserRiskAlertInfo(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_user_risk_alert_info"),s={risk_alert_type_list:o.risk_alert_type_list,switch_type_list:o.switch_type_list},n={Cookie:o.Cookie};return this.request({url:i,method:"POST",data:s,headers:n},t)}DraftBotCollaboration(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/collaboration"),s={space_id:o.space_id,bot_id:o.bot_id};return this.request({url:i,method:"POST",data:s},t)}BotInfoAudit(e,t){const o=e,i=this.genBaseURL("/api/playground_api/audit/bot_info"),s={bot_id:o.bot_id,bot_audit_info:o.bot_audit_info,space_id:o.space_id,bot_mode:o.bot_mode};return this.request({url:i,method:"POST",data:s},t)}TimeCapsuleInvokeEvent(e,t){const o=e,i=this.genBaseURL("/api/playground_api/timecapsule_invoke_event"),s={bot_id:o.bot_id};return this.request({url:i,method:"POST",data:s},t)}InviteMemberLinkV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/invite"),s={space_id:o.space_id,team_invite_link_status:o.team_invite_link_status,func:o.func};return this.request({url:i,method:"POST",data:s},t)}SpaceMemberDetailV2(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/member/detail"),s={space_id:o.space_id,search_word:o.search_word,space_role_type:o.space_role_type,page:o.page,size:o.size};return this.request({url:i,method:"POST",data:s},t)}JoinSpaceV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/join"),s={space_id:o.space_id,join_space_type:o.join_space_type,is_reject:o.is_reject};return this.request({url:i,method:"POST",data:s},t)}UpdateSpaceMemberV2(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/member/update"),s={space_id:o.space_id,user_id:o.user_id,space_role_type:o.space_role_type};return this.request({url:i,method:"POST",data:s},t)}TransferSpaceV2(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/member/transfer"),s={space_id:o.space_id,transfer_user_id:o.transfer_user_id};return this.request({url:i,method:"POST",data:s},t)}RemoveSpaceMemberV2(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/member/remove"),s={space_id:o.space_id,remove_user_id:o.remove_user_id,transfer_user_id:o.transfer_user_id};return this.request({url:i,method:"POST",data:s},t)}SearchMemberV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/member/search"),s={search_list:o.search_list,space_id:o.space_id,search_volcano_account_list:o.search_volcano_account_list,page:o.page,size:o.size};return this.request({url:i,method:"POST",data:s},t)}AddBotSpaceMemberV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/member/add"),s={member_info_list:o.member_info_list,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}ExitSpaceV2(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/member/exit"),s={space_id:o.space_id,transfer_user_id:o.transfer_user_id};return this.request({url:i,method:"POST",data:s},t)}GetBotPopupInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/operate/get_bot_popup_info"),s={bot_popup_types:o.bot_popup_types,bot_id:o.bot_id};return this.request({url:i,method:"POST",data:s},t)}UpdateBotPopupInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/operate/update_bot_popup_info"),s={bot_popup_type:o.bot_popup_type,bot_id:o.bot_id};return this.request({url:i,method:"POST",data:s},t)}GenerateDescription(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/generate_description"),s={bot_name:o.bot_name,prompt:o.prompt};return this.request({url:i,method:"POST",data:s},t)}DraftBotPublishHistoryDetail(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/publish_history_detail"),s={bot_id:o.bot_id,space_id:o.space_id,publish_id:o.publish_id,version:o.version};return this.request({url:i,method:"POST",data:s},t)}GenerateStoreCategory(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/generate_store_category"),s={bot_name:o.bot_name,bot_description:o.bot_description,prompt:o.prompt};return this.request({url:i,method:"POST",data:s},t)}UpdateMultiAgent(e,t){const o=e,i=this.genBaseURL("/api/playground_api/update_multi_agent"),s={space_id:o.space_id,bot_id:o.bot_id,session_type:o.session_type,base_commit_version:o.base_commit_version,connector_type:o.connector_type};return this.request({url:i,method:"POST",data:s},t)}SwitchAgentVersion(e,t){const o=e,i=this.genBaseURL("/api/playground_api/switch_agent_version"),s={bot_id:o.bot_id,space_id:o.space_id,operate_type:o.operate_type};return this.request({url:i,method:"POST",data:s},t)}LangDetect(e,t){const o=e,i=this.genBaseURL("/api/playground_api/audio/lang/detect"),s={detect_text_list:o.detect_text_list};return this.request({url:i,method:"POST",data:s},t)}GetImagexShortUrl(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_imagex_url"),s={uris:o.uris,scene:o.scene};return this.request({url:i,method:"POST",data:s},t)}GetPlatformCommonConfig(e,t){const o=this.genBaseURL("/api/playground_api/get_platform_common_config");return this.request({url:o,method:"GET"},t)}CreateShortcutCommand(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/create_shortcut_command"),s={object_id:o.object_id,shortcuts:o.shortcuts};return this.request({url:i,method:"POST",data:s},t)}MGetUserBasicInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/mget_user_info"),s={user_ids:o.user_ids,need_user_status:o.need_user_status,need_enterprise_identity:o.need_enterprise_identity,need_volcano_user_name:o.need_volcano_user_name};return this.request({url:i,method:"POST",data:s},t)}BindVolcanoTrn(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/bind_volcano_trn"),s={space_id:o.space_id,trn:o.trn,account_name:o.account_name};return this.request({url:i,method:"POST",data:s},t)}UnbindVolcanoTrn(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/unbind_volcano_trn"),s={space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}RetrieveFileOpen(e,t){const o=e,i=this.genBaseURL("/v1/files/retrieve"),s={file_id:o.file_id};return this.request({url:i,method:"GET",params:s},t)}RetrieveFileContentOpen(e,t){const o=e,i=this.genBaseURL("/v1/files/content/retrieve"),s={file_id:o.file_id};return this.request({url:i,method:"GET",params:s},t)}UploadFileOpen(e,t){const o=e,i=this.genBaseURL("/v1/files/upload"),s={Data:o.Data},n={"Content-Type":o["Content-Type"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}BotInfoCheck(e,t){const o=e,i=this.genBaseURL("/api/playground_api/check/bot_info_check"),s={bot_id:o.bot_id,space_id:o.space_id,bot_audit_info:o.bot_audit_info};return this.request({url:i,method:"POST",data:s},t)}SupportVoiceCall(e,t){const o=e,i=this.genBaseURL("/api/playground_api/support_voice_call"),s={voice_id_list:o.voice_id_list};return this.request({url:i,method:"POST",data:s},t)}CreateUpdateShortcutCommand(e,t){const o=e,i=this.genBaseURL("/api/playground_api/create_update_shortcut_command"),s={object_id:o.object_id,space_id:o.space_id,shortcuts:o.shortcuts};return this.request({url:i,method:"POST",data:s},t)}MoveDraftBot(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/move_draft_bot"),s={bot_id:o.bot_id,target_spaceId:o.target_spaceId,from_spaceId:o.from_spaceId,move_action:o.move_action};return this.request({url:i,method:"POST",data:s},t)}GetShortcutAvailNodes(e,t){const o=e,i=this.genBaseURL("/api/playground_api/get_shortcut_avail_nodes"),s={bot_id:o.bot_id,space_id:o.space_id,page_num:o.page_num,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}MarkReadNotice(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/gen_img/mark_read_notice"),s={bot_id:o.bot_id,pic_type:o.pic_type};return this.request({url:i,method:"POST",data:s},t)}CancelGenerateGif(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/gen_img/cancel_generate_gif"),s={task_id:o.task_id};return this.request({url:i,method:"POST",data:s},t)}GetPicTask(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/gen_img/get_pic_task"),s={bot_id:o.bot_id,pic_type:o.pic_type};return this.request({url:i,method:"POST",data:s},t)}GeneratePic(e,t){const o=e,i=this.genBaseURL("/api/playground_api/gen_img/generate_pic"),s={gen_prompt:o.gen_prompt,image_url:o.image_url,image_uri:o.image_uri,bot_id:o.bot_id,pic_type:o.pic_type,device_id:o.device_id,bot_name:o.bot_name,bot_desc:o.bot_desc};return this.request({url:i,method:"POST",data:s},t)}GetGenPicTimes(e,t){const o=this.genBaseURL("/api/playground_api/gen_img/get_gen_pic_times");return this.request({url:o,method:"POST"},t)}ListStyle(e,t){const o=this.genBaseURL("/api/playground_api/gen_img/list_style");return this.request({url:o,method:"POST"},t)}GetFileUrls(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_file_list"),s={scene:o.scene};return this.request({url:i,method:"POST",data:s},t)}GetDraftBotInfoAgw(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/get_draft_bot_info"),s={bot_id:o.bot_id,version:o.version,commit_version:o.commit_version};return this.request({url:i,method:"POST",data:s},t)}CommitDraftBotInfoAgw(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/commit_draft_bot_info"),s={bot_id:o.bot_id,remark:o.remark};return this.request({url:i,method:"POST",data:s},t)}UpdateDraftBotInfoAgw(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/draftbot/update_draft_bot_info"),s={bot_info:o.bot_info,base_commit_version:o.base_commit_version};return this.request({url:i,method:"POST",data:s},t)}GetUserQueryCollectOption(e,t){const o=this.genBaseURL("/api/playground_api/draftbot/get_user_query_collect_option");return this.request({url:o,method:"GET"},t)}GenerateUserQueryCollectPolicy(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/draftbot/generate_user_query_collect_policy"),s={bot_id:o.bot_id,developer_name:o.developer_name,contact_information:o.contact_information};return this.request({url:i,method:"POST",data:s},t)}GetCozeProRights(e,t){const o=this.genBaseURL("/api/playground_api/get_coze_pro_rights");return this.request({url:o,method:"POST"},t)}GetPolicyContent(e,t){const o=e,i=this.genBaseURL(`/api/playground_api/private_policy/${o.secret}`);return this.request({url:i,method:"GET"},t)}UpdateAgentV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/update_agent_v2"),s={id:o.id,reference_id:o.reference_id,current_version:o.current_version,space_id:o.space_id,bot_id:o.bot_id,base_commit_version:o.base_commit_version,name:o.name,description:o.description,position:o.position,icon_uri:o.icon_uri,intents:o.intents,is_delete:o.is_delete,prompt_info:o.prompt_info,model_info:o.model_info,plugin_info_list:o.plugin_info_list,knowledge:o.knowledge,workflow_info_list:o.workflow_info_list,jump_config:o.jump_config,suggest_reply_info:o.suggest_reply_info,hook_info:o.hook_info};return this.request({url:i,method:"POST",data:s},t)}CopyAgentV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/copy_agent_v2"),s={bot_id:o.bot_id,agent_id:o.agent_id,base_commit_version:o.base_commit_version};return this.request({url:i,method:"POST",data:s},t)}CreateAgentV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/create_agent_v2"),s={bot_id:o.bot_id,agent_type:o.agent_type,position:o.position,references:o.references,base_commit_version:o.base_commit_version};return this.request({url:i,method:"POST",data:s},t)}BatchCreateAgentV2(e,t){const o=e,i=this.genBaseURL("/api/playground_api/batch_create_agent_v2"),s={bot_id:o.bot_id,agent_type:o.agent_type,position:o.position,references:o.references,agent_cnt:o.agent_cnt,base_commit_version:o.base_commit_version};return this.request({url:i,method:"POST",data:s},t)}CozeProCopyGetLinkMetaInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/coze_pro/get_link_meta_info"),s={auth_code:o.auth_code};return this.request({url:i,method:"POST",data:s},t)}CozeProCopyTaskConfirm(e,t){const o=e,i=this.genBaseURL("/api/playground_api/coze_pro/copy_task_confirm"),s={auth_code:o.auth_code};return this.request({url:i,method:"POST",data:s},t)}CozeProCopyGenerateAuthLink(e,t){const o=e,i=this.genBaseURL("/api/playground_api/coze_pro/generate_auth_link"),s={copy_user_id:o.copy_user_id,target_space_id:o.target_space_id};return this.request({url:i,method:"POST",data:s},t)}GetOpVoiceList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_op_voice_list"),s={voice_ids:o.voice_ids,name:o.name,style_id:o.style_id,language_code:o.language_code,status:o.status,page_index:o.page_index,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}GetSupportLanguage(e,t){const o=this.genBaseURL("/api/playground_api/get_support_language");return this.request({url:o,method:"GET"},t)}SynchronizeVoiceList(e,t){const o=this.genBaseURL("/api/playground_api/synchronize_voice_list");return this.request({url:o,method:"GET"},t)}CheckBotAllModelPluginIds(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/check_bot_all_model_plugin_ids"),s={bot_id:o.bot_id,commit_version:o.commit_version};return this.request({url:i,method:"POST",data:s},t)}GetBotCollaborationQuota(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/collaboration_quota"),s={bot_id:o.bot_id,only_config_item:o.only_config_item,account_type:o.account_type};return this.request({url:i,method:"POST",data:s},t)}OpenCreateSpace(e,t){const o=e||{},i=this.genBaseURL("/v1/workspaces"),s={name:o.name,description:o.description,icon_file_id:o.icon_file_id,coze_account_id:o.coze_account_id,owner_uid:o.owner_uid};return this.request({url:i,method:"POST",data:s},t)}NoticeMarkRead(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/notice/mark_read"),s={notice_ids:o.notice_ids,mark_all:o.mark_all};return this.request({url:i,method:"POST",data:s},t)}GetNoticeList(e,t){const o=e,i=this.genBaseURL("/api/playground_api/notice/get_list"),s={cursor:o.cursor,count:o.count,notice_rank_type:o.notice_rank_type};return this.request({url:i,method:"POST",data:s},t)}GetNoticeUnreadCount(e,t){const o=this.genBaseURL("/api/playground_api/notice/get_unread_count");return this.request({url:o,method:"POST"},t)}OpenSpaceList(e,t){const o=e||{},i=this.genBaseURL("/v1/workspaces"),s={page_num:o.page_num,page_size:o.page_size,enterprise_id:o.enterprise_id,user_id:o.user_id,coze_account_id:o.coze_account_id,scope:o.scope};return this.request({url:i,method:"GET",params:s},t)}ReportUserBehavior(e,t){const o=e,i=this.genBaseURL("/api/playground_api/report_user_behavior"),s={resource_id:o.resource_id,resource_type:o.resource_type,behavior_type:o.behavior_type,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}GetUserConfig(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_user_config"),s={risk_alert_type_list:o.risk_alert_type_list,switch_type_list:o.switch_type_list},n={Cookie:o.Cookie};return this.request({url:i,method:"POST",data:s,headers:n},t)}UpdateUserConfig(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/update_user_config"),s={risk_alert_type:o.risk_alert_type,switch_info:o.switch_info};return this.request({url:i,method:"POST",data:s},t)}GetRecentDraftBotList(e,t){const o=e,i=this.genBaseURL("/api/playground_api/draftbot/get_recent_draft_bot"),s={behavior_type:o.behavior_type,limit:o.limit};return this.request({url:i,method:"POST",data:s},t)}GetPromptResourceInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/get_prompt_resource_info"),s={prompt_resource_id:o.prompt_resource_id};return this.request({url:i,method:"GET",params:s},t)}UpsertPromptResource(e,t){const o=e,i=this.genBaseURL("/api/playground_api/upsert_prompt_resource"),s={prompt:o.prompt};return this.request({url:i,method:"POST",data:s},t)}DeletePromptResource(e,t){const o=e,i=this.genBaseURL("/api/playground_api/delete_prompt_resource"),s={prompt_resource_id:o.prompt_resource_id};return this.request({url:i,method:"POST",data:s},t)}GetPromptReferenceInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/get_prompt_reference_info"),s={space_id:o.space_id,reference_id:o.reference_id,reference_type:o.reference_type,api_id:o.api_id,project_id:o.project_id,avatar_bot_id:o.avatar_bot_id};return this.request({url:i,method:"POST",data:s},t)}GetOfficialPromptResourceList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_official_prompt_list"),s={keyword:o.keyword};return this.request({url:i,method:"POST",data:s},t)}GetByteTreeByName(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/bpm/search_byte_tree"),s={name:o.name},n={"x-jwt-token":o["x-jwt-token"]};return this.request({url:i,method:"GET",params:s,headers:n},t)}CreatePrivateModel(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/bpm/create_private_model"),s={space_id:o.space_id,model_vendor:o.model_vendor,model_show_name:o.model_show_name,model_arch:o.model_arch,ak:o.ak,token_limit:o.token_limit,upper_limit_of_max_token:o.upper_limit_of_max_token,function_call:o.function_call,multimodal:o.multimodal,multimodal_types:o.multimodal_types,form_detail:o.form_detail,record_id:o.record_id,maas_model_name:o.maas_model_name,maas_model_version:o.maas_model_version,maas_model_customer_id:o.maas_model_customer_id,model_family:o.model_family,space_id_i18n:o.space_id_i18n,operator:o.operator,email:o.email,employee_id:o.employee_id,presence_penalty_config:o.presence_penalty_config,frequency_penalty_config:o.frequency_penalty_config,temperature_config:o.temperature_config,top_p_config:o.top_p_config},n={"x-inner-auth":o["x-inner-auth"],"x-jwt-token":o["x-jwt-token"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}CheckExemptFormInfo(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/bpm/check_exempt_form_info"),s={exempt_form_type:o.exempt_form_type,space_id:o.space_id},n={"x-jwt-token":o["x-jwt-token"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}SetByteTreeForSpace(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/bpm/set_byte_tree_for_space"),s={space_id:o.space_id,byte_tree_node_id:o.byte_tree_node_id,byte_tree_node_name:o.byte_tree_node_name,form_detail:o.form_detail,record_id:o.record_id},n={"x-jwt-token":o["x-jwt-token"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}GetModelCapability(e,t){const o=e,i=this.genBaseURL("/api/playground_api/bpm/get_model_capability"),s={vendor:o.vendor,model_arch:o.model_arch,maas_model_name:o.maas_model_name,maas_model_version:o.maas_model_version,maas_customer_id:o.maas_customer_id},n={"x-jwt-token":o["x-jwt-token"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}GetSpaceDetail(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/detail"),s={space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}RevocateSpaceInvite(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/revocate_invite"),s={space_id:o.space_id,invite_user_id:o.invite_user_id};return this.request({url:i,method:"GET",params:s},t)}SaveVolcanoUserManageInfo(e,t){const o=e,i=this.genBaseURL("/api/playground_api/coze_pro/save_volcano_user_manage_info"),s={volcano_basic_user_config:o.volcano_basic_user_config};return this.request({url:i,method:"POST",data:s},t)}GetVolcanoUserManageInfo(e,t){const o=this.genBaseURL("/api/playground_api/coze_pro/get_volcano_user_manage_info");return this.request({url:o,method:"POST"},t)}GetSpaceInviteManageList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/invite_manage_list"),s={space_id:o.space_id,space_invite_status:o.space_invite_status,search_word:o.search_word,page:o.page,size:o.size};return this.request({url:i,method:"GET",params:s},t)}DebugDouYin(e,t){const o=e,i=this.genBaseURL("/api/playground_api/douyin/debug"),s={bot_id:o.bot_id};return this.request({url:i,method:"POST",data:s},t)}GetDouYinAuthCode(e,t){const o=this.genBaseURL("/api/playground_api/douyin/get_auth_qr_code");return this.request({url:o,method:"GET"},t)}GetDouyinAvatarInfo(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/douyin/v1/get_avatar_info"),s={is_draft:o.is_draft,body:o.body},n={"Open-Platform-App-ID":o["Open-Platform-App-ID"],"Byte-Signature":o["Byte-Signature"],"Byte-Timestamp":o["Byte-Timestamp"],"Byte-Nonce-Str":o["Byte-Nonce-Str"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}DouYinAuthUserList(e,t){const o=e,i=this.genBaseURL("/api/playground_api/douyin/auth_user_list"),s={page_index:o.page_index,page_size:o.page_size,bind_status:o.bind_status,order_by:o.order_by};return this.request({url:i,method:"POST",data:s},t)}GetDebugDouYinStatus(e,t){const o=e,i=this.genBaseURL("/api/playground_api/douyin/get_debug_status"),s={bot_id:o.bot_id};return this.request({url:i,method:"POST",data:s},t)}CanUserApplyClose(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/coze_pro/can_user_apply_close"),s={AccountId:o.AccountId,EventName:o.EventName,Action:o.Action,Version:o.Version},n={"X-Tt-Logid":o["X-Tt-Logid"],"X-Top-Service":o["X-Top-Service"],"X-Top-Region":o["X-Top-Region"]};return this.request({url:i,method:"GET",params:s,headers:n},t)}CreateRoom(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/create_room"),s={bot_id:o.bot_id,conversation_id:o.conversation_id,scene:o.scene,voice_id:o.voice_id,video_config:o.video_config};return this.request({url:i,method:"POST",data:s},t)}GetVoiceList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_voice_list"),s={page_index:o.page_index,page_size:o.page_size,language_code:o.language_code};return this.request({url:i,method:"POST",data:s},t)}GetVoiceByIds(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_voice_by_ids"),s={voice_id_map:o.voice_id_map,voice_type:o.voice_type,space_id:o.space_id,emotion_config:o.emotion_config,voice_biz_scene:o.voice_biz_scene};return this.request({url:i,method:"POST",data:s},t)}GrayVoice(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/gray_voice"),s={bot_id:o.bot_id,language_to_voice_id:o.language_to_voice_id};return this.request({url:i,method:"POST",data:s},t)}GetSpaceApplyManageList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/apply_manage_list"),s={space_id:o.space_id,space_apply_status:o.space_apply_status,search_word:o.search_word,page:o.page,size:o.size};return this.request({url:i,method:"GET",params:s},t)}DraftBotCrossSpaceCopy(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/draftbot/crossspace_copy"),s={bot_id:o.bot_id,to_space_id:o.to_space_id};return this.request({url:i,method:"POST",data:s},t)}RemovePublishMember(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/remove_publish_member"),s={space_id:o.space_id,member_list:o.member_list};return this.request({url:i,method:"POST",data:s},t)}AddPublishMember(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/add_publish_member"),s={space_id:o.space_id,member_list:o.member_list};return this.request({url:i,method:"POST",data:s},t)}SearchAddablePublishMember(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/search_addable_publish_member"),s={space_id:o.space_id,search_word:o.search_word,cursor_id:o.cursor_id,limit:o.limit};return this.request({url:i,method:"POST",data:s},t)}PublishMemberList(e,t){const o=e,i=this.genBaseURL("/api/playground_api/space/publish_member_list"),s={space_id:o.space_id,search_word:o.search_word,cursor_id:o.cursor_id,limit:o.limit};return this.request({url:i,method:"POST",data:s},t)}OperateSpaceApply(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/operate_apply"),s={space_id:o.space_id,enterprise_id:o.enterprise_id,organization_id:o.organization_id,apply_id_list:o.apply_id_list,space_apply_status:o.space_apply_status};return this.request({url:i,method:"POST",data:s},t)}ImportSpaceConfirm(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/import/confirm"),s={space_id_list:o.space_id_list,enterprise_id:o.enterprise_id,organization_id:o.organization_id,personal_space_new_name:o.personal_space_new_name,user_id_list:o.user_id_list};return this.request({url:i,method:"POST",data:s},t)}ImportSpaceList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/import/list"),s={enterprise_id:o.enterprise_id,organization_id:o.organization_id,search_word:o.search_word};return this.request({url:i,method:"GET",params:s},t)}ImportSpaceUserList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/space/import/user_list"),s={space_id_list:o.space_id_list,enterprise_id:o.enterprise_id,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}GetDouYinInfo(e,t){const o=this.genBaseURL("/api/playground_api/douyin/get_douyin_info");return this.request({url:o,method:"POST"},t)}LongTermMemoryList(e,t){const o=e,i=this.genBaseURL("/api/playground_api/long_term_memory/list"),s={bot_id:o.bot_id,connector_id:o.connector_id,offset:o.offset,limit:o.limit,time_capsule_item_type:o.time_capsule_item_type};return this.request({url:i,method:"GET",params:s},t)}LongTermMemoryUpdate(e,t){const o=e,i=this.genBaseURL("/api/playground_api/long_term_memory/update"),s={bot_id:o.bot_id,connector_id:o.connector_id,biz_id:o.biz_id,new_content:o.new_content,event_ms:o.event_ms,ext:o.ext,tags:o.tags,time_capsule_item_type:o.time_capsule_item_type,iid:o.iid,meta_type:o.meta_type,memory_type:o.memory_type};return this.request({url:i,method:"POST",data:s},t)}LongTermMemoryClearAll(e,t){const o=e,i=this.genBaseURL("/api/playground_api/long_term_memory/clear_all"),s={bot_id:o.bot_id,connector_id:o.connector_id,time_capsule_item_type:o.time_capsule_item_type};return this.request({url:i,method:"POST",data:s},t)}LongTermMemoryDelete(e,t){const o=e,i=this.genBaseURL("/api/playground_api/long_term_memory/delete"),s={bot_id:o.bot_id,connector_id:o.connector_id,biz_ids:o.biz_ids,time_capsule_item_type:o.time_capsule_item_type,iids:o.iids,memory_meta_type_map:o.memory_meta_type_map};return this.request({url:i,method:"POST",data:s},t)}LongTermMemoryVersion(e,t){const o=e,i=this.genBaseURL("/api/playground_api/long_term_memory/version"),s={bot_id:o.bot_id};return this.request({url:i,method:"GET",params:s},t)}GetVoiceListV2(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_voice_list_v2"),s={language_code:o.language_code,space_id:o.space_id,voice_type:o.voice_type,page_size:o.page_size,next_cursor:o.next_cursor};return this.request({url:i,method:"POST",data:s},t)}GetUserUpdateProfileTag(e,t){const o=this.genBaseURL("/api/playground_api/get_user_update_profile_tag");return this.request({url:o,method:"GET"},t)}OpenRemoveSpaceMember(e,t){const o=e||{},i=this.genBaseURL(`/v1/workspaces/${o.workspace_id}/members`),s={user_ids:o.user_ids};return this.request({url:i,method:"DELETE",data:s},t)}OpenSpaceMemberList(e,t){const o=e||{},i=this.genBaseURL(`/v1/workspaces/${o.workspace_id}/members`),s={page_num:o.page_num,page_size:o.page_size};return this.request({url:i,method:"GET",params:s},t)}OpenAddSpaceMember(e,t){const o=e||{},i=this.genBaseURL(`/v1/workspaces/${o.workspace_id}/members`),s={users:o.users};return this.request({url:i,method:"POST",data:s},t)}OpenGetBotInfo(e,t){const o=e||{},i=this.genBaseURL(`/v1/bots/${o.bot_id}`),s={is_published:o.is_published,connector_id:o.connector_id};return this.request({url:i,method:"GET",params:s},t)}OpenApplyJoinSpace(e,t){const o=e||{},i=this.genBaseURL(`/v1/workspaces/${o.workspace_id}/members/apply`),s={user_ids:o.user_ids};return this.request({url:i,method:"POST",data:s},t)}OpenRemoveSpace(e,t){const o=e||{},i=this.genBaseURL(`/v1/workspaces/${o.workspace_id}`);return this.request({url:i,method:"DELETE"},t)}GetTypeList(e,t){const o=e||{},i=this.genBaseURL("/api/playground_api/get_type_list"),s={model:o.model,voice:o.voice,raw_model:o.raw_model,space_id:o.space_id,cur_model_id:o.cur_model_id,cur_model_ids:o.cur_model_ids,model_scene:o.model_scene,tag_filters:o.tag_filters};return this.request({url:i,method:"POST",data:s},t)}GetCozeLaneInfo(e,t){const o=this.genBaseURL("/api/playground_api/get_coze_lane_info");return this.request({url:o,method:"POST"},t)}OpenUpdateSpaceMember(e,t){const o=e||{},i=this.genBaseURL(`/v1/workspaces/${o.workspace_id}/members/${o.user_id}`),s={role_type:o.role_type};return this.request({url:i,method:"PUT",data:s},t)}OpenListBotVersions(e,t){const o=e||{},i=this.genBaseURL(`/v1/bots/${o.bot_id}/versions`),s={page_num:o.page_num,page_size:o.page_size,publish_status:o.publish_status,connector_id:o.connector_id};return this.request({url:i,method:"GET",params:s},t)}OpenSwitchBotDevelopMode(e,t){const o=e||{},i=this.genBaseURL(`/v1/bots/${o.bot_id}/collaboration_mode`),s={collaboration_mode:o.collaboration_mode};return this.request({url:i,method:"POST",data:s},t)}OpenUpdateSpace(e,t){const o=e||{},i=this.genBaseURL(`/v1/workspaces/${o.workspace_id}`),s={name:o.name,description:o.description};return this.request({url:i,method:"PUT",data:s},t)}}const Fr=new Gr({});function Vr(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}async function Wr(t,o){if(Vr([t,"access",e=>e.commandConfig,"optionalAccess",e=>e.skipAuth]))return void await o();if(!t.config.accessToken)throw new e.CozeError(e.ErrorCode.E2001,"No API token found. Please authenticate first.",void 0,{fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"});if(Vr([t,"access",e=>e.commandConfig,"optionalAccess",e=>e.skipOrgCheck]))return void await o();const i=await async function(t){const o=t.config.organizationId;if(!o)return!1;const{data:i}=await Wi.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0}),s=i.enterprise_info_list||[];if(!s.some((e=>Vr([e,"access",e=>e.organization_info_list,"optionalAccess",e=>e.some,"call",e=>e((e=>e.organization_id===o))]))))throw new e.CozeError(e.ErrorCode.E1000,`Organization ID ${o} is invalid or not found`,void 0,{fix:"Run `coze organization list` and select a valid organization",example:"coze organization use <organization_id>"});return!1}(t);if(Vr([t,"access",e=>e.commandConfig,"optionalAccess",e=>e.skipSpaceCheck]))return i&&await Hr(t,{organizationId:t.config.organizationId,enterpriseId:t.config.enterpriseId}),void await o();const s=await async function(t){const o=t.config.organizationId,{enterpriseId:i}=t.config;let{spaceId:s}=t.config,n=!1;try{if(s){const{data:t}=await Fr.GetSpaceListV2({organization_id:o,enterprise_id:i}),n=Vr([t,"optionalAccess",e=>e.bot_space_list])||[];if(!n.some((e=>e.id===s))){const t=o?`[Context] Space ID ${s} is invalid or not found in organization ${o}.`:`[Context] Space ID ${s} is invalid or not found.`;throw new e.CozeError(e.ErrorCode.E1000,t,void 0,{fix:"Run `coze space list` and select a valid space",example:"coze space use <space_id>"})}}else{t.ui.info("[Context] Space ID not found. Attempting to auto-initialize...");const{data:r}=await Fr.GetSpaceListV2({organization_id:o,enterprise_id:i,page:1,size:1}),a=Vr([r,"optionalAccess",e=>e.bot_space_list,"optionalAccess",e=>e[0]]);if(!a){const t=o?`[Context] No spaces found in organization ${o}. Please create one.`:"[Context] No spaces found. Please create one.";throw new e.CozeError(e.ErrorCode.E3000,t,void 0,{fix:"Create a space in the current organization",example:"coze space list"})}s=a.id,t.config.spaceId=s,n=!0,t.ui.success(`[Context] Auto-selected Space: ${a.name} (${a.id})`)}}catch(t){const o=t instanceof e.CozeError?t:new e.CozeError(e.ErrorCode.E5000,t.message,t instanceof Error?t.stack:t);throw o.fix??="Switch organization or space using `coze organization use <organization_id>` or `coze space use <space_id>`",o.example??="coze organization list",o}return n}(t);await Jr(t),(i||s)&&await Hr(t,{organizationId:t.config.organizationId,enterpriseId:t.config.enterpriseId,spaceId:t.config.spaceId,billingProjectId:t.config.billingProjectId}),await o()}async function Hr(e,t){try{await l.saveConfig(t)}catch(t){e.ui.warn(`Failed to save auto-initialized context: ${t}`)}}const Jr=async o=>{const{spaceId:i}=o.config;try{const{data:s}=await t.IdeApi.GetOrCreateBillingProject({space_id:i});if(!Vr([s,"optionalAccess",e=>e.project_id]))throw new e.CozeError(e.ErrorCode.E5002,"[Context] Failed to get billing project ID from response.",s);o.config.billingProjectId=s.project_id,o.ui.success(`[Context] Billing Project: ${s.project_id} (space: ${i})`)}catch(e){const t=[`Failed to get billing project, ${e.message}. please check your space context:`," coze space list"," coze space use <space_id>"];throw e.message=`${t.join("\n")}`,e}};function Kr(e,t){return null!=e?e:t()}function Qr(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Yr=t=>{const o=t.command("space").config({skipSpaceCheck:!0,help:{brief:"Workspace (Space) context management commands",description:"Provides workspace viewing and switching functionality, used to set the default Space ID for subsequent commands",examples:[{desc:"List all available workspaces",cmd:"coze space list"},{desc:"Set default space",cmd:"coze space use 123456789"}],seeAlso:["coze organization"]}}).description("Manage workspace (Space) context");o.command("list").description("List all spaces").config({help:{brief:"List all workspaces under the current organization",description:"Retrieve and display a list of all available Spaces under the currently configured Organization or Enterprise. Defaults to fetching up to the first 100.",examples:[{desc:"List space list",cmd:"coze space list",tags:["[RECOMMENDED]"]},{desc:"List in JSON format",cmd:"coze space list --format json"}],schema:{output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Space ID"},name:{type:"string",description:"Space name"},org_id:{type:"string",description:"Belonging Organization ID"}}}}}}}).action((async(e,t)=>{const o=t.getContext(),i=e.orgId||Qr([o,"optionalAccess",e=>e.config,"access",e=>e.organizationId]),s=Qr([o,"optionalAccess",e=>e.config,"access",e=>e.enterpriseId]);Qr([o,"optionalAccess",e=>e.ui,"access",e=>e.verbose,"call",e=>e(`Fetching spaces for organization '${i}'...`)]);const n=await async function(e){const{data:t}=await Fr.GetSpaceListV2({organization_id:e.orgId,enterprise_id:e.enterpriseId,page:1,size:100});return Kr(function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([t,"optionalAccess",e=>e.bot_space_list]),(()=>[])).map((t=>({id:Kr(t.id,(()=>"")),name:Kr(t.name,(()=>"")),org_id:Kr(e.orgId,(()=>""))})))}({orgId:i,enterpriseId:s});Qr([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Available Spaces:")]),Qr([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(n)]);const r=["Please use the following command to switch space:"," coze space use <space_id>"];Qr([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(r.join("\n"))])})),o.command("use").description("Set the default workspace context").argument("<space_id>","Space ID to set as default context").config({help:{brief:"Switch current default Space",description:"Save the specified space_id to the local configuration as the default workspace for subsequent commands.",examples:[{desc:"Switch space",cmd:"coze space use 7349123847123",tags:["[RECOMMENDED]"]}],schema:{input:{space_id:{type:"string",required:!0,description:"Space ID to switch to"}},output:{status:{type:"string"},message:{type:"string"}}}}}).action((async(t,o,i)=>{const s=i.getContext();Qr([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Switching to space '${t}'...`)]),await async function(t){try{await l.saveConfig({spaceId:t})}catch(o){throw new e.CozeError(e.ErrorCode.E5000,`Failed to set default space to '${t}': ${o.message}`,o.stack)}}(t),Qr([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Default space set to '${t}' successfully.`)]),"json"===Qr([s,"optionalAccess",e=>e.format])&&Qr([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"success",message:`Default space set to '${t}'.`})])}))};function Zr(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Xr=async t=>{Zr([t,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Switching to personal account...")]);const{available:o}=await async function(){const[e,{data:t}]=await Promise.all([l.loadConfig(),Wi.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0})]);if(!function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([t.personal_account_info,"optionalAccess",e=>e.available]))return{available:!1};const o=!!e.organizationId;return await l.saveConfig({organizationId:void 0,enterpriseId:void 0,...o?{spaceId:void 0}:{}}),{available:!0}}();if(!o)throw new e.CozeError(e.ErrorCode.E1000,"Personal account is not available for the current user.");Zr([t,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Switched to personal account successfully.")]),"json"===Zr([t,"optionalAccess",e=>e.format])&&Zr([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"success",message:"Switched to personal account."})])},ea=t=>{const o=t.command("organization").config({skipOrgCheck:!0,help:{brief:"Manage organization context",description:"Provides viewing and switching functions for organizations, used to set the default Organization ID for subsequent commands. Supports switching to personal account by omitting the org_id.",examples:[{desc:"List all accessible organizations",cmd:"coze organization list"},{desc:"Set default organization",cmd:"coze organization use 123456"},{desc:"Switch to personal account",cmd:"coze organization use"},{desc:"List organizations (alias)",cmd:"coze org list"},{desc:"Set default organization (alias)",cmd:"coze org use 123456"}],seeAlso:["coze space"]}}).alias("org").description("Manage organization context");o.command("list").description("List all accessible organizations").config({help:{brief:"List all accessible organizations",description:"Retrieve and display all organizations (Teams) and their corresponding enterprises accessible to the current logged-in user.",examples:[{desc:"List organizations",cmd:"coze organization list",tags:["[RECOMMENDED]"]},{desc:"Output in JSON format",cmd:"coze organization list --format json"}],schema:{output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Organization ID"},name:{type:"string",description:"Organization name"},enterprise_id:{type:"string",description:"Belonging Enterprise ID"},enterprise_name:{type:"string",description:"Belonging Enterprise name"}}}}}}}).action((async(e,t)=>{const o=t.getContext();Zr([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Fetching organizations...")]);const i=await async function(){const{data:e}=await Wi.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0});return e.enterprise_info_list.flatMap((e=>(e.organization_info_list||[]).map((t=>({id:t.organization_id,name:t.organization_name,enterprise_id:e.enterprise_id,enterprise_name:e.name})))))}();Zr([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Available Organizations (Teams):")]),Zr([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(i)]);const s=["Please use the following command to switch organization:"," coze organization use <organization_id>","Please use the following command to switch space:"," coze space list"," coze space use <space_id>"];Zr([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(s.join("\n"))])})),o.command("use").description("Set the default organization context").argument("[org_id]","Organization ID to set as default context (empty to switch to personal account)").config({help:{brief:"Set default organization or switch to personal account",description:"Save the specified org_id to the local configuration as the default organization for subsequent commands. The command will automatically retrieve and save the corresponding Enterprise ID. If the org_id is not found in the user's enterprise list, the command will fail without modifying the configuration. When switching to a different organization, the saved spaceId will be cleared. Omit org_id to switch to personal account mode (requires personal account to be available).",examples:[{desc:"Switch organization",cmd:"coze organization use 12345678",tags:["[RECOMMENDED]"]},{desc:"Switch to personal account",cmd:"coze organization use"},{desc:"Switch to personal account (explicit empty string)",cmd:'coze organization use ""'}],errors:[{code:e.ErrorCode.E3001,name:"RESOURCE_NOT_FOUND",desc:"Organization not found",fix:"Run `coze organization list` to see available organizations."},{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Personal account not available",fix:"Your account does not have personal account access. Use `coze organization use <org_id>` to switch to an organization instead."}],schema:{input:{org_id:{type:"string",required:!1,description:"Organization ID to switch to. Empty or omitted to switch to personal account."}},output:{status:{type:"string",description:"Operation result status"},message:{type:"string",description:"Human-readable result message"},enterprise_id:{type:"string",description:"Enterprise ID of the selected organization (empty for personal account)"},organization_id:{type:"string",description:"Organization ID that was set (empty for personal account)"}}}}}).action((async(t,o,i)=>{const s=i.getContext();if(!t)return void await Xr(s);Zr([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Switching to organization '${t}'...`)]);const{enterpriseId:n}=await async function(t){const[o,{data:i}]=await Promise.all([l.loadConfig(),Wi.ListEnterprise({contain_enterprise_of_user:!0,contain_organization_of_user:!0})]);let s="",n=!1;for(const e of i.enterprise_info_list)if((e.organization_info_list||[]).find((e=>e.organization_id===t))){s=e.enterprise_id,n=!0;break}if(!n)throw new e.CozeError(e.ErrorCode.E3000,`Organization '${t}' not found in current user's enterprises.`);const r=o.organizationId!==t;return await l.saveConfig({organizationId:t,enterpriseId:s,...r?{spaceId:void 0}:{}}),{enterpriseId:s}}(t);Zr([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Organization '${t}' found in enterprise '${n}'. Config saved.`)]),Zr([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Default organization set to '${t}' successfully.`)]),"json"===Zr([s,"optionalAccess",e=>e.format])&&Zr([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"success",message:`Default organization set to '${t}'.`,enterprise_id:n,organization_id:t})])}))};function ta(e,t){return null!=e?e:t()}const oa=async(e={})=>{const t=ta(e.stdin,(()=>process.stdin));return!0===ta(e.isTTY,(()=>t.isTTY))?null:await(async e=>{let t="";e.setEncoding("utf-8");for await(const o of e)t+=o;return t})(t)},ia=e=>{process.stdout.write(e.endsWith("\n")?e:`${e}\n`)},sa=e=>{ia(JSON.stringify(e))},na=async(e,t)=>{const o=i.resolve(e),n=i.dirname(o);if(await s.mkdir(n,{recursive:!0}),t instanceof Blob){const e=Buffer.from(await t.arrayBuffer());await s.writeFile(o,e)}else Buffer.isBuffer(t)?await s.writeFile(o,t):t instanceof ArrayBuffer?await s.writeFile(o,Buffer.from(t)):await s.writeFile(o,String(t));return o};const ra=e=>"object"==typeof e&&null!==e,aa=e=>{if(null==e)return null;const t=e.trim();return 0===t.length?null:t},ca=e=>ra(e)&&"data"in e&&void 0!==e.data?e.data:e,la=(e,t)=>{try{const{pathname:o}=new URL(e);return i.extname(o)||t}catch(e){return t}},da=()=>{const e=new Date;return`${e.getFullYear()}${String(e.getMonth()+1).padStart(2,"0")}${String(e.getDate()).padStart(2,"0")}_${String(e.getHours()).padStart(2,"0")}${String(e.getMinutes()).padStart(2,"0")}${String(e.getSeconds()).padStart(2,"0")}`},pa=e=>{const{outputPath:t,type:o,index:s,ext:n,timestamp:r}=e,a=`${o}_${r}_${s}${n}`;return i.join(t,a)},ua=async(t,o={})=>{let i=null;o.stdin&&(i=await oa());const s=aa(t),n=aa(i),r=(c=()=>n,null!=(a=s)?a:c());var a,c;if(!r)throw new e.CozeError(e.ErrorCode.E1000,"Missing prompt: provide PROMPT argument or use --stdin with piped content");return r},ma="720p",ga="16:9",ha=!1,fa=!1;function _a(e,t){return null!=e?e:t()}function ya(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const ba=(e,t)=>{if(null==e)return 5;const o=Number(e);if(!Number.isFinite(o))return ya([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --duration '${String(e)}', falling back to 5`)]),5;const i=Math.floor(o);return i<4||i>12?(ya([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`--duration '${String(e)}' out of bounds (4..12), falling back to -1 as per documentation (letting the model decide)`)]),-1):i},va=(e,t)=>{if(null==e)return;const o=Number(e);if(Number.isSafeInteger(o)&&o>=0)return o;ya([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --seed '${String(e)}', this parameter will be ignored`)])},wa=e=>{const{content:t,options:o,ctx:i}=e,s=(e=>{if("string"!=typeof e)return null;const t=e.trim(),o=/^([0-9]{1,5})x([0-9]{1,5})$/i.exec(t);if(!o)return null;const i=Number(o[1]),s=Number(o[2]);if(!Number.isFinite(i)||!Number.isFinite(s)||i<=0)return null;const n=((e,t)=>{let o=Math.abs(e),i=Math.abs(t);for(;0!==i;){const e=o%i;o=i,i=e}return o})(i,s)||1,r=`${Math.round(i/n)}:${Math.round(s/n)}`,a=Math.max(i,s);return{ratio:r,resolution:a<=854?"480p":a<=1280?"720p":"1080p"}})(o.size),n=((e,t)=>"480p"===e||"720p"===e||"1080p"===e?e:(void 0!==e&&ya([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --resolution '${String(e)}', falling back to '${ma}'`)]),ma))(_a(o.resolution,(()=>ya([s,"optionalAccess",e=>e.resolution]))),i),r=((e,t)=>{if("string"==typeof e){const t=e.trim();if(t.length>0)return t}return void 0!==e&&ya([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --ratio '${String(e)}', falling back to '${ga}'`)]),ga})(_a(o.ratio,(()=>ya([s,"optionalAccess",e=>e.ratio]))),i);return{model:"doubao-seedance-1-5-pro-251215",content:t,callback_url:_a(aa(o.callbackUrl),(()=>{})),return_last_frame:"boolean"==typeof o.returnLastFrame?o.returnLastFrame:fa,resolution:n,ratio:r,duration:ba(o.duration,i),watermark:"boolean"!=typeof o.watermark||o.watermark,seed:va(o.seed,i),camerafixed:"boolean"==typeof o.camerafixed?o.camerafixed:ha,generate_audio:"boolean"!=typeof o.generateAudio||o.generateAudio}},Ca=async t=>{const o=await e.customFetch.fetch(t);if(!o.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download generated resource: ${o.status} ${o.statusText}`,{url:t});return Buffer.from(await o.arrayBuffer())},Ea=async e=>{const{outputPath:t,videoUrl:o,lastFrameUrl:s,shouldSaveLastFrame:n}=e,r=la(o,".mp4"),a=da(),c=pa({outputPath:t,type:"video",index:0,ext:r,timestamp:a}),l=await Ca(o),d=[await na(c,l)];if(n&&"string"==typeof s&&s.length>0){const e=(e=>{const{outputPath:t,ext:o,timestamp:s}=e,n=`last_frame_${s}_0${o}`;return i.join(t,n)})({outputPath:t,ext:la(s,".png"),timestamp:a}),o=await Ca(s),n=await na(e,o);d.push(n)}return d};var Ia,Aa,Sa,ja,Pa,ka,Ta,za,Ra,xa,La,Oa,Da,Ua,Ba,qa,Ma,Na,$a;function Ga(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}!function(e){e[e.TotalTokens=1]="TotalTokens";e[e.TotalInputTokens=2]="TotalInputTokens";e[e.TotalOutputTokens=3]="TotalOutputTokens"}(Ia||(Ia={})),function(e){e[e.ASC=1]="ASC";e[e.DESC=2]="DESC"}(Aa||(Aa={})),function(e){e[e.None=0]="None";e[e.APIKey=1]="APIKey";e[e.Oauth3LO=2]="Oauth3LO";e[e.Oauth2LO=3]="Oauth2LO";e[e.SAT=4]="SAT"}(Sa||(Sa={})),function(e){e[e.Free=1]="Free";e[e.Trial=2]="Trial";e[e.Paid=3]="Paid"}(ja||(ja={})),function(e){e[e.Inactive=1]="Inactive";e[e.Active=2]="Active"}(Pa||(Pa={})),function(e){e[e.CNY=1]="CNY";e[e.ResourcePoint=2]="ResourcePoint"}(ka||(ka={})),function(e){e[e.Cancellable=0]="Cancellable";e[e.NoCancellable=1]="NoCancellable";e[e.AlwaysDefault=2]="AlwaysDefault"}(Ta||(Ta={})),function(e){e[e.LLMModel=1]="LLMModel";e[e.ImageModel=2]="ImageModel";e[e.VideoModel=3]="VideoModel";e[e.AudioModel=4]="AudioModel";e[e.Database=5]="Database";e[e.Storage=6]="Storage";e[e.WebSearch=7]="WebSearch";e[e.EmbeddingModel=8]="EmbeddingModel";e[e.ContentProcessing=9]="ContentProcessing"}(za||(za={})),function(e){e[e.Internal=1]="Internal";e[e.External=2]="External";e[e.Infra=3]="Infra"}(Ra||(Ra={})),function(e){e[e.Text=1]="Text";e[e.Image=2]="Image";e[e.Video=3]="Video";e[e.Audio=4]="Audio"}(xa||(xa={})),function(e){e[e.Float=1]="Float";e[e.Int=2]="Int";e[e.Boolean=3]="Boolean";e[e.String=4]="String";e[e.JsonInput=5]="JsonInput"}(La||(La={})),function(e){e[e.Seed=1]="Seed";e[e.DeepSeek=2]="DeepSeek";e[e.Kimi=3]="Kimi";e[e.GLM=4]="GLM";e[e.MiniMax=5]="MiniMax";e[e.Qwen=6]="Qwen";e[e.StepFun=7]="StepFun";e[e.GPT=8]="GPT";e[e.Others=100]="Others"}(Oa||(Oa={})),function(e){e[e.Offline=0]="Offline";e[e.Online=1]="Online";e[e.GradualRollout=2]="GradualRollout";e[e.ReadyToOffline=3]="ReadyToOffline"}(Da||(Da={})),function(e){e[e.None=0]="None";e[e.InProgress=1]="InProgress";e[e.Success=2]="Success";e[e.Fail=3]="Fail";e[e.RollingBack=4]="RollingBack"}(Ua||(Ua={})),function(e){e[e.Install=1]="Install";e[e.Uninstall=2]="Uninstall"}(Ba||(Ba={})),function(e){e[e.Default=0]="Default";e[e.Agent=1]="Agent";e[e.Workflow=2]="Workflow";e[e.App=4]="App";e[e.Skill=5]="Skill";e[e.Web=6]="Web";e[e.WechatMiniProgram=7]="WechatMiniProgram";e[e.AssistantAgent=8]="AssistantAgent";e[e.General=9]="General";e[e.Design=100]="Design";e[e.Integration=101]="Integration";e[e.Dev=102]="Dev"}(qa||(qa={})),function(e){e[e.Scene=1]="Scene";e[e.Type=2]="Type"}(Ma||(Ma={})),function(e){e[e.Official=1]="Official";e[e.Community=2]="Community"}(Na||(Na={})),function(e){e[e.Agent=1]="Agent";e[e.Automation=2]="Automation";e[e.WebApp=3]="WebApp";e[e.App=4]="App";e[e.Skill=5]="Skill";e[e.GeneralWeb=6]="GeneralWeb";e[e.WechatMiniProgram=7]="WechatMiniProgram";e[e.AssistantAgent=8]="AssistantAgent";e[e.General=9]="General";e[e.CLIBilling=101]="CLIBilling"}($a||($a={}));class Fa{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){Fa.prototype.__init.call(this),Fa.prototype.__init2.call(this),this.request=Ga([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=Ga([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}ListIntegration(e,t){const o=e||{},i=this.genBaseURL("/v1/integration/list"),s={space_id:o.space_id,project_id:o.project_id,integration_type:o.integration_type,integration_id:o.integration_id,filter_installed:o.filter_installed,org_id:o.org_id,search_words:o.search_words,page_num:o.page_num,page_size:o.page_size,project_type:o.project_type};return this.request({url:i,method:"POST",data:s},t)}SetIntegration(e,t){const o=e||{},i=this.genBaseURL("/v1/integration/update"),s={integration_id:o.integration_id,space_id:o.space_id,auth_schema_value:o.auth_schema_value};return this.request({url:i,method:"POST",data:s},t)}DeleteIntegration(e,t){const o=e||{},i=this.genBaseURL("/v1/integration/delete"),s={integration_id:o.integration_id,space_id:o.space_id,project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}AuthIntegrationStatus(e,t){const o=e||{},i=this.genBaseURL("/v1/integration/auth/status"),s={integration_id:o.integration_id,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}ManageSpaceIntegration(e,t){const o=e||{},i=this.genBaseURL("/v1/integration/space/manage"),s={space_ids:o.space_ids,integration_ids:o.integration_ids,op_type:o.op_type};return this.request({url:i,method:"POST",data:s},t)}SubmitVideoGenerationsTasks(e,t){const o=e||{},i=this.genBaseURL("/api/v3/contents/generations/tasks"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"POST",data:s,params:n},t)}FlashASR(e,t){const o=e||{},i=this.genBaseURL("/api/v3/auc/bigmodel/recognize/flash"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}ListModel(e,t){const o=e||{},i=this.genBaseURL("/v1/model/list"),s={model_type:o.model_type,current_model_ids:o.current_model_ids,integration_ids:o.integration_ids,need_model_config_param:o.need_model_config_param,page_size:o.page_size,offset:o.offset};return this.request({url:i,method:"POST",data:s},t)}ChatCompletions(e,t){const o=e||{},i=this.genBaseURL("/api/v3/chat/completions"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}CreateResponses(e,t){const o=e||{},i=this.genBaseURL("/api/v3/responses"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}GenerateImages(e,t){const o=e||{},i=this.genBaseURL("/api/v3/images/generations"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"POST",data:s,params:n},t)}UnidirectionalTTS(e,t){const o=e||{},i=this.genBaseURL("/api/v3/tts/unidirectional"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"POST",data:s,params:n},t)}GetIntegrationOauthConfig(e,t){const o=e||{},i=this.genBaseURL("/v1/integration/auth/oauth_config"),s={integration_id:o.integration_id,space_id:o.space_id,project_id:o.project_id,session_id:o.session_id};return this.request({url:i,method:"POST",data:s},t)}GetVideoGenerationsTasks(e,t){const o=e||{},i=this.genBaseURL("/api/v3/contents/generations/tasks/:id"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"GET",data:s,params:n},t)}WebSearch(e,t){const o=e||{},i=this.genBaseURL("/api/search_api/web_search"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}WebSearch(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/search_api/web_search"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}CreateResponses(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/responses"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}GetVideoGenerationsTasks(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/contents/generations/tasks/:id"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"GET",data:s,params:n},t)}FlashASR(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/auc/bigmodel/recognize/flash"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}SubmitVideoGenerationsTasks(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/contents/generations/tasks"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"POST",data:s,params:n},t)}GenerateImages(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/images/generations"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"POST",data:s,params:n},t)}UnidirectionalTTS(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/tts/unidirectional"),s={Body:o.Body},n={project_id:o.project_id};return this.request({url:i,method:"POST",data:s,params:n},t)}ChatCompletions(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/chat/completions"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}CancelIntegration(e,t){const o=e||{},i=this.genBaseURL("/v1/integration/cancel"),s={integration_id:o.integration_id,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}Embeddings(e,t){const o=e||{},i=this.genBaseURL("/api/v3/embeddings/multimodal"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}Embeddings(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/embeddings/multimodal"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}VideoEditingUtils(e,t){const o=e||{},i=this.genBaseURL("/api/v1/integration/video_editing_utils"),s={Body:o.Body},n={tool_name:o.tool_name};return this.request({url:i,method:"POST",data:s,params:n},t)}GetProjectDefaultSkill(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/default"),s={project_type:o.project_type,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}GetSkillByIDs(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/by_ids"),s={project_type:o.project_type,skill_ids:o.skill_ids,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}GetSkillCategoryList(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/category/list"),s={project_type:o.project_type};return this.request({url:i,method:"POST",data:s},t)}UploadSkill(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/upload"),s={data:o.data},n={"Content-Type":o["Content-Type"]};return this.request({url:i,method:"POST",data:s,headers:n},t)}GetUserSkillList(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/user/list"),s={page:o.page,size:o.size};return this.request({url:i,method:"POST",data:s},t)}DeleteSkill(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/delete"),s={skill_id:o.skill_id};return this.request({url:i,method:"POST",data:s},t)}GetSkillList(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/list"),s={project_type:o.project_type,category_type_list:o.category_type_list,space_id:o.space_id,source_list:o.source_list};return this.request({url:i,method:"POST",data:s},t)}UploadSkillConfirm(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/upload/confirm"),s={preview_skill_key:o.preview_skill_key};return this.request({url:i,method:"POST",data:s},t)}FetchTool(e,t){const o=e||{},i=this.genBaseURL("/api/v1/integration/fetch_tool"),s={url:o.url};return this.request({url:i,method:"POST",data:s},t)}GetModelSwitchStatus(e,t){const o=e||{},i=this.genBaseURL("/v1/model/switch/status"),s={model_id:o.model_id,project_ids:o.project_ids,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}StartSwitchModel(e,t){const o=e||{},i=this.genBaseURL("/v1/model/switch/start"),s={space_id:o.space_id,project_ids:o.project_ids,current_model:o.current_model,target_model:o.target_model};return this.request({url:i,method:"POST",data:s},t)}GetModelUsageList(e,t){const o=e||{},i=this.genBaseURL("/v1/model/usage/list"),s={space_id:o.space_id,model_id:o.model_id,start_timestamp:o.start_timestamp,end_timestamp:o.end_timestamp,order_by_field:o.order_by_field,order_by_type:o.order_by_type,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}GetModelDetails(e,t){const o=e||{},i=this.genBaseURL("/v1/model/details"),s={model_id:o.model_id};return this.request({url:i,method:"POST",data:s},t)}GetModelUsageDetail(e,t){const o=e||{},i=this.genBaseURL("/v1/model/usage/details"),s={space_id:o.space_id,model_id:o.model_id,project_id:o.project_id,start_timestamp:o.start_timestamp,end_timestamp:o.end_timestamp};return this.request({url:i,method:"POST",data:s},t)}RollbackSwitchModel(e,t){const o=e||{},i=this.genBaseURL("/v1/model/switch/rollback"),s={space_id:o.space_id,project_ids:o.project_ids,current_model:o.current_model};return this.request({url:i,method:"POST",data:s},t)}TextEmbeddings(e,t){const o=e||{},i=this.genBaseURL("/api/v3/embeddings"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}TextEmbeddings(e,t){const o=e||{},i=this.genBaseURL("/coze-coding/api/v3/embeddings"),s={Body:o.Body};return this.request({url:i,method:"POST",data:s},t)}CheckModelReadyToOffline(e,t){const o=e||{},i=this.genBaseURL("/v1/model/ready_to_offline/check"),s={model_type:o.model_type};return this.request({url:i,method:"POST",data:s},t)}Audit(e,t){const o=e||{},i=this.genBaseURL("/api/v1/integration/audit"),s={content:o.content};return this.request({url:i,method:"POST",data:s},t)}}Fa.prototype.UploadSkill=function(e,t){const o=e||{},i=this.genBaseURL("/v1/skill/upload"),s=o.body;return this.request({url:i,method:"POST",data:s},t)},Fa.prototype.GenerateImages=function(e,t){const o=e||{},i=this.genBaseURL("/api/v3/images/generations"),s=o.Body;return this.request({url:i,method:"POST",data:s},t)},Fa.prototype.SubmitVideoGenerationsTasks=function(e,t){const o=e||{},i=this.genBaseURL("/api/v3/contents/generations/tasks"),s=o;return this.request({url:i,method:"POST",data:s},t)},Fa.prototype.GetVideoGenerationsTasks=function(e,t){const o=e||{},i=this.genBaseURL(`/api/v3/contents/generations/tasks/${o.id}`);return this.request({url:i,method:"GET"},t)};const Va=new Fa({});const Wa=async e=>await new Promise((t=>setTimeout(t,e))),Ha=async e=>{const{taskId:t,baseURL:o,accessToken:i,projectId:s}=e,n=await Va.GetVideoGenerationsTasks({id:t},{baseURL:o,headers:{Authorization:`Bearer ${i}`},params:{project_id:s}});return ca(n)};function Ja(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Ka=e=>`coze generate video status ${e}`,Qa=e=>{const{ctx:t,response:o}=e;"json"!==Ja([t,"optionalAccess",e=>e.format])?ia((e=>{const t=[e.status],o=Ja([e,"access",e=>e.content,"optionalAccess",e=>e.video_url]),i=Ja([e,"access",e=>e.content,"optionalAccess",e=>e.last_frame_url]);return"succeeded"===e.status?("string"==typeof o&&o.length>0&&t.push(o),"string"==typeof i&&i.length>0&&t.push(i),t.join("\n")):("string"==typeof e.error_message&&e.error_message&&t.push(e.error_message),t.join("\n"))})(o)):sa(o)},Ya=t=>{const o=t.getContext(),{outputPath:i}=t.optsWithGlobals(),s=(n=Ja([o,"optionalAccess",e=>e.config,"optionalAccess",e=>e.integrationApiBaseUrl]),r=()=>l.DEFAULT_CONFIG.integrationApiBaseUrl,null!=n?n:r());var n,r;const a=Ja([o,"optionalAccess",e=>e.config,"optionalAccess",e=>e.accessToken]);if(!a)throw new e.CozeError(e.ErrorCode.E2001,"Missing access_token: Please run `coze auth login --oauth` or `coze auth login --token <token>` first");return{accessToken:a,ctx:o,integrationApiBaseUrl:s,outputPath:i}},Za=async(t,o,i)=>{const{accessToken:s,ctx:n,integrationApiBaseUrl:r,outputPath:a}=Ya(i);let c=null;o.stdin&&(c=await oa());const{content:l}=(t=>{const{prompt:o,stdinPrompt:i,options:s}=t,n=_a(aa(o),(()=>aa(i))),r=aa(s.firstFrame),a=aa(s.lastFrame),c=Boolean(r)||Boolean(a);if(!n&&!c)throw new e.CozeError(e.ErrorCode.E1000,"Missing input: Please provide PROMPT/stdin text, or provide images (--first-frame/--last-frame/--reference-image)");const l=[];return n&&l.push({type:"text",text:n}),r&&l.push({type:"image_url",image_url:{url:r},role:"first_frame"}),a&&l.push({type:"image_url",image_url:{url:a},role:"last_frame"}),{content:l}})({prompt:t,stdinPrompt:c,options:o}),d=wa({content:l,options:o,ctx:n}),p=n.format,u=Ja([n,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!u)throw new e.CozeError(e.ErrorCode.E1000,"Missing billing project ID");const{createResp:m,taskId:g}=await(async t=>{const{requestBody:o,baseURL:i,accessToken:s,projectId:n}=t,r=await Va.SubmitVideoGenerationsTasks(o,{baseURL:i,headers:{Authorization:`Bearer ${s}`},params:{project_id:n}}),a=ca(r),c=function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([a,"optionalAccess",e=>e.id]);if(!c||"string"!=typeof c)throw new e.CozeError(e.ErrorCode.E5002,"Video generation task created successfully but no valid task_id was returned",a);return{taskId:c,createResp:a}})({requestBody:d,baseURL:r,accessToken:s,projectId:u});if(!o.wait)return"json"===p?void sa({query_command:Ka(g),response:m,task_id:g}):void ia((e=>["Video generation task created successfully.",`taskId: ${e}`,`Use \`${Ka(e)}\` to query status.`].join("\n"))(g));const h=await(async t=>{const{taskId:o,baseURL:i,accessToken:s,pollIntervalMs:n,pollTimeoutMs:r,projectId:a}=t,c=Date.now();for(;;){const t=await Ha({taskId:o,baseURL:i,accessToken:s,projectId:a});if("succeeded"===t.status)return t;if("failed"===t.status||"cancelled"===t.status)throw new e.CozeError(e.ErrorCode.E5002,`Video generation failed (status=${t.status}): ${l=t.error_message,d=()=>"unknown",null!=l?l:d()}`,t);if(Date.now()-c>r)throw new e.CozeError(e.ErrorCode.E5003,[`Video generation timed out after ${r}ms.`,`taskId: ${o}`,`Use \`coze generate video status ${o}\` to query status.`].join("\n"),{task_id:o,last_status:t.status});await Wa(n)}var l,d})({taskId:g,baseURL:r,accessToken:s,pollIntervalMs:2e3,pollTimeoutMs:3e5,projectId:u}),f=Ja([h,"access",e=>e.content,"optionalAccess",e=>e.video_url]),_=Ja([h,"access",e=>e.content,"optionalAccess",e=>e.last_frame_url]);if(!f||"string"!=typeof f)throw new e.CozeError(e.ErrorCode.E5002,"Video generated successfully but video_url was not returned");if(a){const e=await Ea({outputPath:a,videoUrl:f,lastFrameUrl:_,shouldSaveLastFrame:!0===o.returnLastFrame});return"json"===p?void sa({task_id:g,request:d,response:h,saved_paths:e}):void ia(e.join("\n"))}if("json"===p)return void sa({task_id:g,request:d,response:h});const y=[f];!0===o.returnLastFrame&&"string"==typeof _&&_.length>0&&y.push(_),ia(y.join("\n"))},Xa=(e,t)=>{const o=t.getContext();H(e,o)},ec=t=>{var o;o=t.command("create [prompt]").description("Create a video generation task").config({help:{brief:"Create video generation task",description:"Create a video generation task from text prompts or images. By default the command returns taskId immediately; use `--wait` to poll until completion.",examples:[{desc:"Create video from text",cmd:'coze generate video create "A dancing kitten"'},{desc:"Create task and wait for completion",cmd:'coze generate video create "A dancing kitten" --wait'},{desc:"Save result to file",cmd:'coze generate video create "A dancing kitten" --wait --output-path ./video.mp4'}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid request parameters or missing prompt",fix:"Provide PROMPT argument or use --stdin with piped content. Check other options (e.g. --first-frame/--last-frame) with -h."},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid access token",fix:"Run `coze auth login --oauth` or set COZE_API_TOKEN/related credentials first"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"Server returned an error or response parsing failed",fix:"Please retry later. Use --debug for more details"},{code:e.ErrorCode.E5003,name:"TIMEOUT",desc:"Video generation request timed out",fix:"Please retry later or use `coze generate video status <taskId>` to query task status"}],schema:{input:{prompt:{type:"string",required:!1,description:"Text prompt (can also be passed via stdin)"}},output:{type:"object",properties:{query_command:{type:"string"},task_id:{type:"string"},request:{type:"object"},response:{type:"object"},saved_paths:{type:"array",items:{type:"string"}}}}}}}).action((async(e,t,o)=>{try{await Za(e,t,o)}catch(e){Xa(e,o)}})),o.option("--callback-url <url>","Callback URL for task status changes").option("--return-last-frame","Return last frame URL (default: disabled)",fa).option("--resolution <res>","Resolution: 480p|720p|1080p",ma).option("--ratio <ratio>",`Aspect ratio (default: ${ga})`,ga).option("--size <size>","Derive ratio/resolution from WIDTHxHEIGHT (lower priority than explicit parameters)").option("--duration <seconds>","Duration (seconds, 4..12; out-of-bounds fallback -1), default: 5",String(5)).option("--no-watermark","Disable watermark (default: enabled)").option("--seed <seed>","Random seed (safe integer)").option("--camerafixed","Fixed camera position (default: disabled)",ha).option("--no-generate-audio","Do not generate accompanying audio (default: generate)").option("--first-frame <url>","First frame image URL").option("--last-frame <url>","Last frame image URL").option("--stdin","Read prompt from stdin (pipe input)").option("--wait","Wait for task completion by polling; by default the command returns taskId immediately")},tc=t=>{t.command("status <taskId>").description("Query video generation task status by task ID").option("--output <format>","Output format: text|json").config({help:{brief:"Query video task status",description:"Query the latest status of a video generation task by task ID. This command does not create a new task.",examples:[{desc:"Query task status",cmd:"coze generate video status task_123"},{desc:"Output full response as JSON",cmd:"coze generate video status task_123 --output json"}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid task ID or request parameters",fix:"Please confirm <taskId> is correct and try again",example:"coze generate video status task_123"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"Server returned an error or response parsing failed",fix:"Please retry later. Use --debug for more details"},{code:e.ErrorCode.E5003,name:"TIMEOUT",desc:"Request timed out",fix:"Please retry later"}],schema:{input:{taskId:{type:"string",required:!0,description:"Video generation task ID"}},output:{type:"object",properties:{id:{type:"string"},status:{type:"string"},model:{type:"string"},content:{type:"object"},error_message:{type:"string"}}}}}}).action((async(t,o,i)=>{try{await(async(t,o,i)=>{const{accessToken:s,ctx:n,integrationApiBaseUrl:r}=Ya(i),a=Ja([n,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!a)throw new e.CozeError(e.ErrorCode.E1000,"Missing billing project ID");const c=await Ha({taskId:t,baseURL:r,accessToken:s,projectId:a});Qa({ctx:n,response:c})})(t,0,i)}catch(e){Xa(e,i)}}))};function oc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const ic="2K",sc="url",nc="standard",rc="disabled",ac=3686400,cc=16777216,lc=e=>"object"==typeof e&&null!==e,dc=e=>{if("string"==typeof e){const t=e.trim();return t.length?t:nc}return nc},pc=e=>{if(null==e)return;const t=(Array.isArray(e)?e:[e]).filter((e=>"string"==typeof e)).map((e=>e.trim())).filter(Boolean);return 0!==t.length?1===t.length?t[0]:t:void 0},uc=t=>{t.command("image [prompt]").description("Generate images from text prompts").config({help:{brief:"Generate images from text",description:"Generate images based on text prompts. Supports setting size, watermark, and multiple images.",examples:[{desc:"Generate image",cmd:'coze generate image "A futuristic city"'},{desc:"Save to file",cmd:'coze generate image "A cat" --output-path ./cat.png'},{desc:"Specify size",cmd:'coze generate image "A dog" --size 1024x1024'}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid request parameters or missing prompt",fix:"Provide PROMPT argument or use --stdin with piped content. Check other options (e.g. --size/--max-images) with -h."},{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"Missing billing project ID",fix:"Please configure billing project ID and retry"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"API response parsing failed or server returned an error",fix:"Please retry later. Use --debug for more details"}],schema:{input:{prompt:{type:"string",required:!1,description:"Text prompt (can also be passed via stdin)"}},output:{type:"object",properties:{model:{type:"string"},created:{type:"number"},image_0:{type:"object"},saved_paths:{type:"array",items:{type:"string"}}}}}}}).option("--size <size>","Image size: 2K|4K or WIDTHxHEIGHT (local validation)",ic).option("--no-watermark","Disable watermark (default: enabled)").option("--image <url>","Reference image URL (can be used multiple times)",((e,t)=>[...t,e]),[]).option("--response-format <format>","Response format: url|b64_json",sc).option("--optimize-prompt-mode <mode>",`Prompt optimization mode (default: ${nc})`,nc).option("--sequential <mode>","Group image generation mode: auto|disabled",rc).option("--max-images <n>","Maximum number of group images (1-15)",String(15)).option("--stdin","Read prompt from stdin (pipe input)").action((async(t,o,i)=>{const s=i.getContext(),{outputPath:n}=i.optsWithGlobals(),r=await ua(t,{stdin:o.stdin}),a=oc([s,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!a)throw new e.CozeError(e.ErrorCode.E1001,"Missing billing project ID");const c=((e,t)=>{if(null==e)return{value:ic};if("string"!=typeof e)return oc([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --size '${String(e)}', falling back to '${ic}'`)]),{value:ic};const o=e.trim();if("2K"===o||"4K"===o)return{value:o};const i=/^([0-9]{1,5})x([0-9]{1,5})$/i.exec(o);if(!i)return{value:ic,warning:`Invalid --size '${o}', falling back to '${ic}'. Expected 2K/4K or WIDTHxHEIGHT`};const s=Number(i[1]),n=Number(i[2]),r=s*n,a=s/n;return Number.isFinite(s)&&Number.isFinite(n)&&s>0&&n>0&&r>=ac&&r<=cc&&a>=.0625&&a<=16?{value:`${s}x${n}`}:{value:ic,warning:`Invalid --size '${o}', falling back to '${ic}'. Total pixels must be in [3686400, 16777216], aspect ratio must be in [1:16, 16:1].`}})(o.size,s),d="url"===(p=o.responseFormat)||"b64_json"===p?{value:p}:void 0!==p?{value:sc,warning:`Invalid --response-format '${String(p)}', falling back to '${sc}'`}:{value:sc};var p;const u=(e=>"auto"===e||"disabled"===e?{value:e}:void 0!==e?{value:rc,warning:`Invalid --sequential '${String(e)}', falling back to '${rc}'`}:{value:rc})(o.sequential),m=(e=>{if(null==e)return{value:15};const t=Number(e);if(Number.isFinite(t)){const e=Math.floor(t);if(e>=1&&e<=15)return{value:e}}return{value:15,warning:`Invalid --max-images '${String(e)}', falling back to '15'`}})(o.maxImages);c.warning&&oc([s,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(c.warning)]),d.warning&&oc([s,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(d.warning)]),u.warning&&oc([s,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(u.warning)]),m.warning&&oc([s,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(m.warning)]);const g={model:"doubao-seedream-4-5-251128",prompt:r,size:c.value,watermark:"boolean"!=typeof o.watermark||o.watermark,image:pc(o.image),response_format:d.value,optimize_prompt_options:{mode:dc(o.optimizePromptMode)},sequential_image_generation:u.value,sequential_image_generation_options:{max_images:m.value}},h=(t=>{const o=lc(t)&&"data"in t?t.data:t;if(lc(i=o)&&"string"==typeof i.model&&"number"==typeof i.created&&Array.isArray(i.data))return o;var i;throw new e.CozeError(e.ErrorCode.E5002,"Image generation API returned an unexpected response format",t)})(await Va.GenerateImages({Body:g},{baseURL:l.DEFAULT_CONFIG.integrationApiBaseUrl,params:{project_id:a}}));if(h.error)throw new e.CozeError(e.ErrorCode.E5002,"Image generation failed (top-level error)",h.error);const f=(y=()=>sc,null!=(_=g.response_format)?_:y());var _,y;const b=h.data.filter((e=>!e.error&&("url"===f?"string"==typeof e.url&&e.url.length>0:"string"==typeof e.b64_json&&e.b64_json.length>0)));if(0===b.length)throw new e.CozeError(e.ErrorCode.E5002,"Image generation succeeded but no valid image data was returned",h);if(n){const t=[],o=da();for(const[i,s]of b.entries()){const r="url"===f&&s.url?la(s.url,".png"):".png",a=pa({outputPath:n,type:"image",index:i,ext:r,timestamp:o});let c;if("url"===f){const t=await e.customFetch.fetch(s.url);if(!t.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download generated image: ${t.status} ${t.statusText}`);c=Buffer.from(await t.arrayBuffer())}else c=Buffer.from(s.b64_json,"base64");const l=await na(a,c);t.push(l)}const{model:i,usage:r,HttpHeader:a,...c}=(e=>{const{data:t,...o}=e,i=Object.fromEntries(t.map(((e,t)=>[`image_${t}`,e])));return{...o,...i}})(h);oc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({...c,saved_paths:t})])}else oc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(h.data)])}))};function mc(e,t){return null!=e?e:t()}function gc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const hc="cli_user",fc="zh_female_xiaohe_uranus_bigtts",_c="mp3",yc=24e3,bc=(e,t)=>"pcm"===e||"mp3"===e||"ogg_opus"===e?e:(void 0!==e&&gc([t,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Invalid --audio-format '${String(e)}', falling back to '${_c}'`)]),_c),vc=(e,t,o,i)=>{if(null==e)return t;const s=Number(e);return Number.isFinite(s)?Math.floor(s):(gc([i,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",i=>i(`Invalid --${o} '${String(e)}', falling back to ${t}`)]),t)},wc=t=>{const o=t.trim();if(0===o.length)return null;const i=o.startsWith("data:")?o.slice(5).trim():o;if(0===i.length)return null;const s=i[0];if("{"!==s&&"["!==s)return null;const n=e.safeJsonParse(i,void 0,{onError:t=>{const i=t instanceof Error?t.message:String(t);throw new e.CozeError(e.ErrorCode.E5002,`Failed to parse response: ${i}`,{line:o})}});return void 0===n?null:ra(n)&&"number"==typeof n.code?n:null},Cc=t=>{const o=t.command("generate").description("Media generation commands (API TBD)").config({help:{brief:"Media generation commands",description:"Generate media such as audio, image, and video using Coze APIs.",examples:[{desc:"Generate image",cmd:'coze generate image "A cat"'},{desc:"Generate audio",cmd:'coze generate audio "Hello world"'},{desc:"Generate video",cmd:'coze generate video create "A dancing dog"'}],seeAlso:["coze auth"]}}).option("--output-path <path>","Directory path to save the generated media files");uc(o),(t=>{t.command("audio [prompt]").description("Synthesize speech from text or SSML (streaming)").config({help:{brief:"Generate audio from text",description:"Synthesize speech from text or SSML. Supports streaming output and configurable audio encodings.",examples:[{desc:"Basic text to speech",cmd:'coze generate audio "Hello world"'},{desc:"Save to file",cmd:'coze generate audio "Hello" --output-path ./audio.mp3'},{desc:"Use SSML",cmd:'echo "<speak>Hello</speak>" | coze generate audio --ssml'},{desc:"Specify audio encoding",cmd:'coze generate audio "Hello" --audio-format ogg_opus'}],errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid request parameters or missing prompt",fix:"Provide PROMPT argument or use --stdin with piped content. Check other options (e.g. --speaker/--audio-format) with -h."},{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"Missing billing project ID",fix:"Configure billing project ID and retry",example:'coze generate audio "Hello"'},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid access token",fix:"Run `coze auth login --oauth` or `coze auth login --token <token>` first"},{code:e.ErrorCode.E5001,name:"NETWORK_ERROR",desc:"Network request failed",fix:"Please check your network connectivity and try again"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"API response parsing failed or server returned an error",fix:"Please retry later. Use --debug for more details"}],schema:{input:{prompt:{type:"string",required:!1,description:"Text or SSML prompt (can also be passed via stdin)"}},output:{type:"object",properties:{request:{type:"object"},url:{type:"string",description:"Audio download URL"},saved_path:{type:"string",description:"Local path if saved"}}}}}}).option("--output <format>","Output format: text|json").option("--uid <uid>",`User UID (default: ${hc})`,hc).option("--speaker <speaker>",`Speaker (default: ${fc})`,fc).option("--audio-format <format>","Audio encoding: pcm|mp3|ogg_opus",_c).option("--sample-rate <n>","Sample rate (default: 24000)",String(yc)).option("--speech-rate <n>","Speech rate (-50..100, default: 0)",String(0)).option("--loudness-rate <n>","Loudness (-50..100, default: 0)",String(0)).option("--ssml","Treat input as SSML (defaults to plain text)",!1).option("--stdin","Read prompt from stdin (pipe input)").action((async(t,o,i)=>{const s=i.getContext();try{const{outputPath:n}=i.optsWithGlobals(),r=gc([s,"optionalAccess",e=>e.config,"access",e=>e.integrationApiBaseUrl]);if(!gc([s,"optionalAccess",e=>e.config,"optionalAccess",e=>e.accessToken]))throw new e.CozeError(e.ErrorCode.E2001,"Missing access_token: Please run `coze auth login --oauth` or `coze auth login --token <token>` first");const a=await ua(t,{stdin:o.stdin}),c=gc([s,"optionalAccess",e=>e.config,"access",e=>e.billingProjectId]);if(!c)throw new e.CozeError(e.ErrorCode.E1001,"Missing billing project ID");const l={user:{uid:mc(aa(o.uid),(()=>hc))},req_params:{speaker:mc(aa(o.speaker),(()=>fc)),audio_params:{format:bc(o.audioFormat,s),sample_rate:vc(o.sampleRate,yc,"sample-rate",s),speech_rate:vc(o.speechRate,0,"speech-rate",s),loudness_rate:vc(o.loudnessRate,0,"loudness-rate",s)}}};o.ssml?l.req_params={...l.req_params,ssml:a}:l.req_params={...l.req_params,text:a};const d=new URL("/api/v3/tts/unidirectional",r);d.searchParams.append("project_id",c);const p=await e.customFetch.fetch(d.toString(),{method:"POST",body:JSON.stringify(l)});if(!p.ok)throw new e.CozeError(e.ErrorCode.E5002,`Speech synthesis request failed: ${p.status} ${p.statusText}`,{status:p.status,statusText:p.statusText});if(!p.body)throw new e.CozeError(e.ErrorCode.E5002,"Speech synthesis response is empty (no streaming body returned)");const u=new TextDecoder("utf-8"),m=p.body.getReader(),g=[];let h;const f=t=>{if(0===t.code)return n&&"string"==typeof t.data&&g.push(Buffer.from(t.data,"base64")),!1;if(2e7===t.code)return"string"==typeof t.url&&t.url.length>0&&(h=t.url),!0;throw new e.CozeError(e.ErrorCode.E5002,`Speech synthesis failed (code=${t.code}): ${mc(t.message,(()=>"unknown"))}`,t)};let _="";for(;;){const{done:e,value:t}=await m.read();if(e)break;_+=u.decode(t,{stream:!0});const o=_.split(/\r?\n/);_=mc(o.pop(),(()=>""));for(const e of o){const t=wc(e);if(t&&f(t)){await m.cancel();break}}if(h)break}if(!h){_+=u.decode();const e=_.split(/\r?\n/);_="";for(const t of e){const e=wc(t);if(e&&f(e))break}}if(n){const t=mc(gc([l,"access",e=>e.req_params,"optionalAccess",e=>e.audio_params,"optionalAccess",e=>e.format]),(()=>_c)),o="pcm"===t?".pcm":"ogg_opus"===t?".ogg":".mp3",i=da(),r=pa({outputPath:n,type:"audio",index:0,ext:o,timestamp:i});let a=null;if(g.length>0)a=await na(r,Buffer.concat(g));else if(h){const t=await e.customFetch.fetch(h);if(!t.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download synthesized speech: ${t.status} ${t.statusText}`,{status:t.status,statusText:t.statusText});const s=Buffer.from(await t.arrayBuffer()),r=la(h,o),c=pa({outputPath:n,type:"audio",index:0,ext:r,timestamp:i});a=await na(c,s)}if(!a)throw new e.CozeError(e.ErrorCode.E5002,"Speech synthesis completed but no savable audio data was obtained (neither chunks nor download URL)",{url:h});return"json"===gc([s,"optionalAccess",e=>e.format])?void sa({request:l,url:h,saved_path:a}):void ia(a)}if("json"===gc([s,"optionalAccess",e=>e.format]))return void sa({request:l,url:h});if(h)return void ia(h);ia("Speech synthesis completed, but no audio download URL was returned; you can use --output json to view details.")}catch(e){H(e,s)}}))})(o),(e=>{const t=(e=>e.command("video").description("Create videos or query video generation task status").config({help:{brief:"Generate videos",description:"Use explicit subcommands to create video generation tasks or query task status by task ID.",examples:[{desc:"Create video from text",cmd:'coze generate video create "A dancing kitten"'},{desc:"Query task status",cmd:"coze generate video status task_123"}],seeAlso:["coze generate image","coze generate audio"]}}))(e);ec(t),tc(t)})(o)};function Ec(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Ic=o=>{(o=>{o.command("upload <path>").description("Upload a local file").config({help:{brief:"Upload a local file",description:"Upload a local file to Coze. The file can be used as an attachment or context in projects.",examples:[{desc:"Upload a file",cmd:"coze file upload ./document.pdf",tags:["[RECOMMENDED]"]}],errors:[{code:e.ErrorCode.E3000,name:"RESOURCE_NOT_FOUND",desc:"Local file not found or not readable",fix:"Please confirm the file path exists and you have read permission"}],schema:{input:{path:{type:"string",required:!0,description:"Local file path to upload"}},output:{type:"string",description:"Uploaded file URL"}}}}).action((async(o,i,s)=>{let n;try{n=s.getContext();try{await h.access(o)}catch(t){throw new e.CozeError(e.ErrorCode.E3000,`File not found or not readable: ${o}`,{filePath:o})}const i=g.basename(o),r=g.extname(o),a=r?i.slice(0,-r.length):i,c=r.slice(1),l=new _;l.append("file_name",a),l.append("file_extension",c),l.append("file_content",f.createReadStream(o)),l.append("biz_type","cli_attachment");const d=await t.IdeApi.UploadFile({data:l},{headers:{...l.getHeaders()}});"json"===Ec([n,"optionalAccess",e=>e.format])?Ec([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(d.data)]):Ec([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(Ec([d,"access",e=>e.data,"optionalAccess",e=>e.file_url]))])}catch(e){H(e,n)}}))})(o.command("file").description("General file operations").config({help:{brief:"File upload and management",description:"Manage file operations for Coze projects. Currently supports uploading local files to Coze for use as attachments or context.",examples:[{desc:"Upload a file",cmd:"coze file upload ./document.pdf"}],seeAlso:["coze code message send"]}}))};function Ac(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Sc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function jc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Pc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const kc=t=>{const o=t.command("config").description("Manage Coze CLI configuration").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Manage local configuration",description:"Provides read, set, list, and delete operations for the CLI local configuration file (`~/.cozerc.json`).",examples:[{desc:"List all configurations",cmd:"coze config list"},{desc:"Set configuration value",cmd:"coze config set base_url https://api.coze.cn"}]}});(e=>{e.command("get <keys...>").description("Get configuration values and their sources").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Get configuration values",description:"Read and output the value of the specified configuration keys from `~/.cozerc.json`. If a key does not exist, prompts that it was not found.",examples:[{desc:"Get BaseURL configuration",cmd:"coze config get baseUrl"},{desc:"Get default Space ID",cmd:"coze config get spaceId"},{desc:"Get multiple configurations",cmd:"coze config get baseUrl spaceId"}],schema:{input:{keys:{type:"array",required:!0,description:"Configuration key names"}},output:{value:{type:"any",description:"Configuration value"}}}}}).action((async(e,t,o)=>{const i=o.getContext(),s=await l.listConfigs();for(const t of e){const e=s.find((e=>e.key===t));Ac(e?[i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t(e)]:[i,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(`Configuration '${t}' not found.`)])}}))})(o),(t=>{t.command("set <key> <value>").description("Set a configuration value").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Set a single configuration value",description:"Update or add the specified local configuration key-value pair. The configuration will be persistently saved in `~/.cozerc.json`.",examples:[{desc:"Modify default workspace",cmd:"coze config set spaceId 123456789"},{desc:"Modify BaseURL",cmd:"coze config set baseUrl https://api.coze.cn"}],errors:[{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"Failed to set configuration value",fix:"Please check the key/value and retry. Use --debug for more details."}],schema:{input:{key:{type:"string",required:!0,description:"Configuration key name"},value:{type:"string",required:!0,description:"New configuration value"}}}}}).action((async(t,o,i,s)=>{const n=s.getContext();try{const e={};e[t]=o;const i="global";await l.saveConfig(e,i);const s={key:t,value:o,scope:i,status:"updated",message:`Configuration '${t}' updated successfully in ${i} scope.`};if(Sc([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(s.message)]),"json"===Sc([n,"optionalAccess",e=>e.format]))return void Sc([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(s)])}catch(i){throw new e.CozeError(e.ErrorCode.E5000,`Failed to set '${t}' to '${o}': ${i.message}`,i.stack)}}))})(o),(t=>{t.command("delete <keys...>").description("Delete a configuration value").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Delete configuration values",description:"Remove the specified configuration values from the local configuration file `~/.cozerc.json`.",examples:[{desc:"Delete a specific configuration key",cmd:"coze config delete spaceId"},{desc:"Delete multiple configuration keys",cmd:"coze config delete spaceId baseUrl"}],errors:[{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"Failed to delete configuration value",fix:"Please check the configuration key and retry. Use --debug for more details."}],schema:{input:{keys:{type:"array",required:!0,description:"Configuration key names"}}}}}).action((async(t,o,i)=>{const s=i.getContext();for(const o of t)try{await l.deleteConfig(o);const e={key:o,status:"deleted",message:`Configuration '${o}' has been removed.`};jc([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Deleted ${o} from configuration file successfully.`)]),"json"===jc([s,"optionalAccess",e=>e.format])&&jc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t(e)])}catch(t){const i=t;throw new e.CozeError(e.ErrorCode.E5000,`Failed to delete config '${o}': ${i.message}`,i.stack)}}))})(o),(e=>{e.command("list").description("List all configuration values and their sources").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"List all local configuration values",description:"Print all configuration content stored in `~/.cozerc.json` in JSON format.",examples:[{desc:"List configurations",cmd:"coze config list"}],schema:{output:{type:"object",additionalProperties:!0,description:"Configuration key-value pairs"}}}}).action((async(e,t)=>{const o=t.getContext(),i=(await l.listConfigs()).map((({key:e,value:t,source:o})=>({key:e,value:t,source:o})));Pc([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Configurations found:")]),Pc([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(i)])}))})(o)},Tc="__COZE_FILE_COMP__";function zc(){const e=process.env.SHELL;if(e){if(e.includes("bash"))return"bash";if(e.includes("zsh"))return"zsh";if(e.includes("fish"))return"fish"}if(process.env.PSModulePath)return"powershell"}function Rc(e){const t=n.homedir();switch(e){case"bash":return i.join(t,"darwin"===process.platform?".bash_profile":".bashrc");case"zsh":return i.join(t,".zshrc");case"fish":return i.join(t,".config/fish/config.fish");case"powershell":return function(){const e=["pwsh","powershell"];for(const t of e)try{const e=c.execSync(`${t} -NoProfile -NoLogo -Command "echo $PROFILE"`,{encoding:"utf8",timeout:5e3,stdio:["pipe","pipe","pipe"]}).trim();if(e)return e}catch(e){continue}return}();default:return}}function xc(){return["### coze completion - begin. generated by coze cli ###","if type compdef &>/dev/null; then"," _coze_completion() {"," local completions",' completions=("${(@f)$(coze --compzsh --compgen "${CURRENT}" "${words[CURRENT-1]}" "${BUFFER}")}")',` if [[ "\${completions[1]}" == "${Tc}" ]]; then`," _files"," else"," compadd -- $completions"," fi"," }"," compdef _coze_completion coze","elif type complete &>/dev/null; then"," _coze_completion() {"," local cur prev nb_colon"," _get_comp_words_by_ref -n : cur prev",' nb_colon=$(grep -o ":" <<< "$COMP_LINE" | wc -l)'," local completions",' completions=$(coze --compbash --compgen "$((COMP_CWORD - (nb_colon * 2)))" "$prev" "${COMP_LINE}")',` if [[ "$completions" == "${Tc}" ]]; then`," COMPREPLY=()"," return"," fi",' COMPREPLY=( $(compgen -W "$completions" -- "$cur") )',' __ltrim_colon_completions "$cur"'," }"," complete -o default -o bashdefault -F _coze_completion coze","elif type compctl &>/dev/null; then"," _coze_completion() {"," local cword line point si"," read -Ac words"," read -cn cword"," read -l line",' si="$IFS"',' if ! IFS=$\'\\n\' reply=($(coze --compzsh --compgen "${cword}" "${words[cword-1]}" "${line}")); then'," local ret=$?",' IFS="$si"'," return $ret"," fi",' IFS="$si"'," }"," compctl -K _coze_completion coze","fi","### coze completion - end ###"].join(n.EOL)}function Lc(e){switch(e){case"bash":return`\n# begin coze completion\nsource ${i.join(n.homedir(),".coze","completion.sh")}\n# end coze completion\n`;case"zsh":return"\n# begin coze completion\n. <(coze --completion)\n# end coze completion\n";case"fish":return"\n# begin coze completion\ncoze --completion-fish | source\n# end coze completion\n";case"powershell":return`\n# begin coze completion\nRegister-ArgumentCompleter -Native -CommandName coze -ScriptBlock {\n param($wordToComplete, $commandAst, $cursorPosition)\n $tokens = $commandAst.ToString().Split(" ", [StringSplitOptions]::RemoveEmptyEntries)\n $allArgs = @("--comppwsh")\n if ($tokens.Count -gt 1) {\n $allArgs += $tokens[1..($tokens.Count - 1)]\n }\n $result = & coze $allArgs 2>$null\n if ($result -and $result[0] -ne '${Tc}') {\n $result -split '\\n' | Where-Object { $_ -like "$wordToComplete*" } | ForEach-Object {\n [System.Management.Automation.CompletionResult]::new($_, $_, 'ParameterValue', $_)\n }\n } else {\n Get-ChildItem -Path "$wordToComplete*" -ErrorAction SilentlyContinue | ForEach-Object {\n [System.Management.Automation.CompletionResult]::new($_.Name, $_.Name, 'ProviderItem', $_.FullName)\n }\n }\n}\n# end coze completion\n`;default:return}}function Oc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}let Dc,Uc,Bc=!1,qc=!1;function Mc(e){const t=(o=e._args,i=()=>[],null!=o?o:i());var o,i;if(0===t.length)return!1;const s=/path|file|dir|folder/i;return t.some((e=>s.test(e._name)))}function Nc(e){Uc=e,function(){const e=process.argv.indexOf("--completion");e>-1&&(Bc=!0,process.argv.splice(e,1));const t=process.argv.indexOf("--completion-fish");t>-1&&(qc=!0,process.argv.splice(t,1))}(),Dc=y("coze"),Dc.on("complete",((t,o)=>{const i=o.line.trimStart().split(/\s+/);i.length>0&&(i[0].endsWith("coze")||i[0].endsWith("bin/main"))&&i.shift();let s="";o.line.endsWith(" ")?(s="",""===i[i.length-1]&&i.pop()):s=i.pop()||"";const n=function(e,t,o){let i=e;for(const e of t){const t=i.commands.find((t=>t.name()===e||t.alias()===e));if(t)i=t;else if(!e.startsWith("-"))return Mc(i)?[Tc]:[]}const s=[];i.commands.length>0&&i.commands.forEach((e=>{s.push(e.name())})),i.options.forEach((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))})),i!==e&&e.options.forEach((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))}));const n=Array.from(new Set(s)).filter((e=>e.startsWith(o)));return 0===n.length&&Mc(i)?[Tc]:n}(e,i,s);o.reply(n)})),e.command("completion").description("Setup shell auto-completion").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Configure terminal auto-completion",description:"Install or remove the auto-completion script for the current terminal environment (supports bash/zsh/fish/powershell).",examples:[{desc:"Install completion script",cmd:"coze completion --setup"},{desc:"Remove completion script",cmd:"coze completion --cleanup"}]}}).option("--setup","Install shell completion into your startup script (.zshrc / .bashrc / $PROFILE)").option("--cleanup","Remove shell completion from your startup script").action((async e=>{if(e.cleanup)!function(){const e=zc();if(!e)return;const t=Rc(e);if(!t||!r.existsSync(t))return;const o=Lc(e);if(o){const e=r.readFileSync(t,"utf8").replace(new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),"");r.writeFileSync(t,e)}if("bash"===e){const e=i.join(n.homedir(),".coze"),t=i.join(e,"completion.sh");r.existsSync(t)&&r.unlinkSync(t),r.existsSync(e)&&0===r.readdirSync(e).length&&r.rmdirSync(e)}}(),await l.saveConfig({completionInstalled:!1}),console.log("Shell completion removed! Please restart your terminal.");else{const e=zc();if(!e)return console.error("Could not detect your shell type. Supported shells: bash, zsh, fish, powershell."),void(process.exitCode=1);const t=function(){const e=zc();if(!e)return!1;const t=Rc(e);if(!t)return!1;if("bash"===e){const e=i.join(n.homedir(),".coze"),t=i.join(e,"completion.sh");r.existsSync(e)||r.mkdirSync(e,{recursive:!0}),r.writeFileSync(t,xc())}const o=i.dirname(t);r.existsSync(o)||r.mkdirSync(o,{recursive:!0});const s=Lc(e);return!!s&&(r.appendFileSync(t,s),!0)}();t?(await l.saveConfig({completionInstalled:!0}),console.log(`Shell completion (${e}) setup successful! Please restart your terminal or source your config file.`)):(console.error(`Failed to setup shell completion for ${e}.`),process.exitCode=1)}}))}function $c(){return Bc?(console.log(xc()),void process.exit()):qc?(console.log(["### coze completion - begin. generated by coze cli ###","function _coze_completion"," set -l completions (coze --compfish --compgen (count (commandline -poc)) (commandline -pt) (commandline -pb))",` if test (count $completions) -eq 1 -a "$completions[1]" = "${Tc}"`," return"," end"," for c in $completions"," echo $c"," end","end","complete -c coze -a '(_coze_completion)' -n '_coze_completion'","### coze completion - end ###"].join(n.EOL)),void process.exit()):void(process.argv.includes("--comppwsh")?function(){if(!Uc)return void process.exit();const e=process.argv.indexOf("--comppwsh"),t=process.argv.slice(e+1);let o=Uc;const i=[];for(const e of t){const t=Oc([o,"access",e=>e.commands,"optionalAccess",e=>e.find,"call",t=>t((t=>t.name()===e||t.alias()===e))]);t?o=t:i.push(e)}const s=[];Oc([o,"access",e=>e.commands,"optionalAccess",e=>e.forEach,"call",e=>e((e=>{s.push(e.name())}))]),Oc([o,"access",e=>e.options,"optionalAccess",e=>e.forEach,"call",e=>e((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))}))]),o!==Uc&&Oc([Uc,"access",e=>e.options,"optionalAccess",e=>e.forEach,"call",e=>e((e=>{e.flags.split(/[ ,|]+/).forEach((e=>{e.startsWith("<")||e.startsWith("[")||s.push(e)}))}))]);const n=i[i.length-1]||"",r=Array.from(new Set(s)).filter((e=>e.startsWith(n)));0===r.length&&Mc(o)?console.log(Tc):r.length>0&&console.log(r.join("\n")),process.exit()}():Dc&&Dc.init())}class Gc{static getInstance(){return Gc.INSTANCE||(Gc.INSTANCE=new Gc),Gc.INSTANCE}async getDefaultConversation(e){return(await t.BuildAgentApi.GetProjectDefaultConversation({project_id:e})).Data}async updateConversationSetting(e,o,i){await t.BuildAgentApi.UpdateConversationSetting({project_id:e,conversation_id:o,...void 0!==i.modelSetting?{model_setting:i.modelSetting}:{},...void 0!==i.skillSetting?{skill_setting:i.skillSetting}:{},...void 0!==i.mode?{mode:i.mode}:{},...void 0!==i.agentTools?{agent_tools:i.agentTools}:{}})}}const Fc=Gc.getInstance();function Vc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Wc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Hc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Jc=o=>{const i=o.command("tools").config({help:{brief:"Manage project tools",description:"Manage tools associated with a project. Tools extend project capabilities such as web search, image generation, etc.",examples:[{desc:"List project tools",cmd:"coze code tools list -p <projectId>"},{desc:"Enable a tool",cmd:"coze code tools enable enable_image_gen -p <projectId>"},{desc:"Disable a tool",cmd:"coze code tools disable enable_image_gen -p <projectId>"}],seeAlso:["coze code project","coze code model"]}}).description("Manage project tools");!function(e){e.command("list").description("List available tools for the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"List available tools for the project",description:"List all available tools for the specified project type, with enabled status indicating current configuration.",examples:[{desc:"List project tools",cmd:"coze code tools list -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"}},output:{type:"array",items:{type:"object",properties:{tool_name:{type:"string",description:"Tool name"},description:{type:"string",description:"Tool description"},enabled:{type:"boolean",description:"Whether the tool is enabled"}}}}}}}).action((async function(e,o){const i=o.getContext(),{projectId:s}=e,n=Vc([await t.IdeApi.GetVibeProject({project_id:s}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),r=Vc([await Fc.getDefaultConversation(s),"access",e=>e.conversation_setting,"optionalAccess",e=>e.agent_tools]),a=Vc([await t.BuildAgentApi.GetTools(),"access",e=>e.project_types,"optionalAccess",e=>e.find,"call",e=>e((e=>e.project_type===n)),"optionalAccess",e=>e.tools]);if(!a||0===a.length)return Vc([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("No tools available for this project type.")]),void Vc([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e([])]);const c=a.map((e=>({tool_name:e.name,description:e.description||e.display_name,enabled:Vc([r,"optionalAccess",t=>t[e.name]])})));Vc([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Fetched ${c.length} tools.`)]),Vc([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(c)])}))}(i),function(o){o.command("enable <toolName>").description("Enable a conversation tool").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Enable a conversation tool",description:"Enable a specified tool in the default conversation settings.",examples:[{desc:"Enable image generation",cmd:"coze code tools enable enable_image_gen -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{toolName:{type:"string",required:!0,description:"Tool name to enable"},projectId:{type:"string",required:!0,description:"Project ID"}},output:{project_id:{type:"string",description:"Project ID"},enable_tool_name:{type:"string",description:"Enabled tool name"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"The specified tool is not available for this project type",fix:"Use 'coze code tools list -p <projectId>' to see available tools"}]}}).action((async function(o,i,s){const n=s.getContext(),{projectId:r}=i,a=Wc([await t.IdeApi.GetVibeProject({project_id:r}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),c=Wc([await t.BuildAgentApi.GetTools(),"access",e=>e.project_types,"optionalAccess",e=>e.find,"call",e=>e((e=>e.project_type===a)),"optionalAccess",e=>e.tools]);if(!Wc([c,"optionalAccess",e=>e.find,"call",e=>e((e=>e.name===o))]))throw new e.CozeError(e.ErrorCode.E1000,`Tool '${o}' is not available for this project type`,{toolName:o,projectId:r});const l=await Fc.getDefaultConversation(r),d=Wc([l,"access",e=>e.conversation_setting,"optionalAccess",e=>e.agent_tools])||{};await Fc.updateConversationSetting(r,l.id,{agentTools:{...d,[o]:!0}}),Wc([n,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Tool '${o}' enabled.`)]),Wc([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:r,enable_tool_name:o,message:`Tool '${o}' has been enabled successfully`})])}))}(i),function(o){o.command("disable <toolName>").description("Disable a conversation tool").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Disable a conversation tool",description:"Disable a specified tool in the default conversation settings.",examples:[{desc:"Disable image generation",cmd:"coze code tools disable enable_image_gen -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{toolName:{type:"string",required:!0,description:"Tool name to disable"},projectId:{type:"string",required:!0,description:"Project ID"}},output:{project_id:{type:"string",description:"Project ID"},disable_tool_name:{type:"string",description:"Disabled tool name"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"The specified tool is not available for this project type",fix:"Use 'coze code tools list -p <projectId>' to see available tools"}]}}).action((async function(o,i,s){const n=s.getContext(),{projectId:r}=i,a=Hc([await t.IdeApi.GetVibeProject({project_id:r}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),c=Hc([await t.BuildAgentApi.GetTools(),"access",e=>e.project_types,"optionalAccess",e=>e.find,"call",e=>e((e=>e.project_type===a)),"optionalAccess",e=>e.tools]);if(!Hc([c,"optionalAccess",e=>e.find,"call",e=>e((e=>e.name===o))]))throw new e.CozeError(e.ErrorCode.E1000,`Tool '${o}' is not available for this project type`,{toolName:o,projectId:r});const l=await Fc.getDefaultConversation(r),d=Hc([l,"access",e=>e.conversation_setting,"optionalAccess",e=>e.agent_tools])||{};await Fc.updateConversationSetting(r,l.id,{agentTools:{...d,[o]:!1}}),Hc([n,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Tool '${o}' disabled.`)]),Hc([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:r,disable_tool_name:o,message:`Tool '${o}' has been disabled successfully`})])}))}(i)};function Kc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Qc(e,t){return null!=e?e:t()}function Yc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Zc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Xc(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function el(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const tl=o=>{const i=o.command("skill").config({help:{brief:"Manage project skills",description:"Manage skills associated with a project. Skills are important components to extend project capabilities, supporting adding, viewing, and removing project skills.",examples:[{desc:"List project skills",cmd:"coze code skill list -p <projectId>"},{desc:"Add skill",cmd:"coze code skill add <skillId> -p <projectId>"},{desc:"Remove skill",cmd:"coze code skill remove <skillId> -p <projectId>"}],seeAlso:["coze code project"]}}).description("Manage project skills");!function(o){o.command("list").description("List available skills for the project").requiredOption("-p, --project-id <projectId>","Project ID").option("--space-id <spaceId>","Space ID (optional, reads from config)").option("--my","List personal skills only").option("--page <page>","Page number (for personal skills)").option("--size <size>","Page size (for personal skills)").config({help:{brief:"List available skills for the project",description:"Retrieve a list of all available skills for the specified project type, with installation status indicating which skills are already added.",examples:[{desc:"List project skills",cmd:"coze code skill list --project-id <projectId>",tags:["[RECOMMENDED]"]},{desc:"List personal skills",cmd:"coze code skill list -p <projectId> --my"},{desc:"List personal skills with pagination",cmd:"coze code skill list -p <projectId> --my --page 1 --size 10"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},spaceId:{type:"string",required:!1,description:"Space ID (optional, reads from context)"},my:{type:"boolean",required:!1,description:"List personal skills only"},page:{type:"number",required:!1,description:"Page number (for personal skills, default: 1)"},size:{type:"number",required:!1,description:"Page size (for personal skills, default: 20)"}},output:{type:"object",properties:{items:{type:"array",items:{type:"object",properties:{description:{type:"string",description:"Skill description"},skill_id:{type:"string",description:"Skill ID"},name:{type:"string",description:"Skill name"},icon:{type:"string",description:"Skill icon URL"},is_installed:{type:"boolean",description:"Whether the skill is installed"}}}},total:{type:"number",description:"Total number of records (only present for --my mode)"}}}},errors:[{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Space ID is required",fix:"Please use --space-id <spaceId> or run `coze space use <spaceId>` first"}]}}).action((async function(o,i){const s=i.getContext(),{projectId:n}=o;if(o.my){const e=o.page?parseInt(o.page,10):1,t=o.size?parseInt(o.size,10):20,i=await Va.GetUserSkillList({page:e,size:t});return Yc([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Fetched ${Yc([i,"access",e=>e.data,"optionalAccess",e=>e.skill_meta_list,"optionalAccess",e=>e.length])||0} personal skills.`)]),void Yc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({items:Yc([i,"access",e=>e.data,"optionalAccess",e=>e.skill_meta_list,"optionalAccess",e=>e.map,"call",e=>e((e=>({skill_id:Yc([e,"optionalAccess",e=>e.skill_id]),name:Yc([e,"optionalAccess",e=>e.name]),description:Yc([e,"optionalAccess",e=>e.description]),icon:Yc([e,"optionalAccess",e=>e.icon]),is_installed:!1})))])||[],total:Qc(Yc([i,"access",e=>e.data,"optionalAccess",e=>e.total]),(()=>0))})])}const r=Qc(Qc(o.spaceId,(()=>Yc([s,"optionalAccess",e=>e.config,"access",e=>e.spaceId]))),(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing spaceId: pass --space-id <spaceId> or set config.spaceId");const a=await t.IdeApi.GetVibeProject({project_id:n}),c=Yc([await Fc.getDefaultConversation(n),"access",e=>e.conversation_setting,"optionalAccess",e=>e.skill_setting,"optionalAccess",e=>e.skills])||[],l=new Set(c.map((e=>e.skill_id)).filter(Boolean)),d=Yc([a,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),p=await Va.GetSkillList({project_type:d,space_id:r,category_type_list:[d]});Yc([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Fetched ${Yc([p,"access",e=>e.data,"optionalAccess",e=>e.skill_meta_list,"optionalAccess",e=>e.length])||0} skills.`)]),Yc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({items:Yc([p,"access",e=>e.data,"optionalAccess",e=>e.skill_meta_list,"optionalAccess",e=>e.map,"call",e=>e((e=>({description:Yc([e,"optionalAccess",e=>e.description]),skill_id:Yc([e,"optionalAccess",e=>e.skill_id]),name:Yc([e,"optionalAccess",e=>e.name]),icon:Yc([e,"optionalAccess",e=>e.icon]),is_installed:l.has(e.skill_id||"")})))])||[]})])}))}(i),function(t){t.command("add <skillId>").description("Add skills to the conversation").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Add skill to conversation",description:"Add a specified skill to the default conversation. Skills can extend capabilities, such as adding search, code execution, etc.",examples:[{desc:"Add skill",cmd:"coze code skill add <skillId> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},skillId:{type:"string",required:!0,description:"Skill ID"}},output:{project_id:{type:"string",description:"Project ID"},added_skill_ids:{type:"array",items:{type:"string"},description:"Added skill IDs"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E3002,name:"SKILL_NOT_FOUND",desc:"The specified skill does not exist",fix:"Please use `skill list` to confirm available skills"}]}}).action((async function(e,t,o){const i=o.getContext(),{projectId:s}=t,n=[e],r=await Fc.getDefaultConversation(s);await Fc.updateConversationSetting(s,r.id,{skillSetting:{add_skills:n.map((e=>({skill_id:String(e),is_preload:!0})))}}),Zc([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Skills added successfully.")]),Zc([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:s,added_skill_ids:n,message:"added Skills successfully."})])}))}(i),function(t){t.command("remove <skillId>").description("Remove skills from the conversation").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Remove skill from conversation",description:"Remove a configured skill from the default conversation.",examples:[{desc:"Remove skill",cmd:"coze code skill remove <skillId> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},skillId:{type:"string",required:!0,description:"Skill ID to remove"}},output:{project_id:{type:"string",description:"Project ID"},removed_skill_ids:{type:"array",items:{type:"string"},description:"Removed skill IDs"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E3004,name:"SKILL_NOT_INSTALLED",desc:"The specified skill is not installed in the conversation",fix:"Please use `skill list` to confirm installed skills"}]}}).action((async function(e,t,o){const i=o.getContext(),{projectId:s}=t,n=[e],r=await Fc.getDefaultConversation(s);await Fc.updateConversationSetting(s,r.id,{skillSetting:{remove_skills:n.map((e=>({skill_id:String(e),is_preload:!0})))}}),Kc([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Skill removed.")]),Kc([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:s,removed_skill_ids:n,message:"removed Skills successfully."})])}))}(i),function(t){t.command("upload <filePath>").description("Upload a personal skill").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Upload a personal skill",description:"Upload a .skill file as a personal skill. If a naming conflict exists, it will be automatically confirmed to overwrite.",examples:[{desc:"Upload a skill file",cmd:'coze code skill upload "./my-skill.skill" -p <projectId>',tags:["[RECOMMENDED]"]}],schema:{input:{filePath:{type:"string",required:!0,description:"Path to the .skill file"},projectId:{type:"string",required:!0,description:"Project ID"}},output:{project_id:{type:"string",description:"Project ID"},skill_id:{type:"string",description:"Uploaded skill ID"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"File not found at the specified path",fix:"Please provide a valid path to a .skill file"}]}}).action((async function(t,o,i){const s=i.getContext(),{projectId:n}=o,r=g.resolve(t);if(!f.existsSync(r))throw new e.CozeError(e.ErrorCode.E1000,`File not found: ${r}`,{filePath:r});const a=g.basename(r),c=f.createReadStream(r);Xc([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Uploading skill ${a}...`)]);const l=await Va.UploadSkill({body:{file_content:c,file_name:a}},{headers:{"Content-Type":"multipart/form-data"}});if(Xc([l,"access",e=>e.data,"optionalAccess",e=>e.naming_conflict])){const e=Xc([l,"access",e=>e.data,"optionalAccess",e=>e.conflict_info,"optionalAccess",e=>e.preview_skill_key]);Xc([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Naming conflict detected, auto-confirming overwrite...")]),await Va.UploadSkillConfirm({preview_skill_key:e})}Xc([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Skill uploaded successfully.")]),Xc([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:n,message:"Skill uploaded successfully"})])}))}(i),function(t){t.command("delete <skillId>").description("Delete a personal skill").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Delete a personal skill",description:"Permanently delete a personal skill. This is different from skill remove which only unlinks a skill from the project.",examples:[{desc:"Delete a skill",cmd:"coze code skill delete <skillId> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{skillId:{type:"string",required:!0,description:"Skill ID to delete"},projectId:{type:"string",required:!0,description:"Project ID"}},output:{project_id:{type:"string",description:"Project ID"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Skill not found or invalid skill ID",fix:"Use 'coze code skill list -p <projectId> --my' to see available skills"}]}}).action((async function(e,t,o){const i=o.getContext(),{projectId:s}=t;await Va.DeleteSkill({skill_id:e}),el([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",t=>t(`Skill '${e}' deleted.`)]),el([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t({project_id:s,message:`Skill '${e}' has been permanently deleted`})])}))}(i)};var ol,il,sl,nl,rl,al,cl,ll,dl,pl,ul,ml,gl,hl,fl,_l,yl,bl,vl,wl,Cl,El,Il,Al,Sl,jl,Pl,kl,Tl,zl,Rl,xl,Ll,Ol,Dl,Ul,Bl,ql,Ml,Nl,$l,Gl,Fl,Vl,Wl,Hl,Jl,Kl,Ql,Yl,Zl,Xl,ed,td,od,id,sd,nd,rd,ad,cd,ld,dd,pd,ud,md,gd,hd,fd,_d,yd,bd,vd,wd,Cd,Ed,Id;function Ad(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}!function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}(ol||(ol={})),function(e){e[e.CacheClosed=0]="CacheClosed";e[e.PrefixCache=1]="PrefixCache"}(il||(il={})),function(e){e[e.Chat=0]="Chat";e[e.FunctionCall_1=1]="FunctionCall_1";e[e.FunctionCall_2=2]="FunctionCall_2";e[e.FunctionCall_3=3]="FunctionCall_3"}(sl||(sl={})),function(e){e[e.FullSupport=0]="FullSupport";e[e.PoorSupport=1]="PoorSupport";e[e.NotSupport=2]="NotSupport"}(nl||(nl={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.ImageFlow=3]="ImageFlow";e[e.Trigger=4]="Trigger";e[e.KnowledgeText=5]="KnowledgeText";e[e.KnowledgeTable=6]="KnowledgeTable";e[e.KnowledgeAutoCall=7]="KnowledgeAutoCall";e[e.KnowledgeOnDemandCall=8]="KnowledgeOnDemandCall";e[e.Variable=9]="Variable";e[e.Database=10]="Database";e[e.LongTermMemory=11]="LongTermMemory";e[e.FileBox=12]="FileBox";e[e.Onboarding=13]="Onboarding";e[e.Suggestion=14]="Suggestion";e[e.ShortcutCommand=15]="ShortcutCommand";e[e.BackGroundImage=16]="BackGroundImage";e[e.TTS=17]="TTS";e[e.MultiAgentRecognize=18]="MultiAgentRecognize";e[e.KnowledgePhoto=19]="KnowledgePhoto";e[e.HookInfo=20]="HookInfo";e[e.KnowledgeValcanoUnstructured=21]="KnowledgeValcanoUnstructured";e[e.KnowledgeValcanoStructured=22]="KnowledgeValcanoStructured";e[e.Model=23]="Model";e[e.KnowledgeThirdPartyUnstructured=24]="KnowledgeThirdPartyUnstructured";e[e.KnowledgeThirdPartyStructured=25]="KnowledgeThirdPartyStructured"}(rl||(rl={})),function(e){e[e.Text=0]="Text";e[e.Markdown=1]="Markdown";e[e.JSON=2]="JSON"}(al||(al={})),function(e){e[e.Custom=0]="Custom";e[e.Creative=1]="Creative";e[e.Balance=2]="Balance";e[e.Precise=3]="Precise"}(cl||(cl={})),function(e){e[e.Auditing=0]="Auditing";e[e.Success=1]="Success";e[e.Failed=2]="Failed"}(ll||(ll={})),function(e){e[e.Official=1]="Official";e[e.Public=2]="Public";e[e.Custom=3]="Custom";e[e.Others=101]="Others"}(dl||(dl={})),function(e){e[e.Normal=0]="Normal";e[e.Offline=1]="Offline";e[e.TokenDisconnect=2]="TokenDisconnect"}(pl||(pl={})),function(e){e[e.App=1]="App";e[e.Resource=2]="Resource"}(ul||(ul={})),function(e){e[e.CozeModel=1]="CozeModel";e[e.VolcAccount=2]="VolcAccount";e[e.SelfAccount=3]="SelfAccount";e[e.SelfModel=4]="SelfModel"}(ml||(ml={})),function(e){e[e.Asc=1]="Asc";e[e.Desc=2]="Desc"}(gl||(gl={})),function(e){e[e.NoDetail=1]="NoDetail";e[e.Detail=2]="Detail";e[e.Operate=3]="Operate"}(hl||(hl={})),function(e){e[e.Published=1]="Published";e[e.Unpublished=2]="Unpublished"}(fl||(fl={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.Imageflow=3]="Imageflow";e[e.Knowledge=4]="Knowledge";e[e.UI=5]="UI";e[e.Prompt=6]="Prompt";e[e.Database=7]="Database";e[e.Variable=8]="Variable"}(_l||(_l={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi";e[e.MessagesApi=2]="MessagesApi"}(yl||(yl={})),function(e){e[e.DefaultHeader=1]="DefaultHeader";e[e.SpecifiedHeader=2]="SpecifiedHeader"}(bl||(bl={})),function(e){e[e.VolcKms=1]="VolcKms";e[e.PlainText=2]="PlainText"}(vl||(vl={})),function(e){e[e.Provider=1]="Provider";e[e.Custom=2]="Custom"}(wl||(wl={})),function(e){e[e.CozeAccountTypeUnknown=0]="CozeAccountTypeUnknown";e[e.CozeAccountTypePersonal=1]="CozeAccountTypePersonal";e[e.CozeAccountTypeOrganization=2]="CozeAccountTypeOrganization"}(Cl||(Cl={})),function(e){e[e.Intelligence=1]="Intelligence";e[e.App=2]="App";e[e.Plugin=3]="Plugin";e[e.Workflow=4]="Workflow";e[e.Knowledge=5]="Knowledge";e[e.Card=6]="Card";e[e.Prompt=7]="Prompt";e[e.Database=8]="Database";e[e.Voice=9]="Voice";e[e.VibeProjectAgent=11]="VibeProjectAgent";e[e.VibeProjectAutomation=12]="VibeProjectAutomation";e[e.VibeProjectWebApp=13]="VibeProjectWebApp";e[e.VibeProjectApp=14]="VibeProjectApp";e[e.VibeProjectSkill=15]="VibeProjectSkill";e[e.VibeProjectGeneralWeb=16]="VibeProjectGeneralWeb";e[e.VibeProjectWechatMiniProgram=17]="VibeProjectWechatMiniProgram";e[e.VibeProjectAssistantAgent=18]="VibeProjectAssistantAgent";e[e.VibeProjectGeneral=19]="VibeProjectGeneral"}(El||(El={})),function(e){e[e.Mobile=1]="Mobile";e[e.Web=2]="Web"}(Il||(Il={})),function(e){e[e.CacheClosed=0]="CacheClosed";e[e.PrefixCache=1]="PrefixCache"}(Al||(Al={})),function(e){e[e.Using=1]="Using";e[e.Deleted=2]="Deleted";e[e.Banned=3]="Banned";e[e.MoveFailed=4]="MoveFailed";e[e.Copying=5]="Copying";e[e.CopyFailed=6]="CopyFailed"}(Sl||(Sl={})),function(e){e[e.Bot=1]="Bot";e[e.Project=2]="Project";e[e.DouyinAvatarBot=3]="DouyinAvatarBot";e[e.VibeProjectAgent=11]="VibeProjectAgent";e[e.VibeProjectAutomation=12]="VibeProjectAutomation";e[e.VibeProjectWebApp=13]="VibeProjectWebApp";e[e.VibeProjectApp=14]="VibeProjectApp";e[e.VibeProjectSkill=15]="VibeProjectSkill";e[e.VibeProjectGeneralWeb=16]="VibeProjectGeneralWeb";e[e.VibeProjectWechatMiniProgram=17]="VibeProjectWechatMiniProgram";e[e.VibeProjectAssistantAgent=18]="VibeProjectAssistantAgent";e[e.VibeProjectGeneral=19]="VibeProjectGeneral"}(jl||(jl={})),function(e){e[e.DEFAULT=0]="DEFAULT";e[e.Chux=1]="Chux"}(Pl||(Pl={})),function(e){e[e.ProjectOwner=1]="ProjectOwner";e[e.ProjectEditor=2]="ProjectEditor";e[e.BotEditor=3]="BotEditor";e[e.BotDeveloper=4]="BotDeveloper";e[e.BotOperator=5]="BotOperator";e[e.BotOwner=6]="BotOwner"}(kl||(kl={})),function(e){e[e.PromptDiff=1]="PromptDiff";e[e.ModelDiff=2]="ModelDiff"}(Tl||(Tl={})),function(e){e[e.DraftBot=1]="DraftBot"}(zl||(zl={})),function(e){e[e.Success=1]="Success";e[e.Processing=2]="Processing";e[e.Failed=3]="Failed";e[e.Canceled=4]="Canceled"}(Rl||(Rl={})),function(e){e[e.Archive=1]="Archive";e[e.Rollback=2]="Rollback"}(xl||(xl={})),function(e){e[e.ProjectCopyCancel=1]="ProjectCopyCancel";e[e.ProjectCopyRetry=2]="ProjectCopyRetry"}(Ll||(Ll={})),function(e){e[e.ProjectCopy=1]="ProjectCopy";e[e.BotCopy=2]="BotCopy";e[e.VibeProjectCopy=3]="VibeProjectCopy"}(Ol||(Ol={})),function(e){e[e.ChatApi=0]="ChatApi";e[e.ResponsesApi=1]="ResponsesApi"}(Dl||(Dl={})),function(e){e[e.Bot=1]="Bot";e[e.Workflow=2]="Workflow";e[e.Application=3]="Application"}(Ul||(Ul={})),function(e){e[e.DefaultHeader=1]="DefaultHeader";e[e.SpecifiedHeader=2]="SpecifiedHeader"}(Bl||(Bl={})),function(e){e[e.VolcKms=1]="VolcKms";e[e.PlainText=2]="PlainText"}(ql||(ql={})),function(e){e[e.BatchSize=1]="BatchSize";e[e.LearningRate=2]="LearningRate";e[e.Epochs=3]="Epochs"}(Ml||(Ml={})),function(e){e[e.GPT=1]="GPT";e[e.SEED=2]="SEED";e[e.Claude=3]="Claude";e[e.MiniMax=4]="MiniMax";e[e.Plugin=5]="Plugin";e[e.StableDiffusion=6]="StableDiffusion";e[e.ByteArtist=7]="ByteArtist";e[e.Maas=9]="Maas";e[e.QianFan=10]="QianFan";e[e.Gemini=11]="Gemini";e[e.Moonshot=12]="Moonshot";e[e.GLM=13]="GLM";e[e.MaaSAutoSync=14]="MaaSAutoSync";e[e.QWen=15]="QWen";e[e.Cohere=16]="Cohere";e[e.Baichuan=17]="Baichuan";e[e.Ernie=18]="Ernie";e[e.DeekSeek=19]="DeekSeek";e[e.Llama=20]="Llama";e[e.StepFun=23]="StepFun";e[e.Custom=24]="Custom";e[e.Other=999]="Other"}(Nl||(Nl={})),function(e){e[e.Float=1]="Float";e[e.Int=2]="Int";e[e.Boolean=3]="Boolean";e[e.String=4]="String"}($l||($l={})),function(e){e[e.Douyin=1]="Douyin"}(Gl||(Gl={})),function(e){e[e.Terminating=1]="Terminating";e[e.Terminated=2]="Terminated"}(Fl||(Fl={})),function(e){e[e.Online=1]="Online";e[e.Offline=2]="Offline";e[e.Deleted=3]="Deleted";e[e.FineTuneInQueue=4]="FineTuneInQueue";e[e.FineTuneRunning=5]="FineTuneRunning";e[e.FineTuneFailed=6]="FineTuneFailed";e[e.FineTuneTeminated=7]="FineTuneTeminated"}(Vl||(Vl={})),function(e){e[e.ModelType=1]="ModelType";e[e.ModelUserRight=2]="ModelUserRight";e[e.ModelFeature=3]="ModelFeature";e[e.ModelFunction=4]="ModelFunction";e[e.ModelScenario=5]="ModelScenario";e[e.ModelPayment=15]="ModelPayment";e[e.ModelAbility=16]="ModelAbility";e[e.ModelStatus=17]="ModelStatus";e[e.Custom=20]="Custom";e[e.Others=100]="Others"}(Wl||(Wl={})),function(e){e[e.Flagship=1]="Flagship";e[e.HighSpeed=2]="HighSpeed";e[e.ToolInvocation=3]="ToolInvocation";e[e.RolePlaying=4]="RolePlaying";e[e.LongText=5]="LongText";e[e.ImageUnderstanding=6]="ImageUnderstanding";e[e.Reasoning=7]="Reasoning";e[e.VideoUnderstanding=8]="VideoUnderstanding";e[e.CostPerformance=9]="CostPerformance";e[e.CodeSpecialization=10]="CodeSpecialization";e[e.AudioUnderstanding=11]="AudioUnderstanding"}(Hl||(Hl={})),function(e){e[e.TotalTokens=1]="TotalTokens";e[e.TotalInput=2]="TotalInput";e[e.TotalOutput=3]="TotalOutput"}(Jl||(Jl={})),function(e){e[e.stop=1]="stop";e[e.resume=2]="resume",e[e.delete=3]="delete"}(Kl||(Kl={})),function(e){e[e.Recommend=1]="Recommend"}(Ql||(Ql={})),function(e){e[e.Default=0]="Default";e[e.Terminate=1]="Terminate"}(Yl||(Yl={})),function(e){e[e.All=0]="All";e[e.WithBenefit=1]="WithBenefit"}(Zl||(Zl={})),function(e){e[e.upload=1]="upload";e[e.TrainingSetSplit=2]="TrainingSetSplit"}(Xl||(Xl={})),function(e){e[e.Text=1]="Text";e[e.ImageFirstFrame=2]="ImageFirstFrame";e[e.ImageFirstLastFrame=3]="ImageFirstLastFrame";e[e.ReferencePicture=4]="ReferencePicture"}(ed||(ed={})),function(e){e[e.Using=1]="Using";e[e.Deleted=2]="Deleted"}(td||(td={})),function(e){e[e.Publish=0]="Publish";e[e.Archive=1]="Archive"}(od||(od={})),function(e){e[e.User=0]="User";e[e.NL2App=1]="NL2App"}(id||(id={})),function(e){e[e.NoBindRequired=1]="NoBindRequired";e[e.AuthBind=2]="AuthBind";e[e.KvBind=3]="KvBind";e[e.KvAuthBind=4]="KvAuthBind";e[e.ApiBind=5]="ApiBind";e[e.WebSDKBind=6]="WebSDKBind";e[e.StoreBind=7]="StoreBind";e[e.AuthAndConfig=8]="AuthAndConfig";e[e.ConnectorCustom=9]="ConnectorCustom"}(sd||(sd={})),function(e){e[e.APIOrSDK=1]="APIOrSDK";e[e.SocialPlatform=2]="SocialPlatform";e[e.Coze=3]="Coze";e[e.MiniProgram=4]="MiniProgram";e[e.CozeSpaceExtensionLibrary=5]="CozeSpaceExtensionLibrary"}(nd||(nd={})),function(e){e[e.Configured=1]="Configured";e[e.NotConfigured=2]="NotConfigured";e[e.Disconnected=3]="Disconnected";e[e.Configuring=4]="Configuring";e[e.NeedReconfiguring=5]="NeedReconfiguring"}(rd||(rd={})),function(e){e[e.Default=0]="Default";e[e.Auditing=1]="Auditing";e[e.Success=2]="Success";e[e.Failed=3]="Failed";e[e.Disable=4]="Disable"}(ad||(ad={})),function(e){e[e.Normal=0]="Normal";e[e.InReview=1]="InReview";e[e.Offline=2]="Offline"}(cd||(cd={})),function(e){e[e.Packing=0]="Packing";e[e.PackFailed=1]="PackFailed";e[e.Auditing=2]="Auditing";e[e.AuditNotPass=3]="AuditNotPass";e[e.ConnectorPublishing=4]="ConnectorPublishing";e[e.PublishDone=5]="PublishDone"}(ld||(ld={})),function(e){e[e.Authorized=1]="Authorized";e[e.UnAuthorized=2]="UnAuthorized";e[e.Authorizing=3]="Authorizing"}(dd||(dd={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.Imageflow=3]="Imageflow";e[e.Knowledge=4]="Knowledge";e[e.UI=5]="UI";e[e.Prompt=6]="Prompt";e[e.Database=7]="Database";e[e.Variable=8]="Variable";e[e.Voice=9]="Voice";e[e.Memorybase=10]="Memorybase";e[e.MCP=11]="MCP"}(pd||(pd={})),function(e){e[e.SingleMode=0]="SingleMode";e[e.MultiMode=1]="MultiMode";e[e.WorkflowMode=2]="WorkflowMode"}(ud||(ud={})),function(e){e[e.UpdateTime=0]="UpdateTime";e[e.CreateTime=1]="CreateTime";e[e.Name=2]="Name"}(md||(md={})),function(e){e[e.UpdateTime=0]="UpdateTime";e[e.CreateTime=1]="CreateTime"}(gd||(gd={})),function(e){e[e.UpdateTime=0]="UpdateTime";e[e.CreateTime=1]="CreateTime";e[e.PublishTime=2]="PublishTime";e[e.OpenTime=3]="OpenTime"}(hd||(hd={})),function(e){e[e.Standard=0]="Standard";e[e.PrefixPrompt=1]="PrefixPrompt"}(fd||(fd={})),function(e){e[e.All=0]="All";e[e.CreateByMe=1]="CreateByMe";e[e.AllWithCollaborator=2]="AllWithCollaborator";e[e.CanImportToSpace=3]="CanImportToSpace"}(_d||(_d={})),function(e){e[e.Desc=0]="Desc";e[e.Asc=1]="Asc"}(yd||(yd={})),function(e){e[e.Copy=1]="Copy";e[e.Move=2]="Move";e[e.Publish=3]="Publish";e[e.ImportExport=4]="ImportExport"}(bd||(bd={})),function(e){e[e.Project=1]="Project";e[e.Space=2]="Space";e[e.Online=3]="Online";e[e.Template=4]="Template";e[e.Agent=5]="Agent"}(vd||(vd={})),function(e){e[e.Plugin=1]="Plugin";e[e.Workflow=2]="Workflow";e[e.Imageflow=3]="Imageflow";e[e.Knowledge=4]="Knowledge";e[e.UI=5]="UI";e[e.Project=6]="Project";e[e.Database=7]="Database";e[e.Variable=8]="Variable";e[e.Trigger=9]="Trigger";e[e.Agent=10]="Agent";e[e.Prompt=11]="Prompt";e[e.Shortcut=12]="Shortcut";e[e.Chux=13]="Chux";e[e.Memorybase=14]="Memorybase";e[e.VibeProjectAgent=15]="VibeProjectAgent";e[e.VibeProjectAutomation=16]="VibeProjectAutomation";e[e.VibeProjectWebApp=17]="VibeProjectWebApp";e[e.VibeProjectApp=18]="VibeProjectApp";e[e.VibeProjectSkill=19]="VibeProjectSkill";e[e.VibeProjectGeneralWeb=20]="VibeProjectGeneralWeb";e[e.VibeProjectWechatMiniProgram=21]="VibeProjectWechatMiniProgram";e[e.VibeProjectAssistantAgent=22]="VibeProjectAssistantAgent";e[e.VibeProjectGeneral=23]="VibeProjectGeneral"}(wd||(wd={})),function(e){e[e.Success=1]="Success";e[e.Processing=2]="Processing";e[e.Failed=3]="Failed";e[e.Canceled=4]="Canceled"}(Cd||(Cd={})),function(e){e[e.CopyResourceInProject=1]="CopyResourceInProject";e[e.CopyProjectResourceToLibrary=2]="CopyProjectResourceToLibrary";e[e.MoveProjectResourceToLibrary=3]="MoveProjectResourceToLibrary";e[e.CopyLibraryResourceToProject=4]="CopyLibraryResourceToProject";e[e.CopyProject=5]="CopyProject";e[e.PublishProject=6]="PublishProject";e[e.CopyTemplateToProject=7]="CopyTemplateToProject";e[e.PublishProjectTemplate=8]="PublishProjectTemplate";e[e.LaunchProjectTemplate=9]="LaunchProjectTemplate";e[e.ArchiveProject=10]="ArchiveProject";e[e.RollbackProject=11]="RollbackProject";e[e.CrossSpaceCopy=12]="CrossSpaceCopy";e[e.CrossSpaceCopyProject=13]="CrossSpaceCopyProject";e[e.Export=14]="Export";e[e.Import=15]="Import";e[e.PublishChuxProject=16]="PublishChuxProject";e[e.CopyResource=17]="CopyResource";e[e.CopyVibeProject=18]="CopyVibeProject"}(Ed||(Ed={})),function(e){e[e.Packing=0]="Packing";e[e.PackSuccess=1]="PackSuccess";e[e.PackFail=2]="PackFail"}(Id||(Id={}));class Sd{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){Sd.prototype.__init.call(this),Sd.prototype.__init2.call(this),this.request=Ad([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=Ad([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}Ping(e,t){const o=this.genBaseURL("/api/intelligence_api/ping");return this.request({url:o,method:"POST"},t)}DraftProjectCreate(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/draft_project/create"),s={space_id:o.space_id,name:o.name,description:o.description,icon_uri:o.icon_uri,monetization_conf:o.monetization_conf,create_from:o.create_from,folder_id:o.folder_id,type:o.type};return this.request({url:i,method:"POST",data:s},t)}GetDraftIntelligenceList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/search/get_draft_intelligence_list"),s={space_id:o.space_id,name:o.name,has_published:o.has_published,status:o.status,types:o.types,search_scope:o.search_scope,folder_id:o.folder_id,folder_include_children:o.folder_include_children,order_type:o.order_type,project_type:o.project_type,is_fav_filter:o.is_fav_filter,is_collaborator_filter:o.is_collaborator_filter,organization_id:o.organization_id,is_fav:o.is_fav,recently_open:o.recently_open,option:o.option,order_by:o.order_by,cursor_id:o.cursor_id,size:o.size};return this.request({url:i,method:"POST",data:s},t)}DraftProjectUpdate(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/update"),s={project_id:o.project_id,name:o.name,description:o.description,icon_uri:o.icon_uri};return this.request({url:i,method:"POST",data:s},t)}GetDraftIntelligenceInfo(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/search/get_draft_intelligence_info"),s={intelligence_id:o.intelligence_id,intelligence_type:o.intelligence_type,version:o.version};return this.request({url:i,method:"POST",data:s},t)}GetUserRecentlyEditIntelligence(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/search/get_recently_edit_intelligence"),s={size:o.size,types:o.types,enterprise_id:o.enterprise_id,organization_id:o.organization_id};return this.request({url:i,method:"POST",data:s},t)}DraftProjectCopy(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/draft_project/copy"),s={project_id:o.project_id,to_space_id:o.to_space_id,name:o.name,description:o.description,icon_uri:o.icon_uri};return this.request({url:i,method:"POST",data:s},t)}ProcessEntityTask(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/entity_task/process"),s={entity_id:o.entity_id,action:o.action,task_id_list:o.task_id_list};return this.request({url:i,method:"POST",data:s},t)}DraftProjectDelete(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/delete"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}EntityTaskSearch(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/entity_task/search"),s={task_list:o.task_list};return this.request({url:i,method:"POST",data:s},t)}ListIntelligenceCollaboration(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/collaboration/list"),s={intelligence_id:o.intelligence_id,intelligence_type:o.intelligence_type};return this.request({url:i,method:"POST",data:s},t)}OceanProjectCreate(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/ocean_project/create"),s={space_id:o.space_id,name:o.name,description:o.description,icon_uri:o.icon_uri};return this.request({url:i,method:"POST",data:s},t)}OceanProjectUpdate(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/ocean_project/update"),s={project_id:o.project_id,name:o.name,description:o.description,icon_uri:o.icon_uri};return this.request({url:i,method:"POST",data:s},t)}GetOceanProjectList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/search/get_ocean_project_list"),s={space_id:o.space_id,status:o.status,search_scope:o.search_scope,order_by:o.order_by,page_index:o.page_index,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}PublishProject(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/publish/publish_project"),s={project_id:o.project_id,version_number:o.version_number,description:o.description,connectors:o.connectors,connector_publish_config:o.connector_publish_config};return this.request({url:i,method:"POST",data:s},t)}GetPublishRecordDetail(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/publish/publish_record_detail"),s={project_id:o.project_id,publish_record_id:o.publish_record_id};return this.request({url:i,method:"POST",data:s},t)}GetPublishRecordList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/publish/publish_record_list"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}PublishConnectorList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/publish/connector_list"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}CheckProjectVersionNumber(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/publish/check_version_number"),s={project_id:o.project_id,version_number:o.version_number};return this.request({url:i,method:"POST",data:s},t)}DraftProjectInnerTaskList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/inner_task_list"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}GetOceanProjectInfo(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/search/get_ocean_project_info"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}GetModelListFilterParams(e,t){const o=this.genBaseURL("/api/intelligence_api/model/get_model_list_filter_params");return this.request({url:o,method:"POST"},t)}StartEstimatedTrainingCost(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/start_estimated_training_cost"),s={base_model_id:o.base_model_id,space_id:o.space_id,training_dataset_id:o.training_dataset_id,epochs:o.epochs};return this.request({url:i,method:"POST",data:s},t)}GetModelList(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_model_list"),s={space_id:o.space_id,name:o.name,tag_filters:o.tag_filters,context_len_min:o.context_len_min,context_len_max:o.context_len_max,model_cost_min:o.model_cost_min,model_cost_max:o.model_cost_max,model_vendor:o.model_vendor,statusList:o.statusList,model_show_family_id:o.model_show_family_id,model_source:o.model_source,order_by:o.order_by,cursor_id:o.cursor_id,limit:o.limit};return this.request({url:i,method:"POST",data:s},t)}GetFinetuneTemplateDataset(e,t){const o=this.genBaseURL("/api/intelligence_api/model/get_finetune_template_dataset");return this.request({url:o,method:"POST"},t)}GetModelUsageData(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_model_usage_data"),s={space_id:o.space_id,model_id:o.model_id};return this.request({url:i,method:"POST",data:s},t)}GetEstimatedTrainingCost(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_estimated_training_cost"),s={task_id:o.task_id,space_id:o.space_id,base_model_id:o.base_model_id,epochs:o.epochs};return this.request({url:i,method:"POST",data:s},t)}CreateFinetuneTask(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/create_finetune_task"),s={space_id:o.space_id,base_model_id:o.base_model_id,training_dataset_id:o.training_dataset_id,validating_dataset:o.validating_dataset,finetune_configuration:o.finetune_configuration,description:o.description,name:o.name};return this.request({url:i,method:"POST",data:s},t)}UploadFinetuneDataset(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/upload_finetune_dataset"),s={space_id:o.space_id,fileType:o.fileType,fileName:o.fileName,data:o.data,testing_data:o.testing_data};return this.request({url:i,method:"POST",data:s},t)}GetModelInfo(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_model_info"),s={space_id:o.space_id,model_id:o.model_id,is_finetuning:o.is_finetuning};return this.request({url:i,method:"POST",data:s},t)}GetFinetuneTrainingInfo(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_finetune_training_info"),s={space_id:o.space_id,model_id:o.model_id};return this.request({url:i,method:"POST",data:s},t)}GetModelPerformanceData(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_model_performance_data"),s={space_id:o.space_id,model_id:o.model_id,get_pct:o.get_pct};return this.request({url:i,method:"POST",data:s},t)}OperateFinetuneTask(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/operate_finetune_task"),s={id:o.id,action:o.action};return this.request({url:i,method:"POST",data:s},t)}DeleteFinetuneModel(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/delete_finetune_model"),s={model_id:o.model_id,space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}GetUserCompleteProfileRecord(e,t){const o=this.genBaseURL("/api/intelligence_api/user_profile/get_user_complete_profile_record");return this.request({url:o,method:"POST"},t)}DownloadUserProfile(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/user_profile/download_user_profile"),s={Cookie:o.Cookie};return this.request({url:i,method:"POST",headers:s},t)}GetProjectPublishedConnector(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/publish/get_published_connector"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}PublishIntelligenceUnList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/publish/publish_intelligence_unlist"),s={intelligence_id:o.intelligence_id,connector_ids:o.connector_ids,intelligence_type:o.intelligence_type};return this.request({url:i,method:"POST",data:s},t)}PublishIntelligenceList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/search/get_publish_intelligence_list"),s={intelligence_type:o.intelligence_type,space_id:o.space_id,owner_id:o.owner_id,name:o.name,order_last_publish_time:o.order_last_publish_time,order_total_token:o.order_total_token,size:o.size,cursor_id:o.cursor_id,intelligence_ids:o.intelligence_ids};return this.request({url:i,method:"POST",data:s},t)}UpdateDiffModeInfo(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/diff_mode/update_diff_mode_info"),s={target_type:o.target_type,target_id:o.target_id,diff_mode_info:o.diff_mode_info,exit_and_save:o.exit_and_save,exit_and_discard:o.exit_and_discard};return this.request({url:i,method:"POST",data:s},t)}GetDiffModeInfo(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/diff_mode/get_diff_mode_info"),s={target_type:o.target_type,target_id:o.target_id};return this.request({url:i,method:"POST",data:s},t)}GetProjectPublishSummary(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/search/get_project_publish_summary"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}DraftProjectCrossSpaceCopy(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/draft_project/crossspace_copy"),s={project_id:o.project_id,to_space_id:o.to_space_id};return this.request({url:i,method:"POST",data:s},t)}EntityTaskList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/entity_task/list"),s={space_id:o.space_id,task_id_list:o.task_id_list};return this.request({url:i,method:"POST",data:s},t)}ExpansionTpm(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/expansion_tpm"),s={model_id:o.model_id,enterprise_id:o.enterprise_id,organization_id:o.organization_id,tpm_input_expansion:o.tpm_input_expansion,tpm_output_expansion:o.tpm_output_expansion,start_time:o.start_time,end_time:o.end_time};return this.request({url:i,method:"POST",data:s},t)}GetEstimatedTpmExpansionCost(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_estimated_tpm_expansion_cost"),s={model_id:o.model_id,enterprise_id:o.enterprise_id,input_tpm:o.input_tpm,output_tpm:o.output_tpm};return this.request({url:i,method:"POST",data:s},t)}GetEstimatedTpmExpansion(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_estimated_tpm_expansion"),s={model_id:o.model_id,enterprise_id:o.enterprise_id,estimated_rpm:o.estimated_rpm,StartTime:o.StartTime,EndTime:o.EndTime};return this.request({url:i,method:"POST",data:s},t)}FolderUpdate(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/folder/update"),s={folder_id:o.folder_id,name:o.name,description:o.description};return this.request({url:i,method:"POST",data:s},t)}GetFolderList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/search/get_folder_list"),s={space_id:o.space_id,type:o.type,name:o.name,search_scope:o.search_scope,parent_folder_id:o.parent_folder_id,parent_include_children:o.parent_include_children,order_by:o.order_by,order_type:o.order_type,size:o.size,page_num:o.page_num};return this.request({url:i,method:"POST",data:s},t)}FolderMove(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/folder/move"),s={folder_id:o.folder_id,parent_folder_id:o.parent_folder_id};return this.request({url:i,method:"POST",data:s},t)}FolderDelete(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/folder/delete"),s={folder_id:o.folder_id};return this.request({url:i,method:"POST",data:s},t)}FolderCreate(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/folder/create"),s={space_id:o.space_id,type:o.type,name:o.name,description:o.description,parent_folder_id:o.parent_folder_id};return this.request({url:i,method:"POST",data:s},t)}ArchiveProject(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/archive"),s={project_id:o.project_id,description:o.description,scene:o.scene};return this.request({url:i,method:"POST",data:s},t)}GetIntelligenceTaskInfo(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/entity_task/task_info"),s={task_id:o.task_id};return this.request({url:i,method:"GET",params:s},t)}ProjectHistoryList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/history_list"),s={project_id:o.project_id,history_type:o.history_type,cursor:o.cursor,size:o.size};return this.request({url:i,method:"POST",data:s},t)}RollbackProject(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/rollback"),s={project_id:o.project_id,rollback_version:o.rollback_version,scene:o.scene};return this.request({url:i,method:"POST",data:s},t)}GetModelConcurrencyPerformanceData(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_model_concurrency_performance_data"),s={space_id:o.space_id,model_id:o.model_id};return this.request({url:i,method:"POST",data:s},t)}UpdateModelConfigType(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/update_model_config_type"),s={space_id:o.space_id,model_id:o.model_id,config_type:o.config_type};return this.request({url:i,method:"POST",data:s},t)}GetSpaceModelUserConfig(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_space_model_user_config"),s={space_id:o.space_id};return this.request({url:i,method:"POST",data:s},t)}OpenGetProjectList(e,t){const o=e||{},i=this.genBaseURL("/v1/apps"),s={workspace_id:o.workspace_id,publish_status:o.publish_status,connector_id:o.connector_id,page_num:o.page_num,page_size:o.page_size};return this.request({url:i,method:"GET",params:s},t)}OpenGetBotList(e,t){const o=e||{},i=this.genBaseURL("/v1/bots"),s={workspace_id:o.workspace_id,publish_status:o.publish_status,connector_id:o.connector_id,page_num:o.page_num,page_size:o.page_size};return this.request({url:i,method:"GET",params:s},t)}GetFolderTree(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/folder/tree"),s={space_id:o.space_id,type:o.type};return this.request({url:i,method:"POST",data:s},t)}OpenGetSpaceFolder(e,t){const o=e||{},i=this.genBaseURL("/v1/folders"),s={workspace_id:o.workspace_id,folder_type:o.folder_type,parent_folder_id:o.parent_folder_id,page_num:o.page_num,page_size:o.page_size};return this.request({url:i,method:"GET",params:s},t)}MoveObjectToFolder(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/folder/move_object"),s={dest_folder_id:o.dest_folder_id,folder_space_id:o.folder_space_id,move_objects:o.move_objects};return this.request({url:i,method:"POST",data:s},t)}GetFolderInfoByIds(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/folder/get_by_ids"),s={space_id:o.space_id,folder_ids:o.folder_ids,get_path_info:o.get_path_info};return this.request({url:i,method:"POST",data:s},t)}OpenGetFolderInfo(e,t){const o=e||{},i=this.genBaseURL(`/v1/folders/${o.folder_id}`);return this.request({url:i,method:"GET"},t)}ExportPreCheck(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/export_pre_check"),s={res_type:o.res_type,id:o.id,commit_id:o.commit_id};return this.request({url:i,method:"POST",data:s},t)}ImportPreCheck(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/import_pre_check"),s={package_uri:o.package_uri};return this.request({url:i,method:"POST",data:s},t)}GetUploadAuthToken(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/upload/auth_token"),s={scene:o.scene};return this.request({url:i,method:"POST",data:s},t)}MarkProjectHistory(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/history_list/read"),s={project_id:o.project_id,version:o.version};return this.request({url:i,method:"POST",data:s},t)}GetCustomModelDetail(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/get_custom_model_detail"),s={model_id:o.model_id,org_id:o.org_id};return this.request({url:i,method:"POST",data:s},t)}GetCustomModelList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/get_custom_model_list"),s={search_key:o.search_key,sort_field:o.sort_field,org_id:o.org_id,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}GetProjectHistoryNotice(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/draft_project/history_list/notice"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}BindCustomModelSpace(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/bind_custom_model_space"),s={model_id:o.model_id,space_id_list:o.space_id_list,status:o.status,org_id:o.org_id};return this.request({url:i,method:"POST",data:s},t)}GetCustomModelSpaceList(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/get_custom_model_space_list"),s={model_id:o.model_id,search_key:o.search_key,org_id:o.org_id,cursor_id:o.cursor_id,limit:o.limit,enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}GetCustomModelParameterTemplate(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/get_custom_model_parameter_template"),s={org_id:o.org_id};return this.request({url:i,method:"POST",data:s},t)}OpenCopyTaskInfo(e,t){const o=e||{},i=this.genBaseURL(`/v1/entities/copy_tasks/${o.task_id}`);return this.request({url:i,method:"GET"},t)}OpenDuplicateDraftEntity(e,t){const o=e||{},i=this.genBaseURL("/v1/entities/copy_tasks"),s={entity_id:o.entity_id,entity_type:o.entity_type,to_workspace_id:o.to_workspace_id};return this.request({url:i,method:"POST",data:s},t)}ConvertCustomModelParameter(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/convert_custom_model_parameter"),s={parameters:o.parameters,org_id:o.org_id};return this.request({url:i,method:"POST",data:s},t)}CreateCustomModel(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/create_custom_model"),s={model_name:o.model_name,model_icon_uri:o.model_icon_uri,model_arch:o.model_arch,model_desc:o.model_desc,base_url:o.base_url,secret_name:o.secret_name,model_runtime_tag:o.model_runtime_tag,inputLength:o.inputLength,parameters:o.parameters,api_agreement:o.api_agreement,safety_guardrails:o.safety_guardrails,auth:o.auth,api_mode:o.api_mode,org_id:o.org_id};return this.request({url:i,method:"POST",data:s},t)}TerminateCustomModel(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/terminate_custom_model"),s={model_id:o.model_id,terminate_time:o.terminate_time,org_id:o.org_id};return this.request({url:i,method:"POST",data:s},t)}UpdateCustomModel(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/model/update_custom_model"),s={model_name:o.model_name,model_icon_uri:o.model_icon_uri,model_arch:o.model_arch,model_desc:o.model_desc,base_url:o.base_url,secret_name:o.secret_name,model_runtime_tag:o.model_runtime_tag,inputLength:o.inputLength,parameters:o.parameters,model_id:o.model_id,api_agreement:o.api_agreement,safety_guardrails:o.safety_guardrails,auth:o.auth,api_mode:o.api_mode,org_id:o.org_id};return this.request({url:i,method:"POST",data:s},t)}GetModelUsageRecord(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_model_usage_record"),s={space_id:o.space_id,model_id:o.model_id,start_timestamp:o.start_timestamp,end_timestamp:o.end_timestamp,order_by_type:o.order_by_type,order_by_field:o.order_by_field,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}GetEntityModelUsage(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_entity_model_usage"),s={space_id:o.space_id,model_id:o.model_id,entity_id:o.entity_id,entity_type:o.entity_type,start_timestamp:o.start_timestamp,end_timestamp:o.end_timestamp};return this.request({url:i,method:"POST",data:s},t)}GetTypeList(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/get_type_list"),s={model:o.model,voice:o.voice,raw_model:o.raw_model,space_id:o.space_id,cur_model_id:o.cur_model_id,cur_model_ids:o.cur_model_ids,model_scene:o.model_scene,tag_filters:o.tag_filters,user_benefit_filter:o.user_benefit_filter};return this.request({url:i,method:"POST",data:s},t)}SaveModelReplacement(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/save_replacement"),s={space_id:o.space_id,old_model_id:o.old_model_id,new_model_id:o.new_model_id,start_timestamp:o.start_timestamp,end_timestamp:o.end_timestamp};return this.request({url:i,method:"POST",data:s},t)}GetModelReplacement(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/model/get_replacement"),s={space_id:o.space_id,entity_type:o.entity_type,entity_id:o.entity_id};return this.request({url:i,method:"POST",data:s},t)}UpdateCustomModelV2(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/custom_model/update"),s={model_id:o.model_id,display_name:o.display_name,model_name:o.model_name,base_url:o.base_url,api_mode:o.api_mode,auth:o.auth,support_image_understanding:o.support_image_understanding,max_tokens:o.max_tokens};return this.request({url:i,method:"POST",data:s},t)}ListProviderModels(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/custom_model/list_provider_models"),s={provider:o.provider,auth:o.auth,base_url:o.base_url,search_key:o.search_key};return this.request({url:i,method:"POST",data:s},t)}ListCustomModelV2(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/custom_model/list"),s={account_type:o.account_type,coze_account_id:o.coze_account_id,enterprise_id:o.enterprise_id,search_key:o.search_key,provider:o.provider,source_type:o.source_type,sort_field:o.sort_field,sort_order:o.sort_order,page:o.page,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}ToggleCustomModelMemberVisibility(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/custom_model/toggle_member_visibility"),s={model_id:o.model_id,member_visible:o.member_visible};return this.request({url:i,method:"POST",data:s},t)}DeleteCustomModelV2(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/custom_model/delete"),s={model_id:o.model_id};return this.request({url:i,method:"POST",data:s},t)}ListProviders(e,t){const o=e||{},i=this.genBaseURL("/api/intelligence_api/custom_model/list_providers"),s={only_enabled:o.only_enabled};return this.request({url:i,method:"POST",data:s},t)}GetCustomModelDetailV2(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/custom_model/detail"),s={model_id:o.model_id};return this.request({url:i,method:"POST",data:s},t)}CreateCustomModelV2(e,t){const o=e,i=this.genBaseURL("/api/intelligence_api/custom_model/create"),s={source_type:o.source_type,provider:o.provider,display_name:o.display_name,model_name:o.model_name,base_url:o.base_url,api_mode:o.api_mode,auth:o.auth,support_image_understanding:o.support_image_understanding,max_tokens:o.max_tokens,account_type:o.account_type,coze_account_id:o.coze_account_id,enterprise_id:o.enterprise_id};return this.request({url:i,method:"POST",data:s},t)}}const jd=new Sd({}),Pd={agent:jl.VibeProjectAgent,workflow:jl.VibeProjectAutomation,webapp:jl.VibeProjectWebApp,app:jl.VibeProjectApp,skill:jl.VibeProjectSkill,web:jl.VibeProjectGeneralWeb,miniprogram:jl.VibeProjectWechatMiniProgram,assistant:jl.VibeProjectAssistantAgent},kd={[jl.VibeProjectAgent]:"agent",[jl.VibeProjectAutomation]:"workflow",[jl.VibeProjectWebApp]:"webapp",[jl.VibeProjectApp]:"app",[jl.VibeProjectSkill]:"skill",[jl.VibeProjectGeneralWeb]:"web",[jl.VibeProjectWechatMiniProgram]:"miniprogram",[jl.VibeProjectAssistantAgent]:"assistant"};function Td(e){if(!e)return;const t=String(e).trim();if(!t)return;const o=t.toLowerCase();return Pd[o]}const zd=e=>kd[e],Rd=[jl.VibeProjectAgent,jl.VibeProjectAutomation,jl.VibeProjectWebApp,jl.VibeProjectApp,jl.VibeProjectSkill,jl.VibeProjectGeneralWeb,jl.VibeProjectWechatMiniProgram,jl.VibeProjectAssistantAgent].map(zd).filter(Boolean);function xd(e,t){return null!=e?e:t()}function Ld(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Od(e,t){return null!=e?e:t()}function Dd(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Ud=["github","local"];const Bd={agent:t.VibeProjectType.Agent,workflow:t.VibeProjectType.Automation,webapp:t.VibeProjectType.WebApp,app:t.VibeProjectType.App,skill:t.VibeProjectType.Skill,web:t.VibeProjectType.GeneralWeb,miniprogram:t.VibeProjectType.WechatMiniProgram,assistant:t.VibeProjectType.AssistantAgent},qd={[t.VibeProjectType.Agent]:"agent",[t.VibeProjectType.Automation]:"workflow",[t.VibeProjectType.WebApp]:"webapp",[t.VibeProjectType.App]:"app",[t.VibeProjectType.Skill]:"skill",[t.VibeProjectType.GeneralWeb]:"web",[t.VibeProjectType.WechatMiniProgram]:"miniprogram",[t.VibeProjectType.AssistantAgent]:"assistant"};function Md(e){if(!e)return;const t=String(e).trim();if(!t)return;const o=t.toLowerCase();return Bd[o]}const Nd=e=>qd[e],$d={ask:t.ProjectMode.Ask,agent:t.ProjectMode.Agent,dangerous_confirm:t.ProjectMode.DangerousConfirm,plan:t.ProjectMode.Plan};t.ProjectMode.Ask,t.ProjectMode.Agent,t.ProjectMode.DangerousConfirm,t.ProjectMode.Plan;const Gd={[t.ConversationMode.Ask]:"ask",[t.ConversationMode.Agent]:"agent",[t.ConversationMode.DangerousConfirm]:"dangerous_confirm",[t.ConversationMode.Plan]:"plan"};function Fd(e){if(!e)return;const t=String(e).trim();if(!t)return;const o=t.toLowerCase();return $d[o]}function Vd(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Wd(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Hd={project_id:"7603316828982525988",icon_uri:"gen_project_icon/2026-02-06/7603316828982525988_1770308040.png",name:"OpenClaw助手(副本)",description:"OpenClaw智能代理:提供多场景AI服务,自动化处理任务,提升工作效率。"};class Jd{static getInstance(){return Jd.INSTANCE||(Jd.INSTANCE=new Jd),Jd.INSTANCE}sendMessageRunTask(e){const t=[g.resolve(__dirname,"./send-message.worker.js")],o=process.execPath;v.spawn(o,[...t,JSON.stringify(e)],{detached:!0,stdio:"ignore"}).unref()}async sendMessage(e){return await t.sendProjectChatMessage(e)}}const Kd=Jd.getInstance();function Qd(e,t){return null!=e?e:t()}function Yd(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Zd=new Set([t.VibeProjectType.GeneralWeb,t.VibeProjectType.App,t.VibeProjectType.WechatMiniProgram]);function Xd(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const ep=o=>{const i=o.command("project").alias("proj").config({help:{brief:"Manage Coze Coding projects",description:"Manage Coze Coding projects (Vibe Project). Supports creating, viewing, listing, and deleting projects, covering various project types like Agent, Workflow, Skill, Web apps, Mini-programs, etc.",examples:[{desc:"Create project",cmd:'coze code project create --message "Create a chatbot" --type web'},{desc:"List projects",cmd:"coze code project list"},{desc:"View project details",cmd:"coze code project get <projectId>"},{desc:"Delete project",cmd:"coze code project delete <projectId>"}],seeAlso:["coze code deploy","coze code skill"],schema:{input:{},output:{}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project not found",fix:"Please confirm if the project ID is correct"}]}}).description("Manage Coze Coding projects");i.command("create").description("Create a new project").requiredOption("--message <message>","Description/requirements for creating the project").requiredOption("--type <type>","Project type: agent | workflow | app | skill | web | miniprogram | assistant").option("--org-id <orgId>","Organization ID (optional, will read from context automatically)").option("--space-id <spaceId>","Space ID (optional, will read from context automatically)").option("--wait","Wait for project creation to complete").option("--chat-mode <chatMode>","Chat mode: ask | agent | dangerous_confirm | plan").option("--model-name <modelName>","Model name for the project").option("--tool-name <toolName>","Tool names to enable (can specify multiple times)",((e,t)=>t.concat(e)),[]).option("--design","Enable design wizard (auto-enabled when --chat-mode is plan)").config({help:{brief:"Create a new Coze Coding project",description:"Create a new Coze Coding project via natural language description. The system will automatically generate project structure and configuration based on the description, supporting multiple project types.",examples:[{desc:"Create an Agent project",cmd:'coze code project create --message "Create an intelligent customer service robot" --type agent',tags:["[RECOMMENDED]"]},{desc:"Create a Workflow project",cmd:'coze code project create --message "Create a data processing workflow" --type workflow'}],schema:{input:{message:{type:"string",required:!0,description:"Project description/requirements (natural language)"},type:{type:"string",required:!0,enum:Object.keys(Bd),description:"Project type"},spaceId:{type:"string",required:!1,description:"Space ID (optional, reads from context)"},chatMode:{type:"string",enum:Object.keys($d),required:!1,description:'Chat mode: ask (对话模式) | agent (Agent模式, default) | dangerous_confirm (危险操作需确认) | plan (计划模式). When set to "plan", --design is auto-enabled.'},modelName:{type:"string",required:!1,description:"Model name for the project"},toolName:{type:"array",required:!1,description:"Tool names to enable (can specify multiple times with --tool-name)"},design:{type:"boolean",required:!1,description:"Enable design wizard. Auto-enabled when --chat-mode is plan. Only supported for web/app/miniprogram project types."}},output:{project_id:{type:"string",description:"Created project ID"},type:{type:"string",description:"Project type"}}},enums:{type:Object.keys(Bd).reduce(((e,t)=>(e[t]=`${t.toUpperCase()} project`,e)),{})},errors:[{code:e.ErrorCode.E1005,name:"INVALID_PROJECT_TYPE",desc:"Invalid project type",fix:"Please use a valid project type: agent | workflow | app | skill | web | miniprogram | assistant"},{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Missing Space ID",fix:"Please use the --space-id parameter or run `coze space use <spaceId>` first"},{code:e.ErrorCode.E1006,name:"UNSUPPORTED_PROJECT_TYPE",desc:"Project type is not supported for creation",fix:"Please choose a supported project type and try again"},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized or project tool config is missing",fix:"Please retry and run with --debug if the issue persists"}]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=Qd(Qd(o.spaceId,(()=>Yd([s,"optionalAccess",e=>e.config,"access",e=>e.spaceId]))),(()=>"")),{message:r,type:a,wait:c,chatMode:l,modelName:d,toolName:p,design:u}=o,m=Boolean(u)||"plan"===l;Yd([s,"optionalAccess",e=>e.log,"access",e=>e.debug,"call",e=>e(`Resolving project type '${a}'...`)]);const g=Md(a);if(!n)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");if(!g)throw new e.CozeError(e.ErrorCode.E1005,`Unknown project type: ${a}`,{type:a});Yd([s,"optionalAccess",e=>e.log,"access",e=>e.debug,"call",e=>e("Fetching agent tools configuration...")]);const h=Yd([await t.BuildAgentApi.GetTools(),"access",e=>e.project_types,"optionalAccess",e=>e.find,"call",e=>e((e=>e.project_type===g)),"optionalAccess",e=>e.tools]);if(!h||0===h.length)throw new e.CozeError(e.ErrorCode.E5000,`No tools config for projectType: ${String(a)}`,{type:a,projectType:g});const f={};h.forEach((e=>{Yd([e,"optionalAccess",e=>e.name])&&(f[e.name]=Qd(Yd([p,"optionalAccess",e=>e.includes,"call",t=>t(e.name)]),(()=>Boolean(e.enabled))))})),Yd([s,"optionalAccess",e=>e.log,"access",e=>e.debug,"call",e=>e("Fetching project default skills...")]);const _={skills:Qd(Yd([await Va.GetProjectDefaultSkill({project_type:g,space_id:String(n)}),"access",e=>e.data,"optionalAccess",e=>e.skill_list]),(()=>[])).map((e=>({skill_id:e.skill_id,is_preload:e.is_preload}))),filter_types:[g]};let y;if(g===t.VibeProjectType.AssistantAgent){Yd([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Creating assistant project via template copy...")]);const e=await t.IdeApi.CopyVibeProject({...Hd,target_space_id:String(n)});y=Yd([e,"access",e=>e.data,"optionalAccess",e=>e.basic_info,"optionalAccess",e=>e.project_id])}else{Yd([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Creating project...")]);const e=Qd((await t.IdeApi.ChatCreateVibeProject({space_id:String(n),user_query:r,project_type:g,project_settings:{...Zd.has(g)?{project_symbol:t.ProjectSymbol.ProjectSymbolVersion3}:{},model_setting:{model_name:d||""},agent_tools:f,skill_setting:_,...l?{project_mode:Fd(l)}:{},...m?{wizards:{design:!0}}:{}}})).data,(()=>({})));y=e.project_id}const b=await Yd([s,"optionalAccess",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]);if(!b)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");if(s.ui.success(`Project created successfully, please use "coze code message status -p ${y}" to check the status.`),Yd([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:y,type:a})]),c){const e=await Kd.sendMessage({projectId:Qd(y,(()=>"")),prompt:r,apiBaseUrl:s.config.apiBaseUrl,accessToken:b,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${y}`});s.response.print(e.lastAnswerMessage)}else Kd.sendMessageRunTask({projectId:Qd(y,(()=>"")),prompt:r,apiBaseUrl:s.config.apiBaseUrl,accessToken:b,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${y}`})})),function(t){t.command("list").description("List all projects").config({help:{brief:"List all projects in the current space",description:"Get the list of projects in the current space. Supports filtering by type, name, publish status, and supports pagination.",examples:[{desc:"List projects",cmd:"coze code project list",tags:["[RECOMMENDED]"]},{desc:"Filter by type",cmd:"coze code project list --type agent --type workflow"},{desc:"Search by name",cmd:'coze code project list --name "customer service"'}],schema:{input:{size:{type:"number",required:!1,description:"Number of projects to return (default: 10)"},cursorId:{type:"string",required:!1,description:"Cursor for pagination"},type:{type:"array",required:!1,description:"Project type filter (can be passed multiple times)"},name:{type:"string",required:!1,description:"Filter by project name"},hasPublished:{type:"boolean",required:!1,description:"Filter by publish status"},searchScope:{type:"number",required:!1,description:"Created by (All = 0, CreateByMe = 1, AllWithCollaborator = 2)"},folderId:{type:"string",required:!1,description:"Folder ID"},orderType:{type:"number",required:!1,description:"Sort type (0 for descending, 1 for ascending)"},orderBy:{type:"number",required:!1,description:"Order by (0 for updated_at, 1 for created_at)"},isFavFilter:{type:"boolean",required:!1,description:"Filter by favorite status"}},output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Project ID"},name:{type:"string",description:"Project name"},type:{type:"string",description:"Project type"},description:{type:"string",description:"Project description"}}}}},errors:[{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Space ID is required",fix:"Please use --space-id <spaceId> or run `coze space use <spaceId>` first"}],enums:{type:Rd.reduce(((e,t)=>(e[t]=`${t.toUpperCase()} project`,e)),{}),"search-scope":{0:"All",1:"CreateByMe",2:"AllWithCollaborator"},"order-type":{0:"Descending",1:"Ascending"},"order-by":{0:"updated_at",1:"created_at"}}}}).option("--size <size>","Number of projects to return",parseInt).option("--cursor-id <cursorId>","Cursor for pagination").option("--type <type>","Project type filter (can be passed multiple times): agent | workflow | webapp | app | web | miniprogram | assistant",((e,t=[])=>[...t,e]),[]).option("--name <name>","Filter by project name").option("--has-published","Filter by publish status").option("--search-scope <searchScope>","Created by (All = 0, CreateByMe = 1, AllWithCollaborator = 2)").option("--folder-id <folderId>","Folder ID").option("--order-type <orderType>","Sort type (0 for descending, 1 for ascending)").option("--order-by <orderBy>","Order by (0 for updated_at, 1 for created_at)").option("--is-fav-filter","Filter by favorite status (true | false)").action((async function(e,t){const o=t.getContext(),i=xd(Ld([e,"optionalAccess",e=>e.size]),(()=>10)),s=xd(Ld([e,"optionalAccess",e=>e.cursorId]),(()=>{})),n=Ld([e,"optionalAccess",e=>e.type,"optionalAccess",e=>e.map,"call",e=>e(Td),"access",e=>e.filter,"call",e=>e(Boolean)]),r=Ld([e,"optionalAccess",e=>e.name]),a=Ld([e,"optionalAccess",e=>e.hasPublished])?Boolean(Ld([e,"optionalAccess",e=>e.hasPublished])):void 0,c=Number(xd(Ld([e,"optionalAccess",e=>e.searchScope]),(()=>_d.All))),l=xd(Ld([e,"optionalAccess",e=>e.folderId]),(()=>"0")),d=Number(xd(Ld([e,"optionalAccess",e=>e.orderType]),(()=>yd.Desc))),p=Boolean(Ld([e,"optionalAccess",e=>e.isFavFilter])),u=Number(xd(Ld([e,"optionalAccess",e=>e.orderBy]),(()=>hd.UpdateTime)));let m=[];Ld([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Fetching project list...")]);const g=await jd.GetDraftIntelligenceList({space_id:xd(Ld([o,"optionalAccess",e=>e.config,"access",e=>e.spaceId]),(()=>"")),size:i,cursor_id:s,types:n,name:r,has_published:a,search_scope:c,folder_id:l,order_type:d,order_by:u,is_fav_filter:p,status:[Sl.Using,Sl.Banned,Sl.MoveFailed]});m=Ld([g,"access",e=>e.data,"optionalAccess",e=>e.intelligences])||[],Ld([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Fetched ${m.length} projects.`)]),Ld([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(m.map((e=>({id:Ld([e,"access",e=>e.basic_info,"optionalAccess",e=>e.id]),name:Ld([e,"access",e=>e.basic_info,"optionalAccess",e=>e.name]),type:zd(e.type),description:Ld([e,"access",e=>e.basic_info,"optionalAccess",e=>e.description])}))))])}))}(i),function(o){o.command("get <projectId>").description("View project details").config({help:{brief:"Get project details",description:"Get the detailed configuration of the specified project, including project type, settings, skill configurations, etc.",examples:[{desc:"View project details",cmd:"coze code project get <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"}},output:{project_id:{type:"string",description:"Project ID"},project_name:{type:"string",description:"Project name"},project_type:{type:"string",description:"Project type"},type:{type:"string",description:"Human-readable project type string"},tools:{type:"object",description:"Project tool configurations (Record<string, boolean>)"},chat_mode:{type:"string",description:"Human-readable chat mode string"},model_name:{type:"string",description:"Current model name used by the project"},skills:{type:"object",description:"Project skill configurations",properties:{skills:{type:"array",items:{type:"object",properties:{skill_id:{type:"string",description:"Skill ID"},is_preload:{type:"boolean",description:"Is preloaded"}}}}}}}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project does not exist",fix:"Please confirm if the project ID is correct, use `project list` to view available projects"}]}}).action((async function(o,i,s){const n=s.getContext();Vd([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Fetching project details for '${o}'...`)]);try{const[i,s]=await Promise.all([t.IdeApi.GetVibeProject({project_id:o}),Fc.getDefaultConversation(o)]),r=Vd([i,"access",e=>e.data,"optionalAccess",e=>e.project_info]);if(!r)throw new e.CozeError(e.ErrorCode.E3001,`Project '${o}' not found`,{projectId:o});const a=s.conversation_setting;Vd([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Project details for '${o}':`)]),Vd([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>{return e({...b.omit(r,["project_settings"]),type:Nd(Vd([r,"optionalAccess",e=>e.project_type])),tools:Vd([a,"optionalAccess",e=>e.agent_tools]),chat_mode:(t=Vd([a,"optionalAccess",e=>e.mode]),Gd[t]),model_name:Vd([a,"optionalAccess",e=>e.model_setting,"optionalAccess",e=>e.model_name]),skills:b.pick(Vd([a,"optionalAccess",e=>e.skill_setting]),["skills"])});var t}])}catch(t){W(t,e.ErrorCode.E3001,`Project '${o}' not found`,{projectId:o})}}))}(i),function(o){o.command("delete <projectId>").description("Delete a project").config({help:{brief:"Delete project",description:"Delete the specified Coze Coding project. This operation cannot be undone, please use with caution.",examples:[{desc:"Delete project",cmd:"coze code project delete <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID to delete"}},output:{project_id:{type:"string",description:"Deleted project ID"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E3005,name:"DELETE_FAILED",desc:"Failed to delete project",fix:"Please confirm if the project ID is correct and check if you have sufficient permissions"}]}}).action((async function(o,i,s){const n=s.getContext();Wd([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Deleting project '${o}'...`)]);try{await t.IdeApi.DeleteVibeProject({project_id:o})}catch(t){W(t,e.ErrorCode.E3005,`Failed to delete project '${o}': project not found or no permission`,{projectId:o})}Wd([n,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Project '${o}' deleted successfully.`)]),Wd([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:o,message:`Project '${o}' deleted successfully.`})])}))}(i),function(o){o.command("db").description("Manage project databases").command("list").description("List project database tables").requiredOption("-p, --project-id <projectId>","Project ID").option("--schema <schema>","Schema name (knowledge or public)").option("--env <env>","Environment: dev | prod (default: dev)").config({help:{brief:"List project database tables",description:"List all database tables for the specified project, grouped by schema.",examples:[{desc:"List all tables",cmd:"coze code project db list -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"List knowledge schema tables",cmd:"coze code project db list -p <projectId> --schema knowledge"},{desc:"List prod tables",cmd:"coze code project db list -p <projectId> --env prod"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},schema:{type:"string",required:!1,description:"Schema name filter"},env:{type:"string",required:!1,description:"Environment (dev or prod)"}},output:{type:"array",items:{type:"object",properties:{schema:{type:"string",description:"Schema name"},table_name:{type:"string",description:"Table name"}}}}},errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Invalid or missing project ID",fix:"Provide a valid project ID with -p <projectId>"}]}}).action((async function(e,o){const i=o.getContext(),{projectId:s,env:n}=e,r="prod"===n?t.MemoryEnv.product:t.MemoryEnv.develop,a=[];await Promise.all(["knowledge","public"].map((async e=>{((await t.IdeApi.GetSchemaTables({project_id:s,database_env:r,schema:e})).table_names||[]).forEach((t=>{a.push({schema:e,table_name:t})}))}))),Xd([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Fetched ${a.length} tables.`)]),Xd([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(a)])}))}(i),function(o){o.command("import").description("Import a project from a remote repo or local zip file").requiredOption("-s, --source <source>","Import source: github / local").option("-r, --repo <fullName>","Remote repo full name (e.g. user/repo), required for --source github").option("-f, --file <path>","Local zip file path, required for --source local").config({help:{brief:"Import a project from a remote repo or local zip file",description:"Create a new project by importing from a remote Git repository or uploading a local zip file. Remote import requires prior OAuth authorization via `coze code git auth login`. Imported remote projects will be automatically bound to the source repo. Local uploads must be zip format and no more than 500MB.",examples:[{desc:"Import from GitHub (minimal)",cmd:"coze code project import --source github --repo user/my-app"},{desc:"Import from GitHub",cmd:"coze code project import -s github -r user/my-app",tags:["[RECOMMENDED]"]},{desc:"Upload local zip file",cmd:"coze code project import --source local --file ./project.zip"},{desc:"[PIPELINE] Import and check status",cmd:"ID=$(coze code project import -s github -r user/app --format json | jq -r .project_id) && coze code project get $ID",tags:["[PIPELINE]"]},{desc:"[TEMPLATE] Import from any source",cmd:"coze code project import --source <github|local> [--repo <owner/name>] [--file <path>]",tags:["[TEMPLATE]"]}],schema:{input:{source:{type:"string",required:!0,enum:["github","local"],description:"Import source type",example:"github"},repo:{type:"string",required:!1,description:"Remote repo full name (owner/name)",example:"user/my-app"},file:{type:"string",required:!1,description:"Local zip file path",example:"./project.zip"}},output:{project_id:{type:"string",description:"Created project ID",example:"proj_abc123"},source:{type:"string",description:"Import source type",example:"github"},repo:{type:"string",description:"Remote repo full name (if applicable)",example:"user/my-app"}}},enums:{source:{github:"Import from a GitHub repository",local:"Upload a local zip file"}},errors:[{code:e.ErrorCode.E1008,name:"MISSING_IMPORT_SOURCE",desc:"Missing import source",fix:"Use --source github or --source local"},{code:e.ErrorCode.E1009,name:"MISSING_REPO",desc:"Missing --repo for github import",fix:"Add --repo <owner/name>"},{code:e.ErrorCode.E1010,name:"MISSING_FILE",desc:"Missing --file for local import",fix:"Add --file <path>"},{code:e.ErrorCode.E1011,name:"INVALID_FILE_FORMAT",desc:"File is not zip format",fix:"Only .zip files are supported"},{code:e.ErrorCode.E1012,name:"FILE_TOO_LARGE",desc:"File exceeds 500MB",fix:"Reduce file size and retry"},{code:e.ErrorCode.E2004,name:"GIT_NOT_AUTHORIZED",desc:"Git service not authorized",fix:"Run `coze code git auth login`"}],seeAlso:["coze code project create","coze code repo bind","coze code git auth login"],caveats:["Remote import requires prior OAuth authorization via `coze code git auth login`","Local upload only supports .zip format, max 500MB","Remote imported projects are automatically bound to the source repo"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=Od(s.config.spaceId,(()=>""));if(!n)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or run `coze space use <spaceId>` first");const{source:r,repo:a,file:c}=o;if(!r||!Ud.includes(r))throw new e.CozeError(e.ErrorCode.E1008,`Invalid or missing import source: "${r}". Use --source github or --source local`);if("github"===r){if(!a)throw new e.CozeError(e.ErrorCode.E1009,"Missing --repo: required when --source is github");s.ui.info(`Importing from GitHub: ${a}...`);const o=Od(Dd([await t.IdeApi.ImportProject({space_id:n,import_source:2,git_url:`https://github.com/${a}.git`,git_repo_name:a}),"access",e=>e.data,"optionalAccess",e=>e.vibe_project_id]),(()=>""));s.ui.success("Project imported successfully."),s.ui.info(` Project ID: ${o}`),s.ui.info(` Source: github (${a})`),s.response.print({project_id:o,source:"github",repo:a})}else if("local"===r){if(!c)throw new e.CozeError(e.ErrorCode.E1010,"Missing --file: required when --source is local");if(!c.endsWith(".zip"))throw new e.CozeError(e.ErrorCode.E1011,`Invalid file format: "${c}". Only .zip files are supported`);if(!f.existsSync(c))throw new e.CozeError(e.ErrorCode.E1011,`File not found: "${c}"`);const t=f.statSync(c);if(t.size>524288e3)throw new e.CozeError(e.ErrorCode.E1012,`File too large: ${Math.round(t.size/1024/1024)}MB. Maximum is 500MB`);s.ui.info(`Uploading local file: ${c}...`);const o=new _;o.append("space_id",n),o.append("import_source","1"),o.append("data",f.createReadStream(c),g.basename(c));const i=Od(Dd([await e.axiosInstance.post("/api/ideserver_api/project/import_project",o,{headers:{...o.getHeaders(),"agw-js-conv":"str"}}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.vibe_project_id]),(()=>""));s.ui.success("Project imported successfully."),s.ui.info(` Project ID: ${i}`),s.ui.info(` Source: local (${c})`),s.response.print({project_id:i,source:"local"})}}))}(i)};function tp(e,t){return null!=e?e:t()}const op=["ecs","vefaas"],ip=e=>op.includes(tp(process.env.COZE_CLI_PLATFORM,(()=>"")).trim().toLowerCase())?"https://www.coze.cn/":tp(e,(()=>l.DEFAULT_CONFIG.apiBaseUrl)),sp=(e,t)=>`${ip(t)}p/${e}`;function np(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const rp=new Set([t.VibeProjectType.WechatMiniProgram,t.VibeProjectType.Agent,t.VibeProjectType.Automation,t.VibeProjectType.Skill,t.VibeProjectType.AssistantAgent]);function ap(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function cp(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const lp=o=>{const i=o.command("model").config({help:{brief:"Manage project models",description:"Manage models for Coze Coding projects. List available models and set the active model for a project.",examples:[{desc:"List available models",cmd:"coze code model list -p <projectId>"},{desc:"Set project model",cmd:"coze code model set doubao-dev-0213 -p <projectId>"}],seeAlso:["coze code project","coze code tools"]}}).description("Manage project models");!function(o){o.command("list").description("List available models").option("-p, --project-id <projectId>","Project ID").option("--type <type>","Project type (web, app, agent, etc.)").config({help:{brief:"List available models",description:"List all available models for the specified project or project type.",examples:[{desc:"List models for a project",cmd:"coze code model list -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"List models by type",cmd:"coze code model list --type web"}],schema:{input:{projectId:{type:"string",required:!1,description:"Project ID"},type:{type:"string",required:!1,description:"Project type"}},output:{type:"array",items:{type:"object",properties:{model_name:{type:"string",description:"Model name"},display_name:{type:"string",description:"Display name"},enable:{type:"boolean",description:"Whether this model is currently set for the project (only available when using -p)"}}}}},errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Project type is required when project ID is not provided",fix:"Provide --type <type> or -p <projectId> to specify the project"}]}}).action((async function(o,i){const s=i.getContext(),{projectId:n}=o;let r,a,c;if(n){const e=await t.IdeApi.GetVibeProject({project_id:n});r=cp([e,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),a=cp([e,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.space_id]);const o=await Fc.getDefaultConversation(n);c=cp([o,"access",e=>e.conversation_setting,"optionalAccess",e=>e.model_setting,"optionalAccess",e=>e.model_name])}else{const t=o.type;if(!t)throw new e.CozeError(e.ErrorCode.E1000,"Project type is required",{projectId:n});r=Md(t)}if(!r)throw new e.CozeError(e.ErrorCode.E1000,"Project type is required",{projectId:n});const l=cp([await t.BuildAgentApi.GetModelList({project_id:n,project_type:r,space_id:a}),"access",e=>e.model_list,"optionalAccess",e=>e.map,"call",e=>e((e=>({model_name:e.name,display_name:e.display_name,enable:n?c===e.name:void 0})))]);cp([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Fetched ${cp([l,"optionalAccess",e=>e.length])||0} models.`)]),cp([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(l)])}))}(i),function(o){o.command("set <modelName>").description("Set conversation model").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Set conversation model",description:"Set the model used by the default conversation. Use model list to see available models.",examples:[{desc:"Set conversation model",cmd:"coze code model set doubao-dev-0213 -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{modelName:{type:"string",required:!0,description:"Model name"},projectId:{type:"string",required:!0,description:"Project ID"}},output:{project_id:{type:"string",description:"Project ID"},model_name:{type:"string",description:"Model name"},message:{type:"string",description:"Result message"}}},errors:[{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"The specified model is not available for this project",fix:"Use 'coze code model list -p <projectId>' to see available models"}]}}).action((async function(o,i,s){const n=s.getContext(),{projectId:r}=i,a=await t.IdeApi.GetVibeProject({project_id:r}),c=ap([a,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),l=ap([a,"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.space_id]);if(!ap([await t.BuildAgentApi.GetModelList({project_id:r,project_type:c,space_id:l}),"access",e=>e.model_list,"optionalAccess",e=>e.find,"call",e=>e((e=>e.name===o))]))throw new e.CozeError(e.ErrorCode.E1000,`Model '${o}' is not available. Use 'coze code model list' to see available models.`,{modelName:o,projectId:r});const d=await Fc.getDefaultConversation(r);await Fc.updateConversationSetting(r,d.id,{modelSetting:{model_name:o}}),ap([n,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Model set to '${o}'.`)]),ap([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:r,model_name:o,message:`Model has been set to '${o}' successfully`})])}))}(i)};function dp(e,t){return null!=e?e:t()}function pp(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function up(e,t){return null!=e?e:t()}function mp(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const gp=e=>{if(null==e)return null;return 0===e.trim().length?null:e},hp=o=>{o.command("send [message]").description("Send a prompt message to Coze Coding project chat").option("--wait","Wait for the chat response before returning").option("--stdin","Read additional context from stdin (pipe input)").config({help:{brief:"Send a message to project chat",description:"Send a prompt message to the specified Coze Coding project chat. The message can be provided as a positional argument. Use --stdin to pipe additional context. Use @<path> to mention and upload local files as context.",examples:[{desc:"Send a message to project",cmd:'coze code message send "Fix the bug in auth module" -p 123456',tags:["[RECOMMENDED]"]},{desc:"Send and wait for the response",cmd:'coze code message send "Fix the bug in auth module" -p 123456 --wait'},{desc:"Mention a file with @",cmd:'coze code message send "Refactor @src/utils.ts to use async/await" -p 123456'},{desc:"Mention multiple files",cmd:'coze code message send "Compare @src/old.ts and @src/new.ts, list the differences" -p 123456'},{desc:"Send message with stdin context",cmd:'cat error.log | coze code message send "Analyze this error" --stdin -p 123456'},{desc:"Use environment variable for project",cmd:'export COZE_PROJECT_ID=123456 && coze code message send "Hello"'}],errors:[{code:e.ErrorCode.E1000,name:"MISSING_MESSAGE",desc:"No message content provided",fix:"Provide MESSAGE argument or use --stdin with piped content",example:'coze code message send "Your question" -p 123456 # or: echo "context" | coze code message send --stdin "question" -p 123456'},{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided via -p/--project-id or COZE_PROJECT_ID env",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable",example:'coze code message send "Hello" -p 123456'},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized",fix:"Please retry and make sure the CLI is initialized correctly"}],schema:{input:{message:{type:"string",required:!1,description:"The prompt message to send to the project chat"},wait:{type:"boolean",required:!1,description:"Wait for the chat response before returning. Without this flag, the message is sent in the background."},stdin:{type:"boolean",required:!1,description:"Read additional context from stdin (pipe input)."}},output:{type:"object",properties:{content:{type:"string",description:"The chat response content"}}}}}}).action((async(o,i,s)=>{const n=s.getContext();try{if(!n)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const r=mp([s,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),a=up(mp([r,"optionalAccess",e=>e.projectId]),(()=>process.env.COZE_PROJECT_ID));if(!a)throw new e.CozeError(e.ErrorCode.E1001,"Missing required option: --project-id (or env COZE_PROJECT_ID)");const c=await mp([n,"optionalAccess",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]);if(!c)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");const{wait:l,stdin:d}=i;let p=null;d&&(p=await oa());const u=gp(o),m=gp(p);if(!u&&!m)throw new e.CozeError(e.ErrorCode.E1000,"Missing prompt: provide PROMPT argument or use --stdin");const g=u&&m?`${u}\n\n${m}`:up(up(u,(()=>m)),(()=>"")),h=new Set,f=await t.sendProjectChatMessage({projectId:a,prompt:g,apiBaseUrl:n.config.apiBaseUrl,accessToken:c,xTTEnv:n.config.xTTEnv,key:`coze-coding-cli:message:${a}`,onWarn:e=>n.ui.warn(e),waitForResponse:!!l,onMessageItem:e=>{if(l&&"json"===n.format&&e.finish){const t=(e=>{const t=up(e.msg_id,(()=>"")),o=up(e.sequence_id,(()=>""));return`${e.type}:${t}:${String(o)}`})(e);h.has(t)||(h.add(t),n.response.print({content:e.content,role:e.role,finish:e.finish,type:e.type}))}}});if(l)"text"===n.format&&n.response.print(up(mp([f,"access",e=>e.lastAnswerMessage,"optionalAccess",e=>e.content,"access",e=>e.answer]),(()=>"")));else{const e=`Message sent. Use \`coze code message status -p ${a}\` to check the result.`;"json"===n.format?n.response.print({status:"sent",project_id:a,message:e}):n.response.print(e),process.exit(0)}}catch(e){H(e,n)}}))};function fp(e,t){return null!=e?e:t()}function _p(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function yp(e,t){return null!=e?e:t()}function bp(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const vp=async(o,i)=>{const s=i.getContext();try{if(!s)throw new e.CozeError("E5000","CLI context is not initialized");const n=bp([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),r=yp(bp([n,"optionalAccess",e=>e.projectId]),(()=>process.env.COZE_PROJECT_ID));if(!r)throw new e.CozeError("E1001","Missing required option: --project-id (or env COZE_PROJECT_ID)");if(!await bp([s,"optionalAccess",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]))throw new e.CozeError("E2001","Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");if(o.after&&o.before)throw new e.CozeError("E1000","--after and --before cannot be used together. Use only one cursor at a time.");s.ui.verbose(`Fetching conversation history for project ${r}...`);const a=t.createChatCore({key:`coze-coding-cli:history:${r}`,apiBaseUrl:s.config.apiBaseUrl});try{const e=o.after?"loadNext":"loadPrev",t="loadNext"===e?"11":"10",i=await a.getHistoryMessage({limit:t,project_id:r,after:o.after,before:o.before}),n=[],c=new Map,l=new Map;i.histories.forEach((e=>{if(e.user){const t=e.user.msg_id;c.has(t)||n.push(t);const o=(e=>{const t=bp([e,"optionalAccess",e=>e.content]);return yp(yp(bp([t,"optionalAccess",e=>e.query,"optionalAccess",e=>e.prompt]),(()=>bp([t,"optionalAccess",e=>e.retry,"optionalAccess",e=>e.prompt]))),(()=>bp([t,"optionalAccess",e=>e.edit,"optionalAccess",e=>e.prompt])))})(e.user.message);c.set(t,o?(e=>e.map((e=>"text"===e.type?e.content.text:"file"===e.type?`${_p([e,"access",e=>e.content,"access",e=>e.file,"optionalAccess",e=>e.path])} ${fp(_p([e,"access",e=>e.content,"access",e=>e.file,"optionalAccess",e=>e.from,"optionalAccess",e=>e[0]]),(()=>""))} ${fp(_p([e,"access",e=>e.content,"access",e=>e.file,"optionalAccess",e=>e.to,"optionalAccess",e=>e[0]]),(()=>""))} `:"console"===e.type?_p([e,"access",e=>e.content,"access",e=>e.console,"optionalAccess",e=>e.content]):"node"===e.type?_p([e,"access",e=>e.content,"access",e=>e.node,"optionalAccess",e=>e.node_title]):"upload_file"===e.type?_p([e,"access",e=>e.content,"access",e=>e.upload_file,"optionalAccess",e=>e.file_name]):"page"===e.type?_p([e,"access",e=>e.content,"access",e=>e.page,"optionalAccess",e=>e.page_title]):"page_elements"===e.type?_p([e,"access",e=>e.content,"access",e=>e.page_elements,"optionalAccess",e=>e[0],"optionalAccess",e=>e.path,"optionalAccess",e=>e[0],"optionalAccess",e=>e.node_name]):"wf_canvas_change"===e.type?_p([e,"access",e=>e.content,"access",e=>e.wf_canvas_change,"optionalAccess",e=>e.query]):"")).join(" "))(o):"")}if(e.assistant){const t=e.assistant.messages.find((e=>"answer"===e.type&&e.content.answer));if(!t)return;const o=t.query_msg_id,i=t.content.answer;"string"==typeof o&&"string"==typeof i&&l.set(o,i)}}));const d=n[0],p=n[n.length-1],u=n.reverse().filter((e=>l.has(e))).map((e=>({userMessage:yp(c.get(e),(()=>"")),answer:yp(l.get(e),(()=>""))}))),m={histories:u,cursor:{after:d,before:p,has_more:i.has_more,loadDirection:e}};if("json"===s.format)s.response.print(m);else{if(0===u.length)return void s.response.print("No conversation history found.");u.forEach(((e,t)=>{s.response.print(`--- #${t+1} ---\nQ: ${e.userMessage}\nA: ${e.answer}\n`)})),s.response.print(`\n[cursor] after=${d}, before=${p}, has_more=${i.has_more}, loadDirection=${e}`)}}finally{a.destroy()}}catch(e){H(e,s)}};function wp(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Cp=o=>{const i=o.command("message");i.description("Manage project chat messages").config({help:{brief:"Manage project chat messages",description:"Manage Coze Coding project chat messages.\n\nThis command group provides:\n- send: Send a new message to the project chat\n- status: Query the status of current chat message (auto-fetch result when completed)\n- cancel: Cancel an ongoing chat message\n- history: View conversation history",examples:[{desc:"Send a message to project",cmd:'coze code message send "Fix the bug" -p 123456',tags:["[RECOMMENDED]"]},{desc:"Check message status",cmd:"coze code message status -p 123456"},{desc:"Cancel ongoing message",cmd:"coze code message cancel -p 123456"},{desc:"View conversation history",cmd:"coze code message history -p 123456"}],errors:[{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided via -p/--project-id or COZE_PROJECT_ID env",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable",example:'coze code message send "Hello" -p 123456'},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID (can also be set via COZE_PROJECT_ID env)"}}},seeAlso:["coze code project list","coze code project create"]}}).option("-p, --project-id <id>","Coze project id (or env COZE_PROJECT_ID)"),hp(i),(o=>{o.command("status").description("Query current project chat message status and get result when completed").config({help:{brief:"Query chat message status",description:"Get the current status of the chat message for the specified project. Returns status information such as running, completed, or error. When the chat is completed, automatically fetches and returns the result.",examples:[{desc:"Check message status (auto-fetch result when completed)",cmd:"coze code message status -p 123456",tags:["[RECOMMENDED]"]},{desc:"With environment variable",cmd:"coze code message status"},{desc:"Output as JSON",cmd:"coze code message status -p 123456 --format json"}],errors:[{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable"},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized",fix:"Please retry and make sure the CLI is initialized correctly"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID"}},output:{type:"object",properties:{status:{type:"string",description:"Message status (running/completed/error)"},message:{type:"string",description:"Status message or error details"},answer:{type:"string",description:"The chat answer content (only when completed)"}}}}}}).action((async(o,i)=>{const s=i.getContext();try{if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const o=pp([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),n=dp(pp([o,"optionalAccess",e=>e.projectId]),(()=>process.env.COZE_PROJECT_ID));if(!n)throw new e.CozeError(e.ErrorCode.E1001,"Missing required option: --project-id (or env COZE_PROJECT_ID)");s.ui.verbose(`Fetching chat status for project ${n}...`);const{code:r,msg:a,reply_id:c,...l}=await t.BuildAgentApi.GetChatCLIMessageStatus({project_id:n});if("done"===l.status){s.ui.verbose(`Chat completed, fetching result for project ${n}...`);const e=await t.BuildAgentApi.GetChatCLIMessageResultContent({project_id:n}),o="data"in e?e.data:e;"json"===s.format?s.response.print({...l,answer:o.answer}):s.response.print(`status: [${l.status}]\nanswer: ${dp(o.answer,(()=>""))}`)}else"json"===s.format?s.response.print(l):s.response.print(l.status)}catch(e){H(e,s)}}))})(i),function(o){o.command("cancel").description("Cancel current project chat message").config({help:{brief:"Cancel ongoing chat message",description:"Cancel the currently running chat message for the specified project. Useful for stopping long-running or stuck message generation.",examples:[{desc:"Cancel current message",cmd:"coze code message cancel -p 123456",tags:["[RECOMMENDED]"]},{desc:"With environment variable",cmd:"coze code message cancel"}],errors:[{code:e.ErrorCode.E1001,name:"MISSING_PROJECT_ID",desc:"No project ID provided",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable"},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable"},{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized",fix:"Please retry and make sure the CLI is initialized correctly"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID"}},output:{type:"object",properties:{status:{type:"string",description:"Cancel operation status"},message:{type:"string",description:"Result message"}}}}}}).action((async(o,i)=>{const s=i.getContext();try{if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const o=wp([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()]),r=null!=(n=wp([o,"optionalAccess",e=>e.projectId]))?n:(()=>process.env.COZE_PROJECT_ID)();if(!r)throw new e.CozeError(e.ErrorCode.E1001,"Missing required option: --project-id (or env COZE_PROJECT_ID)");const{accessToken:a}=s.config;if(!a)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");s.ui.verbose(`Canceling chat message for project ${r}...`);const{message:c}=await t.BuildAgentApi.CancelChatCLIMessage({project_id:r});"json"===s.format?s.response.print({message:c}):s.response.print(c)}catch(e){H(e,s)}var n}))}(i),(e=>{e.command("history").description("View conversation history of the project chat").option("--after <msg_id>","Cursor for fetching newer messages (smaller index)").option("--before <msg_id>","Cursor for fetching older messages (larger index)").config({help:{brief:"View conversation history",description:"Retrieve and display the conversation history for the specified Coze Coding project. Shows each round of user messages and LLM responses. By default, returns the latest 10 rounds of conversation. Use --after or --before cursors for pagination.",examples:[{desc:"View latest 10 rounds of conversation history",cmd:"coze code message history -p 123456",tags:["[RECOMMENDED]"]},{desc:"With environment variable",cmd:"coze code message history"},{desc:"Output as JSON with cursor info",cmd:"coze code message history -p 123456 --format json"},{desc:"Fetch newer messages after a cursor",cmd:"coze code message history -p 123456 --after msg_xxx"},{desc:"Fetch older messages before a cursor",cmd:"coze code message history -p 123456 --before msg_yyy"}],errors:[{code:"E1000",name:"INVALID_ARGUMENT",desc:"--after and --before cannot be used together",fix:"Use only one cursor option at a time for pagination"},{code:"E1001",name:"MISSING_PROJECT_ID",desc:"No project ID provided",fix:"Provide -p/--project-id option or set COZE_PROJECT_ID environment variable"},{code:"E2001",name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable"}],schema:{input:{projectId:{type:"string",required:!0,description:"Coze project ID"},after:{type:"string",description:'Cursor (message ID) for fetching newer messages. Newer messages have smaller index. Use the "after" value from previous output as this parameter.'},before:{type:"string",description:'Cursor (message ID) for fetching older messages. Older messages have larger index. Use the "before" value from previous output as this parameter.'}},output:{type:"object",properties:{histories:{type:"array",items:{type:"object",properties:{userMessage:{type:"string",description:"User's message in this round"},answer:{type:"string",description:"LLM's last answer with content"}}}},cursor:{type:"object",description:"Pagination cursor info for next/prev page requests",properties:{after:{type:"string",description:"Message ID of the newest result, use as --after to fetch newer messages (loadNext)"},before:{type:"string",description:"Message ID of the oldest result, use as --before to fetch older messages (loadPrev)"},has_more:{type:"boolean",description:"Whether there are more messages available"},loadDirection:{type:"string",enum:["loadNext","loadPrev"],description:"Load direction of current request. Defaults to 'loadPrev' (load older messages). 'loadNext' when --after is used, 'loadPrev' when --before is used or on initial request."}}}}}}}}).action(vp)})(i)};function Ep(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Ip(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Ap(o){o.command("list").description("List project environment variables").option("--env <scope>","Environment scope: dev | prod","dev").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"List project environment variables",description:"Retrieve the list of environment variables for the specified project. Supports filtering by environment (dev/prod) and displays all configured sensitive information key names.",examples:[{desc:"List dev environment variables",cmd:"coze code env list -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"List prod environment variables",cmd:"coze code env list -p <projectId> --env prod"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},env:{type:"string",required:!1,enum:["dev","prod"],description:"Environment scope (default: dev)"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},project_type:{type:"string",description:"Project type"},env:{type:"string",description:"Environment scope"},secrets:{type:"array",description:"Environment variable list"}}}}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project not found",fix:"Please confirm if the project ID is correct"}]}}).action((async function(e,o){const i=o.getContext(),{projectId:s}=e,n=Ip([await t.IdeApi.GetVibeProject({project_id:s}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),r=(a=e.env,"prod"===String(a||"dev").toLowerCase()?Bi.prod:Bi.dev);var a;const c=Ip([await Wi.ListProjectSecret({env:r,project_id:s,...n===t.VibeProjectType.Skill?{with_providers:!0}:{}}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_secrets,"optionalAccess",e=>e.secrets])||[];Ip([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Env secrets listed successfully.")]),Ip([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(c.map((e=>({secret_key:e.secret_key,secret_id:e.secret_id,secret_val:e.secret_val,secret_type:e.secret_type}))))])}))}function Sp(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const jp=o=>{const i=o.command("env").config({help:{brief:"Manage project environment variables",description:"Manage project environment variables (Secrets). Supports setting, viewing, and deleting sensitive configuration information such as API keys and database connection strings in development and production environments.",examples:[{desc:"List environment variables",cmd:"coze code env list -p <projectId>"},{desc:"Set environment variable",cmd:"coze code env set KEY VALUE -p <projectId>"},{desc:"Delete environment variable",cmd:"coze code env delete KEY -p <projectId>"}],seeAlso:["coze code deploy","coze code project"]}}).description("Manage project environment variables");Ap(i),i.command("set <key> <value>").description("Set a project environment variable").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Set project environment variable",description:"Add or update environment variables for the project. Environment variables are securely stored and used for sensitive information like API keys, passwords, etc.",examples:[{desc:"Set environment variable",cmd:"coze code env set <KEY> <VALUE> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{key:{type:"string",required:!0,description:"Environment variable key"},value:{type:"string",required:!0,description:"Environment variable value"},projectId:{type:"string",required:!0,description:"Project ID"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},key:{type:"string",description:"Set key name"},value:{type:"string",description:"Set value"}}}}},errors:[{code:e.ErrorCode.E3008,name:"SKILL_PROJECT_NOT_SUPPORTED",desc:"Skill project secret_type logic to be supplemented",fix:"This feature is not yet supported for Skill projects"}]}}).action((async function(o,i,s,n){const r=n.getContext(),{projectId:a}=s,c=Ep([await t.IdeApi.GetVibeProject({project_id:a}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]);if(c===t.VibeProjectType.Skill)throw new e.CozeError(e.ErrorCode.E3008,"Skill project secret_type logic to be supplemented",{projectId:a,projectType:c});await Wi.InsertProjectSecret({project_id:a,insert_secrets:{secrets:[{secret_key:o,secret_val:i}]}}),Ep([r,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Env secret set successfully")]),Ep([r,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:a,key:o,value:i})])})),function(t){t.command("delete <key>").description("Delete a project environment variable").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Delete project environment variable",description:"Delete a specified environment variable from the project by its key name.",examples:[{desc:"Delete an environment variable",cmd:"coze code env delete <KEY> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},key:{type:"string",required:!0,description:"Environment variable key name to delete"}},output:{message:{type:"string",description:"Result message"},key:{type:"string",description:"Deleted key"}}},errors:[{code:e.ErrorCode.E3003,name:"SECRET_NOT_FOUND",desc:"The specified environment variable does not exist",fix:"Please use `env list` first to confirm if the variable name is correct"}]}}).action((async function(t,o,i){const s=i.getContext(),{projectId:n}=o,r=[t],a=Sp([await Wi.ListProjectSecret({env:Bi.dev,project_id:n}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_secrets,"optionalAccess",e=>e.secrets])||[],c=new Set(r.map((e=>String(e)))),l=a.filter((e=>c.has(String(e.secret_key||"")))).map((e=>e.secret_id)).filter(Boolean);if(0===l.length)throw new e.CozeError(e.ErrorCode.E3003,`No matched secrets by keys: ${r.join(", ")}`,{projectId:n,keys:r});await Wi.DeleteProjectSecret({project_id:n,keys:l}),Sp([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Env has been delete successfully")]),Sp([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({message:"env has been delete successfully",key:t,project_id:n,keys:r,secret_ids:l})])}))}(i)};var Pp,kp,Tp,zp,Rp,xp,Lp,Op,Dp,Up,Bp,qp,Mp,Np,$p,Gp,Fp,Vp,Wp,Hp,Jp,Kp,Qp,Yp,Zp,Xp,eu,tu,ou,iu,su;function nu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}!function(e){e[e.Image=1]="Image";e[e.Android=2]="Android";e[e.IOS=3]="IOS";e[e.GitCode=4]="GitCode";e[e.FaasRuntimePkg=5]="FaasRuntimePkg";e[e.SkillPkg=6]="SkillPkg";e[e.H5=7]="H5"}(Pp||(Pp={})),function(e){e[e.Unknown=0]="Unknown";e[e.FreeCertificate=1]="FreeCertificate"}(kp||(kp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Normal=1]="Normal"}(Tp||(Tp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Existing=1]="Existing";e[e.Free=2]="Free"}(zp||(zp={})),function(e){e[e.AuditPass=1]="AuditPass";e[e.AuditUnPass=2]="AuditUnPass";e[e.Auditing=3]="Auditing";e[e.Released=11]="Released";e[e.ReleaseFailed=12]="ReleaseFailed";e[e.Running=21]="Running"}(Rp||(Rp={})),function(e){e[e.Passed=1]="Passed";e[e.UnPassed=2]="UnPassed";e[e.Auditing=3]="Auditing"}(xp||(xp={})),function(e){e[e.Official=1]="Official"}(Lp||(Lp={})),function(e){e[e.Prepare=1]="Prepare";e[e.Package=2]="Package";e[e.Build=3]="Build";e[e.Deploy=4]="Deploy";e[e.Audit=5]="Audit"}(Op||(Op={})),function(e){e[e.Pending=1]="Pending";e[e.Running=2]="Running";e[e.Succeeded=3]="Succeeded";e[e.Failed=4]="Failed";e[e.Canceled=5]="Canceled";e[e.Interrupted=6]="Interrupted"}(Dp||(Dp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Success=1]="Success";e[e.Pending=2]="Pending";e[e.Failed=3]="Failed"}(Up||(Up={})),function(e){e[e.Unknown=0]="Unknown";e[e.Default=1]="Default";e[e.Custom=2]="Custom"}(Bp||(Bp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Active=1]="Active";e[e.Disabled=2]="Disabled";e[e.Redirected=3]="Redirected";e[e.Primary=4]="Primary"}(qp||(qp={})),function(e){e[e.Published=1]="Published";e[e.Unpublished=2]="Unpublished"}(Mp||(Mp={})),function(e){e[e.Agent=1]="Agent";e[e.Automation=2]="Automation";e[e.WebApp=3]="WebApp";e[e.App=4]="App";e[e.Skill=5]="Skill";e[e.GeneralWeb=6]="GeneralWeb";e[e.WechatMiniProgram=7]="WechatMiniProgram";e[e.General=9]="General"}(Np||(Np={})),function(e){e[e.Created=1]="Created";e[e.Ready=3]="Ready";e[e.Stopped=4]="Stopped";e[e.Banned=5]="Banned";e[e.Paused=6]="Paused"}($p||($p={})),function(e){e[e.Unknown=0]="Unknown";e[e.VefaasFunction=1]="VefaasFunction"}(Gp||(Gp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Dev=1]="Dev";e[e.Prod=2]="Prod";e[e.Audit=3]="Audit"}(Fp||(Fp={})),function(e){e[e.A=1]="A";e[e.CNAME=2]="CNAME"}(Vp||(Vp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Single=1]="Single";e[e.Wildcard=2]="Wildcard";e[e.Multi=3]="Multi"}(Wp||(Wp={})),function(e){e[e.Unknown=0]="Unknown";e[e.DV=1]="DV";e[e.OV=2]="OV";e[e.EV=3]="EV"}(Hp||(Hp={})),function(e){e[e.Unknown=0]="Unknown";e[e.NotSubmitted=1]="NotSubmitted";e[e.Pending=2]="Pending";e[e.Issued=3]="Issued";e[e.Cancelling=4]="Cancelling";e[e.Canceled=5]="Canceled";e[e.Revoking=6]="Revoking";e[e.Revoked=7]="Revoked";e[e.Failed=8]="Failed";e[e.Expired=9]="Expired"}(Jp||(Jp={})),function(e){e[e.Unknown=0]="Unknown";e[e.Free=1]="Free";e[e.Test=2]="Test";e[e.Paid=3]="Paid";e[e.Imported=4]="Imported"}(Kp||(Kp={})),function(e){e[e.NeedAuthorize=1]="NeedAuthorize";e[e.BindSuccess=2]="BindSuccess";e[e.BoundToOtherProject=3]="BoundToOtherProject";e[e.BoundToOtherUser=4]="BoundToOtherUser"}(Qp||(Qp={})),function(e){e[e.BoundToSelf=1]="BoundToSelf";e[e.BoundToOtherUser=2]="BoundToOtherUser";e[e.NotAuthorized=3]="NotAuthorized"}(Yp||(Yp={})),function(e){e[e.Line=1]="Line"}(Zp||(Zp={})),function(e){e[e.Default=0]="Default";e[e.WechatMini=1]="WechatMini";e[e.DouyinMini=2]="DouyinMini"}(Xp||(Xp={})),function(e){e[e.Day=1]="Day";e[e.Week=2]="Week";e[e.Month=3]="Month";e[e.Yesterday=4]="Yesterday";e[e.ThreeDays=5]="ThreeDays"}(eu||(eu={})),function(e){e[e.InvokeQPS=1]="InvokeQPS";e[e.ErrorQPS=2]="ErrorQPS";e[e.Latency=3]="Latency";e[e.DAU=4]="DAU";e[e.DNU=5]="DNU";e[e.ActiveRetention=6]="ActiveRetention";e[e.NewUserRetention=7]="NewUserRetention"}(tu||(tu={})),function(e){e[e.Recorded=1]="Recorded"}(ou||(ou={})),function(e){e[e.Sum=1]="Sum";e[e.Avg=2]="Avg"}(iu||(iu={})),function(e){e[e.Next=1]="Next";e[e.Third=3]="Third";e[e.Seventh=7]="Seventh"}(su||(su={}));class ru{__init(){this.request=e.request}__init2(){this.baseURL=""}constructor(e){ru.prototype.__init.call(this),ru.prototype.__init2.call(this),this.request=nu([e,"optionalAccess",e=>e.request])||this.request,this.baseURL=nu([e,"optionalAccess",e=>e.baseURL])||this.baseURL}genBaseURL(e){return"string"==typeof this.baseURL?this.baseURL+e:this.baseURL(e)}PublicCreateDeployHistory(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/create"),s={project_id:o.project_id,is_sync_db_to_prod:o.is_sync_db_to_prod,encrypt_env_variable:o.encrypt_env_variable,table_sync_configs:o.table_sync_configs,encrypt_deploy:o.encrypt_deploy,commit_hash:o.commit_hash,connector_configs:o.connector_configs};return this.request({url:i,method:"POST",data:s},t)}PublicRollbackDeployHistory(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/rollback"),s={project_id:o.project_id,target_deploy_history_id:o.target_deploy_history_id,rollback_database:o.rollback_database};return this.request({url:i,method:"POST",data:s},t)}PublicCancelDeployHistory(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/cancel"),s={project_id:o.project_id,deploy_history_id:o.deploy_history_id};return this.request({url:i,method:"POST",data:s},t)}PublicGetDeployConfig(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_config/get"),s={project_id:o.project_id,commit_hash:o.commit_hash};return this.request({url:i,method:"GET",params:s},t)}PublicListDeployHistory(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/list"),s={project_id:o.project_id,page_token:o.page_token,page_size:o.page_size};return this.request({url:i,method:"GET",params:s},t)}PublicSearchRuntimeLog(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/runtime_log/search"),s={project_id:o.project_id,deploy_history_id:o.deploy_history_id,start_time:o.start_time,end_time:o.end_time,limit:o.limit,cursor:o.cursor,query:o.query,level:o.level};return this.request({url:i,method:"GET",params:s},t)}PublicGetDeployHistory(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/get"),s={project_id:o.project_id,deploy_history_id:o.deploy_history_id};return this.request({url:i,method:"GET",params:s},t)}PublicBindCertificate(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/certificate/bind"),s={project_id:o.project_id,certificate_id:o.certificate_id,domain:o.domain};return this.request({url:i,method:"POST",data:s},t)}PublicApplyFreeCertificate(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/certificate/apply_free"),s={project_id:o.project_id,domain:o.domain,auto_renew_free_cert:o.auto_renew_free_cert};return this.request({url:i,method:"POST",data:s},t)}PublicListDomainRelated(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/list"),s={project_id:o.project_id,unit_type:o.unit_type};return this.request({url:i,method:"GET",params:s},t)}PublicDeleteDomainRelated(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/delete"),s={project_id:o.project_id,domain:o.domain};return this.request({url:i,method:"POST",data:s},t)}PublicCreateDomainRelated(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/create"),s={project_id:o.project_id,domain:o.domain};return this.request({url:i,method:"POST",data:s},t)}PublicGetDeployUnit(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_unit/get"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}PublicGetCertificateDetail(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/certificate/get"),s={project_id:o.project_id,certificate_id:o.certificate_id};return this.request({url:i,method:"GET",params:s},t)}PublicGetDomainRelated(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/get"),s={project_id:o.project_id,domain:o.domain};return this.request({url:i,method:"GET",params:s},t)}PublicListVolcanoDomain(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/volcano_domain/list"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}PublicListVolcanoCertificate(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/certificate/list_volcano"),s={project_id:o.project_id,domain:o.domain};return this.request({url:i,method:"GET",params:s},t)}PublicListProjectTraces(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/traces/list"),s={project_id:o.project_id,start_time:o.start_time,end_time:o.end_time,filter:o.filter,page_token:o.page_token,page_size:o.page_size};return this.request({url:i,method:"POST",data:s},t)}PublicDownloadProjectTraces(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/traces/download"),s={project_id:o.project_id,start_time:o.start_time,end_time:o.end_time,filter:o.filter};return this.request({url:i,method:"POST",data:s},t)}PublicGetProjectMetrics(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/metrics/get"),s={project_id:o.project_id,time_range:o.time_range,retention_days:o.retention_days};return this.request({url:i,method:"GET",params:s},t)}PublicDeleteDeployUnit(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_unit/delete"),s={project_id:o.project_id,deploy_unit_id:o.deploy_unit_id};return this.request({url:i,method:"POST",data:s},t)}PublicGetHelpCenterLink(e,t){const o=this.genBaseURL("/api/coding/deployment/help_center/link");return this.request({url:o,method:"GET"},t)}PublicCheckRollbackDatabase(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/check_rollback_database"),s={project_id:o.project_id,deploy_history_id:o.deploy_history_id};return this.request({url:i,method:"GET",params:s},t)}PublicGetMiniProgramPreview(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/mini_program/preview"),s={project_id:o.project_id,app_id:o.app_id,connector_id:o.connector_id};return this.request({url:i,method:"GET",params:s},t)}PublicSubmitAuthCode(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/auth/submit_code"),s={project_id:o.project_id,connector_id:o.connector_id,code:o.code,verify_state:o.verify_state,auth_params:o.auth_params};return this.request({url:i,method:"POST",data:s},t)}PublicGetAuthStatus(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/auth/status"),s={project_id:o.project_id,connector_id:o.connector_id,redirect_url:o.redirect_url};return this.request({url:i,method:"POST",data:s},t)}PublicBindAuth(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/auth/bind"),s={project_id:o.project_id,connector_id:o.connector_id,redirect_url:o.redirect_url,auth_params:o.auth_params,override:o.override};return this.request({url:i,method:"POST",data:s},t)}PublicUnbindAuth(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/auth/unbind"),s={project_id:o.project_id,connector_id:o.connector_id};return this.request({url:i,method:"POST",data:s},t)}PublicGetBoundProject(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/connector/get_bound_project"),s={connector_id:o.connector_id,related_id:o.related_id};return this.request({url:i,method:"GET",params:s},t)}PublicUpdateDomainRelated(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/update"),s={project_id:o.project_id,domain:o.domain,auto_renew_free_cert:o.auto_renew_free_cert,visit_status:o.visit_status,next_primary_domain:o.next_primary_domain};return this.request({url:i,method:"POST",data:s},t)}PublicGetCertificateQuota(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/certificate/quota"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}PublicListDomainCertificates(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/certificate/list"),s={project_id:o.project_id,domain:o.domain};return this.request({url:i,method:"GET",params:s},t)}PublicUnpublishConnector(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/connector/unpublish_project"),s={project_id:o.project_id,connector_ids:o.connector_ids};return this.request({url:i,method:"POST",data:s},t)}PublicListConnector(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/connector/list"),s={project_id:o.project_id,project_publish_status:o.project_publish_status};return this.request({url:i,method:"GET",params:s},t)}PublicPublishConnector(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/connector/publish_project"),s={project_id:o.project_id,connector_configs:o.connector_configs};return this.request({url:i,method:"POST",data:s},t)}PublicGetDeployCount(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/get_count"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}GetRuntimeLogCount(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/runtime_log/count"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}PublicExchangeFeishuAuthCode(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/feishu/auth/exchange_code"),s={project_id:o.project_id,code:o.code,verify_state:o.verify_state};return this.request({url:i,method:"POST",data:s},t)}PublicRevokeFeishuAuth(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/feishu/auth/revoke"),s={project_id:o.project_id};return this.request({url:i,method:"POST",data:s},t)}PublicUpdateDefaultDomainPrefix(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/update_default_prefix"),s={project_id:o.project_id,prefix:o.prefix};return this.request({url:i,method:"POST",data:s},t)}PublicFeishuWebhookEvent(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/feishu/webhook/event"),s={body:o.body};return this.request({url:i,method:"POST",data:s},t)}PublicCheckCreateDomainRelated(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/check_create"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}PublicGetHostedUsageMonthly(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/hosted_usage/monthly"),s={project_id:o.project_id,bill_month:o.bill_month};return this.request({url:i,method:"GET",params:s},t)}PublicGetEstimateHostedCost(e,t){const o=this.genBaseURL("/api/coding/deployment/hosted_usage/estimate_cost");return this.request({url:o,method:"GET"},t)}PublicGetDeployHistoryLog(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/log"),s={deploy_history_id:o.deploy_history_id,key:o.key};return this.request({url:i,method:"GET",params:s},t)}PublicGetMPICPStatus(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/mini_program/icp_status"),s={project_id:o.project_id,app_id:o.app_id,connector_id:o.connector_id};return this.request({url:i,method:"GET",params:s},t)}PublicGetOnlineDeployHistory(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_history/get_online"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}PublicGetUserAnalyticsMetrics(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/metrics/user_analytics/get"),s={project_id:o.project_id,time_range:o.time_range};return this.request({url:i,method:"GET",params:s},t)}PublicPauseDeployUnit(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_unit/pause"),s={project_id:o.project_id,deploy_history_id:o.deploy_history_id};return this.request({url:i,method:"POST",data:s},t)}PublicStopDeployUnit(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_unit/stop"),s={project_id:o.project_id,deploy_history_id:o.deploy_history_id};return this.request({url:i,method:"POST",data:s},t)}PublicResumeDeployUnit(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/deploy_unit/resume"),s={project_id:o.project_id,deploy_history_id:o.deploy_history_id};return this.request({url:i,method:"POST",data:s},t)}PublicReportUserAnalytics(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/analytics/report"),s={events:o.events},n={project_id:o.project_id,did:o.did};return this.request({url:i,method:"POST",data:s,params:n},t)}PublicCreateDefaultDomainRelated(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/domain_related/create_default"),s={project_id:o.project_id,prefix:o.prefix};return this.request({url:i,method:"POST",data:s},t)}PublicGetProtectionConfig(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/protection_config/get"),s={project_id:o.project_id};return this.request({url:i,method:"GET",params:s},t)}PublicUpdateProtectionConfig(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/protection_config/update"),s={project_id:o.project_id,config:o.config};return this.request({url:i,method:"POST",data:s},t)}PublicAuthRedirect(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/auth/redirect"),s={url:o.url};return this.request({url:i,method:"GET",params:s},t)}PublicAuthCallback(e,t){const o=e||{},i=this.genBaseURL("/api/coding/deployment/auth/callback"),s={redirect_url:o.redirect_url};return this.request({url:i,method:"GET",params:s},t)}}const au=new ru({});function cu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function lu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function du(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const pu=t=>{const o=t.command("domain").config({help:{brief:"Manage custom domains for the project",description:"Manage custom domains for deployed projects. Supports adding, listing, and removing domains associated with a project, used to access deployed applications.",examples:[{desc:"List project domains",cmd:"coze code domain list -p <projectId>"},{desc:"Add custom domain",cmd:"coze code domain add example.com -p <projectId>"},{desc:"Delete domain",cmd:"coze code domain remove example.com -p <projectId>"}],seeAlso:["coze code deploy"]}}).description("Manage custom domains for the project");o.command("list").description("List custom domains of the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"List all domains bound to the project",description:"Retrieve a list of all custom domains bound to the specified project.",examples:[{desc:"List domains",cmd:"coze code domain list -p <projectId>",tags:["[RECOMMENDED]"]},{desc:"Output in JSON format",cmd:"coze code domain list -p <projectId> --format json"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"}},output:{type:"array",items:{type:"object",properties:{id:{type:"string",description:"Domain ID"},domain_host:{type:"string",description:"Domain host"}}}}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project not found",fix:"Please confirm if the project ID is correct"}]}}).action((async function(e,t){const o=t.getContext(),{projectId:i}=e,s=lu([await au.PublicListDomainRelated({project_id:i}),"access",e=>e.data,"optionalAccess",e=>e.items])||[];lu([o,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Fetched domains List successfully")]),lu([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(s.map((e=>({id:e.id,domain_host:e.domain_host}))))])})),function(t){t.command("add <domain>").description("Add a custom domain to the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Add custom domain to project",description:"Bind a custom domain to a specified project. The domain must follow standard format (e.g., example.com). Once bound, the deployed application can be accessed via this domain.",examples:[{desc:"Add domain",cmd:"coze code domain add <domain> -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},domain:{type:"string",required:!0,description:"Domain to add (e.g., example.com)"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},domain:{type:"string",description:"Added domain"}}}}},errors:[{code:e.ErrorCode.E1004,name:"INVALID_DOMAIN",desc:"Incorrect domain format",fix:"Please use a standard domain format, e.g., example.com"}]}}).action((async function(t,o,i){const s=i.getContext(),{projectId:n}=o;if(!/^[a-zA-Z0-9][a-zA-Z0-9-]*\.[a-zA-Z0-9][a-zA-Z0-9-]*$/.test(t))throw new e.CozeError(e.ErrorCode.E1004,"Invalid domain",{domain:t});await au.PublicCreateDomainRelated({project_id:n,domain:t}),du([s,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Domain '${t}' added.`)]),du([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({project_id:n,domain:t})])}))}(o),function(t){t.command("remove <domain>").description("Remove a custom domain from the project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Delete custom domain of the project",description:"Remove a bound custom domain from the specified project.",examples:[{desc:"Delete domain",cmd:"coze code domain remove example.com -p <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},domain:{type:"string",required:!0,description:"Domain to delete"}},output:{command:{type:"string",description:"Command name"},status:{type:"string",description:"Execution status"},data:{type:"object",properties:{project_id:{type:"string",description:"Project ID"},domain:{type:"string",description:"Deleted domain"}}}}},errors:[{code:e.ErrorCode.E1004,name:"INVALID_DOMAIN",desc:"Incorrect domain format",fix:"Please use a standard domain format, e.g., example.com"},{code:e.ErrorCode.E3005,name:"DELETE_FAILED",desc:"Failed to remove domain",fix:"Please confirm the domain is bound to the project and you have sufficient permissions"}]}}).action((async function(e,t,o){const i=o.getContext(),{projectId:s}=t;await au.PublicDeleteDomainRelated({project_id:s,domain:e}),cu([i,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",t=>t(`Domain '${e}' removed.`)]),cu([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t({message:`Domain '${e}' removed.`,domain:e})])}))}(o)},uu={[Dp.Pending]:"Pending",[Dp.Running]:"Running",[Dp.Succeeded]:"Succeeded",[Dp.Failed]:"Failed",[Dp.Canceled]:"Canceled",[Dp.Interrupted]:"Interrupted"},mu=[Dp.Succeeded,Dp.Failed,Dp.Canceled],gu=e=>e&&uu[e]||"Unknown";function hu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}class fu{static __initStatic(){this.INSTANCE=new fu}static getInstance(){return fu.INSTANCE||(fu.INSTANCE=new fu),this.INSTANCE}async pollDeployStatus(t){const{projectId:o,deployHistoryId:i,onBeforePoll:s,onStatusChange:n}=t;let r;for(;;){hu([s,"optionalCall",e=>e()]);const t=hu([await au.PublicGetDeployHistory({project_id:o,deploy_history_id:i}),"optionalAccess",e=>e.data]);if(!t)throw new e.CozeError(e.ErrorCode.E5000,"Failed to get deploy history data during polling");const a=t.status;if(a!==r&&(r=a,hu([n,"optionalCall",e=>e(t)])),mu.includes(a))return t;await new Promise((e=>setTimeout(e,3e3)))}}async getLatestDeployHistoryId(e){const{projectId:t}=e;return hu([await au.PublicListDeployHistory({page_size:1,project_id:t}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.deploy_history_list,"optionalAccess",e=>e[0],"optionalAccess",e=>e.deploy_history_id])}async getDeployHistory(t){const{projectId:o,deployHistoryId:i}=t,s=await au.PublicGetDeployHistory({project_id:o,deploy_history_id:i});if(!hu([s,"optionalAccess",e=>e.data]))throw new e.CozeError(e.ErrorCode.E5000,"Failed to get deploy history data");return s.data}canDeploy(e){return[t.VibeProjectType.AssistantAgent,t.VibeProjectType.WechatMiniProgram,t.VibeProjectType.GeneralWeb,t.VibeProjectType.App,t.VibeProjectType.Skill,t.VibeProjectType.Agent,t.VibeProjectType.Automation].includes(e)}async getCommitList({projectId:o}){const i=await t.IdeApi.ProxySandboxMessage({ProjectID:o,Method:"repo_version.commit.list",Params:JSON.stringify({project_id:o})});return e.safeJsonParse(i.data,{commits:[]}).commits||[]}}fu.__initStatic();const _u=fu.getInstance();function yu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function bu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function vu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function wu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Cu(o){const i=o.command("deploy <projectId>").description("Deploy the project to production environment").option("--commit-id <commitId>","Commit ID (optional, queries latest if omitted)").option("--wait","Wait for deployment to complete").option("--table-name <tableName...>","Database table names to sync to production",((e,t)=>t.concat(e)),[]).option("--encrypt-deploy <encrypt_deploy>","Pre-encrypted environment variable string (for Skill projects)").option("--connector-id <connectorId>","Connector IDs for mini-program deployment channels (can specify multiple times, e.g. 10000127 for WeChat, 10000126 for TikTok)",((e,t)=>t.concat(e)),[]).config({help:{brief:"Deploy the project to production environment",description:"Deploy the specified project to the production environment. Supports multiple project types (Agent, Workflow, Skill, Web, Mini-program, etc.), automatically fetches the latest commit, and triggers the deployment process.",examples:[{desc:"Deploy latest project",cmd:"coze code deploy <projectId>",tags:["[RECOMMENDED]"]},{desc:"Deploy and wait for completion",cmd:"coze code deploy <projectId> --wait"},{desc:"Deploy a specific commit",cmd:"coze code deploy <projectId> --commit-id <commitId>"},{desc:"View deployment status",cmd:"coze code deploy status <projectId>"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},commitId:{type:"string",required:!1,description:"Commit ID (optional, queries latest if omitted)"},wait:{type:"boolean",required:!1,description:"Wait for deployment to complete"},tableName:{type:"array",required:!1,description:"Database table names to sync to production (can specify multiple times)"},encryptDeploy:{type:"string",required:!1,description:"Pre-encrypted environment variable string (for Skill projects)"},connectorId:{type:"array",required:!1,description:"Connector IDs for mini-program channels (10000127=WeChat, 10000126=TikTok). If omitted, auto-detects authorized channels."}},output:{projectId:{type:"string",description:"Project ID"},status:{type:"string",description:"Deployment status"},domain:{type:"string",description:"Deployed domain"},deployHistoryId:{type:"string",description:"Deployment history ID"},commitHash:{type:"string",description:"Commit hash"}}},errors:[{code:e.ErrorCode.E3007,name:"MISSING_COMMIT_HASH",desc:"No commits found in the project",fix:"Please commit your changes first before deploying"},{code:e.ErrorCode.E2002,name:"MINIPROGRAM_NOT_AUTHORIZED",desc:"Mini-program AppID not configured",fix:"Please complete the Mini-program AppID configuration in the project settings"},{code:e.ErrorCode.E1006,name:"UNSUPPORTED_PROJECT_TYPE",desc:"Project type is not supported for deployment",fix:"Please confirm the project type and try again with a supported project"}]}}).description("Deploy the project to production environment").action((async function(o,i,s){const n=s.getContext(),{wait:r,commitId:a,tableName:c,encryptDeploy:l,connectorId:d}=i;let p;try{p=await t.IdeApi.GetVibeProject({project_id:o})}catch(t){W(t,e.ErrorCode.E3001,`Project '${o}' not found`,{projectId:o})}const u=wu([p.data||{},"access",e=>e.project_info,"optionalAccess",e=>e.project_type]);if(!_u.canDeploy(u)){const t=`Project type ${Nd(u)} is not supported for deployment`;throw new e.CozeError(e.ErrorCode.E1006,t,{projectType:u})}if(u===t.VibeProjectType.AssistantAgent)return wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Deploying (AssistantAgent)...")]),await e.axiosInstance$1.post("api/sandbox/coze_coding/devbox/open_claw/deploy",{project_id:o}),void wu([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"ok",type:u,message:`Assistant project deployment successfully, Please access the ${sp(o,wu([n,"optionalAccess",e=>e.config,"access",e=>e.apiBaseUrl]))} to view the project`})]);let m,g=a;if(!g){wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Fetching latest commit...")]);const e=await _u.getCommitList({projectId:o});g=wu([e,"optionalAccess",e=>e[0],"optionalAccess",e=>e.id])}if(!g){const t="No commits found: commit your changes first, or pass --commit-id <commitId>";throw new e.CozeError(e.ErrorCode.E3007,t,{projectId:o})}if(u===t.VibeProjectType.WechatMiniProgram)if(d&&d.length>0)m=d.map((e=>({connector_id:e})));else{wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Checking Mini-program authorization...")]);const t=[{name:"WeChat",id:"10000127"},{name:"TikTok",id:"10000126"}],i=(await Promise.all(t.map((async e=>{const t=await au.PublicGetAuthStatus({project_id:o,connector_id:e.id});return{...e,authorized:Boolean(wu([t,"access",e=>e.data,"optionalAccess",e=>e.bound_related_id]))}})))).filter((e=>e.authorized));if(0===i.length){const t=`Deployment failed, no authorized Mini-program channels found. Please visit ${sp(o,wu([n,"optionalAccess",e=>e.config,"access",e=>e.apiBaseUrl]))} to complete WeChat or TikTok AppID configuration.`;throw new e.CozeError(e.ErrorCode.E2002,t)}m=i.map((e=>({connector_id:e.id})))}wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Checking deploy config...")]),await au.PublicGetDeployConfig({project_id:o,commit_hash:g},{__disableErrorToast:!0});let h="";const f=await Wi.ListProjectSecret({env:Bi.dev,project_id:o,with_providers:!0}),_=wu([f,"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_secrets,"optionalAccess",e=>e.secrets])||[],y=wu([f,"optionalAccess",e=>e.data,"optionalAccess",e=>e.project_cred_providers])||[];wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Encrypting secrets...")]);h=wu([await Wi.EncryptProjectSecret({project_id:o,project_type:u===t.VibeProjectType.Skill?Ui.skill:void 0,encrypt_secrets:{secrets:_.map((e=>({secret_key:e.secret_key||"",secret_val:e.secret_val||"",secret_id:e.secret_id||"",secret_type:e.secret_type===qi.consumer?ui.consumer3:ui.user_custom2}))),cred_providers:y}}),"optionalAccess",e=>e.data,"optionalAccess",e=>e.sealed_secrets])||"",wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Deploying...")]);const b={project_id:o,encrypt_env_variable:h,commit_hash:g,encrypt_deploy:u===t.VibeProjectType.Skill?Boolean(l):void 0,connector_configs:m};if(c&&c.length>0){const e=new Map,i=["knowledge","public"];await Promise.all(i.map((async i=>{((await t.IdeApi.GetSchemaTables({project_id:o,database_env:t.MemoryEnv.develop,schema:i})).table_names||[]).forEach((t=>{e.set(t,i)}))}))),b.table_sync_configs=c.map((t=>({table_name:t,schema:e.get(t)||"",sync_data:!0})))}const v=wu([await au.PublicCreateDeployHistory(b),"optionalAccess",e=>e.data,"optionalAccess",e=>e.deploy_history_id]);wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Deploy started.")]),r&&v?await _u.pollDeployStatus({projectId:o,deployHistoryId:v,onBeforePoll:()=>{wu([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Polling deployment status...")])},onStatusChange:e=>{const t=gu(e.status);wu([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",i=>i({projectId:o,status:t,domain:wu([e,"access",e=>e.domain_list,"optionalAccess",e=>e[0]]),deployHistoryId:v,commitHash:e.commit_hash})])}}):wu([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({projectId:o,status:gu(Dp.Pending),domain:"",deployHistoryId:v,commitHash:g})])}));!function(t){t.command("status <projectId>").description("Check deployment status").option("--deploy-id <deployId>","Deployment history ID (optional, queries latest if omitted)").config({help:{brief:"Query project deployment status",description:"Query the deployment status of a specified project. If no deployment history ID is specified, it automatically queries the latest deployment record. Supports viewing deployment progress, results, and error messages.",examples:[{desc:"Query latest deployment status",cmd:"coze code deploy status <projectId>",tags:["[RECOMMENDED]"]},{desc:"Query specific deployment record",cmd:"coze code deploy status <projectId> --deploy-id <deployHistoryId>"},{desc:"Wait for deployment to complete",cmd:"coze code deploy status <projectId> --wait"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},deployId:{type:"string",required:!1,description:"Deployment history ID (optional, queries latest if omitted)"},wait:{type:"boolean",required:!1,description:"Wait for deployment to complete"}},output:{projectId:{type:"string",description:"Project ID"},status:{type:"string",description:"Deployment status"},domain:{type:"string",description:"Deployed domain"},deployHistoryId:{type:"string",description:"Deployment history ID"},commitHash:{type:"string",description:"Commit hash"}}},errors:[{code:e.ErrorCode.E3006,name:"NO_DEPLOYMENT_HISTORY",desc:"No deployment history found for this project",fix:"Please deploy the project first using `coze code deploy <projectId>`"}]}}).action((async function(t,o,i){const s=i.getContext(),{deployId:n}=o,{wait:r}=yu([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()])||{};let a=n;if(!a&&(yu([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("get latest deployment record...")]),a=await _u.getLatestDeployHistoryId({projectId:t}),!a))throw new e.CozeError(e.ErrorCode.E3006,"No deployment history found for this project");if(r)await _u.pollDeployStatus({projectId:t,deployHistoryId:a,onBeforePoll:()=>{yu([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Polling deployment status...")])},onStatusChange:e=>{const o=gu(e.status);yu([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",i=>i({projectId:t,status:o,domain:yu([e,"access",e=>e.domain_list,"optionalAccess",e=>e[0]]),deployHistoryId:a,commitHash:e.commit_hash})])}});else{yu([s,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e("Querying deployment status...")]);const e=await _u.getDeployHistory({projectId:t,deployHistoryId:a}),o=gu(e.status),i=e.domain_list||[];yu([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",s=>s({projectId:t,status:o,domain:i[0],deployHistoryId:a,commitHash:e.commit_hash})])}}))}(i),function(e){e.command("list <projectId>").description("List deployment history for a project").option("--page-size <pageSize>","Number of records per page","10").option("--page-token <pageToken>","Page token for pagination").config({help:{brief:"List project deployment history",description:"List the deployment history of a specified project. Supports pagination to browse historical deployment records including status, commit hash, domains and timestamps.",examples:[{desc:"List deployment history",cmd:"coze code deploy list <projectId>",tags:["[RECOMMENDED]"]},{desc:"List with custom page size",cmd:"coze code deploy list <projectId> --page-size 20"},{desc:"List next page",cmd:"coze code deploy list <projectId> --page-token <token>"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},pageSize:{type:"number",required:!1,description:"Number of records per page (default: 10)"},pageToken:{type:"string",required:!1,description:"Page token for pagination"}},output:{type:"object",properties:{items:{type:"array",items:{deploy_history_id:{type:"string",description:"Deployment history ID"},status:{type:"string",description:"Deployment status"},commit_hash:{type:"string",description:"Commit hash"},domain_list:{type:"array",description:"Deployed domains"},created_at:{type:"string",description:"Creation timestamp"}}},next_page_token:{type:"string",description:"Token for fetching the next page, empty if no more pages"},has_more:{type:"boolean",description:"Whether there are more records"}}}}}}).action((async function(e,t,o){const i=o.getContext(),s=Number(t.pageSize)||10,n=await au.PublicListDeployHistory({project_id:e,page_size:s,page_token:t.pageToken}),r=(bu([n,"optionalAccess",e=>e.data,"optionalAccess",e=>e.deploy_history_list])||[]).map((e=>({deploy_history_id:e.deploy_history_id,project_id:e.project_id,status:gu(e.status),commit_hash:e.commit_hash_short||e.commit_hash,domain_list:e.domain_list,created_at:e.created_at,can_rollback:e.can_rollback})));bu([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>{return e({items:r,next_page_token:bu([n,"optionalAccess",e=>e.data,"optionalAccess",e=>e.next_page_token])||"",has_more:(t=bu([n,"optionalAccess",e=>e.data,"optionalAccess",e=>e.has_more]),o=()=>!1,null!=t?t:o())});var t,o}])}))}(i),function(t){t.command("fix <projectId>").description("Fix a failed deployment by sending deploy logs to AI").option("--deploy-id <deployId>","Deployment history ID (optional, queries latest failed if omitted)").option("--wait","Wait for fix message response").config({help:{brief:"Fix a failed deployment",description:"Diagnose and fix a failed deployment. Retrieves deploy logs and sends them to AI for analysis and automatic fix. Only works when the deployment status is Failed.",examples:[{desc:"Fix latest failed deployment",cmd:"coze code deploy fix <projectId>",tags:["[RECOMMENDED]"]},{desc:"Fix a specific deployment",cmd:"coze code deploy fix <projectId> --deploy-id <deployId>"},{desc:"Fix and wait for result",cmd:"coze code deploy fix <projectId> --wait"}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"},deployId:{type:"string",required:!1,description:"Deployment history ID (queries latest failed if omitted)"},wait:{type:"boolean",required:!1,description:"Wait for fix message response"}},output:{type:"object",properties:{deploy_history_id:{type:"string"},status:{type:"string"},message:{type:"string"}}}},errors:[{code:e.ErrorCode.E5000,name:"UNEXPECTED_ERROR",desc:"CLI context is not initialized",fix:"Please retry and run with --debug if the issue persists"},{code:e.ErrorCode.E5002,name:"SERVER_ERROR",desc:"No deploy history or deploy log found",fix:"Please confirm the project has deployment records and retry"},{code:e.ErrorCode.E3009,name:"CONFLICT",desc:"Deployment is not in Failed status",fix:"Only failed deployments can be fixed. Check the deployment status first"},{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Missing or invalid API token",fix:"Run `coze auth login` or set COZE_API_TOKEN environment variable",example:"coze auth login --oauth"}]}}).action((async function(t,o,i){const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const{deployId:n}=o,{wait:r}=vu([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e()])||{};let a=n;if(n||(a=await _u.getLatestDeployHistoryId({projectId:t})),!a)throw new e.CozeError(e.ErrorCode.E5002,`No deploy history found for project ${t}`,{project_id:t});const c=vu([await au.PublicGetDeployHistory({project_id:t,deploy_history_id:a}),"optionalAccess",e=>e.data]);if(vu([c,"optionalAccess",e=>e.status])!==Dp.Failed){const t=gu(vu([c,"optionalAccess",e=>e.status]));throw new e.CozeError(e.ErrorCode.E3009,`Deployment ${a} is not in Failed status (current: ${t}). Only failed deployments can be fixed.`,{deploy_history_id:a,status:vu([c,"optionalAccess",e=>e.status])})}const l=c.deploy_log_url;if(!l)throw new e.CozeError(e.ErrorCode.E5002,`No deploy log URL found for deployment ${a}`,{deploy_history_id:a});const d=await e.customFetch.fetch(l,{method:"GET"}),p=await d.text();if(!p)throw new e.CozeError(e.ErrorCode.E5002,`Deploy log is empty for deployment ${a}`,{deploy_history_id:a,deploy_log_url:l});const u=`修复以下部署错误:\n${p}`,m=await vu([s,"access",e=>e.auth,"optionalAccess",e=>e.getValidAccessToken,"call",e=>e()]);if(!m)throw new e.CozeError(e.ErrorCode.E2001,"Missing API token: set env COZE_API_TOKEN or run `coze auth login` first");if(r){const e=await Kd.sendMessage({projectId:t,prompt:u,apiBaseUrl:s.config.apiBaseUrl,accessToken:m,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${t}`});vu([s,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t({deploy_history_id:a,status:"fix_sent",message:e.lastAnswerMessage})])}else Kd.sendMessageRunTask({projectId:t,prompt:u,apiBaseUrl:s.config.apiBaseUrl,accessToken:m,xTTEnv:s.config.xTTEnv,key:`coze-coding-cli:message:${t}`})}))}(i)}function Eu(e,t){return null!=e?e:t()}function Iu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}class Au{static getInstance(){return Au.INSTANCE||(Au.INSTANCE=new Au),Au.INSTANCE}async createSpaceDatabase(o){const i=await t.IdeApi.CreateSpaceDatabase({space_id:o},{});if(!i.database)throw new e.CozeError(e.ErrorCode.E5000,"Failed to create database");return i.database}async listSpaceDatabases(e,o){const i=await t.IdeApi.ListSpaceDatabase({space_id:e,cursor_id:Iu([o,"optionalAccess",e=>e.cursor_id]),limit:Eu(Iu([o,"optionalAccess",e=>e.limit]),(()=>20))},{});return{databases:Eu(Iu([i,"optionalAccess",e=>e.databases]),(()=>[])),next_cursor_id:i.next_cursor_id}}async getSpaceDatabase(o,i){let s;try{s=await t.IdeApi.GetSpaceDatabase({space_id:o,database_id:i},{})}catch(t){W(t,e.ErrorCode.E3010,`Database '${i}' not found or no permission`,{databaseId:i})}if(!s.database)throw new e.CozeError(e.ErrorCode.E3010,`Database '${i}' not found or no permission`,{databaseId:i});return s.database}async deleteSpaceDatabase(e,o){await t.IdeApi.DeleteSpaceDatabase({space_id:e,database_id:o},{})}async rollbackSpaceDatabase(e,o,i){return await t.IdeApi.RollbackSpaceDatabase({space_id:e,database_id:o,timestamp:i},{})}async getSpaceDatabaseStatus(e,o){return await t.IdeApi.GetSpaceDatabaseStatus({space_id:e,database_id:o},{})}}const Su=Au.getInstance(),ju={0:"active",1:"creating"},Pu={0:"dev",1:"prod"},ku={0:"restoring",1:"success",2:"failed"},Tu=e=>e&&"0"!==e?new Date(Number(e)).toLocaleString():"-";function zu(e,t){return null!=e?e:t()}function Ru(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function xu(e,t){return null!=e?e:t()}function Lu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Ou=[{pattern:/\bDROP\s+(TABLE|INDEX|SCHEMA|DATABASE|VIEW|FUNCTION|TRIGGER)\b/i,level:"critical",reason:"Contains DROP statement that permanently removes database objects"},{pattern:/\bTRUNCATE\s+(TABLE\s+)?\w/i,level:"critical",reason:"Contains TRUNCATE statement that removes all rows from a table"},{pattern:/\bALTER\s+TABLE\b/i,level:"warning",reason:"Contains ALTER TABLE statement that may cause data loss"},{pattern:/\bDELETE\s+FROM\s+\w+\s*(?:;?\s*$)/im,level:"critical",reason:"Contains DELETE without WHERE clause that removes all rows"},{pattern:/\bUPDATE\s+\w+\s+SET\s+(?!.*\bWHERE\b).*$/im,level:"critical",reason:"Contains UPDATE without WHERE clause that modifies all rows"}];function Du(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Uu(e,t){return null!=e?e:t()}function Bu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const qu=async(t,o,i,s)=>{const n=`${t}/api/platform/pg-meta/default/query`,r=Buffer.from(`${o}:${i}`).toString("base64"),a=await fetch(n,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Basic ${r}`},body:JSON.stringify({query:s})});if(!a.ok){const t=await a.text(),o=e.safeJsonParse(t,void 0),i=Uu(Uu(Bu([o,"optionalAccess",e=>e.message]),(()=>Bu([o,"optionalAccess",e=>e.error,"optionalAccess",e=>e.message]))),(()=>`pg-meta request failed: ${a.status}`));throw new Error(i)}const c=await a.json();return Array.isArray(c)?c:[]};function Mu(e,t){return null!=e?e:t()}function Nu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function $u(t){t.command("query").description("Execute SQL query on a database").requiredOption("--db-id <dbId>","Database ID").option("--sql <sql>","Inline SQL to execute").option("--file <path>","Read SQL from file").option("--confirm","Confirm execution of dangerous SQL").option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Execute SQL query",description:"Execute SQL on a database. Supports inline SQL (--sql), file input (--file), or stdin pipe. Dangerous operations (DROP, TRUNCATE, DELETE/UPDATE without WHERE) require --confirm flag. In JSON mode, dangerous SQL without --confirm returns an error.",examples:[{desc:"Execute inline SQL",cmd:'coze code db query --db-id <id> --sql "SELECT * FROM users LIMIT 10"',tags:["[RECOMMENDED]"]},{desc:"Execute SQL from file",cmd:"coze code db query --db-id <id> --file ./query.sql"},{desc:"Pipe SQL via stdin",cmd:'echo "SELECT 1" | coze code db query --db-id <id>'},{desc:"Execute with confirmation",cmd:'coze code db query --db-id <id> --sql "DROP TABLE old_data" --confirm'}],schema:{input:{dbId:{type:"string",required:!0,description:"Database ID"},sql:{type:"string",required:!1,description:"Inline SQL (highest priority)"},file:{type:"string",required:!1,description:"Path to SQL file"},confirm:{type:"boolean",required:!1,description:"Confirm dangerous operations"}},output:{result:{type:"array",description:"Query results (SELECT)"},rows_affected:{type:"number",description:"Rows affected (DML)"},command:{type:"string",description:"SQL command type"},warnings:{type:"array",description:"Security warnings"}}},errors:[{code:e.ErrorCode.E1007,name:"DB_SQL_DANGEROUS",desc:"SQL contains dangerous operation",fix:"Add --confirm flag or modify the SQL",example:'coze code db query --db-id <id> --sql "DROP TABLE t" --confirm'},{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found",fix:"Check --db-id is correct"},{code:e.ErrorCode.E5004,name:"DB_SQL_EXECUTION_FAILED",desc:"SQL execution failed",fix:"Check SQL syntax and table structure"},{code:e.ErrorCode.E5005,name:"DB_CONNECTION_FAILED",desc:"Cannot connect to database service",fix:"Check database status and network"}]}}).action((async(t,o)=>{const i=o.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const s=Mu(Mu(t.spaceId,(()=>i.config.spaceId)),(()=>""));if(!s)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");const n=t.sql||t.file?void 0:await async function(e,t){return null!=e?e:await t()}(await oa(),(async()=>{})),r=await(async e=>{if(Du([e,"optionalAccess",e=>e.sql]))return e.sql.trim();if(Du([e,"optionalAccess",e=>e.file])){const t=g.resolve(e.file),o=(await h.readFile(t,"utf-8")).trim();if(!o)throw new Error(`SQL file is empty: ${t}`);return o}if(Du([e,"optionalAccess",e=>e.stdin])){const t=e.stdin.trim();if(!t)throw new Error("SQL input from stdin is empty");return t}throw new Error("No SQL provided. Use --sql, --file, or pipe SQL via stdin.")})({sql:t.sql,file:t.file,stdin:n}),a=(e=>{const t=[];let o="safe";const i=e.replace(/--.*$/gm,"").replace(/\/\*[\s\S]*?\*\//g,"");for(const{pattern:e,level:s,reason:n}of Ou)e.test(i)&&(t.push(n),"critical"===s?o="critical":"safe"===o&&(o="warning"));return{isDangerous:"safe"!==o,level:o,reasons:t}})(r);if(a.isDangerous&&!t.confirm){if("json"===Nu([i,"access",e=>e.options,"optionalAccess",e=>e.format]))throw new e.CozeError(e.ErrorCode.E1007,`SQL contains dangerous operation: ${a.reasons.join(", ")}`,{sql:r.substring(0,200),analysis:a},{trigger:"Dangerous SQL detected without --confirm",fix:"Add --confirm flag to proceed, or modify the SQL to remove dangerous operations",example:`coze code db query --db-id ${t.dbId} --sql "..." --confirm`});i.ui.info(`⚠ Warning: SQL contains dangerous operation:\n ${a.reasons.join("\n ")}`);const{confirm:o}=await import("@inquirer/prompts").then((e=>({confirm:e.confirm})));if(!await o({message:"Are you sure you want to execute this SQL?",default:!1}))return void i.ui.info("Operation cancelled.")}i.ui.info("Fetching database connection info...");const c=await Su.getSpaceDatabase(s,t.dbId);if(!c.supabase_url)throw new e.CozeError(e.ErrorCode.E5005,"Database does not have supabase_url. Cannot execute SQL via pg-meta.",{databaseId:t.dbId});if(!c.super_user||!c.super_user_password)throw new e.CozeError(e.ErrorCode.E5005,"Database does not have super_user credentials. Cannot authenticate against pg-meta.",{databaseId:t.dbId});let l;i.ui.info("Executing SQL...");try{l=await qu(c.supabase_url,c.super_user,c.super_user_password,r)}catch(t){throw new e.CozeError(e.ErrorCode.E5004,`SQL execution failed: ${t.message}`,{sql:r.substring(0,200)})}const d=Mu(Nu([r,"access",e=>e.trim,"call",e=>e(),"access",e=>e.split,"call",e=>e(/\s+/),"access",e=>e[0],"optionalAccess",e=>e.toUpperCase,"call",e=>e()]),(()=>"UNKNOWN")),p="SELECT"===d,u=a.isDangerous?a.reasons:[],m=l.length>0,f=p||m?l.length:null;p||m?i.response.print("json"===Nu([i,"access",e=>e.options,"optionalAccess",e=>e.format])?{result:l,rows_affected:f,command:d,warnings:u}:l):(i.ui.success("SQL executed successfully (rows_affected unavailable from pg-meta)."),i.response.print("json"===Nu([i,"access",e=>e.options,"optionalAccess",e=>e.format])?{result:[],rows_affected:null,command:d,warnings:u,note:"pg-meta does not expose rows_affected for DDL/DML without RETURNING"}:{command:d,message:"SQL executed successfully."}))}))}function Gu(e,t){return null!=e?e:t()}function Fu(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Vu=e=>({database_id:e.database_id,name:e.name,status:Gu(ju[Gu(e.status,(()=>0))],(()=>String(e.status))),database_env:Gu(Pu[Gu(e.database_env,(()=>0))],(()=>String(e.database_env))),created_at:Tu(e.created_at)});async function Wu(t,o){const i=o.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const s=Gu(Gu(t.spaceId,(()=>i.config.spaceId)),(()=>""));if(!s)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");const n=Gu(t.limit,(()=>20)),r="json"!==Fu([i,"access",e=>e.options,"optionalAccess",e=>e.format]);if(r||!0===t.all){const e=Gu(t.maxPages,(()=>10)),o=[];let a,c=t.cursor,l=0;for(i.ui.info("Fetching databases...");l<e;){const e=await Su.listSpaceDatabases(s,{cursor_id:c,limit:n});if(o.push(...Gu(e.databases,(()=>[])).map(Vu)),l+=1,i.ui.verbose(`Page ${l}: ${Gu(Fu([e,"access",e=>e.databases,"optionalAccess",e=>e.length]),(()=>0))} item(s)`),a=e.next_cursor_id,!a||"0"===a){a=void 0;break}c=a}return a&&i.ui.info(`Reached --max-pages=${e}. More results available (cursor: ${a}). Pass --max-pages to fetch more.`),i.ui.info(`Fetched ${o.length} database(s).`),void(r?i.response.print(o):i.response.print({databases:o,next_cursor_id:Gu(a,(()=>"0"))}))}const a=await Su.listSpaceDatabases(s,{cursor_id:t.cursor,limit:n});i.response.print({databases:Gu(a.databases,(()=>[])).map(Vu),next_cursor_id:a.next_cursor_id})}function Hu(e,t){return null!=e?e:t()}function Ju(e,t){return null!=e?e:t()}async function Ku(t,o){const n=o.getContext();if(!n)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const r=Ju(Ju(t.spaceId,(()=>n.config.spaceId)),(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");const a=t.includeSchema&&t.includeSchema.length>0?t.includeSchema:["public"];n.ui.info("Fetching database connection info...");const c=await Su.getSpaceDatabase(r,t.dbId);if(!c.supabase_url)throw new e.CozeError(e.ErrorCode.E5006,"Database does not have supabase_url. Cannot generate types via PostgREST OpenAPI.",{databaseId:t.dbId},{fix:"Check database is in active status. Run `coze code db status --db-id <id>`."});if(!c.anon_key)throw new e.CozeError(e.ErrorCode.E5006,"Database does not have anon_key. Cannot authenticate with PostgREST.",{databaseId:t.dbId});n.ui.info("Fetching OpenAPI schema from PostgREST...");const l=`${c.supabase_url}/rest/v1/`;let d,p;try{const e=await fetch(l,{headers:{apikey:c.anon_key}});if(!e.ok)throw new Error(`PostgREST returned ${e.status}`);d=await e.json()}catch(o){throw new e.CozeError(e.ErrorCode.E5006,`Failed to fetch OpenAPI schema: ${o.message}`,{databaseId:t.dbId})}n.ui.info("Generating TypeScript types...");try{const e=await import("openapi-typescript"),t=await e.default(d,{exportType:!0});p="string"==typeof t?t:e.astToString(t)}catch(o){throw new e.CozeError(e.ErrorCode.E5006,`Type generation failed: ${o.message}`,{databaseId:t.dbId})}const u=i.resolve(Ju(t.output,(()=>"types/database.ts")));await s.mkdir(i.dirname(u),{recursive:!0}),await s.writeFile(u,"// Auto-generated by coze code db gen-types\n// Do not edit manually\n\n"+p,"utf-8"),n.ui.success(`Types generated: ${u}`),n.response.print({output_path:u,schemas:a})}function Qu(e,t){return null!=e?e:t()}const Yu=/^[a-zA-Z_][a-zA-Z0-9_$]{0,62}$/,Zu=e=>{let t=` ${e.column_name} ${e.data_type}`;return e.character_maximum_length&&(t=` ${e.column_name} ${e.data_type}(${e.character_maximum_length})`),"NO"===e.is_nullable&&(t+=" NOT NULL"),e.column_default&&(t+=` DEFAULT ${e.column_default}`),t};async function Xu(e,t){const[o,i,s,n]=await Promise.all([qu(e.supabaseUrl,e.username,e.password,t.tables),qu(e.supabaseUrl,e.username,e.password,t.columns),qu(e.supabaseUrl,e.username,e.password,t.constraints),qu(e.supabaseUrl,e.username,e.password,t.indexes)]),r=(e=>{const t=new Map;for(const o of e){const e=`${o.table_schema}.${o.table_name}`,i=t.get(e);i?i.push(o):t.set(e,[o])}return t})(i);let a="";for(const e of o){const t=`${e.table_schema}.${e.table_name}`,o=Qu(r.get(t),(()=>[]));a+=`CREATE TABLE IF NOT EXISTS ${e.table_schema}.${e.table_name} (\n`,a+=o.map(Zu).join(",\n"),a+="\n);\n\n"}for(const e of s){const t=e.constraint_type;("p"===t||"u"===t||"f"===t||"c"===t)&&e.definition&&(a+=`ALTER TABLE ${e.schema_name}.${e.table_name} ADD CONSTRAINT ${e.constraint_name} ${e.definition};\n`)}s.length>0&&(a+="\n");const c=new Set(s.filter((e=>"p"===e.constraint_type||"u"===e.constraint_type)).map((e=>`${e.schema_name}.${e.constraint_name}`)));for(const e of n){const t=`${e.schemaname}.${e.indexname}`;!c.has(t)&&e.indexdef&&(a+=`${e.indexdef};\n`)}return n.length>0&&(a+="\n"),a}async function em(t,o){const n=o.getContext();if(!n)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const r=Qu(Qu(t.spaceId,(()=>n.config.spaceId)),(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");if(!0===t.schemaOnly&&!0===t.dataOnly)throw new e.CozeError(e.ErrorCode.E1000,"--schema-only and --data-only are mutually exclusive");const a=!t.dataOnly,c=!0===t.dataOnly,l=c?"data-only":"schema-only",d=(t=>{const o=t&&t.length>0?Array.from(new Set(t)):["public"];for(const t of o)if(!Yu.test(t))throw new e.CozeError(e.ErrorCode.E1000,`Invalid schema name '${t}'. Must be a plain PostgreSQL identifier (letters, digits, underscore, $; max 63 chars; starts with letter or underscore).`);return o})(t.includeSchema),p=(e=>{const t=e.map((e=>`'${e}'`)).join(", ");return{tables:`\n SELECT table_name, table_schema\n FROM information_schema.tables\n WHERE table_schema IN (${t})\n AND table_type = 'BASE TABLE'\n ORDER BY table_schema, table_name;\n `,columns:`\n SELECT table_name, table_schema, column_name, data_type,\n is_nullable, column_default, character_maximum_length,\n numeric_precision, numeric_scale\n FROM information_schema.columns\n WHERE table_schema IN (${t})\n ORDER BY table_schema, table_name, ordinal_position;\n `,constraints:`\n SELECT n.nspname AS schema_name,\n cl.relname AS table_name,\n c.conname AS constraint_name,\n c.contype AS constraint_type,\n pg_get_constraintdef(c.oid) AS definition\n FROM pg_catalog.pg_constraint c\n JOIN pg_catalog.pg_class cl ON c.conrelid = cl.oid\n JOIN pg_catalog.pg_namespace n ON cl.relnamespace = n.oid\n WHERE n.nspname IN (${t})\n ORDER BY n.nspname, cl.relname,\n CASE c.contype WHEN 'p' THEN 1 WHEN 'u' THEN 2 WHEN 'f' THEN 3 ELSE 4 END,\n c.conname;\n `,indexes:`\n SELECT schemaname, tablename, indexname, indexdef\n FROM pg_indexes\n WHERE schemaname IN (${t})\n ORDER BY schemaname, tablename, indexname;\n `}})(d);n.ui.info("Fetching database connection info...");const u=await Su.getSpaceDatabase(r,t.dbId);if(!u.supabase_url)throw new e.CozeError(e.ErrorCode.E5007,"Database does not have supabase_url. Cannot access pg-meta.",{databaseId:t.dbId});if(!u.super_user||!u.super_user_password)throw new e.CozeError(e.ErrorCode.E5007,"Database does not have super_user credentials. Cannot authenticate against pg-meta.",{databaseId:t.dbId});const m={supabaseUrl:u.supabase_url,username:u.super_user,password:u.super_user_password};let g="";g+="-- Dump generated by coze code db dump\n",g+=`-- Database: ${t.dbId}\n`,g+=`-- Mode: ${l}\n`,g+=`-- Schemas: ${d.join(", ")}\n`,g+=`-- Date: ${(new Date).toISOString()}\n\n`;try{a&&(n.ui.info("Exporting schema..."),g+=await Xu(m,p)),c&&(n.ui.info("Exporting data..."),g+=await async function(e,t){const o=await qu(e.supabaseUrl,e.username,e.password,t.tables);let i="";for(const t of o){const o=`SELECT * FROM ${t.table_schema}.${t.table_name};`,s=await qu(e.supabaseUrl,e.username,e.password,o);if(0===s.length)continue;const n=Object.keys(s[0]);for(const e of s){const o=n.map((t=>{return null==(o=e[t])?"NULL":"number"==typeof o?Number.isFinite(o)?String(o):"NULL":"boolean"==typeof o?o?"TRUE":"FALSE":"bigint"==typeof o?String(o):o instanceof Date?`'${o.toISOString()}'`:"object"==typeof o?`'${JSON.stringify(o).replace(/'/g,"''")}'`:`'${String(o).replace(/'/g,"''")}'`;var o}));i+=`INSERT INTO ${t.table_schema}.${t.table_name} (${n.join(", ")}) VALUES (${o.join(", ")});\n`}i+="\n"}return i}(m,p))}catch(o){throw new e.CozeError(e.ErrorCode.E5007,`Dump failed: ${o.message}`,{databaseId:t.dbId})}const h=i.resolve(Qu(t.output,(()=>"db/schema.sql")));await s.mkdir(i.dirname(h),{recursive:!0}),await s.writeFile(h,g,"utf-8"),n.ui.success(`Dump completed: ${h}`),n.response.print({output_path:h,mode:l,schemas:d})}function tm(e,t){return null!=e?e:t()}function om(e,t){return null!=e?e:t()}const im=t=>{const o=t.command("db").description("Manage Coze space databases").config({help:{brief:"Database management for Coze spaces",description:"Create, query, and manage Supabase-backed databases in your Coze space. Supports database lifecycle management, SQL execution, TypeScript type generation, and schema export.",examples:[{desc:"Create a new database",cmd:"coze code db create",tags:["[RECOMMENDED]"]},{desc:"List all databases",cmd:"coze code db list"},{desc:"Execute SQL query",cmd:'coze code db query --db-id <id> --sql "SELECT 1"'},{desc:"Generate TypeScript types",cmd:"coze code db gen-types --db-id <id>"},{desc:"Export database schema",cmd:"coze code db dump --db-id <id>"}],seeAlso:["coze code project","coze code env"],schema:{input:{},output:{}},errors:[{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found or no permission",fix:"Check --db-id is correct, run `coze code db list`"},{code:e.ErrorCode.E1007,name:"DB_SQL_DANGEROUS",desc:"SQL contains dangerous operation",fix:"Add --confirm flag or modify SQL"}]}});o.command("create").description("Create a new database in current space").option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Create a new database",description:"Create a new Supabase database in the current space. The database name and credentials are auto-generated. Use `coze code db get` to retrieve connection info.",examples:[{desc:"Create a database",cmd:"coze code db create",tags:["[RECOMMENDED]"]}],schema:{input:{spaceId:{type:"string",required:!1,description:"Space ID (optional, reads from context)"}},output:{database_id:{type:"string",description:"Created database ID"},status:{type:"string",description:"Database status"},database_env:{type:"string",description:"Environment"}}},errors:[{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Space ID is required",fix:"Use --space-id or run `coze space use <spaceId>` first"},{code:e.ErrorCode.E4002,name:"DB_QUOTA_EXCEEDED",desc:"Space database quota exceeded",fix:"Delete unused databases with `coze code db delete`"}]}}).action((async(t,o)=>{const i=o.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const s=om(om(t.spaceId,(()=>i.config.spaceId)),(()=>""));if(!s)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");i.ui.info("Creating database in space...");const n=await Su.createSpaceDatabase(s);i.ui.success("Database created successfully!"),i.response.print({database_id:n.database_id,database_url:n.database_url,status:om(ju[om(n.status,(()=>0))],(()=>n.status)),database_env:om(Pu[om(n.database_env,(()=>0))],(()=>n.database_env)),created_at:Tu(n.created_at)})})),function(t){t.command("list").description("List databases in current space").option("--space-id <spaceId>","Space ID (optional, reads from context)").option("--limit <limit>","Number of databases per page (1-100)",parseInt).option("--cursor <cursorId>","Cursor for pagination").option("--all","Fetch all databases across pages").option("--max-pages <maxPages>","Max pages to fetch in text mode (default: 10)",parseInt).config({help:{brief:"List databases",description:"List all databases in the current space. Supports cursor-based pagination. Use --all to fetch all databases at once.",examples:[{desc:"List databases",cmd:"coze code db list",tags:["[RECOMMENDED]"]},{desc:"List all databases",cmd:"coze code db list --all"},{desc:"Paginated listing",cmd:"coze code db list --limit 5 --cursor <cursorId>"}],schema:{input:{limit:{type:"number",required:!1,description:"Items per page (1-100, default: 20)"},cursor:{type:"string",required:!1,description:"Pagination cursor"},all:{type:"boolean",required:!1,description:"Fetch all databases"}},output:{type:"array",items:{type:"object",properties:{database_id:{type:"string",description:"Database ID"},name:{type:"string",description:"Database name"},status:{type:"string",description:"Status"},database_env:{type:"string",description:"Environment"},created_at:{type:"string",description:"Creation time"}}}}},errors:[{code:e.ErrorCode.E1003,name:"MISSING_SPACE_ID",desc:"Space ID is required",fix:"Use --space-id or run `coze space use <spaceId>` first"}]}}).action(Wu)}(o),function(t){t.command("get").description("Get database details").requiredOption("--db-id <dbId>","Database ID").option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Get database details",description:"Get detailed information about a specific database, including connection URLs and credentials. The console URL can be constructed from supabase_url.",examples:[{desc:"Get database details",cmd:"coze code db get --db-id <databaseId>",tags:["[RECOMMENDED]"]}],schema:{input:{dbId:{type:"string",required:!0,description:"Database ID"}},output:{database_id:{type:"string",description:"Database ID"},database_url:{type:"string",description:"Connection URL"},supabase_url:{type:"string",description:"Supabase URL"},status:{type:"string",description:"Status"}}},errors:[{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found or no permission",fix:"Check --db-id is correct, run `coze code db list`"}]}}).action((async(t,o)=>{const i=o.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const s=Hu(Hu(t.spaceId,(()=>i.config.spaceId)),(()=>""));if(!s)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");i.ui.info(`Fetching database '${t.dbId}'...`);const n=await Su.getSpaceDatabase(s,t.dbId);i.ui.success("Database details:"),i.response.print({database_id:n.database_id,database_name:n.name,database_url:n.database_url,supabase_url:n.supabase_url,super_user:n.super_user,super_user_password:n.super_user_password,service_role_key:n.service_role_key,anon_key:n.anon_key,status:Hu(ju[Hu(n.status,(()=>0))],(()=>n.status)),database_env:Hu(Pu[Hu(n.database_env,(()=>0))],(()=>n.database_env)),created_at:Tu(n.created_at)})}))}(o),function(t){t.command("delete").description("Delete a database").requiredOption("--db-id <dbId>","Database ID").option("--confirm","Confirm deletion (required)").option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Delete a database",description:"Delete a database from the current space. This operation cannot be undone. The --confirm flag is required to proceed.",examples:[{desc:"Delete a database",cmd:"coze code db delete --db-id <databaseId> --confirm",tags:["[RECOMMENDED]"]}],schema:{input:{dbId:{type:"string",required:!0,description:"Database ID to delete"},confirm:{type:"boolean",required:!0,description:"Must be set to confirm deletion"}},output:{deleted:{type:"boolean",description:"Deletion status"},database_id:{type:"string",description:"Deleted database ID"}}},errors:[{code:e.ErrorCode.E1007,name:"DB_SQL_DANGEROUS",desc:"Deletion requires --confirm flag",fix:"Add --confirm flag to proceed with deletion",example:"coze code db delete --db-id <id> --confirm"},{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found",fix:"Check --db-id is correct, run `coze code db list`"}]}}).action((async(t,o)=>{const i=o.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");if(!t.confirm){const o="json"===function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([i,"access",e=>e.options,"optionalAccess",e=>e.format]),s=!0===process.stdin.isTTY;if(o||!s)throw new e.CozeError(e.ErrorCode.E1007,"Deletion requires --confirm flag to proceed",{databaseId:t.dbId},{trigger:"Database deletion is a destructive operation",fix:"Add --confirm flag to confirm deletion",example:`coze code db delete --db-id ${t.dbId} --confirm`});i.ui.warn(`⚠ You are about to delete database '${t.dbId}'. This operation cannot be undone.`);const{confirm:n}=await import("@inquirer/prompts").then((e=>({confirm:e.confirm})));if(!await n({message:`Are you sure you want to delete database '${t.dbId}'?`,default:!1}))return void i.ui.info("Operation cancelled.")}const s=tm(tm(t.spaceId,(()=>i.config.spaceId)),(()=>""));if(!s)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");i.ui.info(`Deleting database '${t.dbId}'...`),await Su.deleteSpaceDatabase(s,t.dbId),i.ui.success(`Database '${t.dbId}' deleted successfully.`),i.response.print({deleted:!0,database_id:t.dbId})}))}(o),$u(o),function(t){t.command("rollback").description("Rollback database to a specific timestamp").requiredOption("--db-id <dbId>","Database ID").requiredOption("--timestamp <timestamp>","Target timestamp in milliseconds (Int64)").option("--confirm","Confirm rollback (required)").option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Rollback database",description:"Rollback a database to a specific point in time using PITR (Point-in-Time Recovery). The --confirm flag is required. Use `coze code db status` to check the rollback progress.",examples:[{desc:"Rollback database",cmd:"coze code db rollback --db-id <id> --timestamp 1713254400000 --confirm",tags:["[RECOMMENDED]"]},{desc:"Check rollback status",cmd:"coze code db status --db-id <id>"}],schema:{input:{dbId:{type:"string",required:!0,description:"Database ID"},timestamp:{type:"string",required:!0,description:"Target timestamp in milliseconds (Int64 string)"},confirm:{type:"boolean",required:!0,description:"Must be set to confirm rollback"}},output:{restore_history_id:{type:"string",description:"Restore history ID"}}},errors:[{code:e.ErrorCode.E1007,name:"DB_SQL_DANGEROUS",desc:"Rollback requires --confirm flag",fix:"Add --confirm flag to proceed",example:"coze code db rollback --db-id <id> --timestamp <ts> --confirm"},{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found",fix:"Check --db-id is correct"},{code:e.ErrorCode.E3012,name:"DB_RESTORE_WINDOW_EXCEEDED",desc:"Rollback time exceeds recovery window",fix:"Use `coze code db status` to check earliest_restore_time"},{code:e.ErrorCode.E3013,name:"DB_RESTORE_IN_PROGRESS",desc:"A rollback is already in progress",fix:"Wait for the current rollback to complete"}]}}).action((async(t,o)=>{const i=o.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");if(!t.confirm)throw new e.CozeError(e.ErrorCode.E1007,"Rollback requires --confirm flag to proceed",{databaseId:t.dbId,timestamp:t.timestamp},{trigger:"Rollback is a potentially destructive operation",fix:"Add --confirm flag to confirm rollback",example:`coze code db rollback --db-id ${t.dbId} --timestamp ${t.timestamp} --confirm`});const s=xu(xu(t.spaceId,(()=>i.config.spaceId)),(()=>""));if(!s)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");i.ui.info(`Rolling back database '${t.dbId}' to ${new Date(Number(t.timestamp)).toLocaleString()}...`);const n=await Su.rollbackSpaceDatabase(s,t.dbId,t.timestamp);i.ui.success(`Rollback initiated. Use 'coze code db status --db-id ${t.dbId}' to check progress.`),i.response.print({restore_history_id:Lu([n,"optionalAccess",e=>e.restore_history_id])})}))}(o),function(t){t.command("status").description("Get database status and restore info").requiredOption("--db-id <dbId>","Database ID").option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Check database status",description:"Get the status of a database including restore/rollback information. Shows whether the database can be rolled back, current restore status, and earliest restore time.",examples:[{desc:"Check database status",cmd:"coze code db status --db-id <databaseId>",tags:["[RECOMMENDED]"]}],schema:{input:{dbId:{type:"string",required:!0,description:"Database ID"}},output:{can_restore:{type:"boolean",description:"Whether PITR restore is available"},is_restoring:{type:"boolean",description:"Whether a restore is in progress"},latest_restore_status:{type:"string",description:"Latest restore status"}}},errors:[{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found",fix:"Check --db-id is correct"}]}}).action((async(t,o)=>{const i=o.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const s=zu(zu(t.spaceId,(()=>i.config.spaceId)),(()=>""));if(!s)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or coze space use <spaceId>");i.ui.info(`Fetching status for database '${t.dbId}'...`);const n=await Su.getSpaceDatabaseStatus(s,t.dbId);i.ui.success("Database status:"),i.response.print({can_restore:Ru([n,"optionalAccess",e=>e.can_restore]),is_restoring:Ru([n,"optionalAccess",e=>e.is_restoring]),earliest_restore_time:Tu(Ru([n,"optionalAccess",e=>e.earliest_restore_time])),latest_restore_status:zu(ku[zu(Ru([n,"optionalAccess",e=>e.latest_restore_status]),(()=>-1))],(()=>Ru([n,"optionalAccess",e=>e.latest_restore_status]))),latest_restore_error:Ru([n,"optionalAccess",e=>e.latest_restore_error]),latest_restore_start_time:Tu(Ru([n,"optionalAccess",e=>e.latest_restore_start_time])),latest_restore_end_time:Tu(Ru([n,"optionalAccess",e=>e.latest_restore_end_time]))})}))}(o),function(t){t.command("gen-types").description("Generate TypeScript types from database schema").requiredOption("--db-id <dbId>","Database ID").option("--output <path>","Output file path","types/database.ts").option("--include-schema <name>","Schema name (can be specified multiple times)",((e,t=[])=>[...t,e]),[]).option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Generate TypeScript types",description:"Generate TypeScript type definitions from database schema using PostgREST OpenAPI. The generated types follow the Supabase database type format.",examples:[{desc:"Generate types for public schema",cmd:"coze code db gen-types --db-id <id>",tags:["[RECOMMENDED]"]},{desc:"Generate types for multiple schemas",cmd:"coze code db gen-types --db-id <id> --include-schema public --include-schema auth"},{desc:"Custom output path",cmd:"coze code db gen-types --db-id <id> --output src/types/db.ts"}],schema:{input:{dbId:{type:"string",required:!0,description:"Database ID"},output:{type:"string",required:!1,description:"Output file path (default: types/database.ts)"},includeSchema:{type:"array",required:!1,description:"Schema names (default: public)"}},output:{output_path:{type:"string",description:"Generated file path"},schemas:{type:"array",description:"Generated schemas"}}},errors:[{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found",fix:"Check --db-id is correct"},{code:e.ErrorCode.E5006,name:"DB_GEN_TYPES_FAILED",desc:"Type generation failed",fix:"Check database is in active status and PostgREST is available"}]}}).action(Ku)}(o),function(t){t.command("dump").description("Export database schema or data").requiredOption("--db-id <dbId>","Database ID").option("--output <path>","Output file path","db/schema.sql").option("--schema-only","Export schema only (default if neither flag set)").option("--data-only","Export data only").option("--include-schema <name>","Schema name to dump (repeatable, default: public)",((e,t=[])=>[...t,e]),[]).option("--space-id <spaceId>","Space ID (optional, reads from context)").config({help:{brief:"Export database schema or data",description:"Export database schema (DDL) or data as SQL. Uses pg-meta API to query information_schema. Default mode is schema-only, default schema is public. Pass --include-schema multiple times to include additional schemas (e.g. auth, storage).",examples:[{desc:"Export public schema",cmd:"coze code db dump --db-id <id>",tags:["[RECOMMENDED]"]},{desc:"Export data only",cmd:"coze code db dump --db-id <id> --data-only"},{desc:"Include multiple schemas",cmd:"coze code db dump --db-id <id> --include-schema public --include-schema auth"},{desc:"Custom output path",cmd:"coze code db dump --db-id <id> --output backups/schema.sql"}],schema:{input:{dbId:{type:"string",required:!0,description:"Database ID"},output:{type:"string",required:!1,description:"Output file path (default: db/schema.sql)"},schemaOnly:{type:"boolean",required:!1,description:"Export schema only (default: true)"},dataOnly:{type:"boolean",required:!1,description:"Export data only"},includeSchema:{type:"array",required:!1,description:"Schema name(s) to include (repeatable, default: public)"}},output:{output_path:{type:"string",description:"Output file path"},mode:{type:"string",description:"Export mode"},schemas:{type:"array",description:"Schemas included in the dump"}}},errors:[{code:e.ErrorCode.E3010,name:"DB_NOT_FOUND",desc:"Database not found",fix:"Check --db-id is correct"},{code:e.ErrorCode.E5007,name:"DB_DUMP_FAILED",desc:"Schema export failed",fix:"Check database status and permissions"}]}}).action(em)}(o)};function sm(e,t){return null!=e?e:t()}function nm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const rm=["github","gitlab"];function am(e,t){return null!=e?e:t()}function cm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const lm=["github","gitlab"];function dm(e,t){return null!=e?e:t()}function pm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const um=["github","gitlab"];const mm=o=>{const i=o.command("auth").description("Git platform OAuth authorization management").config({help:{brief:"Manage Git platform OAuth authorization",description:"Manage OAuth authorization for Git platforms. Supports login, status check, and logout.",examples:[{desc:"Login",cmd:"coze code git auth login"},{desc:"Check status",cmd:"coze code git auth status"},{desc:"Logout",cmd:"coze code git auth logout"}],seeAlso:["coze code git search"]}});i.command("login").description("Authorize a Git platform via OAuth").config({help:{brief:"Authorize a Git platform via OAuth",description:"Initiate OAuth authorization flow for a Git platform. Opens a browser for the user to complete authorization. The authorization is stored at the space level and can be reused across projects. Defaults to GitHub if --provider is not specified.",examples:[{desc:"Authorize GitHub (minimal)",cmd:"coze code git auth login"},{desc:"Authorize GitHub explicitly",cmd:"coze code git auth login --provider github",tags:["[RECOMMENDED]"]},{desc:"[TEMPLATE] Authorize any provider",cmd:"coze code git auth login --provider <github|gitlab>",tags:["[TEMPLATE]"]}],schema:{input:{provider:{type:"string",required:!1,enum:["github","gitlab"],description:"Git platform provider",example:"github"}},output:{provider:{type:"string",description:"Provider name",example:"github"},status:{type:"string",description:"Authorization status",example:"authorized"},user:{type:"string",description:"Authorized user name",example:"octocat"}}},enums:{provider:{github:"GitHub OAuth authorization",gitlab:"GitLab OAuth authorization (future)"}},errors:[{code:e.ErrorCode.E1015,name:"INVALID_PROVIDER",desc:"Invalid Git service provider",fix:"Currently only github is supported"},{code:e.ErrorCode.E2005,name:"OAUTH_TIMEOUT",desc:"OAuth authorization timed out",fix:"Re-run `coze code git auth login`"},{code:e.ErrorCode.E2006,name:"OAUTH_CANCELLED",desc:"User cancelled the authorization",fix:"Re-run `coze code git auth login`"}],seeAlso:["coze code git auth status","coze code git auth logout"],caveats:["Authorization requires a browser. In headless environments, copy the URL from terminal output and open it manually","Authorization is stored at the space level, not per-project"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=sm(sm(o.provider,(()=>nm([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e(),"access",e=>e.provider]))),(()=>"github"));if(!rm.includes(n))throw new e.CozeError(e.ErrorCode.E1015,`Invalid provider: ${n}. Supported: ${rm.join(", ")}`);const r=sm(s.config.spaceId,(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id: pass --space-id or run `coze space use <spaceId>` first");s.ui.info("Fetching integration list...");const a=sm(nm([await t.IdeApi.ListIntegration({space_id:r}),"access",e=>e.data,"optionalAccess",e=>e.integration_list]),(()=>[])).find((e=>nm([e,"access",e=>e.display_name,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])===n)),c=sm(nm([a,"optionalAccess",e=>e.id]),(()=>""));if(!c)throw new e.CozeError(e.ErrorCode.E5000,`No integration found for provider: ${n}`);s.ui.info(`Initiating OAuth for ${n}...`);const l=sm(nm([await t.IdeApi.GetOauthConfig({integration_id:c,space_id:r}),"access",e=>e.data,"optionalAccess",e=>e.auth_url]),(()=>""));if(!l)throw new e.CozeError(e.ErrorCode.E5000,"Failed to get OAuth authorization URL");s.ui.info(`Opening browser for ${n} authorization...`),s.ui.info(`Authorization URL: ${l}`),s.ui.info("Waiting for authorization... (timeout: 120s)");const d=Date.now();let p=!1;for(;Date.now()-d<12e4;)if(await new Promise((e=>setTimeout(e,2e3))),nm([await t.IdeApi.GetOauthStatus({integration_id:c,space_id:r}),"access",e=>e.data,"optionalAccess",e=>e.success])){p=!0;break}if(!p)throw new e.CozeError(e.ErrorCode.E2005,"OAuth authorization timed out after 120 seconds");const u=await t.IdeApi.GetUser({space_id:r,integration_id:c}),m=sm(sm(nm([u,"access",e=>e.data,"optionalAccess",e=>e.login]),(()=>nm([u,"access",e=>e.data,"optionalAccess",e=>e.name]))),(()=>"unknown"));s.ui.success(`${n} authorized successfully.`),s.ui.info(` User: ${m}`),s.response.print({provider:n,status:"authorized",user:m})})),function(o){o.command("status").description("Check the Git platform OAuth authorization status").config({help:{brief:"Check the Git platform OAuth authorization status",description:"Display the current OAuth authorization status and user info for the specified Git platform.",examples:[{desc:"Check GitHub auth status (minimal)",cmd:"coze code git auth status"},{desc:"[PIPELINE] Check if authorized",cmd:"coze code git auth status --format json | jq .status",tags:["[PIPELINE]"]}],schema:{input:{provider:{type:"string",required:!1,enum:["github","gitlab"],description:"Git platform provider",example:"github"}},output:{provider:{type:"string",description:"Provider name",example:"github"},status:{type:"string",enum:["authorized","not-authorized"],description:"Authorization status",example:"authorized"},user:{type:"object",description:"Authorized user info"}}},errors:[{code:e.ErrorCode.E1015,name:"INVALID_PROVIDER",desc:"Invalid Git service provider",fix:"Currently only github is supported"}],seeAlso:["coze code git auth login","coze code git auth logout"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=am(am(o.provider,(()=>cm([i,"access",e=>e.parent,"optionalAccess",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e(),"access",e=>e.provider]))),(()=>"github"));if(!lm.includes(n))throw new e.CozeError(e.ErrorCode.E1015,`Invalid provider: ${n}. Supported: ${lm.join(", ")}`);const r=am(s.config.spaceId,(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id");const a=am(cm([await t.IdeApi.ListIntegration({space_id:r}),"access",e=>e.data,"optionalAccess",e=>e.integration_list]),(()=>[])).find((e=>cm([e,"access",e=>e.display_name,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])===n)),c=am(cm([a,"optionalAccess",e=>e.id]),(()=>""));if(2!==cm([a,"optionalAccess",e=>e.status])||!c)return s.ui.info("Git Authorization:"),s.ui.info(` Provider: ${n}`),s.ui.info(" Status: not-authorized"),void s.response.print({provider:n,status:"not-authorized"});const l=(await t.IdeApi.GetUser({space_id:r,integration_id:c})).data;s.ui.info("Git Authorization:"),s.ui.info(` Provider: ${n}`),s.ui.info(" Status: authorized"),s.ui.info(` User: ${am(am(cm([l,"optionalAccess",e=>e.login]),(()=>cm([l,"optionalAccess",e=>e.name]))),(()=>"unknown"))}`),cm([l,"optionalAccess",e=>e.avatar_url])&&s.ui.info(` Avatar: ${l.avatar_url}`),s.response.print({provider:n,status:"authorized",user:{login:am(am(cm([l,"optionalAccess",e=>e.login]),(()=>cm([l,"optionalAccess",e=>e.name]))),(()=>"unknown")),avatar_url:am(cm([l,"optionalAccess",e=>e.avatar_url]),(()=>""))}})}))}(i),function(o){o.command("logout").description("Revoke OAuth authorization for a Git platform").option("--force","Skip confirmation and revoke directly",!1).config({help:{brief:"Revoke OAuth authorization for a Git platform",description:"Cancel the OAuth authorization for the specified Git platform in the current space. This will revoke access for all projects in the space that use this provider. Use --force to skip the confirmation prompt.",examples:[{desc:"Logout GitHub (minimal)",cmd:"coze code git auth logout"},{desc:"Force logout without confirmation",cmd:"coze code git auth logout --force",tags:["[RECOMMENDED]"]},{desc:"Logout a specific provider",cmd:"coze code git auth logout --provider gitlab"}],schema:{input:{provider:{type:"string",required:!1,enum:["github","gitlab"],description:"Git platform provider",example:"github"},force:{type:"boolean",required:!1,description:"Skip confirmation",example:!1}},output:{provider:{type:"string",description:"Provider name",example:"github"},status:{type:"string",description:"Result status",example:"deauthorized"}}},errors:[{code:e.ErrorCode.E1015,name:"INVALID_PROVIDER",desc:"Invalid Git service provider",fix:"Currently only github is supported"},{code:e.ErrorCode.E2007,name:"NOT_AUTHORIZED",desc:"Git service is not authorized",fix:"Use `coze code git auth status` to check status"}],seeAlso:["coze code git auth login","coze code git auth status"],caveats:["Revoking authorization affects ALL projects in the current space that use this provider","Projects bound to repos via this provider will lose sync capability until re-authorized"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=dm(dm(o.provider,(()=>pm([i,"access",e=>e.parent,"optionalAccess",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e(),"access",e=>e.provider]))),(()=>"github"));if(!um.includes(n))throw new e.CozeError(e.ErrorCode.E1015,`Invalid provider: ${n}. Supported: ${um.join(", ")}`);const r=dm(s.config.spaceId,(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id");const a=dm(pm([await t.IdeApi.ListIntegration({space_id:r}),"access",e=>e.data,"optionalAccess",e=>e.integration_list]),(()=>[])).find((e=>pm([e,"access",e=>e.display_name,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])===n)),c=dm(pm([a,"optionalAccess",e=>e.id]),(()=>""));if(2!==pm([a,"optionalAccess",e=>e.status])||!c)throw new e.CozeError(e.ErrorCode.E2007,`${n} is not currently authorized`);await t.IdeApi.CancelOauth({integration_id:c,space_id:r}),s.ui.success(`${n} authorization revoked successfully.`),s.response.print({provider:n,status:"deauthorized"})}))}(i)};function gm(e,t){return null!=e?e:t()}function hm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const fm=["github","gitlab"];const _m=o=>{const i=o.command("git").description("Git platform integration management").option("--provider <provider>","Git service provider: github / gitlab","github").config({help:{brief:"Manage Git platform integrations (OAuth authorization and repository search)",description:"Manage Git platform integrations including OAuth authorization and repository search. Use --provider to specify the Git service provider (default: github).",examples:[{desc:"Authorize GitHub",cmd:"coze code git auth login"},{desc:"Search repos",cmd:"coze code git search --keyword react"}],seeAlso:["coze code repo"]}});mm(i),i.command("search").description("Search repositories on the authorized Git platform").option("-k, --keyword <keyword>","Search keyword").option("--page <page>","Page number",parseInt).option("--page-size <size>","Results per page",parseInt).config({help:{brief:"Search repositories on the authorized Git platform",description:"Search through repositories accessible to the authorized Git user. Supports keyword filtering and pagination. Requires prior OAuth authorization.",examples:[{desc:"List all repos (minimal)",cmd:"coze code git search"},{desc:"Search by keyword",cmd:"coze code git search --keyword react",tags:["[RECOMMENDED]"]},{desc:"Paginated search",cmd:"coze code git search -k react --page 2 --page-size 10"},{desc:"[PIPELINE] Find empty repos for binding",cmd:'coze code git search -k my-repo --format json | jq ".items[] | select(.size == 0)"',tags:["[PIPELINE]"]}],schema:{input:{keyword:{type:"string",required:!1,description:"Search keyword",example:"react"},page:{type:"number",required:!1,description:"Page number",example:1},pageSize:{type:"number",required:!1,description:"Results per page",example:20}},output:{items:{type:"array",description:"Matching repositories"},total_count:{type:"number",description:"Total matching count",example:15}}},errors:[{code:e.ErrorCode.E2004,name:"GIT_NOT_AUTHORIZED",desc:"Git service not authorized",fix:"Run `coze code git auth login`"}],seeAlso:["coze code repo bind","coze code repo create"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=gm(gm(o.provider,(()=>hm([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e(),"access",e=>e.provider]))),(()=>"github"));if(!fm.includes(n))throw new e.CozeError(e.ErrorCode.E1015,`Invalid provider: ${n}`);const r=gm(s.config.spaceId,(()=>""));if(!r)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id");s.ui.info("Searching repositories...");const a=await t.IdeApi.SearchRepo({space_id:r,name_search:gm(o.keyword,(()=>"")),per_page:gm(o.pageSize,(()=>20)),page:gm(o.page,(()=>1))}),c=gm(hm([a,"access",e=>e.data,"optionalAccess",e=>e.items]),(()=>[])),l=gm(hm([a,"access",e=>e.data,"optionalAccess",e=>e.total_count]),(()=>0));if(0===c.length)s.ui.info("No repositories found.");else{s.ui.info(`Found ${l} repositories:`);for(const e of c){const t=e.private?"private":"public";s.ui.info(` ${e.full_name} (${t})`)}}s.response.print({items:c.map((e=>({full_name:e.full_name,private:gm(e.private,(()=>!1)),size:gm(e.size,(()=>0)),updated_at:gm(e.updated_at,(()=>""))}))),total_count:l})}))};function ym(e,t){return null!=e?e:t()}function bm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function vm(e,t){return null!=e?e:t()}function wm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Cm(e,t){return null!=e?e:t()}function Em(e,t){return null!=e?e:t()}function Im(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Am=o=>{const i=o.command("repo").description("Manage remote repositories for projects").option("--provider <provider>","Git service provider: github / gitlab","github").config({help:{brief:"Manage remote repository bindings for Coze Coding projects",description:"Manage remote repository bindings and sync operations for Coze Coding projects. Supports creating, binding, unbinding, pushing, pulling, and checking status of remote repositories.",examples:[{desc:"Bind repo",cmd:"coze code repo bind -p proj_abc -r user/my-repo"},{desc:"Push changes",cmd:"coze code repo push -p proj_abc"},{desc:"Check status",cmd:"coze code repo status -p proj_abc"}],seeAlso:["coze code git"]}});i.command("create").description("Create a new repository on the remote Git platform").option("-n, --name <name>","Repository name").option("--private","Create as private repository",!1).config({help:{brief:"Create a new repository on the remote Git platform",description:"Create a new empty repository under the authorized user account on the Git platform. The created repo can then be bound to a project using `coze code repo bind`.",examples:[{desc:"Create a public repo (minimal)",cmd:"coze code repo create --name my-app"},{desc:"Create a private repo",cmd:"coze code repo create -n my-app --private",tags:["[RECOMMENDED]"]},{desc:"[PIPELINE] Create and bind",cmd:"coze code repo create -n my-repo --private && coze code repo bind -p proj_abc -r user/my-repo",tags:["[PIPELINE]"]}],schema:{input:{name:{type:"string",required:!0,description:"Repository name",example:"my-new-repo"},private:{type:"boolean",required:!1,description:"Create as private [RECOMMENDED]",example:!0}},output:{full_name:{type:"string",description:"Created repo full name",example:"user/my-new-repo"},html_url:{type:"string",description:"Repository URL",example:"https://github.com/user/my-new-repo"},private:{type:"boolean",description:"Visibility",example:!0}}},errors:[{code:e.ErrorCode.E1014,name:"MISSING_REPO_CREATION_NAME",desc:"Missing repo name",fix:"Use --name <name>"},{code:e.ErrorCode.E2004,name:"GIT_NOT_AUTHORIZED",desc:"Git service not authorized",fix:"Run `coze code git auth login`"},{code:e.ErrorCode.E3009,name:"CONFLICT",desc:"Repository name already exists",fix:"Use a different name"}],seeAlso:["coze code repo bind","coze code git search"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=ym(s.config.spaceId,(()=>""));if(!n)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id");if(!o.name)throw new e.CozeError(e.ErrorCode.E1014,"Missing repository name: use --name <name>");s.ui.info(`Creating repository "${o.name}"...`);const r=(await t.IdeApi.CreateRepo({space_id:n,name:o.name,private:ym(o.private,(()=>!1))})).data;s.ui.success("Repository created successfully."),s.ui.info(` Name: ${ym(bm([r,"optionalAccess",e=>e.full_name]),(()=>o.name))}`),s.ui.info(` URL: ${ym(bm([r,"optionalAccess",e=>e.html_url]),(()=>""))}`),s.ui.info(" Visibility: "+(o.private?"private":"public")),s.response.print({full_name:ym(bm([r,"optionalAccess",e=>e.full_name]),(()=>o.name)),html_url:ym(bm([r,"optionalAccess",e=>e.html_url]),(()=>"")),private:ym(o.private,(()=>!1))})})),function(o){o.command("bind").description("Bind a remote repository to a project").requiredOption("-p, --project-id <projectId>","Project ID").option("-r, --repo <fullName>","Remote repo full name (e.g. user/repo)").config({help:{brief:"Bind a remote repository to a project",description:"Bind an empty remote repository to the specified project. The repository must be empty (non-empty repo binding is not supported in this version). Requires prior Git OAuth authorization.",examples:[{desc:"Bind a repo (minimal)",cmd:"coze code repo bind -p proj_abc -r user/my-repo"},{desc:"Bind after creating a new repo",cmd:"coze code repo create --name my-repo && coze code repo bind -p proj_abc -r user/my-repo",tags:["[RECOMMENDED]"]},{desc:"[ERROR RECOVERY] E3015: Repo not empty",cmd:"coze code repo create --name my-new-repo --private && coze code repo bind -p proj_abc -r user/my-new-repo",tags:["[ERROR RECOVERY]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID",example:"proj_abc123"},repo:{type:"string",required:!0,description:"Remote repo full name (must be empty)",example:"user/my-repo"}},output:{project_id:{type:"string",description:"Project ID",example:"proj_abc123"},repo_full_name:{type:"string",description:"Bound repo full name",example:"user/my-repo"},status:{type:"string",description:"Binding result",example:"bound"}}},errors:[{code:e.ErrorCode.E1013,name:"MISSING_REPO_NAME",desc:"Missing repo name",fix:"Use --repo <owner/name>"},{code:e.ErrorCode.E2004,name:"GIT_NOT_AUTHORIZED",desc:"Git service not authorized",fix:"Run `coze code git auth login`"},{code:e.ErrorCode.E3015,name:"REPO_NOT_EMPTY",desc:"Repo not empty",fix:"Use `coze code repo create` to create an empty repo"},{code:e.ErrorCode.E3016,name:"REPO_ALREADY_BOUND",desc:"Project already bound",fix:"Run `coze code repo unbind -p <id>` first"}],seeAlso:["coze code repo unbind","coze code repo create","coze code repo status"],caveats:["Only empty repositories are supported for binding in this version","A project can only be bound to one repository at a time"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");const n=vm(s.config.spaceId,(()=>""));if(!n)throw new e.CozeError(e.ErrorCode.E1003,"Missing space_id");if(!o.repo)throw new e.CozeError(e.ErrorCode.E1013,"Missing repository full name: use --repo <owner/name>");const r=vm(wm([await t.IdeApi.GetRemote({project_id:o.projectId}),"access",e=>e.data,"optionalAccess",e=>e.status]),(()=>1));if(3===r)throw new e.CozeError(e.ErrorCode.E3016,"Project is already bound to a remote repository. Run `coze code repo unbind -p <projectId>` first.");if(1===r)throw new e.CozeError(e.ErrorCode.E2004,"Git service is not authorized. Run `coze code git auth login` first.");const a=vm(wm([await t.IdeApi.ListIntegration({space_id:n}),"access",e=>e.data,"optionalAccess",e=>e.integration_list]),(()=>[])),c=vm(vm(o.provider,(()=>wm([i,"access",e=>e.parent,"optionalAccess",e=>e.opts,"call",e=>e(),"access",e=>e.provider]))),(()=>"github")),l=a.find((e=>wm([e,"access",e=>e.display_name,"optionalAccess",e=>e.toLowerCase,"call",e=>e()])===c)),d=vm(wm([l,"optionalAccess",e=>e.id]),(()=>""));s.ui.info(`Binding repository "${o.repo}" to project "${o.projectId}"...`),await t.IdeApi.AddRemote({project_id:o.projectId,repo_full_name:o.repo,integration_id:d}),s.ui.success("Repository bound successfully."),s.ui.info(` Project: ${o.projectId}`),s.ui.info(` Repository: ${o.repo}`),s.response.print({project_id:o.projectId,repo_full_name:o.repo,status:"bound"})}))}(i),function(o){o.command("unbind").description("Unbind the remote repository from a project").requiredOption("-p, --project-id <projectId>","Project ID").option("--force","Skip confirmation and unbind directly",!1).config({help:{brief:"Unbind the remote repository from a project",description:"Remove the remote repository binding from the specified project. This operation does not delete the remote repository itself. Use --force to skip confirmation.",examples:[{desc:"Unbind repo (minimal)",cmd:"coze code repo unbind -p proj_abc"},{desc:"Force unbind",cmd:"coze code repo unbind -p proj_abc --force",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID",example:"proj_abc123"},force:{type:"boolean",required:!1,description:"Skip confirmation",example:!1}},output:{project_id:{type:"string",description:"Project ID",example:"proj_abc123"},status:{type:"string",description:"Result status",example:"unbound"}}},errors:[{code:e.ErrorCode.E3014,name:"REPO_NOT_BOUND",desc:"No repo bound",fix:"Use `coze code repo status -p <id>` to check status"}],seeAlso:["coze code repo bind","coze code repo status"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");var n;if(3!==(null!=(n=function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([await t.IdeApi.GetRemote({project_id:o.projectId}),"access",e=>e.data,"optionalAccess",e=>e.status]))?n:(()=>1)()))throw new e.CozeError(e.ErrorCode.E3014,"Project has no bound remote repository. Use `coze code repo status -p <projectId>` to check status.");s.ui.info(`Unbinding remote repository from project "${o.projectId}"...`),await t.IdeApi.RemoveRemote({project_id:o.projectId}),s.ui.success("Repository unbound successfully."),s.ui.info(` Project: ${o.projectId}`),s.response.print({project_id:o.projectId,status:"unbound"})}))}(i),function(o){o.command("push").description("Push local commits to the bound remote repository").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Push local commits to the bound remote repository",description:"Push local commits to the bound remote repository. Requires the project to be bound to a remote repository. If the remote has new commits, you must pull first before pushing.",examples:[{desc:"Push changes (minimal)",cmd:"coze code repo push -p proj_abc"},{desc:"[PIPELINE] Push and check status",cmd:"coze code repo push -p proj_abc && coze code repo status -p proj_abc",tags:["[PIPELINE]"]},{desc:"[ERROR RECOVERY] E3018: Pull first",cmd:"coze code repo pull -p proj_abc && coze code repo push -p proj_abc",tags:["[ERROR RECOVERY]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID",example:"proj_abc123"}},output:{status:{type:"string",enum:["success","failed"],description:"Push result",example:"success"},pushed_commits:{type:"number",description:"Number of commits pushed",example:2}}},errors:[{code:e.ErrorCode.E3014,name:"REPO_NOT_BOUND",desc:"No repo bound",fix:"Bind a repo first"},{code:e.ErrorCode.E3017,name:"NOTHING_TO_PUSH",desc:"Nothing to push",fix:"Already in sync with remote"},{code:e.ErrorCode.E3018,name:"REMOTE_HAS_UPDATES",desc:"Remote has updates",fix:"Run `coze code repo pull -p <id>` first"}],seeAlso:["coze code repo pull","coze code repo status"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");var n;if(3!==(null!=(n=function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([await t.IdeApi.GetRemote({project_id:o.projectId}),"access",e=>e.data,"optionalAccess",e=>e.status]))?n:(()=>1)()))throw new e.CozeError(e.ErrorCode.E3014,"Project has no bound remote repository. Run `coze code repo bind` first.");s.ui.info("Pushing to remote..."),s.ui.success("Push completed successfully."),s.response.print({status:"success",pushed_commits:0})}))}(i),function(o){o.command("pull").description("Pull remote changes from the bound repository").requiredOption("-p, --project-id <projectId>","Project ID").option("--conflict-strategy <strategy>","Auto conflict resolution strategy: ours / theirs").config({help:{brief:"Pull remote changes from the bound repository",description:"Pull the latest changes from the bound remote repository. If conflicts occur and --conflict-strategy is provided, conflicts will be auto-resolved. Without --conflict-strategy, the command will fail on conflict with exit code 1.",examples:[{desc:"Pull changes (minimal)",cmd:"coze code repo pull -p proj_abc"},{desc:"Auto-resolve keeping local",cmd:"coze code repo pull -p proj_abc --conflict-strategy ours",tags:["[RECOMMENDED]"]},{desc:"Auto-resolve using remote",cmd:"coze code repo pull -p proj_abc --conflict-strategy theirs"},{desc:"[PIPELINE] Pull then push",cmd:"coze code repo pull -p proj_abc --conflict-strategy ours && coze code repo push -p proj_abc",tags:["[PIPELINE]"]},{desc:"[ERROR RECOVERY] E3019: Resolve conflict",cmd:"coze code repo pull -p proj_abc --conflict-strategy ours",tags:["[ERROR RECOVERY]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID",example:"proj_abc123"},conflictStrategy:{type:"string",required:!1,enum:["ours","theirs"],description:"Auto conflict resolution strategy",example:"ours"}},output:{status:{type:"string",enum:["success","conflict_resolved","failed"],description:"Pull result",example:"success"},conflict_resolved:{type:"boolean",description:"Whether conflicts were resolved",example:!1},conflict_strategy:{type:"string",description:"Strategy used",example:"ours"},conflict_files:{type:"array",items:{type:"string"},description:"Conflicting files",example:["src/index.ts"]}}},enums:{"conflict-strategy":{ours:"Keep local version for all conflicting files",theirs:"Use remote version for all conflicting files"}},errors:[{code:e.ErrorCode.E3014,name:"REPO_NOT_BOUND",desc:"No repo bound",fix:"Bind a repo first"},{code:e.ErrorCode.E3019,name:"MERGE_CONFLICT",desc:"Merge conflict without strategy",fix:"Use --conflict-strategy ours or theirs"},{code:e.ErrorCode.E3020,name:"WOULD_OVERWRITE",desc:"Local changes would be overwritten",fix:"Commit local changes first"}],seeAlso:["coze code repo push","coze code repo status"],caveats:["Without --conflict-strategy, conflicts will cause the command to fail","Conflict resolution applies to ALL conflicting files (no per-file selection in CLI)"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");if(3!==Cm(function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([await t.IdeApi.GetRemote({project_id:o.projectId}),"access",e=>e.data,"optionalAccess",e=>e.status]),(()=>1)))throw new e.CozeError(e.ErrorCode.E3014,"Project has no bound remote repository. Run `coze code repo bind` first.");s.ui.info("Pulling from remote..."),s.ui.success("Pull completed successfully."),s.response.print({status:"success",conflict_resolved:!1,conflict_strategy:Cm(o.conflictStrategy,(()=>null)),conflict_files:[]})}))}(i),function(o){o.command("status").description("Show remote repository binding and sync status for a project").requiredOption("-p, --project-id <projectId>","Project ID").config({help:{brief:"Show remote repository binding and sync status for a project",description:"Display the current remote repository binding status of a project, including the bind status and (when bound) the repository full name and URL.",examples:[{desc:"Check repo status (minimal)",cmd:"coze code repo status -p proj_abc"},{desc:"JSON output for scripting",cmd:"coze code repo status -p proj_abc --format json",tags:["[RECOMMENDED]"]},{desc:"[PIPELINE] Check binding status",cmd:"coze code repo status -p proj_abc --format json | jq .bind_status",tags:["[PIPELINE]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID",example:"proj_abc123"}},output:{bind_status:{type:"string",enum:["unauth","not-bound","bound"],description:"Binding status",example:"bound"},repo_full_name:{type:"string",description:"Remote repo full name",example:"user/my-app"},html_url:{type:"string",description:"Repository URL",example:"https://github.com/user/my-app"}}},errors:[{code:e.ErrorCode.E3001,name:"PROJECT_NOT_FOUND",desc:"Project not found",fix:"Confirm the project ID is correct"}],seeAlso:["coze code repo bind","coze code repo push","coze code repo pull"]}}).action((async(o,i)=>{const s=i.getContext();if(!s)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");s.ui.info("Fetching remote repository status...");const n=await t.IdeApi.GetRemote({project_id:o.projectId}),{data:r}=n,a=Em(Im([r,"optionalAccess",e=>e.status]),(()=>1)),c=Em({1:"unauth",2:"not-bound",3:"bound"}[a],(()=>"unauth"));if(3!==a)return s.ui.info("Remote Repository:"),s.ui.info(` Status: ${c}`),void s.response.print({bind_status:c});const l=Im([r,"optionalAccess",e=>e.basic_info]),d=Em(Im([l,"optionalAccess",e=>e.full_name]),(()=>"")),p=Em(Im([l,"optionalAccess",e=>e.html_url]),(()=>""));s.ui.info("Remote Repository:"),s.ui.info(` Status: ${c}`),s.ui.info(` Repository: ${d}`),s.ui.info(` URL: ${p}`),s.response.print({bind_status:c,repo_full_name:d,html_url:p})}))}(i)};function Sm(o){const i=o.command("code").description("Coze Coding CLI utilities").config({help:{brief:"Coze Coding project management",description:"Manage Coze Coding projects, including project creation, messaging, deployment, environment variables, domains, skills, and previews.",examples:[{desc:"Create a new project",cmd:'coze code project create --message "Create a chatbot" --type web'},{desc:"Send a message",cmd:'coze code message send "Fix the bug" -p <projectId>'},{desc:"Deploy project",cmd:"coze code deploy <projectId>"},{desc:"Preview project",cmd:"coze code preview <projectId>"}],seeAlso:["coze auth","coze space","coze organization"]}});Cp(i),Cu(i),ep(i),jp(i),pu(i),tl(i),function(o){o.command("preview <projectId>").description("Get deployment preview info for the project").config({help:{brief:"Get project preview URL",description:"Get the sandbox preview URL for the project. Supported for general Web/App project types, returning an accessible preview URL. Sandbox initialization takes 1-3 minutes. WechatMiniProgram, Agent, Automation, Skill, and AssistantAgent projects are not previewable from the CLI.",examples:[{desc:"Get preview URL",cmd:"coze code preview <projectId>",tags:["[RECOMMENDED]"]}],schema:{input:{projectId:{type:"string",required:!0,description:"Project ID"}},output:{type:{type:"string",description:"Project type"},preview_url:{type:"string",description:"Preview URL"}}},errors:[{code:e.ErrorCode.E1006,name:"UNSUPPORTED_PROJECT_TYPE",desc:"Unsupported project type for CLI preview",fix:`Preview is not available for MiniProgram, Agent, Automation, Skill, or AssistantAgent projects. Use the Web dashboard: ${ip().replace(/\/$/,"")}`},{code:e.ErrorCode.E1000,name:"INVALID_ARGUMENT",desc:"Missing required argument: projectId",fix:"Pass <projectId> as the first argument: `coze code preview <projectId>`",example:"coze code preview 123456"}]}}).action((async function(o,i,s){const n=s.getContext();if(!o)throw new e.CozeError(e.ErrorCode.E1000,"Missing projectId: pass <projectId> as argument");const r=np([await t.IdeApi.GetVibeProject({project_id:o}),"access",e=>e.data,"optionalAccess",e=>e.project_info,"optionalAccess",e=>e.project_type]),a={type:Nd(r)};if(rp.has(r))return void np([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({type:a.type,message:`Project type '${a.type}' does not support CLI preview. Please visit the Web dashboard: ${sp(o,np([n,"optionalAccess",e=>e.config,"access",e=>e.apiBaseUrl]))}`})]);const c=await t.IdeApi.InitSandbox({project_id:o});a.preview_url=c.token?`https://${c.project_host}?token=${c.token}`:`https://${c.project_host}`,np([n,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Sandbox initialization started. Please access the preview URL in 1-3 minutes,preview_url: ${a.preview_url}`)]),np([n,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e(a)])}))}(i),im(i),Jc(i),lp(i),_m(i),Am(i)}const jm=async e=>await new Promise((t=>setTimeout(t,e)));function Pm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const km=e=>{if(!e)return;const t=e.match(/filename\*\s*=\s*UTF-8''([^;]+)/i);if(Pm([t,"optionalAccess",e=>e[1]]))return(e=>{try{return decodeURIComponent(e)}catch(t){return URIError,e}})(t[1]);const o=e.match(/filename\s*=\s*"([^"]+)"/i);if(Pm([o,"optionalAccess",e=>e[1]]))return o[1];const i=e.match(/filename\s*=\s*([^;]+)/i);return Pm([i,"optionalAccess",e=>e[1]])?i[1].trim():void 0},Tm=async({url:t,outputPath:o,fetchImpl:s=t=>e.customFetch.fetch(t)})=>{const{buffer:n,response:r}=await(async(t,o)=>{const i=await o(t);if(!i.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to download session file: ${i.status} ${i.statusText}`);return{buffer:Buffer.from(await i.arrayBuffer()),response:i}})(t,s),a=o||(e=>{const t=km((o=e.contentDisposition,s=()=>null,null!=o?o:s()));var o,s;if(t)return t;for(const t of[e.responseUrl,e.requestUrl]){if(!t||!URL.canParse(t))continue;const e=new URL(t),o=i.basename(decodeURIComponent(e.pathname));if(o&&"/"!==o&&"."!==o)return o}return"session-file.bin"})({requestUrl:t,responseUrl:r.url,contentDisposition:r.headers.get("content-disposition")}),c=await na(a,n);return{path:c,filename:i.basename(c),size:n.byteLength,url:t,logid:r.headers.get("x-tt-logid")||void 0}},zm="1008033";function Rm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const xm=async({baseUrl:t,headers:o,xTTEnv:i})=>{const s=new URL("/api/coze_claw/resource/get_frontier_key",l.normalizeBaseUrl(t));l.appendSearchParams(s,{aid:zm});const n={...o,...l.getPpeHeaders(i)},r=await e.customFetch.fetch(s.toString(),{method:"GET",headers:n}),a=await l.parseServiceResponseBody(r,{}),c=l.getServiceResponseLogId(r);if(!r.ok)throw new Error(l.formatServiceErrorWithLogId({fallback:`Failed to get frontier key: ${r.status} ${r.statusText}`,logId:c,message:a.msg}));const d=Rm([a,"access",e=>e.data,"optionalAccess",e=>e.access_key]),p=Rm([a,"access",e=>e.data,"optionalAccess",e=>e.device_id]);if(!d||!p)throw new Error(l.formatServiceErrorWithLogId({fallback:"Frontier key response is incomplete",logId:c,message:a.msg}));return{accessKey:d,deviceId:p}};function Lm(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Om=async({filePaths:t,clawId:o,sessionId:n,accessFile:a=s.access,createFileReadStream:c=r.openAsBlob,uploadFile:l})=>{const d=[];for(const s of t){try{await a(s)}catch(t){throw new e.CozeError(e.ErrorCode.E3000,`File not found or not readable: ${s}${t instanceof Error?` (${t.message})`:""}`)}const t=i.basename(s),r=await l({fileName:t,fileContent:await c(s),clawId:o,sessionId:n}),p=Lm([r,"access",e=>e.data,"optionalAccess",e=>e.file]);if(!Lm([p,"optionalAccess",e=>e.file_uri])||!Lm([p,"optionalAccess",e=>e.file_url]))throw new e.CozeError(e.ErrorCode.E5002,r.msg||`Failed to upload session file: ${s}`);d.push({file_name:p.file_name||t,file_uri:p.file_uri,file_url:p.file_url})}return d},Dm=async({filePaths:e,sessionId:t,apiBaseUrl:o,sessionApiBaseUrl:i,sessionSpaceWebId:s,xTTEnv:n,service:r,deps:a})=>{if(!e||0===e.length)return[];const c=Lm([a,"optionalAccess",e=>e.store])||l.createSessionConfigStore(),{sessionClawId:d}=await c.get(),p=d||(await r.getStatus()).clawId;if(!p)throw new l.SessionServiceError("Session token is missing or invalid","SESSION_AUTH_INVALID");const u=i||o,m=await(async({sessionSpaceWebId:e,baseUrl:t,xTTEnv:o})=>{if(e)return e;try{return(await xm({baseUrl:t,headers:{},xTTEnv:o})).deviceId}catch(e){return}})({sessionSpaceWebId:s,baseUrl:u,xTTEnv:n}),g=(Lm([a,"optionalAccess",e=>e.createApi])||l.createSessionApiClient)({baseUrl:u,webOrigin:u,xSpaceWebId:m,xTTEnv:n}),h=Lm([a,"optionalAccess",e=>e.uploadFiles])||Om;return await h({filePaths:e,clawId:p,sessionId:t,uploadFile:({fileName:e,fileContent:t,clawId:o,sessionId:i})=>g.uploadFile({fileName:e,fileContent:t,clawId:o,sessionId:i})})};function Um(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Bm=1048576,qm=/(?<![\w`])@(\.?[^\s`,.]*(?:\.[^\s`,.]+)*)/g,Mm=({absolutePath:e,root:t})=>{const o=i.relative(t,e);return Boolean(o)&&!o.startsWith("..")&&!i.isAbsolute(o)},Nm=async({onWarn:e,shouldWarnInvalidMention:t=()=>!0,statFile:o=s.stat,userInput:n,workTree:r})=>{(e=>{if(e.length>Bm)throw new Error("Message input is too long: max 1048576 characters")})(n);const a=[...n.matchAll(qm)];if(0===a.length)return[{type:"text",text:n}];const c=[],l=i.resolve(r);let d=0;for(const s of a){const r=s.index,a=s[0],p=s[1];r>d&&c.push({type:"text",text:n.slice(d,r)});const u=i.resolve(l,p);let m=!1;if(Mm({absolutePath:u,root:l}))try{(await o(u)).isFile()?m=!0:t(p)&&Um([e,"optionalCall",e=>e(`Uploading directories is not supported: ${p}`)])}catch(o){t(p)&&Um([e,"optionalCall",e=>e(`File not found: ${p}`)])}m?c.push({type:"file",absolutePath:u,rawMention:a,relativePath:p}):c.push({type:"text",text:a}),d=r+a.length}return d<n.length&&c.push({type:"text",text:n.slice(d)}),c};const $m=e=>{if(null==e)return null;const t=e.trim();return 0===t.length?null:t},Gm=e=>e.includes("/")||e.includes("\\")||e.includes(".")||e.startsWith("."),Fm=async(e,t={})=>{const o=await(async e=>{const t=await oa(),o=$m(e),i=$m(t);return o||i?o&&i?`${o}\n\n${i}`:(n=()=>i,null!=(s=o)?s:n()):null;var s,n})(e);if(!o)return{content:o,filePaths:[]};const i=await Nm({onWarn:t.onWarn,shouldWarnInvalidMention:Gm,userInput:o,workTree:t.cwd||process.cwd()}),s=[];return{content:$m(i.map((e=>"text"===e.type?e.text:(s.push(e.absolutePath),""))).join("")),filePaths:s}};const Vm=e=>function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([e,"optionalAccess",e=>e.trim,"call",e=>e(),"access",e=>e.toLowerCase,"call",e=>e()])||"",Wm=async({baseUrl:t,xTTEnv:o,fetchImpl:i=e.customFetch.fetch.bind(e.customFetch)})=>{const s={"content-type":"application/json"};o&&(s["x-use-ppe"]="1",s["x-tt-env"]=o);const n=await i(`${(e=>new URL(e).origin)(t)}/api/coze_space/get_podcast_config`,{method:"POST",headers:s,body:"{}"});if(!n.ok)throw new e.CozeError(e.ErrorCode.E5001,`Failed to fetch podcast config: ${String(n.status||"")} ${String(n.statusText||"")}`.trim());const r=await n.json();if(0!==r.code&&void 0!==r.code)throw new e.CozeError(e.ErrorCode.E5002,r.msg||"Failed to fetch podcast config");return r.data||{}},Hm=({config:t,mode:o,keyword:i})=>{const s=(({config:t,mode:o})=>{if(!o)return;const i=Vm(o),s=(t.mode_options||[]).find((e=>Vm(e.value)===i||Vm(e.label)===i));if(!s)throw new e.CozeError(e.ErrorCode.E1000,`Podcast mode not found: ${o}`);return s})({config:t,mode:o}),n=Vm(i);return(s?[s]:t.mode_options||[]).flatMap((e=>(e.voice_options||[]).map((t=>({mode_label:e.label,mode_value:e.value,label:t.label,value:t.value,sample:t.sample,color_code:t.color_code}))).filter((e=>!n||(Vm(e.label).includes(n)||Vm(e.value).includes(n))))))};
17
17
  /*! *****************************************************************************
18
18
  Copyright (c) Microsoft Corporation.
19
19
 
@@ -28,4 +28,4 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
28
28
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
29
29
  PERFORMANCE OF THIS SOFTWARE.
30
30
  ***************************************************************************** */
31
- function d_(e,t,i,o){return new(i||(i=Promise))((function(t,s){function n(e){try{a(o.next(e))}catch(e){s(e)}}function r(e){try{a(o.throw(e))}catch(e){s(e)}}function a(e){var o;e.done?t(e.value):(o=e.value,o instanceof i?o:new i((function(e){e(o)}))).then(n,r)}a((o=o.apply(e,[])).next())}))}let l_="";function p_(e=""){const t=`${Date.now()}`,i=l_||(l_=function(e){const t=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/.test(e),i=/(([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]))/.test(e);return t?function(e){const t=e.split(/\./).map((e=>{return t=e,(Array(8).join("0")+parseInt(t,10).toString(2)).slice(-8);var t})),i=[];i[0]=__(t[0]+t[1]),i[1]=__(t[2]+t[3]);const o=["0000","0000","0000","0000","0000","ffff",i[0],i[1]];return o.join("")}(e):i?function(e){let t="";const i=[];let o=0,s=0,n=!0;const r="0000";if(e.indexOf("::")>-1){const a=e.split("::");for(let e=0;e<a.length;e++){const t=a[e];if(t.indexOf(":")>0){const e=t.split(":");n&&(o=e.length),s+=e.length;for(let t=0;t<e.length;t++)if(4!==e[t].length){const o=r.substring(0,4-e[t].length).concat(e[t]);i.push(o)}else i.push(e[t]);n=!1}else{if(4!==t.length){const e=r.substring(0,4-t.length).concat(t);i.push(e)}else i.push(t);n&&(o+=1),s+=1,n=!1}}let c="";for(let e=0;e<8-s;e++)c=c.concat(r);for(let e=0;e<i.length;e++)e===o?(t=t.concat(c),t=t.concat(i[e])):t=t.concat(i[e]);return t}{const i=e.split(":");for(let e=0;e<i.length;e++){const o=i[e];if(4!==i[e].length){const s=r.substring(0,4-i[e].length).concat(o);t=t.concat(s)}else t=t.concat(o)}return t}}(e):"00000000000000000000000000000000"}(e));return"02"+t+i+Math.random().toString(16).slice(-6)}function u_(){return 1e4*Date.now()+Math.floor(1e4*Math.random())}function __(e){return(Array(4).join("0")+parseInt(e,2).toString(16)).slice(-4)}function h_(e,t){const i=e.key;void 0!==i&&(O_(t,10),j_(t,i));const o=e.value;void 0!==o&&(O_(t,18),j_(t,o))}function m_(e){const t={};e:for(;!T_(e);){const i=L_(e);switch(i>>>3){case 0:break e;case 1:t.key=A_(e,L_(e));break;case 2:t.value=A_(e,L_(e));break;default:v_(e,7&i)}}if(void 0===t.key)throw new Error("Missing required field: key");if(void 0===t.value)throw new Error("Missing required field: value");return t}function g_(e){const t=S_();return function(e,t){const i=e.SeqID;void 0!==i&&(O_(t,8),B_(t,i));const o=e.LogID;void 0!==o&&(O_(t,16),B_(t,o));const s=e.service;void 0!==s&&(O_(t,24),B_(t,w_(s)));const n=e.method;void 0!==n&&(O_(t,32),B_(t,w_(n)));const r=e.headers;if(void 0!==r)for(const e of r){O_(t,42);const i=S_();h_(e,i),O_(t,i.limit),R_(t,i),P_(i)}const a=e.payloadEncoding;void 0!==a&&(O_(t,50),j_(t,a));const c=e.payloadType;void 0!==c&&(O_(t,58),j_(t,c));const d=e.payload;void 0!==d&&(O_(t,66),O_(t,d.length),function(e,t){const i=E_(e,t.length);e.bytes.set(t,i)}(t,d));const l=e.LogIDNew;void 0!==l&&(O_(t,74),j_(t,l));const p=e.serverTiming;void 0!==p&&(O_(t,82),j_(t,p));const u=e.msgID;void 0!==u&&(O_(t,90),j_(t,u));const _=e.frameType;void 0!==_&&(O_(t,96),B_(t,w_(_)))}(e,t),function(e){const t=e.bytes,i=e.limit;return t.length===i?t:t.subarray(0,i)}(t)}function f_(e){return function(e){const t={};e:for(;!T_(e);){const i=L_(e);switch(i>>>3){case 0:break e;case 1:t.SeqID=x_(e,!0);break;case 2:t.LogID=x_(e,!0);break;case 3:t.service=L_(e);break;case 4:t.method=L_(e);break;case 5:{const i=y_(e);(t.headers||(t.headers=[])).push(m_(e)),e.limit=i;break}case 6:t.payloadEncoding=A_(e,L_(e));break;case 7:t.payloadType=A_(e,L_(e));break;case 8:t.payload=k_(e,L_(e));break;case 9:t.LogIDNew=A_(e,L_(e));break;case 10:t.serverTiming=A_(e,L_(e));break;case 11:t.msgID=A_(e,L_(e));break;case 12:t.frameType=L_(e);break;default:v_(e,7&i)}}if(void 0===t.SeqID)throw new Error("Missing required field: SeqID");if(void 0===t.LogID)throw new Error("Missing required field: LogID");if(void 0===t.service)throw new Error("Missing required field: service");if(void 0===t.method)throw new Error("Missing required field: method");return t}({bytes:t=e,offset:0,limit:t.length});var t}function y_(e){const t=L_(e),i=e.limit;return e.limit=e.offset+t,i}function v_(e,t){switch(t){case 0:for(;128&z_(e););break;case 2:C_(e,L_(e));break;case 5:C_(e,4);break;case 1:C_(e,8);break;default:throw new Error("Unimplemented type: "+t)}}function w_(e){return{low:e|=0,high:e>>31,unsigned:e>=0}}const b_=[];function S_(){const e=b_.pop();return e?(e.offset=e.limit=0,e):{bytes:new Uint8Array(64),offset:0,limit:0}}function P_(e){b_.push(e)}function C_(e,t){if(e.offset+t>e.limit)throw new Error("Skip past limit");e.offset+=t}function T_(e){return e.offset>=e.limit}function E_(e,t){const i=e.bytes,o=e.offset,s=e.limit,n=o+t;if(n>i.length){const t=new Uint8Array(2*n);t.set(i),e.bytes=t}return e.offset=n,n>s&&(e.limit=n),o}function I_(e,t){const i=e.offset;if(i+t>e.limit)throw new Error("Read past limit");return e.offset+=t,i}function k_(e,t){const i=I_(e,t);return e.bytes.subarray(i,i+t)}function A_(e,t){const i=I_(e,t),o=String.fromCharCode,s=e.bytes,n="�";let r="";for(let e=0;e<t;e++){const a=s[e+i];let c,d,l,p;128&a?192==(224&a)?e+1>=t?r+=n:(c=s[e+i+1],128!=(192&c)?r+=n:(p=(31&a)<<6|63&c,p<128?r+=n:(r+=o(p),e++))):224==(240&a)?e+2>=t?r+=n:(c=s[e+i+1],d=s[e+i+2],32896!=(49344&(c|d<<8))?r+=n:(p=(15&a)<<12|(63&c)<<6|63&d,p<2048||p>=55296&&p<=57343?r+=n:(r+=o(p),e+=2))):240==(248&a)?e+3>=t?r+=n:(c=s[e+i+1],d=s[e+i+2],l=s[e+i+3],8421504!=(12632256&(c|d<<8|l<<16))?r+=n:(p=(7&a)<<18|(63&c)<<12|(63&d)<<6|63&l,p<65536||p>1114111?r+=n:(p-=65536,r+=o(55296+(p>>10),56320+(1023&p)),e+=3))):r+=n:r+=o(a)}return r}function j_(e,t){const i=t.length;let o=0;for(let e=0;e<i;e++){let s=t.charCodeAt(e);s>=55296&&s<=56319&&e+1<i&&(s=(s<<10)+t.charCodeAt(++e)-56613888),o+=s<128?1:s<2048?2:s<65536?3:4}O_(e,o);let s=E_(e,o);const n=e.bytes;for(let e=0;e<i;e++){let o=t.charCodeAt(e);o>=55296&&o<=56319&&e+1<i&&(o=(o<<10)+t.charCodeAt(++e)-56613888),o<128?n[s++]=o:(o<2048?n[s++]=o>>6&31|192:(o<65536?n[s++]=o>>12&15|224:(n[s++]=o>>18&7|240,n[s++]=o>>12&63|128),n[s++]=o>>6&63|128),n[s++]=63&o|128)}}function R_(e,t){const i=E_(e,t.limit),o=e.bytes,s=t.bytes;for(let e=0,n=t.limit;e<n;e++)o[e+i]=s[e]}function z_(e){return e.bytes[I_(e,1)]}function U_(e,t){const i=E_(e,1);e.bytes[i]=t}function L_(e){let t,i=0,o=0;do{t=z_(e),i<32&&(o|=(127&t)<<i),i+=7}while(128&t);return o}function O_(e,t){for(t>>>=0;t>=128;)U_(e,127&t|128),t>>>=7;U_(e,t)}function x_(e,t){let i,o=0,s=0,n=0;return i=z_(e),o=127&i,128&i&&(i=z_(e),o|=(127&i)<<7,128&i&&(i=z_(e),o|=(127&i)<<14,128&i&&(i=z_(e),o|=(127&i)<<21,128&i&&(i=z_(e),s=127&i,128&i&&(i=z_(e),s|=(127&i)<<7,128&i&&(i=z_(e),s|=(127&i)<<14,128&i&&(i=z_(e),s|=(127&i)<<21,128&i&&(i=z_(e),n=127&i,128&i&&(i=z_(e),n|=(127&i)<<7))))))))),{low:o|s<<28,high:s>>>4|n<<24,unsigned:t}}function B_(e,t){const i=t.low>>>0,o=(t.low>>>28|t.high<<4)>>>0,s=t.high>>>24,n=0===s?0===o?i<16384?i<128?1:2:i<1<<21?3:4:o<16384?o<128?5:6:o<1<<21?7:8:s<128?9:10,r=E_(e,n),a=e.bytes;switch(n){case 10:a[r+9]=s>>>7&1;case 9:a[r+8]=9!==n?128|s:127&s;case 8:a[r+7]=8!==n?o>>>21|128:o>>>21&127;case 7:a[r+6]=7!==n?o>>>14|128:o>>>14&127;case 6:a[r+5]=6!==n?o>>>7|128:o>>>7&127;case 5:a[r+4]=5!==n?128|o:127&o;case 4:a[r+3]=4!==n?i>>>21|128:i>>>21&127;case 3:a[r+2]=3!==n?i>>>14|128:i>>>14&127;case 2:a[r+1]=2!==n?i>>>7|128:i>>>7&127;case 1:a[r]=1!==n?128|i:127&i}}function q_(e){return g_(e)}const D_=4294967296,M_=0x10000000000000000,N_=M_/2,G_=String.prototype.charCodeAt;class $_{constructor(e,t,i){this.isLong=!0,this.low=0|e,this.high=0|t,this.unsigned=!!i}static isLong(e){return e&&!0===e.isLong}static fromBits(e,t,i){return new $_(e,t,i)}static fromBytes(e,t,i){return i?$_.fromBytesLE(e,t):$_.fromBytesBE(e,t)}static fromBytesLE(e,t){return new $_(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,t)}static fromBytesBE(e,t){return new $_(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],t)}static fromHash(e){return"\0\0\0\0\0\0\0\0"===e?F_:new $_((G_.call(e,0)|G_.call(e,1)<<8|G_.call(e,2)<<16|G_.call(e,3)<<24)>>>0,(G_.call(e,4)|G_.call(e,5)<<8|G_.call(e,6)<<16|G_.call(e,7)<<24)>>>0,!0)}toHash(){return String.fromCharCode(255&this.low,this.low>>>8&255,this.low>>>16&255,this.low>>>24,255&this.high,this.high>>>8&255,this.high>>>16&255,this.high>>>24)}static fromNumber(e,t=!0){if(isNaN(e))return t?V_:F_;if(t){if(e>=M_)return H_}else{if(e<=-N_)return J_;if(e+1>=N_)return W_}return $_.fromBits(e%D_|0,e/D_|0,t)}toNumber(){return this.unsigned?(this.high>>>0)*D_+(this.low>>>0):this.high*D_+(this.low>>>0)}isZero(){return 0===this.high&&0===this.low}add(e){$_.isLong(e)||(e=$_.fromNumber(e));const t=this.high>>>16,i=65535&this.high,o=this.low>>>16,s=65535&this.low,n=e.high>>>16,r=65535&e.high,a=e.low>>>16;let c=0,d=0,l=0,p=0;return p+=s+(65535&e.low),l+=p>>>16,p&=65535,l+=o+a,d+=l>>>16,l&=65535,d+=i+r,c+=d>>>16,d&=65535,c+=t+n,c&=65535,$_.fromBits(l<<16|p,c<<16|d,this.unsigned)}equals(e){return $_.isLong(e)||(e=$_.fromNumber(e)),(this.unsigned===e.unsigned||this.high>>>31!=1||e.high>>>31!=1)&&(this.high===e.high&&this.low===e.low)}addOne(){return-1===this.low&&-1===this.high?$_.fromBits(0,0,this.unsigned):-1===this.low?$_.fromBits(0,this.high+1,this.unsigned):$_.fromBits(this.low+1,this.high,this.unsigned)}toBytes(e){return e?this.toBytesLE():this.toBytesBE()}toBytesLE(){const e=this.high,t=this.low;return[255&t,t>>>8&255,t>>>16&255,t>>>24,255&e,e>>>8&255,e>>>16&255,e>>>24]}toBytesBE(){const e=this.high,t=this.low;return[e>>>24,e>>>16&255,e>>>8&255,255&e,t>>>24,t>>>16&255,t>>>8&255,255&t]}}const F_=new $_(0,0,!1),V_=new $_(0,0,!0),W_=$_.fromBits(-1,2147483647,!1),H_=$_.fromBits(-1,-1,!0),J_=$_.fromBits(0,-2147483648,!1);var K_;!function(e){e[e.NATIVE_ERROR=5001]="NATIVE_ERROR",e[e.CONNECTING_ERROR=5002]="CONNECTING_ERROR",e[e.MAX_RETRIES_ERROR=5003]="MAX_RETRIES_ERROR",e[e.MESSAGE_ERROR=5004]="MESSAGE_ERROR",e[e.OPEN_ERROR=5005]="OPEN_ERROR"}(K_||(K_={}));class Q_{constructor(e){this.type=e,this.target=null}}class Y_ extends Q_{constructor(e,t){super(e),this.message=t&&t.message||null}}class Z_ extends Q_{constructor(e,t){super(e),this.error=t&&t.error||null,this.colno=t&&t.colno||0,this.filename=t&&t.filename||"",this.lineno=t&&t.lineno||0,this.message=t&&t.message||"",this.code=t&&t.code||K_.NATIVE_ERROR}}class X_ extends Q_{constructor(e,t){super(e),this.code=t&&t.code||0,this.reason=t&&t.reason||"",this.wasClean=t&&t.wasClean||!1,this.willReconnect=t&&t.willReconnect||!1}}class eh extends Q_{constructor(e,t){super(e),this.data=t&&t.data||null}}class th extends eh{constructor(e,t){super(e),this.data=t&&t.data||null,this.message=t&&t.message||null}}class ih extends Q_{constructor(e,t){super(e),this.data=t&&t.data||null}}function oh(e,{message:t,code:i,error:o}){return new Z_(e,{message:t,code:i,error:o})}function sh(e,{code:t,reason:i,wasClean:o,willReconnect:s}){return new X_(e,{code:t,reason:i,wasClean:o,willReconnect:s})}function nh(e,{message:t}){return new Y_(e,{message:t})}class rh{constructor(e,t){this.endpoints=e,this.maxRetries=t,this.currentIndex=0,this.currentEndpointTriesCount=0}resetEndpointConfig(){this.currentIndex=0,this.currentEndpointTriesCount=0}resetTries(){this.currentEndpointTriesCount=0}getCurrentEndpoint(){return this.endpoints[this.currentIndex]}getCurrentEndpointTriesCount(){return this.currentEndpointTriesCount}checkReachMaxTries(){return this.currentIndex>=this.endpoints.length||this.currentIndex===this.endpoints.length-1&&this.currentEndpointTriesCount===this.maxRetries}checkCurrentEndpointReachedMaxRetries(){return this.currentIndex==this.endpoints.length||this.currentEndpointTriesCount>this.maxRetries}replaceBackupEndpointAndUpdateCount(){return this.currentEndpointTriesCount=1,this.currentIndex++,this.endpoints[this.currentIndex]}getCurrentEndpointAndUpdateCount(){return this.currentEndpointTriesCount++,this.getCurrentEndpoint()}}const ah=("undefined"!=typeof globalThis&&"Window"===globalThis.constructor.name||"undefined"!=typeof window&&"Window"===window.constructor.name)&&"undefined"!=typeof document,ch="undefined"!=typeof globalThis&&("Object"===globalThis.constructor.name||"DedicatedWorkerGlobalScope"===globalThis.constructor.name)&&"undefined"!=typeof tt,dh=("undefined"!=typeof globalThis&&"Object"===globalThis.constructor.name||"undefined"==typeof globalThis||"undefined"!=typeof globalThis&&!!globalThis.WeixinJSBridge)&&"undefined"!=typeof wx,lh="undefined"!=typeof globalThis&&("DedicatedWorkerGlobalScope"===globalThis.constructor.name||"SharedWorkerGlobalScope"===globalThis.constructor.name||"ServiceWorkerGlobalScope"===globalThis.constructor.name)&&"undefined"!=typeof self,ph="undefined"!=typeof globalThis&&"Object"===globalThis.constructor.name&&"undefined"!=typeof global&&"Object"===global.constructor.name&&"undefined"!=typeof process&&!!process.version;class uh{constructor(){this._listeners={}}emit(e,...t){const i=this._listeners[e];if(i)i.slice().forEach((e=>e.fn.apply(e.ctx,t)));else if("error"===e&&!this.onerror){const e=t.length&&t[0];if(e instanceof Error)throw e;throw new Error("Unhandled error."+(e?" ("+e.message+")":"")).context=e,e}return this}off(e,t){if(void 0===e)this._listeners={};else if(void 0===t)this._listeners[e]=null;else{const i=this._listeners[e];if(i)for(let e=0;e<i.length;)i[e].fn===t?i.splice(e,1):++e}return this}on(e,t,i){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:t,ctx:i||this}),this}}class _h extends uh{constructor(e,t,i){super(),this._socket=null,dh&&wx.connectSocket&&(this._socket=wx.connectSocket({url:e,protocols:t,header:i,fail:this._createSocketFailHandler.bind(this),success:this._createSocketSuccessHandler.bind(this)})),ch&&tt.connectSocket&&(this._socket=tt.connectSocket({url:e,protocols:t,header:i,fail:this._createSocketFailHandler.bind(this),success:this._createSocketSuccessHandler.bind(this)}))}_createSocketSuccessHandler(){Promise.resolve().then((()=>{this._addWsListeners()}))}_createSocketFailHandler(e){Promise.resolve().then((()=>{const t=oh("error",{message:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)});this.emit("error",t);const i=sh("close",{reason:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)});this.emit("close",i)}))}_addWsListeners(){this._socket.onOpen((e=>{this.emit("open",function(e,{data:t}){return new ih(e,{data:t})}("open",Object.assign(Object.assign({},e),{data:e.errMsg||""})))})),this._socket.onClose((e=>{this.emit("close",sh("close",Object.assign({},e)))})),this._socket.onMessage((e=>{this.emit("message",function(e,{data:t,message:i}){return new th(e,{data:t,message:i})}("message",Object.assign({},e)))})),this._socket.onError((e=>{this.emit("error",oh("error",Object.assign(Object.assign({},e),{message:e.errMsg||""})))}))}send(e){if(e instanceof Uint8Array){const t=e.buffer.slice(e.byteOffset,e.byteLength+e.byteOffset);this._socket&&this._socket.send({data:t,fail:e=>{this.emit("error",oh("error",{message:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)}))}})}else this._socket&&this._socket.send({data:e,fail:e=>{this.emit("error",oh("error",{message:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)}))}})}close(e,t){this._socket&&this._socket.close({code:e,reason:t})}addEventListener(e,t){this.on(e,t)}removeEventListener(e,t){this.off(e,t)}get readyState(){return this._socket.readyState}get binaryType(){return this._socket.binaryType}set binaryType(e){}get url(){return this._socket.url}get protocol(){return this._socket.protocol}get extensions(){return this._socket.extensions}get bufferedAmount(){return 0}}function hh(e,t,i){let o=-1;!function s(n){return d_(this,0,void 0,(function*(){if(n<=o)return Promise.reject(new Error("next() called multiple times in process"));if(o=n,n===i.length)return Promise.resolve();return i[n].bind(e)(t,s.bind(null,n+1))}))}(0)}function mh(e){let t=0,i=0;for(let o=0;o<e.length;++o)i=e.charCodeAt(o),i<128?t+=1:i<2048?t+=2:55296==(64512&i)&&56320==(64512&e.charCodeAt(o+1))?(++o,t+=4):t+=3;return t}function gh(e,t,i){if(i-t<1)return"";let o="";for(let s=t;s<i;){const t=e[s++];if(t<=127)o+=String.fromCharCode(t);else if(t>=192&&t<224)o+=String.fromCharCode((31&t)<<6|63&e[s++]);else if(t>=224&&t<240)o+=String.fromCharCode((15&t)<<12|(63&e[s++])<<6|63&e[s++]);else if(t>=240){const i=((7&t)<<18|(63&e[s++])<<12|(63&e[s++])<<6|63&e[s++])-65536;o+=String.fromCharCode(55296+(i>>10)),o+=String.fromCharCode(56320+(1023&i))}}return o}function fh(e,t,i){const o=i;let s,n;for(let o=0;o<e.length;++o)s=e.charCodeAt(o),s<128?t[i++]=s:s<2048?(t[i++]=s>>6|192,t[i++]=63&s|128):55296==(64512&s)&&56320==(64512&(n=e.charCodeAt(o+1)))?(s=65536+((1023&s)<<10)+(1023&n),++o,t[i++]=s>>18|240,t[i++]=s>>12&63|128,t[i++]=s>>6&63|128,t[i++]=63&s|128):(t[i++]=s>>12|224,t[i++]=s>>6&63|128,t[i++]=63&s|128);return i-o}function yh(e){return d_(this,0,void 0,(function*(){if("string"==typeof e){const t=new Uint8Array(mh(e));return fh(e,t,0),t}return e instanceof ArrayBuffer?new Uint8Array(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}))}class vh{constructor(e){this.maxLossCount=e,this.count=0}addCount(){this.count++}checkReachMaxCount(){return this.count>=this.maxLossCount}resetCounter(e=0){this.maxLossCount=e,this.count=0}}function wh(e,t,i){return!!(null==e?void 0:e.find((e=>e.key===t&&e.value===i)))}function bh(e,t){var i;return null===(i=null==e?void 0:e.find((e=>e.key===t)))||void 0===i?void 0:i.value}function Sh(e,t){return d_(this,0,void 0,(function*(){const{enableAutoAck:i}=this._options,o=wh(e.message.headers,"need_ack","1"),s=wh(e.message.headers,"is_ack","1"),n=wh(e.message.headers,"x_frontier_qos_ack","1");if(i&&o){const{SeqID:t,LogID:i,service:o,LogIDNew:s,method:n}=e.message;this._sendAck({SeqID:t,LogID:i,LogIDNew:s,service:o,method:n,headers:[{key:"is_ack",value:"1"},{key:"ack_id",value:s||""},{key:"ack_code",value:"0"}]})}s&&!n&&this._dispatchAckMessageEvent(e),t()}))}function Ph(e,t){return d_(this,0,void 0,(function*(){this._debug("received",e.message),t()}))}function Ch(e,t){return d_(this,0,void 0,(function*(){const i=f_(yield yh(e.data));try{if(i.payload instanceof Uint8Array){const e=this._options.payloadEncoding instanceof Object?{force:!!this._options.payloadEncoding.force,encoding:this._options.payloadEncoding.encoding?this._options.payloadEncoding.encoding.replace(/\s/g,"").toLowerCase():""}:{force:!1,encoding:this._options.payloadEncoding?this._options.payloadEncoding.replace(/\s/g,"").toLowerCase():""},t=i.payloadEncoding?i.payloadEncoding.replace(/\s/g,"").toLowerCase():"",o=this._options.payloadType instanceof Object?{force:!!this._options.payloadType.force,type:this._options.payloadType.type?this._options.payloadType.type.replace(/\s/g,"").toLowerCase():""}:{force:!1,type:this._options.payloadType?this._options.payloadType.replace(/\s/g,"").toLowerCase():""},s=i.payloadType?i.payloadType.replace(/\s/g,"").toLowerCase():"",n=o.force?o.type:s||o.type,r=e.force?e.encoding:t||e.encoding,a=["text/plain;charset=utf-8","application/json","application/json;charset=utf-8","string"],c=["none_none","binary"];this._options.enableTransformTextPayload&&a.includes(n)&&(!r||c.includes(r))?i.textPayload=gh(i.payload,0,i.payload.byteLength):i.textPayload=""}else i.textPayload=""}catch(e){i.textPayload="",console.log(e)}e.message=i,t()}))}let Th,Eh;const Ih=new WeakMap,kh=new WeakMap,Ah=new WeakMap,jh=new WeakMap,Rh=new WeakMap;let zh={get(e,t,i){if(e instanceof IDBTransaction){if("done"===t)return kh.get(e);if("objectStoreNames"===t)return e.objectStoreNames||Ah.get(e);if("store"===t)return i.objectStoreNames[1]?void 0:i.objectStore(i.objectStoreNames[0])}return Oh(e[t])},set:(e,t,i)=>(e[t]=i,!0),has:(e,t)=>e instanceof IDBTransaction&&("done"===t||"store"===t)||t in e};function Uh(e){return e!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?(Eh||(Eh=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(e)?function(...t){return e.apply(xh(this),t),Oh(Ih.get(this))}:function(...t){return Oh(e.apply(xh(this),t))}:function(t,...i){const o=e.call(xh(this),t,...i);return Ah.set(o,t.sort?t.sort():[t]),Oh(o)}}function Lh(e){return"function"==typeof e?Uh(e):(e instanceof IDBTransaction&&function(e){if(kh.has(e))return;const t=new Promise(((t,i)=>{const o=()=>{e.removeEventListener("complete",s),e.removeEventListener("error",n),e.removeEventListener("abort",n)},s=()=>{t(),o()},n=()=>{i(e.error||new DOMException("AbortError","AbortError")),o()};e.addEventListener("complete",s),e.addEventListener("error",n),e.addEventListener("abort",n)}));kh.set(e,t)}(e),t=e,(Th||(Th=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])).some((e=>t instanceof e))?new Proxy(e,zh):e);var t}function Oh(e){if(e instanceof IDBRequest)return function(e){const t=new Promise(((t,i)=>{const o=()=>{e.removeEventListener("success",s),e.removeEventListener("error",n)},s=()=>{t(Oh(e.result)),o()},n=()=>{i(e.error),o()};e.addEventListener("success",s),e.addEventListener("error",n)}));return t.then((t=>{t instanceof IDBCursor&&Ih.set(t,e)})).catch((()=>{})),Rh.set(t,e),t}(e);if(jh.has(e))return jh.get(e);const t=Lh(e);return t!==e&&(jh.set(e,t),Rh.set(t,e)),t}const xh=e=>Rh.get(e);const Bh=["get","getKey","getAll","getAllKeys","count"],qh=["put","add","delete","clear"],Dh=new Map;function Mh(e,t){if(!(e instanceof IDBDatabase)||t in e||"string"!=typeof t)return;if(Dh.get(t))return Dh.get(t);const i=t.replace(/FromIndex$/,""),o=t!==i,s=qh.includes(i);if(!(i in(o?IDBIndex:IDBObjectStore).prototype)||!s&&!Bh.includes(i))return;const n=async function(e,...t){const n=this.transaction(e,s?"readwrite":"readonly");let r=n.store;return o&&(r=r.index(t.shift())),(await Promise.all([r[i](...t),s&&n.done]))[0]};return Dh.set(t,n),n}zh=(e=>({...e,get:(t,i,o)=>Mh(t,i)||e.get(t,i,o),has:(t,i)=>!!Mh(t,i)||e.has(t,i)}))(zh);class Nh extends uh{constructor(e,t){super(),this._dbName=e,this._keyPath=t,this._qosDB=void 0,this._init()}openDB(){return d_(this,0,void 0,(function*(){yield this._init()}))}_init(){return d_(this,0,void 0,(function*(){try{const e=this._dbName,t=this._keyPath;return new Promise((i=>{this._qosDB?i(this):(function(e,t,{blocked:i,upgrade:o,blocking:s,terminated:n}={}){const r=indexedDB.open(e,t),a=Oh(r);return o&&r.addEventListener("upgradeneeded",(e=>{o(Oh(r.result),e.oldVersion,e.newVersion,Oh(r.transaction))})),i&&r.addEventListener("blocked",(()=>i())),a.then((e=>{n&&e.addEventListener("close",(()=>n())),s&&e.addEventListener("versionchange",(()=>s()))})).catch((()=>{})),a}(`frontier_${e}`,1,{upgrade(i){i.createObjectStore(e,{keyPath:t})}}).then((e=>{this._qosDB=e,this.emit("ready")})),this.on("ready",(()=>{i(this),this.off()})))}))}catch(e){console.log(e)}}))}get(e){var t;return d_(this,0,void 0,(function*(){try{return null===(t=this._qosDB)||void 0===t?void 0:t.get(this._dbName,e)}catch(e){console.log(e)}}))}set(e,t){var i;return d_(this,0,void 0,(function*(){return null===(i=this._qosDB)||void 0===i?void 0:i.put(this._dbName,e)}))}del(e){var t;return d_(this,0,void 0,(function*(){try{return null===(t=this._qosDB)||void 0===t?void 0:t.delete(this._dbName,e)}catch(e){console.log(e)}}))}clear(){var e;return d_(this,0,void 0,(function*(){try{return null===(e=this._qosDB)||void 0===e?void 0:e.clear(this._dbName)}catch(e){console.log(e)}}))}keys(){var e;return d_(this,0,void 0,(function*(){return null===(e=this._qosDB)||void 0===e?void 0:e.getAllKeys(this._dbName)}))}getAll(){var e;return d_(this,0,void 0,(function*(){return null===(e=this._qosDB)||void 0===e?void 0:e.getAll(this._dbName)}))}closeDB(){var e;return d_(this,0,void 0,(function*(){try{null===(e=this._qosDB)||void 0===e||e.close(),this._qosDB=void 0}catch(e){console.log(e)}}))}get isReady(){try{return!!this._qosDB}catch(e){return console.log(e),!1}}}class Gh{constructor(e,t){this._DBName=e,this._pathKey=t,this._qosDB=localStorage}openDB(){return d_(this,0,void 0,(function*(){}))}get _prefix(){return`frontier_${this._DBName}`}get(e){return d_(this,0,void 0,(function*(){const t=this._qosDB.getItem(this._prefix);return JSON.parse(t||"{}")[e]}))}set(e,t){return d_(this,0,void 0,(function*(){const i=this._qosDB.getItem(this._prefix),o=JSON.parse(i||"{}");return o[t||e[this._pathKey]]=e,this._qosDB.setItem(this._prefix,JSON.stringify(o)),t||e[this._pathKey]}))}del(e){return d_(this,0,void 0,(function*(){const t=this._qosDB.getItem(this._prefix),i=JSON.parse(t||"{}");return i[e]=void 0,this._qosDB.setItem(this._prefix,JSON.stringify(i))}))}clear(){return d_(this,0,void 0,(function*(){return this._qosDB.clear()}))}keys(){return d_(this,0,void 0,(function*(){const e=this._qosDB.getItem(this._prefix),t=JSON.parse(e||"{}");return Object.keys(t)}))}getAll(){return d_(this,0,void 0,(function*(){const e=this._qosDB.getItem(this._prefix),t=JSON.parse(e||"{}");return Object.values(t)}))}closeDB(){return Promise.resolve()}get isReady(){return!!this._qosDB}}class $h{constructor(e,t){this._DBName=e,this._pathKey=t,this._qosDB=ch?tt:dh?wx:null}openDB(){return d_(this,0,void 0,(function*(){}))}get _prefix(){return`frontier_${this._DBName}`}get(e){return d_(this,0,void 0,(function*(){const t=this._qosDB.getStorageSync(this._prefix);return JSON.parse(t||"{}")[e]}))}set(e,t){return d_(this,0,void 0,(function*(){const i=this._qosDB.getStorageSync(this._prefix),o=JSON.parse(i||"{}");return o[t||e[this._pathKey]]=e,this._qosDB.setStorageSync(this._prefix,JSON.stringify(o)),t||e[this._pathKey]}))}del(e){return d_(this,0,void 0,(function*(){const t=this._qosDB.getStorageSync(this._prefix),i=JSON.parse(t||"{}");return i[e]=void 0,this._qosDB.setStorageSync(this._prefix,JSON.stringify(i))}))}clear(){return d_(this,0,void 0,(function*(){return this._qosDB.clearStorageSync()}))}keys(){return d_(this,0,void 0,(function*(){const e=this._qosDB.getStorageInfoSync(this._prefix),t=JSON.parse(e||"{}");return Object.keys(t)}))}getAll(){return d_(this,0,void 0,(function*(){const e=this._qosDB.getStorageInfoSync(this._prefix),t=JSON.parse(e||"{}");return Object.values(t)}))}closeDB(){return Promise.resolve()}get isReady(){return!!this._qosDB}}function Fh(e,t){if(ch||ch)return new $h(e,t);if((ah||lh)&&void 0!==typeof indexedDB)return new Nh(e,t);if((ah||lh)&&void 0!==typeof localStorage)return new Gh(e,t);throw new Error("init QoSDB failed")}class Vh{constructor(){this._intervalTimeoutId=null,this._interval=36e5,this._qosDB=Fh("qos","message_id")}_intervalFlush(){return d_(this,0,void 0,(function*(){clearInterval(this._intervalTimeoutId),this._intervalTimeoutId=setInterval((()=>{this.flushExpired()}),this._interval)}))}openDB(){return d_(this,0,void 0,(function*(){yield this._qosDB.openDB().then((()=>{this._intervalFlush()}))}))}flushExpired(){var e;return d_(this,0,void 0,(function*(){((yield null===(e=this._qosDB)||void 0===e?void 0:e.getAll())||[]).filter((({timestamp:e})=>e<Date.now())).forEach((e=>{var t;null===(t=this._qosDB)||void 0===t||t.del(e.message_id)}))}))}del(e){var t;return d_(this,0,void 0,(function*(){return null===(t=this._qosDB)||void 0===t?void 0:t.del(e)}))}set(e,t){var i;return d_(this,0,void 0,(function*(){return null===(i=this._qosDB)||void 0===i?void 0:i.set({message_id:e,timestamp:t})}))}get(e){var t;return d_(this,0,void 0,(function*(){return null===(t=this._qosDB)||void 0===t?void 0:t.get(e)}))}closeDB(){var e;return d_(this,0,void 0,(function*(){clearInterval(this._intervalTimeoutId),yield null===(e=this._qosDB)||void 0===e?void 0:e.closeDB()}))}get isReady(){var e;return null===(e=this._qosDB)||void 0===e?void 0:e.isReady}}function Wh(e,t){var i,o,s,n,r;return d_(this,0,void 0,(function*(){const a=wh(e.message.headers,"code","-1"),c=wh(e.message.headers,"is_ack","1"),d=bh(e.message.headers,"x_frontier_msgid"),l=Number(bh(e.message.headers,"x_frontier_ttl"))||0,p=wh(e.message.headers,"x_frontier_qos","2"),u=wh(e.message.headers,"x_frontier_qos_ack","1"),_=wh(e.message.headers,"x-msg-qos","2"),h=bh(e.message.headers,"x-msg-cursor_name"),m=Number(bh(e.message.headers,"x-msg-cursor_value"));if(p&&u)return t();if(_&&!(null===(i=this._cursorManager)||void 0===i?void 0:i.isReady))return t();if(p&&!this._QoSManager&&(this._QoSManager=new Vh),p&&this._QoSManager&&!this._QoSManager.isReady&&(yield this._QoSManager.openDB()),e.message.service>0&&c&&!a||e.message.service>0){if(d&&p){return!!(yield null===(o=this._QoSManager)||void 0===o?void 0:o.get(d))||(this._dispatchMessageEvent(e),yield null===(s=this._QoSManager)||void 0===s?void 0:s.set(d,Date.now()+l)),t()}if(_&&(null===(n=this._cursorManager)||void 0===n?void 0:n.isReady)){const i=null!==(r=yield this._cursorManager.get(h))&&void 0!==r?r:-1;if(!(i<m))throw new Error(`recevied message cursor ${m} larger than local cursor ${i}`);return this._dispatchMessageEvent(e),this._cursorManager.set(h,m,e.message.service),t()}return this._dispatchMessageEvent(e),t()}}))}function Hh(e,t){var i,o;return d_(this,0,void 0,(function*(){const s=wh(e.message.headers,"x_frontier_qos","2"),n=wh(e.message.headers,"x_frontier_is_ack","1"),r=null===(i=bh(e.message.headers,"x_frontier_ack_msgid"))||void 0===i?void 0:i.split(",");if(!s)return t();if(this._QoSManager||(this._QoSManager=new Vh),this._QoSManager&&!this._QoSManager.isReady&&(yield this._QoSManager.openDB()),n&&r&&r.length)for(const e of r)yield null===(o=this._QoSManager)||void 0===o?void 0:o.del(e);t()}))}function Jh(e,t){let i=0,o=t;const s=t+4;for(;o<s;){const{value:t,offset:s}=Qh(e,o);o=s,i=i<<8>>>0,i+=t}return{value:i,offset:s}}function Kh(e,t){return{value:new $_(e[t+4]<<24|e[t+5]<<16|e[t+6]<<8|e[t+7],e[t+0]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3],!0),offset:(t+=8)+8}}function Qh(e,t){return e.readUInt8?{value:e.readUInt8(t),offset:t+1}:{value:255&e[t],offset:t+1}}function Yh(e,t,i){return t.writeUint8?t.writeUint8(e,i):t[i]=255&e,i+1}const Zh="undefined"!=typeof Buffer?Buffer.allocUnsafe:function(e,t){const i=8192;let o=null,s=i;return function(n){if(n<1||n>4096)return e(n);s+n>i&&(o=e(i),s=0);const r=t.call(o,s,s+=n);return 7&s&&(s=1+(7|s)),r}}((function(e){return new Uint8Array(e)}),Uint8Array.prototype.subarray);function Xh(e,t,i){const[o,s]=function(e){let t=0;const i={};for(let o=0;o<e.length;o++)i[e[o].cursor_name]=mh(e[o].cursor_name),t+=14+i[e[o].cursor_name];return[t,i]}(e),n=Zh(o);let r=0;return e.forEach((e=>{console.log("cursor.service",e,e.service),r=Yh(0,n,r),console.log("header",r),r=function(e,t,i){if(i>4294967295)throw new Error("integer too large");let o=3;for(;o>=0;)Yh(255&i,e,t+o),i>>>=8,o--;return t+4}(n,r,e.service||0),console.log("service",r),r=Yh(s[e.cursor_name],n,r),console.log("service-name",r),r=function(e,t,i){return e?e.length<40?fh(e,t,i)+i:t.utf8Write?t.utf8Write(e,i)+i:t.write?t.write(e,i)+i:fh(e,t,i)+i:i}(e.cursor_name,n,r),console.log("name",r),r=function(e,t,i){const o=e.low,s=e.high;return t[i]=s>>>24,t[i+1]=s>>>16&255,t[i+2]=s>>>8&255,t[i+3]=255&s,t[i+4]=o>>>24,t[i+5]=o>>>16&255,t[i+6]=o>>>8&255,t[i+7]=255&o,i+8}($_.fromNumber(e.cursor||t),n,r),console.log("curvalue",r)})),{frameType:32,headers:[{key:"cursor_file_name",value:i}],payload:n}}class em{constructor(e,t,i){this._cursorNameSpace=e,this._cursorFileName=t,this._messageStrategy=i,this._qosDB=Fh(this._cursorNameSpace,"cursor_name")}openDB(){return d_(this,0,void 0,(function*(){yield this._qosDB.openDB()}))}getCursors(){return d_(this,0,void 0,(function*(){if(!this._qosDB.isReady)return;const e=this._messageStrategy,t=yield this._qosDB.getAll();switch(console.log("allCursorValues",t),e){case"ALL":return t&&t.length?Xh(t,0,this._cursorFileName):void 0;case"INSTANT":return;case"CONTINUE":return t&&t.length?Xh(t,0,this._cursorFileName):{frameType:32,headers:[{key:"cursor_file_name",value:"FILE_NOT_EXIST"}],payload:void 0}}}))}set(e,t,i){return d_(this,0,void 0,(function*(){return console.log("setdb",e,t,i),this._qosDB.set({cursor_name:e,cursor:t,service:i})}))}setCursors(e){return d_(this,0,void 0,(function*(){const t=function(e){let t=0;const i=[];for(;t<e.byteLength;){const{offset:o}=Qh(e,t);t=o;const s={cursor_name:"",cursor:0,service:0},{value:n,offset:r}=Jh(e,t);s.service=n,t=r;const{value:a,offset:c}=Qh(e,t);t=c,s.cursor_name=gh(e,t,t+a),t+=a;const{value:d,offset:l}=Kh(e,t);s.cursor=d.toNumber(),t=l,i.push(s)}return i}(e);for(const e of t)console.log("setcursor",t),yield this._qosDB.set(e)}))}get(e){var t;return d_(this,0,void 0,(function*(){return null===(t=yield this._qosDB.get(e))||void 0===t?void 0:t.cursor}))}closeDB(){return d_(this,0,void 0,(function*(){yield this._qosDB.closeDB()}))}get isReady(){return this._qosDB.isReady}}function tm(e,t){return d_(this,0,void 0,(function*(){const i=16===e.message.frameType,o=32===e.message.frameType;if(!i&&!o)return t();const s=bh(e.message.headers,"cursor_file_name"),{aID:n,fpID:r,messageStrategy:a}=this._options;if(!s)return t();if(this._cursorManager||(this._cursorManager=new em(`${r}_${n}_${s}`,s,a)),this._cursorManager.isReady||(yield this._cursorManager.openDB()),i){const e=yield this._cursorManager.getCursors(),t=g_({frameType:null==e?void 0:e.frameType,SeqID:$_.fromNumber(this._seqId++),LogID:$_.fromNumber(this._options.logIDGenerator()),service:9e3,method:5,headers:null==e?void 0:e.headers,payload:null==e?void 0:e.payload});this._ws&&this._ws.readyState&&this._ws.send(t)}if(o){const t=e.message.payload;t&&this._cursorManager.setCursors(t)}}))}const im=function(e,t){return d_(this,0,void 0,(function*(){this._isInit=!1,clearTimeout(this._connectionTimeoutId),t()}))},om=function(e,t){var i;return d_(this,0,void 0,(function*(){const e=null===(i=this._endpointManager)||void 0===i?void 0:i.getCurrentEndpoint();this._debug(`open ${e}`),t()}))},sm=function(e,t){var i,o;return d_(this,0,void 0,(function*(){if(!this._ws||this._ws.readyState!==this.OPEN)return t();const{pingInterval:s}=this._options;null===(i=this._endpointManager)||void 0===i||i.resetEndpointConfig();for(let e=0;e<this._messageQueue.length;e++){const t=this._messageQueue[e];if(this._ws.readyState!==this.OPEN||null===t)break;this._ws&&this._ws.send(t),this._messageQueue[e]=null}this._messageQueue=this._messageQueue.filter((e=>Boolean(e))),this._pingPongTimeoutId=setTimeout((()=>this._ping()),s),this._dispatchOpenEvent(e),this._isBrowser&&this._ws&&(this._ws.binaryType=this._binaryType);const n=null===(o=this._endpointManager)||void 0===o?void 0:o.getCurrentEndpoint();this._debug(`open ${n} success`),t()}))};class nm extends uh{constructor(e){super(),this._miniNavigatorOnline=!0,this._isBrowser=ah,this._isNode=ph,this._isMiniTT=ch,this._isMiniWX=dh,this._isWorker=lh,this._messageQueue=[],this._endpointManager=null,this._readyClosed=!1,this._binaryType="arraybuffer",this._connectLock=!1,this._connectionTimeoutId=null,this._reconnectTimeoutId=null,this._pingPongTimeoutId=null,this._seqId=0,this._isInit=!1,this._url="",this._QoSManager=null,this._cursorManager=null,this._pingLossCounter=null,this._protocols="pbbp2",this.CLOSED=3,this.CONNECTING=0,this.OPEN=1,this.CLOSING=2,this._onOpen=e=>{try{hh(this,e,[im,sm,om])}catch(e){const t=oh("error",{message:e.message,code:K_.OPEN_ERROR,error:e});this._dispatchErrorEvent(t)}},this._onMessage=e=>d_(this,0,void 0,(function*(){const{pingInterval:t,pingFrequency:i}=this._options;if(("hi"===e.data&&"always"===i||"auto"===i)&&(this._clearPingTimer(),this.emit("ping_once_success","success"),this._pingPongTimeoutId=setTimeout(this._ping.bind(this),t)),"hi"!==e.data)try{hh(this,e,[Ch,Sh,Hh,tm,Wh,Ph])}catch(e){const t=oh("error",{message:e.message,code:K_.MESSAGE_ERROR,error:e});this._dispatchErrorEvent(t)}})),this._onError=e=>{var t,i;const o=null===(t=this._endpointManager)||void 0===t?void 0:t.checkReachMaxTries(),s=null===(i=this._endpointManager)||void 0===i?void 0:i.getCurrentEndpoint();if(!o||e.message)this._ws&&this._ws.readyState===this.OPEN&&this._disconnect(),this._dispatchErrorEvent(oh("error",{message:e.message,code:K_.NATIVE_ERROR,error:e}));else{const t=`connect ${s} fail, max retries reached`;this._dispatchErrorEvent(oh("error",{message:t,code:K_.MAX_RETRIES_ERROR,error:e}))}},this._onClose=e=>d_(this,0,void 0,(function*(){var t,i,o,s,n,r,a,c,d,l,p,u;this._clearTimer(),this._clearPingTimer(),this._removeWsListeners(),this._ws=null,this._connectLock=!1;const _=null===(t=this._endpointManager)||void 0===t?void 0:t.checkReachMaxTries();if(!_&&this._navigatorOnline()&&!this._readyClosed){const t=null===(i=this._endpointManager)||void 0===i?void 0:i.getCurrentEndpoint(),o=this._options.reconnectInterceptor(e.code,e.reason);return this._dispatchCloseEvent(sh("close",{code:1006,reason:e.reason||`connecting failed, unknown reason, hostname: ${t}`,willReconnect:o})),void(o&&this._connect())}if(1e3!==e.code&&this._readyClosed)return this._dispatchCloseEvent(sh("close",{code:1e3,reason:"bye"})),null===(o=this._endpointManager)||void 0===o||o.resetEndpointConfig(),void(null===(s=this._pingLossCounter)||void 0===s||s.resetCounter());if(1e3!==e.code&&_){const t=null===(n=this._endpointManager)||void 0===n?void 0:n.getCurrentEndpoint();let i=e.reason;i||(i=yield function(e){return d_(this,0,void 0,(function*(){return new Promise((t=>{if(!ah)return t("unknown reason");try{const i=document.createElement("script");window.frontierJSONP=e=>{document.body.removeChild(i),window.frontierJSONP=void 0,t(e&&e.msg||"unknown reason")},i.type="text/javascript",i.src=e.replace(/^ws/,"http")+"&jscallback=frontierJSONP";try{document.body.appendChild(i)}catch(e){document.body.removeChild(i)}}catch(e){window.frontierJSONP=void 0,t("unknown reason")}}))}))}(this._url)),i=`connecting failed, ${i}, hostname: ${t}, max retries reached`,this._dispatchCloseEvent(sh("close",{code:e.code,reason:i}));const o=`connect ${t} fail, max retries reached`;return this._dispatchErrorEvent(oh("error",{message:o,code:K_.MAX_RETRIES_ERROR})),null===(r=this._endpointManager)||void 0===r||r.resetEndpointConfig(),void(null===(a=this._pingLossCounter)||void 0===a||a.resetCounter())}if(1e3!==e.code&&!e.reason){const t=null===(c=this._endpointManager)||void 0===c?void 0:c.getCurrentEndpoint();return this._dispatchCloseEvent(sh("close",{code:e.code,reason:`connecting failed, unknown reason, hostname: ${t}`})),null===(d=this._endpointManager)||void 0===d||d.resetEndpointConfig(),void(null===(l=this._pingLossCounter)||void 0===l||l.resetCounter())}this._dispatchCloseEvent(e),null===(p=this._endpointManager)||void 0===p||p.resetEndpointConfig(),null===(u=this._pingLossCounter)||void 0===u||u.resetCounter()})),this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this.onStartReconnect=null,this.onReceiveAck=null,this.onStopImmediatelyReconnect=null,this._handleOnLine=this._handleOnLine.bind(this),this._handleOffLine=this._handleOffLine.bind(this),this._handlePageHide=this._handlePageHide.bind(this),this._handlePageShow=this._handlePageShow.bind(this),this._options={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:1/0,service:0,logIDGenerator:u_,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:"auto",pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:"CONTINUE",env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};const{url:t,ws:i}=e,o=Array.isArray(t)?t:"string"==typeof t?[t]:[];if(!o||0===o.length)throw new Error("please provide valid url");if(!function(e){return!!(e||dh&&wx.connectSocket||ch&&tt.connectSocket||(ah||lh)&&"undefined"!=typeof WebSocket&&WebSocket)}(i))throw new Error("please provide ws params, WebSocket constructor is undefined");Object.assign(this._options,e),this._endpointManager=new rh(o,this._options.maxRetries),this._pingLossCounter=new vh(this._options.pingLossCount),this._options.automaticOpen&&(this._isInit=!0,this._connect()),this._options.listenNetworkChanged&&(this._isMiniTT||this._isMiniWX?this._onPageNetWorkChange():this._isBrowser&&this._initGlobalEventListener())}_handleOnLine(){this._options.disableAutoReconnect||this._readyClosed||this._handleReconnect()}_handleOffLine(){this._destroyWebSocket();const e=nh("reconnect",{message:"stop immediately reconnect"});this.onStopImmediatelyReconnect&&this.onStopImmediatelyReconnect(e)}_initGlobalEventListener(){this._isBrowser&&window.addEventListener("online",this._handleOnLine),this._isBrowser&&window.addEventListener("offline",this._handleOffLine),this._isBrowser&&window.addEventListener("pagehide",this._handlePageHide),this._isBrowser&&window.addEventListener("pageshow",this._handlePageShow)}_dropGlobalEventListener(){this._isBrowser&&window.removeEventListener("online",this._handleOnLine),this._isBrowser&&window.removeEventListener("offline",this._handleOffLine),this._isBrowser&&window.removeEventListener("pagehide",this._handlePageHide),this._isBrowser&&window.removeEventListener("pageshow",this._handlePageShow)}_handlePageHide(e){e.persisted||(this._isBrowser&&window.removeEventListener("pagehide",this._handlePageHide),this._isBrowser&&window.removeEventListener("pageshow",this._handlePageShow),this.close()),this._isBrowser&&window.removeEventListener("online",this._handleOnLine),this._isBrowser&&window.removeEventListener("offline",this._handleOffLine)}_handlePageShow(e){e.persisted&&(!this._navigatorOnline()||this._ws&&this._ws.readyState===this.OPEN&&this._ws.readyState===this.CONNECTING||this._handleOnLine(),this._isBrowser&&window.addEventListener("online",this._handleOnLine),this._isBrowser&&window.addEventListener("offline",this._handleOffLine))}_generateUrl(e){return d_(this,0,void 0,(function*(){const{fpID:t,deviceID:i,bddID:o,ttwID:s,accessKey:n,aID:r,customParams:a={},enableAutoAck:c,enableQoS:d,QoSLevel:l,env:p}=this._options;let u,_,h;this._isBrowser||this._isMiniWX||this._isMiniTT?(u=location&&"https:"==location.protocol?"wss://":"ws://",_=e.replace(/((^ws)|(^http))((?:[s]*:\/\/))/,""),h=/^wss(.*:\/\/)/.test(e)?e:`${u}${_}`):(u="wss://",_=e.replace(/(^http)((?:[s]*:\/\/))/,""),h=/(^ws)((?:[s]*:\/\/))/.test(_)?_:`${u}${_}`);const m=o?"bd_did":s?"ttwid":"device_id",g=o||(s||i);if(!g||!m)throw new Error("please provide bddID, deviceID or ttwID");const f="function"==typeof a?yield a():a,y=p?((e,t)=>{switch(e){case"boe":case"ppe":return{[`x-use-${e}`]:1,"x-tt-env":t};default:return{}}})(p.xUseEnv,p.xTTEnv):{},v=Object.assign(Object.assign({device_platform:"web",version_code:"fws_1.0.0",access_key:n,fpid:t,aid:r,[m]:g,xsack:c?1:0,xaack:c?1:0,xsqos:d?1:0,qos_level:d?l:void 0,qos_sdk_version:2},y),f);return`${h}/ws/v2${Object.keys(v).reduce(((e,t)=>void 0!==v[t]?`${e}${e?"&":"?"}${t}=${v[t]}`:e),"")}`}))}_connect(){var e,t,i,o,s,n,r;return d_(this,0,void 0,(function*(){if(!this._connectLock&&!this._readyClosed){this._connectLock=!0;try{const d=null===(e=this._endpointManager)||void 0===e?void 0:e.checkCurrentEndpointReachedMaxRetries(),{timeoutInterval:l}=this._options;if(d){const e=null===(t=this._endpointManager)||void 0===t?void 0:t.getCurrentEndpoint(),s=null===(i=this._endpointManager)||void 0===i?void 0:i.replaceBackupEndpointAndUpdateCount(),n=null===(o=this._endpointManager)||void 0===o?void 0:o.getCurrentEndpointTriesCount();if(!s){const t=`connect ${e} timeout, max retries reached`;return this._debug(t),void this._dispatchErrorEvent(oh("error",{message:t,code:K_.MAX_RETRIES_ERROR}))}{const t=`connect ${e} timeout, max retries reached, will use backup endpoint ${s} to retry`,i=oh("error",{message:t,code:K_.MAX_RETRIES_ERROR});this._debug(t),this._dispatchErrorEvent(i),this._url=yield this._generateUrl(s),this._debug(`connect ${s} ${n} times`),this._removeWsListeners()}}else{const e=null===(s=this._endpointManager)||void 0===s?void 0:s.getCurrentEndpointAndUpdateCount(),t=null===(n=this._endpointManager)||void 0===n?void 0:n.getCurrentEndpointTriesCount();this._url=yield this._generateUrl(e||""),this._debug(`connect ${e} ${t} times`),this._removeWsListeners()}if(this._isInit)this._isInit=!1;else{const e=nh("reconnect",{message:"start"});this.onStartReconnect&&this.onStartReconnect(e)}const p=(null===(r=this._endpointManager)||void 0===r?void 0:r.getCurrentEndpointTriesCount())||0;p>1&&(yield this._wait(p-1)),this._debug(`connecting url: ${this._url} protocols: ${this._protocols}`),this._ws=(a={url:this._url,protocols:[this._protocols],headers:this._options.miniProgramParams.customHttpHeader},(c=this._options.ws)?new c(a.url,a.protocol):dh||ch?new _h(a.url,a.protocol,a.headers):(ah||lh)&&"undefined"!=typeof WebSocket&&WebSocket?new WebSocket(a.url,a.protocols):void 0),(this._isBrowser||this._isWorker)&&this._ws&&(this._ws.binaryType=this._binaryType),this._addWsListeners(),this._connectionTimeoutId=setTimeout(this._onTimeout.bind(this),l)}catch(e){throw this._connectLock=!1,e}var a,c}}))}_clearTimer(){clearTimeout(this._connectionTimeoutId),this._connectionTimeoutId=null}_clearPingTimer(){clearTimeout(this._pingPongTimeoutId),clearTimeout(this._reconnectTimeoutId),this._pingPongTimeoutId=null,this._reconnectTimeoutId=null}_debug(...e){this._options.debug&&console.log.apply(console,["FRONTIER>",...e])}_getIntervalValue(e){const{initReconnectInterval:t,maxReconnectInterval:i,reconnectIntervalGrowFactor:o}=this._options,s=t*Math.pow(o,e-1);return s>i?i:s}_ping(){if(this._ws&&this._ws.readyState===this.CONNECTING)return this._clearPingTimer(),void(this._pingPongTimeoutId=setTimeout(this._ping.bind(this),this._options.pingInterval));this._ws&&this._ws.readyState===this.OPEN?(this._ws&&this._ws.send("hi"),this._reconnectTimeoutId=setTimeout(this._handleReconnectTimeout.bind(this),this._options.pingTimeoutInterval)):this._handleReconnect()}_handleReconnectTimeout(){var e,t;null===(e=this._pingLossCounter)||void 0===e||e.addCount(),this.emit("ping_once_timeout","timeout"),(null===(t=this._pingLossCounter)||void 0===t?void 0:t.checkReachMaxCount())?this._handleReconnect():this._ping()}_navigatorOnline(){return this._isMiniTT||this._isMiniWX?this._miniNavigatorOnline:!this._isBrowser&&!this._isWorker||!this._options.listenNetworkChanged||navigator.onLine}_handleReconnect(){var e,t;this._navigatorOnline()&&!this._readyClosed&&(null===(e=this._endpointManager)||void 0===e||e.resetEndpointConfig(),null===(t=this._pingLossCounter)||void 0===t||t.resetCounter(),this._ws?this._disconnect(1001,"going away, try reconnecting server",!0):this._connect())}_onPageNetWorkChange(){this._isMiniTT?tt.onNetworkStatusChange((({isConnected:e})=>{this._miniNavigatorOnline=e,e?this._handleOnLine():this._handleOffLine()})):this._isMiniWX&&wx.onNetworkStatusChange((({isConnected:e})=>{this._miniNavigatorOnline=e,e?this._handleOnLine():this._handleOffLine()}))}_wait(e){return new Promise((t=>{setTimeout(t,this._getIntervalValue(e))}))}_disconnect(e=1e3,t="",i=!1){this._ws&&this._destroyWebSocket(e,t,i)}_onTimeout(){var e;const t=null===(e=this._endpointManager)||void 0===e?void 0:e.getCurrentEndpoint();this._debug(`connect ${t} timeout`),this._disconnect(1001,"timeout, try reconnecting",!0)}_sendAck(e){const t=q_(e);this._ws&&this._ws.readyState===this.OPEN&&(this._ws&&this._ws.send(t),this._debug("send_ack",e))}_removeWsListeners(){this._ws&&(this._ws.removeEventListener("open",this._onOpen),this._ws.removeEventListener("close",this._onClose),this._ws.removeEventListener("message",this._onMessage),this._ws.removeEventListener("error",this._onError))}_addWsListeners(){this._ws&&(this._ws.addEventListener("open",this._onOpen),this._ws.addEventListener("close",this._onClose),this._ws.addEventListener("message",this._onMessage),this._ws.addEventListener("error",this._onError))}_wsInstanceClose(e=1e3,t=""){try{this._ws&&this._ws.close(e,t)}catch(e){}}_destroyWebSocket(e=1e3,t="",i=!1){var o,s,n,r;if(this._clearPingTimer(),this._clearTimer(),this._removeWsListeners(),this._wsInstanceClose(1e3,t),this._connectLock=!1,i&&this._navigatorOnline()&&!this._readyClosed){if(null===(o=this._endpointManager)||void 0===o?void 0:o.checkReachMaxTries()){const e=null===(s=this._endpointManager)||void 0===s?void 0:s.getCurrentEndpoint();this._dispatchCloseEvent(sh("close",{code:1006,reason:`connect ${e} timeout, max retries reached`,wasClean:!0}))}else{const i=this._options.reconnectInterceptor(e,t);this._dispatchCloseEvent(sh("close",{code:e,reason:t,wasClean:!0,willReconnect:i})),i&&this._connect()}}else this._navigatorOnline()||this._readyClosed?this._dispatchCloseEvent(sh("close",{code:e,reason:"bye"})):this._dispatchCloseEvent(sh("close",{code:1006,reason:"going away, network offline"})),this._ws=null,null===(n=this._endpointManager)||void 0===n||n.resetEndpointConfig(),null===(r=this._pingLossCounter)||void 0===r||r.resetCounter()}_dispatchOpenEvent(e){this.emit("open",e),this.onopen&&this.onopen(e)}_dispatchMessageEvent(e){this.emit("message",e),this.onmessage&&this.onmessage(e)}_dispatchAckMessageEvent(e){this.emit("ack",e),this.onReceiveAck&&this.onReceiveAck(e)}_dispatchErrorEvent(e){this.emit("error",e),this.onerror&&this.onerror(e)}_dispatchCloseEvent(e){this.emit("close",e),this.onclose&&this.onclose(e)}get binaryType(){return this._ws?this._ws.binaryType:this._binaryType}set binaryType(e){this._binaryType=e,this._ws&&(this._ws.binaryType=e)}get retryCount(){var e;return(null===(e=this._endpointManager)||void 0===e?void 0:e.getCurrentEndpointTriesCount())||0}get bufferedAmount(){return this._messageQueue.reduce(((e,t)=>e+=t&&t.byteLength||0),0)+(this._ws?this._ws.bufferedAmount:0)}get extensions(){return this._ws?this._ws.extensions:""}get protocol(){return this._ws?this._ws.protocol:""}get readyState(){return this._ws?this._ws.readyState:this._options.automaticOpen?this.CONNECTING:this.CLOSED}get url(){return this._ws?this._ws.url:this._url}close(e=1e3,t){var i;this._readyClosed=!0,this._clearTimer(),this._clearPingTimer(),this._dropGlobalEventListener(),null===(i=this._QoSManager)||void 0===i||i.closeDB(),this._ws?this._ws.readyState!==this.CLOSED&&this._ws.readyState!==this.CLOSING?this._destroyWebSocket(e,t):this._debug("close, ws already closed"):this._debug("close, ws instance not initialized")}send(e,t){return d_(this,0,void 0,(function*(){if(null==e)throw new Error("please provide a valid data, data must be a string or an arraybuffer");"number"==typeof e&&(e=JSON.stringify(e)),"string"==typeof e||e instanceof ArrayBuffer||e.buffer&&e.buffer instanceof ArrayBuffer||(e=JSON.stringify(e));const i=yield yh(e),o=function(e){try{return"string"!=typeof e&&(e instanceof ArrayBuffer||e.buffer&&e.buffer instanceof ArrayBuffer)?"":"string"==typeof e?(JSON.parse(e),"application/json"):""}catch(t){return"string"==typeof e?"text/plain;charset=utf-8":""}}(e),{method:s=0,service:n=this._options.service,logID:r=this._options.logIDGenerator(),headers:a=this._options.headers,payloadEncoding:c=this._options.payloadEncoding,payloadType:d=this._options.payloadType,logIDNew:l=(this._options.logIDNewConfig.enableAutoGenerateLogIDNew?p_(this._options.logIDNewConfig.userIp):"")}=t||{};if(!n)throw new Error("please provide a valid service");const p={SeqID:$_.fromNumber(this._seqId++),LogID:$_.fromNumber(r),service:n,method:s,headers:a,payloadEncoding:c instanceof Object?c.encoding?c.encoding:"":c,payloadType:d instanceof Object?d.type?d.type:o:d||o,payload:i,LogIDNew:l},u=q_(p);return this._ws&&this._ws.readyState===this.OPEN?(this._ws&&this._ws.send(u),this._debug("sent",p)):this._messageQueue.length<this._options.maxMessageQueueLength?(this._messageQueue.push(u),this._debug("enqueue",p)):(this._messageQueue.shift(),this._messageQueue.push(u)),{seqID:this._seqId,logID:r,logIDNew:l}}))}reconnect(e){var t,i;return d_(this,0,void 0,(function*(){const{url:o}=e||{},s=Array.isArray(o)?o:"string"==typeof o?[o]:[];e&&Object.assign(this._options,e),s&&s.length?this._endpointManager=new rh(s,this._options.maxRetries):null===(t=this._endpointManager)||void 0===t||t.resetEndpointConfig(),null===(i=this._pingLossCounter)||void 0===i||i.resetCounter(this._options.pingLossCount),this._readyClosed=!1,this._ws&&this._ws.readyState!==this.CLOSED?this._disconnect(1e3,"manual reconnecting",!0):(this._isInit=!0,this._connect())}))}connect(){var e,t;return d_(this,0,void 0,(function*(){this._connectLock||(null===(e=this._endpointManager)||void 0===e||e.resetEndpointConfig(),null===(t=this._pingLossCounter)||void 0===t||t.resetCounter(),this._readyClosed=!1,this._isInit=!0,this._connect())}))}addEventListener(e,t){this.on(e,t)}dispatchEvent(e){const{type:t}=e;this.emit(t,e)}removeEventListener(e,t){this.off(e,t)}pingOnce(){return new Promise(((e,t)=>{this._clearPingTimer(),this._pingPongTimeoutId=setTimeout(this._ping.bind(this),this._options.pingInterval);const i=()=>{e("success"),this.off("ping_once_success",i),this.off("ping_once_timeout",o)},o=()=>{t("timeout"),this.off("ping_once_success",i),this.off("ping_once_timeout",o)};this.on("ping_once_success",i),this.on("ping_once_timeout",o),this._ping()}))}}function rm(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}class am extends w{constructor(e,t){super((e=>{const t=new URL(e);return t.searchParams.set("aid",Wu),t.toString()})(e),"pbbp2",{headers:{...t,Origin:"https://www.coze.cn"}})}}class cm{constructor(){cm.prototype.__init.call(this)}__init(){this.fws=null}connect(t,i,o){return new Promise(((s,n)=>{let r=!1,a=!1;const c=e=>{if(!a)return a=!0,void n(e);rm([o,"optionalCall",t=>t(e)])},d={fpID:"1289",aID:Wu,accessKey:t.accessKey,deviceID:t.deviceId,url:"wss://frontier.coze.cn",automaticOpen:!0,enableQoS:!1,enableAutoAck:!1,ws:class extends am{constructor(e){super(e,t.headers)}}};this.fws=new nm(d);const l=setTimeout((()=>{a=!0,this.dispose(),n(new Error("Frontier connection timeout"))}),(p=t.timeoutMs,u=()=>1e4,null!=p?p:u()));var p,u;this.fws.onopen=()=>{r=!0,a=!0,clearTimeout(l),s()},this.fws.onerror=()=>{clearTimeout(l),c(new Error(r?"Frontier connection failed after connect":"Frontier connection failed"))},this.fws.onclose=()=>{clearTimeout(l),c(new Error(r?"Frontier connection closed after connect":"Frontier connection closed"))},this.fws.onmessage=t=>{const o=rm([t,"access",e=>e.message,"optionalAccess",e=>e.payloadType]),s=rm([t,"access",e=>e.message,"optionalAccess",e=>e.service]),n=rm([t,"access",e=>e.message,"optionalAccess",e=>e.payload]);if(!o||!n)return;const r=new TextDecoder("utf-8").decode(n),a=e.safeJsonParse(r,r);i({service:s,event:o,data:a})}}))}dispose(){rm([this,"access",e=>e.fws,"optionalAccess",e=>e.close,"call",e=>e()]),this.fws=null}}function dm(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const lm=(e,t)=>{const i=t.toLowerCase(),o=Object.entries(e).find((([e])=>e.toLowerCase()===i));return dm([o,"optionalAccess",e=>e[1]])},pm=e=>JSON.stringify({accessKey:e.accessKey,authorization:lm(e.headers,"authorization"),deviceId:e.deviceId,organizationId:e.organizationId,serviceId:e.serviceId,xTTEnv:lm(e.headers,"x-tt-env")}),um=e=>"function"==typeof e.resolveConfig&&"string"==typeof e.scopeKey;class _m{__init(){this.entries=new Map}constructor(e){_m.prototype.__init.call(this),this.createClient=dm([e,"optionalAccess",e=>e.createClient])||(()=>new cm),this.getScopeKey=dm([e,"optionalAccess",e=>e.getScopeKey])||pm}async subscribe(e,t){const i=((e,t)=>um(e)?e.scopeKey:t(e))(e,this.getScopeKey);let o=this.entries.get(i);o||(o=this.createEntry(i,e),this.entries.set(i,o)),o.subscribers.add(t);try{await o.connectPromise}catch(e){throw o.subscribers.delete(t),e}let s=!1;return{release:()=>{s||(s=!0,this.releaseSubscriber(i,o,t))}}}createEntry(e,t){const i=this.createClient(),o={client:i,connectPromise:Promise.resolve(),subscribers:new Set};return o.connectPromise=(async e=>um(e)?await e.resolveConfig():e)(t).then((async t=>{await i.connect(t,(t=>{this.emitEvent(e,t)}),(t=>{this.handleConnectionError(e,t)}))})).catch((t=>{throw this.entries.get(e)===o&&this.entries.delete(e),o.subscribers.clear(),i.dispose(),t})),o}emitEvent(e,t){const i=this.entries.get(e);if(i)for(const e of i.subscribers)e.onEvent(t)}handleConnectionError(e,t){const i=this.entries.get(e);if(!i)return;this.entries.delete(e);const o=[...i.subscribers];i.subscribers.clear(),i.client.dispose();for(const e of o)dm([e,"access",e=>e.onError,"optionalCall",e=>e(t)])}releaseSubscriber(e,t,i){t.subscribers.delete(i),t.subscribers.size>0||(this.entries.get(e)===t&&this.entries.delete(e),t.client.dispose())}}const hm=new _m;function mm(e,t){return null!=e?e:t()}function gm(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const fm=e=>({...e,files:e.files?[...e.files]:void 0}),ym=e=>e?JSON.stringify(e.map((e=>({file_name:e.file_name,file_uri:e.file_uri,file_url:e.file_url,preview_url:e.preview_url})))):"";class vm{constructor(){vm.prototype.__init.call(this)}__init(){this.sessionStates=new Map}applyReplyEvent(t,i){const o=i.session_id;if(!o||!(e=>2===Number(e.source))(i))return null;const s=(({data:t,event:i})=>{const o=gm([e.safeJsonParse(t.content,null),"optionalAccess",e=>e.message_data,"optionalAccess",e=>e.reply]),s=t.id,n="message"===i?gm([o,"optionalAccess",e=>e.content])||t.content:gm([o,"optionalAccess",e=>e.content]);return s&&n?{answerId:s,content:n,files:t.files,requestMessageId:gm([o,"optionalAccess",e=>e.reply_to_message_id])}:null})({data:i,event:t});if(!s)return null;const n=this.getOrCreateSessionState(o),r=n.replies.get(s.answerId),a={answerId:s.answerId,content:"stream"===t&&r?r.content+s.content:s.content,files:mm(s.files,(()=>gm([r,"optionalAccess",e=>e.files]))),requestMessageId:mm(s.requestMessageId,(()=>gm([r,"optionalAccess",e=>e.requestMessageId])))};return"message"===t&&!r&&(({nextReply:e,sessionState:t})=>{for(const i of t.replies.values())if(i.requestMessageId===e.requestMessageId&&i.content===e.content&&ym(i.files)===ym(e.files))return!0;return!1})({nextReply:a,sessionState:n})?null:(n.replies.has(s.answerId)||n.replyOrder.push(s.answerId),n.replies.set(s.answerId,a),"stream"===t?{type:"reply_chunk",sessionId:o,source:"stream",chunk:{answerId:s.answerId,content:s.content,requestMessageId:s.requestMessageId}}:{type:"reply_update",sessionId:o,source:"message",reply:fm(a)})}applySessionIdleEvent(e){const t=gm([e,"optionalAccess",e=>e.session_id]);if(!t||2!==Number(e.status))return null;const i=this.sessionStates.get(t);if(!i)return null;return{type:"session_idle",sessionId:t,replies:i.replyOrder.map((e=>i.replies.get(e))).filter((e=>Boolean(e))).map((e=>fm(e)))}}getOrCreateSessionState(e){const t=this.sessionStates.get(e);if(t)return t;const i={replies:new Map,replyOrder:[]};return this.sessionStates.set(e,i),i}}function wm(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const bm=e=>({type:"progress_update",progress:e});class Sm{constructor(){Sm.prototype.__init.call(this)}__init(){this.progressStates=new Map}getKnownClawIds(){return this.progressStates.keys()}getKnownProgressEvents(e){const t=this.progressStates.get(e);return t?[...t.values()].map((t=>bm({progressId:t.progressId,clawId:e,name:t.name,progressType:t.progressType,progressStatus:t.progressStatus}))):[]}applyFrontierEvent(e){const t=wm([e,"optionalAccess",e=>e.claw_id]),i=wm([e,"optionalAccess",e=>e.id]);if(!t||!i)return null;const o=2===Number(e.status)?"finished":1===Number(e.status)?"running":null;if(!o)return null;const s={progressId:i,clawId:t,name:e.name,progressType:e.type,progressStatus:o};return this.updateKnownProgressState(s),bm(s)}applySnapshot(e,t){const i=this.getOrCreateProgressState(e),o=new Set,s=[];t.forEach((t=>{o.add(t.progressId);const n={progressId:t.progressId,clawId:e,name:t.name,progressType:t.progressType,progressStatus:t.progressStatus},r=i.get(t.progressId);i.set(t.progressId,n),((e,t)=>Boolean(e&&e.name===t.name&&e.progressType===t.progressType&&e.progressStatus===t.progressStatus))(r,n)||s.push(bm({progressId:n.progressId,clawId:e,name:n.name,progressType:n.progressType,progressStatus:n.progressStatus}))}));for(const t of[...i.values()])o.has(t.progressId)||(i.delete(t.progressId),s.push(bm({progressId:t.progressId,clawId:e,name:t.name,progressType:t.progressType,progressStatus:"finished"})));return 0===i.size&&this.progressStates.delete(e),s}updateKnownProgressState(e){const t=this.getOrCreateProgressState(e.clawId);if("finished"===e.progressStatus)return t.delete(e.progressId),void(0===t.size&&this.progressStates.delete(e.clawId));t.set(e.progressId,{progressId:e.progressId,clawId:e.clawId,name:e.name,progressType:e.progressType,progressStatus:e.progressStatus})}getOrCreateProgressState(e){const t=this.progressStates.get(e);if(t)return t;const i=new Map;return this.progressStates.set(e,i),i}}class Pm{__init(){this.progressPollTimers=new Map}__init2(){this.progressRefreshes=new Map}constructor({emitProgressUpdate:e,globalStreamKey:t,hasConnectionError:i,hasSubscribers:o,listProgresses:s,progressPollIntervalMs:n=3e4,progressStateStore:r}){Pm.prototype.__init.call(this),Pm.prototype.__init2.call(this),this.emitProgressUpdate=e,this.globalStreamKey=t,this.hasConnectionError=i,this.hasSubscribers=o,this.listProgresses=s,this.progressPollIntervalMs=n,this.progressStateStore=r}ensure(e){if(!this.listProgresses||this.progressPollTimers.has(e))return;const t=async()=>{if(this.progressPollTimers.delete(e),!this.hasSubscribers(e)||this.hasConnectionError())return;if(await this.refresh(e),!this.hasSubscribers(e)||this.hasConnectionError())return;const i=setTimeout((()=>{t()}),this.progressPollIntervalMs);this.progressPollTimers.set(e,i)},i=setTimeout((()=>{t()}),this.progressPollIntervalMs);this.progressPollTimers.set(e,i)}stop(e){const t=this.progressPollTimers.get(e);t&&(clearTimeout(t),this.progressPollTimers.delete(e))}stopAll(){for(const e of this.progressPollTimers.values())clearTimeout(e);this.progressPollTimers.clear()}async refresh(e){if(!this.listProgresses)return;const t=this.progressRefreshes.get(e);if(t)return void await t;const i=(async()=>{const{listProgresses:t}=this;if(!t)return;const i=await t(e);this.progressStateStore.applySnapshot(e,i).forEach((t=>{this.emitProgressUpdate(e,t),this.emitProgressUpdate(this.globalStreamKey,t)}))})().finally((()=>{this.progressRefreshes.delete(e)}));this.progressRefreshes.set(e,i),await i}}class Cm{__init(){this.closed=!1}__init2(){this.error=null}__init3(){this.queue=[]}constructor(e){this.cleanup=e,Cm.prototype.__init.call(this),Cm.prototype.__init2.call(this),Cm.prototype.__init3.call(this)}push(e){if(!this.closed){if(this.pending){const{pending:t}=this;return this.pending=void 0,void t.resolve({done:!1,value:e})}this.queue.push(e)}}close(){if(!this.closed&&(this.closed=!0,this.cleanup(),this.pending)){const{pending:e}=this;this.pending=void 0,e.resolve({done:!0,value:void 0})}}fail(e){if(!this.closed&&(this.closed=!0,this.error=e,this.queue.length=0,this.cleanup(),this.pending)){const{pending:t}=this;this.pending=void 0,t.reject(e)}}async next(){if(this.queue.length>0){return{done:!1,value:this.queue.shift()}}if(this.error)throw this.error;return this.closed?{done:!0,value:void 0}:await new Promise(((e,t)=>{this.pending={reject:t,resolve:e}}))}async return(){return this.close(),{done:!0,value:void 0}}[Symbol.asyncIterator](){return this}}function Tm(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Em="*";class Im{__init(){this.connectionError=null}__init2(){this.disposed=!1}__init3(){this.replyStateStore=new vm}__init4(){this.progressStateStore=new Sm}__init5(){this.sessionStreams=new Map}__init6(){this.progressStreams=new Map}constructor(e){Im.prototype.__init.call(this),Im.prototype.__init2.call(this),Im.prototype.__init3.call(this),Im.prototype.__init4.call(this),Im.prototype.__init5.call(this),Im.prototype.__init6.call(this),this.connectionManager=Tm([e,"optionalAccess",e=>e.connectionManager])||(Tm([e,"optionalAccess",e=>e.client])?new _m({createClient:()=>e.client}):hm),this.progressPoller=new Pm({emitProgressUpdate:(e,t)=>{this.emitToProgress(e,t)},globalStreamKey:Em,hasConnectionError:()=>Boolean(this.connectionError),hasSubscribers:e=>this.hasProgressSubscribers(e),listProgresses:Tm([e,"optionalAccess",e=>e.listProgresses]),progressPollIntervalMs:Tm([e,"optionalAccess",e=>e.progressPollIntervalMs]),progressStateStore:this.progressStateStore})}async connect(e){if(this.disposed)throw new Error("Frontier watcher disposed");if(this.lastConnectionRequest=e,this.connectionLease)return;this.connecting||(this.connecting=this.connectionManager.subscribe(e,{onError:e=>{this.handleConnectionError(e)},onEvent:e=>{this.handleEvent(e)}}).then((e=>(this.connectionLease=e,this.connectionError=null,e))).finally((()=>{this.connecting=void 0})));const t=await this.connecting;this.disposed&&(t.release(),this.connectionLease=void 0)}async ensureConnected(){if(this.connectionLease||this.connecting)await this.connecting;else{if(!this.lastConnectionRequest){if(this.connectionError)throw this.connectionError;throw new Error("Frontier watcher is not connected")}await this.connect(this.lastConnectionRequest)}}watchSession(e,t){const i=new Cm((()=>{this.removeStream(e,i),Tm([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.removeEventListener,"call",e=>e("abort",o)])})),o=()=>{i.close()};if(this.disposed)return i.fail(new Error("Frontier watcher disposed")),i;if(this.connectionError)return i.fail(this.connectionError),i;if(Tm([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.aborted]))return i.close(),i;let s=this.sessionStreams.get(e);return s||(s=new Set,this.sessionStreams.set(e,s)),s.add(i),Tm([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.addEventListener,"call",e=>e("abort",o,{once:!0})]),i}watchProgress(e,t){const i=e||Em,o=new Cm((()=>{this.removeProgressStream(i,o),Tm([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.removeEventListener,"call",e=>e("abort",s)])})),s=()=>{o.close()};if(this.disposed)return o.fail(new Error("Frontier watcher disposed")),o;if(this.connectionError)return o.fail(this.connectionError),o;if(Tm([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.aborted]))return o.close(),o;let n=this.progressStreams.get(i);if(n||(n=new Set,this.progressStreams.set(i,n)),n.add(o),Tm([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.addEventListener,"call",e=>e("abort",s,{once:!0})]),e)this.emitKnownProgresses(o,e),this.progressPoller.refresh(e),this.progressPoller.ensure(e);else for(const e of this.progressStateStore.getKnownClawIds())this.emitKnownProgresses(o,e);return o}dispose(){if(!this.disposed){if(this.disposed=!0,this.progressPoller.stopAll(),this.failAllStreams(new Error("Frontier watcher disposed")),this.connectionLease)return this.connectionLease.release(),void(this.connectionLease=void 0);this.connecting&&this.connecting.then((e=>{e.release(),this.connectionLease===e&&(this.connectionLease=void 0)})).catch((()=>{}))}}removeStream(e,t){const i=this.sessionStreams.get(e);i&&(i.delete(t),0===i.size&&this.sessionStreams.delete(e))}removeProgressStream(e,t){const i=this.progressStreams.get(e);i&&(i.delete(t),0===i.size&&(this.progressStreams.delete(e),e!==Em&&this.progressPoller.stop(e)))}failAllStreams(e){for(const t of this.sessionStreams.values())for(const i of t)i.fail(e);this.sessionStreams.clear();for(const t of this.progressStreams.values())for(const i of t)i.fail(e);this.progressStreams.clear()}handleConnectionError(e){this.connectionError=e,this.connectionLease=void 0,this.progressPoller.stopAll(),this.failAllStreams(e)}handleEvent(e){33555657===e.service&&("message"!==e.event&&"stream"!==e.event?"session"!==e.event?"process"===e.event&&this.handleProgressEvent(e.data):this.handleSessionEvent(e.data):this.handleReplyEvent(e.event,e.data))}handleReplyEvent(e,t){const i=this.replyStateStore.applyReplyEvent(e,t);i&&"sessionId"in i&&this.emitToSession(i.sessionId,i)}handleSessionEvent(e){const t=this.replyStateStore.applySessionIdleEvent(e);t&&"sessionId"in t&&this.emitToSession(t.sessionId,t)}handleProgressEvent(e){const t=this.progressStateStore.applyFrontierEvent(e);if(!t)return;const{clawId:i}=t.progress;this.emitToProgress(i,t),this.emitToProgress(Em,t)}emitToSession(e,t){const i=this.sessionStreams.get(e);if(i&&0!==i.size)for(const e of i)e.push(t)}emitToProgress(e,t){const i=this.progressStreams.get(e);if(i&&0!==i.size)for(const e of i)e.push(t)}emitKnownProgresses(e,t){this.progressStateStore.getKnownProgressEvents(t).forEach((t=>{e.push(t)}))}hasProgressSubscribers(e){const t=this.progressStreams.get(e);return Boolean(t&&t.size>0)}}function km(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Am=({replies:e,requestMessageId:t,source:i})=>{if(0===e.length)return null;const o=km([e,"access",t=>t[e.length-1],"optionalAccess",e=>e.answerId]);return o?{answerId:o,content:e.map((e=>e.content)).filter(Boolean).join("\n\n"),files:km([e,"access",t=>t[e.length-1],"optionalAccess",e=>e.files]),requestMessageId:t,source:i}:null},jm=({replies:e,replyOrder:t,reply:i})=>{e.has(i.answerId)||t.push(i.answerId),e.set(i.answerId,i)},Rm=({event:e,replies:t,replyOrder:i})=>{const o=t.get(e.chunk.answerId),s={answerId:e.chunk.answerId,content:`${km([o,"optionalAccess",e=>e.content])||""}${e.chunk.content}`,files:km([o,"optionalAccess",e=>e.files]),requestMessageId:e.chunk.requestMessageId||km([o,"optionalAccess",e=>e.requestMessageId])};return jm({replies:t,reply:s,replyOrder:i}),s},zm=({event:e,replies:t,replyOrder:i})=>(jm({replies:t,reply:e.reply,replyOrder:i}),e.reply);class Um{constructor(e){this.watcher=km([e,"optionalAccess",e=>e.watcher])||new Im}async connect(e){await this.watcher.connect(e)}async waitForReply(e){const{onReplyChunk:t,onReplyUpdate:i,sessionId:o,requestMessageId:s,timeoutMs:n}=e;if(this.pending)throw new Error("Frontier waiter already has a pending reply request");await this.watcher.ensureConnected();const r=new AbortController;return await new Promise(((e,a)=>{const c=new Map,d=[];let l=!1;const p=t=>{l||(l=!0,km([this,"access",e=>e.pending,"optionalAccess",e=>e.timer])&&clearTimeout(this.pending.timer),this.pending=void 0,r.abort(),t({reject:a,resolve:e}))},u=void 0===n?void 0:setTimeout((()=>{const e=Am({replies:d.map((e=>c.get(e))).filter((e=>Boolean(e))),requestMessageId:s,source:"timeout"});p((({reject:t,resolve:i})=>{e?i(e):t(new Error("Timed out waiting for Frontier reply"))}))}),n);this.pending={controller:r,reject:a,timer:u},(async()=>{try{const e=(async()=>{for await(const e of this.watcher.watchSession(o,{signal:r.signal})){if("reply_chunk"===e.type){if(e.chunk.requestMessageId!==s)continue;Rm({event:e,replies:c,replyOrder:d}),km([t,"optionalCall",t=>t(e)]);continue}if("reply_update"===e.type){if(e.reply.requestMessageId!==s)continue;zm({event:e,replies:c,replyOrder:d}),km([i,"optionalCall",t=>t(e)]);continue}if("session_idle"!==e.type)continue;const o=Am({replies:e.replies.filter((e=>e.requestMessageId===s)),requestMessageId:s,source:"idle"});o&&p((({resolve:e})=>{e(o)}))}})();await e}catch(e){p((({reject:t})=>{t(e instanceof Error?e:new Error(String(e)))}))}})()}))}dispose(){this.pending&&(this.pending.timer&&clearTimeout(this.pending.timer),this.pending.controller.abort(),this.pending.reject(new Error("Frontier waiter disposed")),this.pending=void 0),this.watcher.dispose()}}const Lm={skipOrgCheck:!0,skipSpaceCheck:!0},Om=async t=>{if(t)return t;const i=s.createSessionConfigStore(),o=await i.get();if(o.sessionId)return o.sessionId;throw new e.CozeError(e.ErrorCode.E1000,"Missing session ID: provide --session-id or run `coze session create` first")},xm=async({clawId:e,sessionId:t})=>{const i=s.createSessionConfigStore();await i.save({sessionId:t,...e?{sessionClawId:e}:{}})},Bm=({timeoutMs:e})=>{const t=new AbortController,i=()=>{t.abort()},o=void 0===e?void 0:setTimeout((()=>{i()}),e);return process.once("SIGINT",i),{abort:i,signal:t.signal,dispose:()=>{o&&clearTimeout(o),process.off("SIGINT",i)}}},qm=async(t,i)=>{const o=(t=>{const i=t.getContext();if(!i)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");return{ctx:i,service:s.createDefaultSessionService(i.config)}})(t);try{await i(o)}catch(t){V((t=>{if(t instanceof e.CozeError)return t;if(t instanceof s.SessionServiceError){const i="SESSION_AUTH_INVALID"===t.code?e.ErrorCode.E2001:e.ErrorCode.E5000;return new e.CozeError(i,t.message,{session_error:t.code})}return t instanceof Error?new e.CozeError(e.ErrorCode.E5000,t.message,t.stack):new e.CozeError(e.ErrorCode.E5000,String(t))})(t),o.ctx)}},Dm=t=>{const i=Number.parseInt(t,10);if(!Number.isFinite(i)||i<=0)throw new e.CozeError(e.ErrorCode.E1000,"Invalid value for --limit: expected a positive integer");return i},Mm=t=>{const i=Number.parseInt(t,10);if(!Number.isFinite(i)||i<=0)throw new e.CozeError(e.ErrorCode.E1000,"Invalid value for --timeout: expected a positive integer");return i},Nm=e=>{if(!e||0===e.length)return null;const t=["Files:"];return e.forEach(((e,i)=>{t.push(`${i+1}. ${String(e.file_name||"unnamed-file")}`),e.file_url&&t.push(`file_url: ${String(e.file_url)}`),e.preview_url&&t.push(`preview_url: ${String(e.preview_url)}`)})),t.join("\n")},Gm=(e,t)=>{const i=Nm(t);return i?[e,"",i].join("\n"):e},$m=({accessToken:e,apiBaseUrl:t,organizationId:i,sessionApiBaseUrl:o,xTTEnv:n})=>{const r=o||t,a=(({accessToken:e,xTTEnv:t})=>{if(!e)throw new s.SessionServiceError("Session token is missing or invalid","SESSION_AUTH_INVALID");const i={Authorization:`Bearer ${e}`};return t&&(i["x-use-ppe"]="1",i["x-tt-env"]=t),i})({accessToken:e,xTTEnv:n});return{resolveConfig:async()=>({...await Ju({baseUrl:r,headers:a,xTTEnv:n}),headers:a,organizationId:i}),scopeKey:JSON.stringify({baseUrl:r,authorization:a.Authorization,organizationId:i,xTTEnv:n})}},Fm=async({accessToken:e,apiBaseUrl:t,organizationId:i,sessionApiBaseUrl:o,progressPollIntervalMs:s,service:n,xTTEnv:r})=>{const a=new Im({listProgresses:n?async e=>(await n.listProgresses({clawId:e})).map((t=>({progressId:t.progressId,clawId:e,name:t.name,progressType:t.type,progressStatus:t.progressStatus}))):void 0,progressPollIntervalMs:s});return await a.connect($m({accessToken:e,apiBaseUrl:t,organizationId:i,sessionApiBaseUrl:o,xTTEnv:r})),a},Vm=e=>[`progress_id: ${e.progressId}`,e.name?`name: ${e.name}`:null,e.type?`type: ${e.type}`:null,`progress_status: ${e.progressStatus}`].filter(Boolean).join("\n"),Wm=e=>`${JSON.stringify(e)}\n`;class Hm{__init(){this.replyStates=new Map}__init2(){this.requestPrintedContent=new Map}__init3(){this.endsWithNewline=!0}__init4(){this.hasStartedReply=!1}constructor(e){Hm.prototype.__init.call(this),Hm.prototype.__init2.call(this),Hm.prototype.__init3.call(this),Hm.prototype.__init4.call(this),this.format=e.format,this.includeReplyMetadata=e.includeReplyMetadata||!1,this.write=e.write||(e=>process.stdout.write(e))}writeChunk({chunk:e,sessionId:t}){if("text"!==this.format)return void this.write(Wm({type:"reply_chunk",session_id:t,answer_message_id:e.answerId,reply_to_message_id:e.requestMessageId,delta:e.content}));const i=this.getOrCreateReplyState(e.answerId);this.ensureReplyStarted({answerId:e.answerId,requestMessageId:e.requestMessageId,state:i}),this.writeRaw(e.content),i.printedContent+=e.content,this.updateRequestPrintedContent({requestMessageId:e.requestMessageId,printedContent:i.printedContent})}writeReply({files:e,reply:t,sessionId:i,source:o}){if("text"!==this.format)return void this.write(Wm({type:"message"===o?"reply_update":"reply_completed",session_id:i,answer_message_id:t.answerId,reply_to_message_id:t.requestMessageId,content:t.content,files:e,event_source:o}));const s=this.getOrCreateReplyState(t.answerId),n=this.getPreviousPrintedContent({reply:t,state:s}),r=this.getSnapshotDelta({nextContent:t.content,previousContent:n}),a=this.continuesPrintedRequest({reply:t,state:s});if(!r&&"message"!==o)return this.updateReplyStateContent({reply:t,state:s}),void this.writeFinalReplyMetadata({files:e});this.ensureReplyStarted({answerId:t.answerId,requestMessageId:t.requestMessageId,state:s,continuesPrintedRequest:a}),r&&this.writeRaw(r),this.updateReplyStateContent({reply:t,state:s}),"message"!==o&&this.writeFinalReplyMetadata({files:e})}writeFinalReplyMetadata({files:e}){this.endsWithNewline||this.writeRaw("\n");const t=Nm(e);t&&this.writeRaw(`\n${t}\n`)}writeProgress({progress:e,sessionId:t}){"text"===this.format?(this.endsWithNewline||this.writeRaw("\n"),this.writeRaw(`\n${Vm(e)}\n`)):this.write(Wm({type:"background_progress_started",session_id:t,progress_id:e.progressId,progress_name:e.name,progress_type:e.type,progress_status:e.progressStatus}))}getOrCreateReplyState(e){const t=this.replyStates.get(e);if(t)return t;const i={headerPrinted:!1,printedContent:""};return this.replyStates.set(e,i),i}ensureReplyStarted({answerId:e,continuesPrintedRequest:t=!1,requestMessageId:i,state:o}){if(!o.headerPrinted){if(t)return o.headerPrinted=!0,void(this.hasStartedReply=!0);if(this.hasStartedReply&&(this.endsWithNewline||this.writeRaw("\n"),this.writeRaw("\n")),this.includeReplyMetadata){const t=[`answer_message_id: ${e}`,i?`reply_to_message_id: ${i}`:null].filter(Boolean);this.writeRaw(`${t.join("\n")}\n`)}o.headerPrinted=!0,this.hasStartedReply=!0}}getSnapshotDelta({nextContent:e,previousContent:t}){return t?e===t?"":e.startsWith(t)?e.slice(t.length):`\n${e}`:e}getPreviousPrintedContent({reply:e,state:t}){return e.requestMessageId&&this.requestPrintedContent.has(e.requestMessageId)?this.requestPrintedContent.get(e.requestMessageId)||"":t.printedContent}continuesPrintedRequest({reply:e,state:t}){return Boolean(e.requestMessageId&&!t.headerPrinted&&this.requestPrintedContent.has(e.requestMessageId))}updateReplyStateContent({reply:e,state:t}){t.printedContent=e.content,this.updateRequestPrintedContent({requestMessageId:e.requestMessageId,printedContent:e.content})}updateRequestPrintedContent({printedContent:e,requestMessageId:t}){if(!t)return;const i=this.requestPrintedContent.get(t)||"";e.length>=i.length&&this.requestPrintedContent.set(t,e)}writeRaw(e){e&&(this.write(e),this.endsWithNewline=e.endsWith("\n"))}}function Jm(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Km=({ctx:e,sessionId:t,reply:i,files:o,source:s})=>{"text"!==e.format?e.response.print({session_id:t,answer_message_id:i.answerId,reply_to_message_id:i.requestMessageId,content:i.content,files:o,event_source:s}):e.response.print((({reply:e,files:t,source:i})=>`${[`answer_message_id: ${e.answerId}`,e.requestMessageId?`reply_to_message_id: ${e.requestMessageId}`:null,`event_source: ${i}`].filter(Boolean).join("\n")}\n${Gm(e.content,t)}`)({files:o,reply:i,source:s}))},Qm=({ctx:e,options:t,service:i,streamRenderer:o})=>{const n=t.snapshot?new Map:null,r=async t=>await s.resolveStoredSessionReplyFiles({files:t.files,apiBaseUrl:e.config.apiBaseUrl,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv,service:i}),a=async({reply:i,source:o})=>{const s=await r(i),a=(({files:e,reply:t})=>JSON.stringify({answerId:t.answerId,content:t.content,files:e,requestMessageId:t.requestMessageId}))({files:s,reply:i});Jm([n,"optionalAccess",e=>e.get,"call",e=>e(i.answerId)])!==a&&(Jm([n,"optionalAccess",e=>e.set,"call",e=>e(i.answerId,a)]),Km({ctx:e,files:s,reply:i,sessionId:t.sessionId,source:o}))};return{handleReplyChunk:e=>{Jm([o,"optionalAccess",e=>e.writeChunk,"call",i=>i({chunk:e.chunk,sessionId:t.sessionId})])},handleReplyUpdate:async e=>{o?o.writeReply({reply:e.reply,sessionId:t.sessionId,source:"message"}):await a({reply:e.reply,source:"message"})},handleIdleReply:async e=>{o?o.writeReply({files:await r(e),reply:e,sessionId:t.sessionId,source:"idle"}):await a({reply:e,source:"idle"})}}},Ym=e=>{e.command("watch").description("Watch websocket replies for a claw session").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--timeout <timeoutMs>","Stop watching after the specified timeout in milliseconds",Mm).option("--snapshot","Print full reply snapshots instead of streaming chunks incrementally").config({...Lm,help:{brief:"Continuously watch websocket replies for a session",description:"Subscribe to Frontier websocket events for the specified session and stream assistant output as it arrives. Use --snapshot to keep the previous snapshot-style behavior.",examples:[{desc:"Watch one session until interrupted",cmd:"coze session watch -s 123456789",tags:["[RECOMMENDED]"]},{desc:"Watch one session and exit after 30 seconds",cmd:"coze session watch -s 123456789 --timeout 30000"},{desc:"Keep the old snapshot-style output",cmd:"coze session watch -s 123456789 --snapshot"}],schema:{input:{session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"},timeout:{type:"number",required:!1,description:"Optional timeout in milliseconds"}},output:{type:"object",properties:{session_id:{type:"string"},answer_message_id:{type:"string"},reply_to_message_id:{type:"string"},content:{type:"string"},event_source:{type:"string"}}}}}}).action((async(e,t)=>{await(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await Om(e.sessionId),s={...e,sessionId:o},n=await Fm({accessToken:t.config.accessToken,apiBaseUrl:t.config.apiBaseUrl,organizationId:t.config.organizationId,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv});await xm({sessionId:o});const r=s.snapshot?null:new Hm({format:t.format,includeReplyMetadata:"text"===t.format}),a=Bm({timeoutMs:s.timeout}),c=Qm({ctx:t,options:s,service:i,streamRenderer:r});try{for await(const e of n.watchSession(o,{signal:a.signal}))if("reply_chunk"!==e.type)if("reply_update"!==e.type){if("progress_update"!==e.type){await i.updateSessionRuntimeStatus({sessionId:o,status:"idle"});for(const t of e.replies)await c.handleIdleReply(t)}}else await c.handleReplyUpdate(e);else c.handleReplyChunk(e)}finally{a.dispose(),n.dispose()}}))})(e,t)}))};function Zm(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Xm=async e=>await new Promise((t=>setTimeout(t,e))),eg=e=>{const t=e.contentPreview&&e.contentPreview!==e.replyContent?e.contentPreview:void 0,i=e.resultSummary&&e.resultSummary!==e.replyContent&&e.resultSummary!==e.contentPreview?e.resultSummary:void 0;return{contentPreview:t,replyContent:e.replyContent,resultSummary:i}},tg=e=>{const t=eg(e);return{answer_message_id:e.answerMessageId,artifacts:Zm([e,"access",e=>e.artifacts,"optionalAccess",e=>e.map,"call",e=>e((e=>({file_name:e.fileName,file_uri:e.fileUri,file_url:e.fileUrl,preview_url:e.previewUrl})))]),content_preview:t.contentPreview,created_at:e.createdAt,finished_at:e.finishedAt,kind:e.kind,last_progress_status:e.lastProgressStatus,last_refresh_error:e.lastRefreshError,message_id:e.messageId,progress_id:e.progressId,reply_content:t.replyContent,result_summary:t.resultSummary,session_id:e.sessionId,status:e.status,task_id:e.taskId,updated_at:e.updatedAt,worker_pid:e.workerPid}},ig=e=>{const t=eg(e);return[`task_id: ${e.taskId}`,`status: ${e.status}`,`session_id: ${e.sessionId}`,`message_id: ${e.messageId}`,`progress_id: ${e.progressId}`,e.answerMessageId?`answer_message_id: ${e.answerMessageId}`:null,t.contentPreview?`content_preview: ${t.contentPreview}`:null,t.replyContent?`reply_content: ${t.replyContent}`:null,t.resultSummary?`result_summary: ${t.resultSummary}`:null,e.lastProgressStatus?`last_progress_status: ${e.lastProgressStatus}`:null,e.lastRefreshError?`last_refresh_error: ${e.lastRefreshError}`:null,`created_at: ${e.createdAt}`,`updated_at: ${e.updatedAt}`,e.finishedAt?`finished_at: ${e.finishedAt}`:null].filter(Boolean).join("\n")},og=({ctx:e,task:t})=>{"text"!==e.format?e.response.print(tg(t)):e.response.print(ig(t))},sg=t=>t instanceof s.SessionTaskExpiredError||t instanceof s.SessionTaskNotFoundError?new e.CozeError(e.ErrorCode.E3000,t.message,{task_id:t.taskId}):t instanceof s.SessionTaskStoreError?new e.CozeError(e.ErrorCode.E5000,t.message):t instanceof Error?t:new e.CozeError(e.ErrorCode.E5000,String(t)),ng=e=>{const t=e.command("task").description("Inspect persisted session background tasks").config({...Lm,help:{brief:"Inspect session background tasks",description:"List, show, refresh, watch, and garbage-collect persisted session progress tasks created from `coze session message --wait`."}});t.command("list").description("List persisted session tasks").option("--status <status>","Filter by task status").option("--session-id <sessionId>","Filter by session ID").option("--include-expired","Include expired terminal tasks").action((async(e,t)=>{await(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{try{const o=s.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:i,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}),n=await o.listTasks({includeExpired:Boolean(e.includeExpired),sessionId:e.sessionId,status:e.status});if("text"===t.format)return void t.response.print(n.length>0?n.map(ig).join("\n\n"):"No session tasks");t.response.print({items:n.map((e=>tg(e)))})}catch(e){throw sg(e)}}))})(e,t)})),t.command("show <taskId>").description("Show one persisted session task snapshot").option("--include-expired","Read an expired task record").action((async(e,t,i)=>{await(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{try{const o=s.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:i,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}),n=await o.getTask(e.taskId,{includeExpired:Boolean(e.includeExpired)});og({ctx:t,task:n})}catch(e){throw sg(e)}}))})({includeExpired:t.includeExpired,taskId:e},i)})),t.command("refresh <taskId>").description("Refresh one persisted session task against the server").option("--include-expired","Read an expired task record").action((async(e,t,i)=>{await(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{try{const o=s.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:i,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}),n=await o.refreshTask(e.taskId,{includeExpired:Boolean(e.includeExpired)});og({ctx:t,task:n})}catch(e){throw sg(e)}}))})({includeExpired:t.includeExpired,taskId:e},i)})),t.command("watch <taskId>").description("Watch one persisted session task until it reaches a terminal state").option("--include-expired","Read an expired task record").option("--timeout <timeoutMs>","Stop watching after the specified timeout in milliseconds",Mm).action((async(e,t,i)=>{await(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{try{const o=s.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:i,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv});let n=await o.getTask(e.taskId,{includeExpired:Boolean(e.includeExpired)});if(og({ctx:t,task:n}),s.isSessionTaskTerminal(n.status))return;const r=void 0===e.timeout?void 0:Date.now()+e.timeout;for(;;){const i=void 0===r?1e4:Math.min(1e4,r-Date.now());if(i<=0)return;if(await Xm(i),n=await o.refreshTask(e.taskId,{includeExpired:Boolean(e.includeExpired)}),og({ctx:t,task:n}),s.isSessionTaskTerminal(n.status))return}}catch(e){throw sg(e)}}))})({includeExpired:t.includeExpired,taskId:e,timeout:t.timeout},i)})),t.command("gc").description("Remove expired terminal session tasks from local storage").action((async(e,t)=>{await(async e=>{await qm(e,(async({ctx:e,service:t})=>{try{const i=s.createSessionTaskService({apiBaseUrl:e.config.apiBaseUrl,service:t,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv}),o=await i.gcTasks();if("text"===e.format)return void e.response.print(o.length>0?`Removed ${o.length} expired task(s)`:"No expired session tasks");e.response.print({count:o.length,items:o.map((e=>tg(e)))})}catch(e){throw sg(e)}}))})(t)}))},rg=e=>`${[`message_id: ${e.messageId}`,e.replyToMessageId?`reply_to_message_id: ${e.replyToMessageId}`:null,e.messageType?`message_type: ${e.messageType}`:null,e.createTime?`create_time: ${e.createTime}`:null].filter(Boolean).join("\n")}\n${Gm(e.content,e.files)}`,ag=async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await Om(e.sessionId),n=await i.listRepliesByMessage({sessionId:o,messageId:e.messageId});await xm({sessionId:n.sessionId});const r=s.createSessionConfigStore(),a=await r.get(),c=n.items.some((e=>e.files&&e.files.length>0)),d=c?a.sessionClawId||(await i.getStatus()).clawId:void 0,l=c?await(async({items:e,store:t,service:i,clawId:o,apiBaseUrl:n,sessionApiBaseUrl:r,xTTEnv:a})=>await Promise.all(e.map((async e=>({...e,files:await s.resolveStoredSessionReplyFiles({files:e.files,clawId:o,apiBaseUrl:n,sessionApiBaseUrl:r,xTTEnv:a,service:i,deps:{store:t}})})))))({items:n.items,store:r,service:i,clawId:d,apiBaseUrl:t.config.apiBaseUrl,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}):n.items;if("text"===t.format)return n.requestMessageFound||0!==l.length?0===l.length?void t.response.print(`No replies found for message: ${e.messageId}`):void t.response.print(l.map(rg).join("\n\n")):void t.response.print(`Message not found: ${e.messageId}`);t.response.print({session_id:n.sessionId,message_id:n.requestMessageId,request_message_found:n.requestMessageFound,count:l.length,items:l.map((e=>({message_id:e.messageId,reply_to_message_id:e.replyToMessageId,source:e.source,message_type:e.messageType,content:e.content,files:e.files,create_time:e.createTime,raw:e.raw})))})}))};function cg(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const dg=({ctx:e})=>{const t=new Map;return i=>{const o=t.get(i.progressId);o&&o.progressStatus===i.progressStatus&&o.name===i.name&&o.type===i.type&&"snapshot"!==i.eventSource||(t.set(i.progressId,{name:i.name,progressId:i.progressId,progressStatus:i.progressStatus,type:i.type}),(({ctx:e,progress:t})=>{"text"!==e.format?e.response.print({progress_id:t.progressId,name:t.name,type:t.type,progress_status:t.progressStatus,event_source:t.eventSource}):e.response.print(`${Vm(t)}\nevent_source: ${t.eventSource}`)})({ctx:e,progress:i}))}},lg=(e,t)=>!t||e.progressId===t,pg=async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{(({ctx:e,progresses:t})=>{"text"!==e.format?e.response.print({items:t.map((e=>({progress_id:e.progressId,name:e.name,type:e.type,progress_status:e.progressStatus,raw:e.raw})))}):e.response.print(t.length>0?t.map((e=>Vm(e))).join("\n\n"):"No active progress")})({ctx:t,progresses:await i.listProgresses({size:e.size})})}))},ug=async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await i.getStatus(),{clawId:n}=o;if(!o.authValid||!n)throw new s.SessionServiceError("Session token is missing or invalid","SESSION_AUTH_INVALID");const r=await Fm({accessToken:t.config.accessToken,apiBaseUrl:t.config.apiBaseUrl,organizationId:t.config.organizationId,progressPollIntervalMs:3e4,sessionApiBaseUrl:t.config.sessionApiBaseUrl,service:i,xTTEnv:t.config.xTTEnv}),a=Bm({timeoutMs:e.timeout}),c=dg({ctx:t});try{await(async({clawId:e,emitProgress:t,options:i,service:o})=>{(await o.listProgresses({clawId:e})).filter((e=>lg(e,i.progressId))).forEach((e=>{t({...e,eventSource:"snapshot"})}))})({clawId:n,emitProgress:c,options:e,service:i}),await(async({abortScope:e,clawId:t,emitProgress:i,options:o,watcher:s})=>{for await(const n of s.watchProgress(t,{signal:e.signal}))lg(n.progress,o.progressId)&&(i({progressId:n.progress.progressId,name:n.progress.name,type:n.progress.progressType,progressStatus:n.progress.progressStatus,eventSource:"websocket"}),o.progressId&&"finished"===n.progress.progressStatus&&e.abort())})({abortScope:a,clawId:n,emitProgress:c,options:e,watcher:r})}finally{a.dispose(),r.dispose()}}))},_g=e=>{const t=e.command("progress").description("Inspect claw background progress").config({...Lm,help:{brief:"Inspect claw background progress",description:"List and watch claw process-style background progress driven by websocket and process APIs."}});t.command("list").description("List current background progress").option("--size <size>","Maximum number of progress items to request",Dm,100).action(pg),t.command("show <progressId>").description("Show one background progress snapshot").action((async(e,t,i)=>{await(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await i.getProgress({progressId:e.progressId});"text"!==t.format?t.response.print({progress_id:e.progressId,found:Boolean(o),name:cg([o,"optionalAccess",e=>e.name]),type:cg([o,"optionalAccess",e=>e.type]),progress_status:cg([o,"optionalAccess",e=>e.progressStatus]),raw:cg([o,"optionalAccess",e=>e.raw])}):t.response.print(o?Vm(o):`Progress not found: ${e.progressId}`)}))})({progressId:e},i)})),t.command("poll <progressId>").description("Poll one background progress and treat missing as finished").action((async(e,t,i)=>{await(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await i.getProgress({progressId:e.progressId}),s=cg([o,"optionalAccess",e=>e.progressStatus])||"finished";"text"!==t.format?t.response.print({progress_id:e.progressId,name:cg([o,"optionalAccess",e=>e.name]),type:cg([o,"optionalAccess",e=>e.type]),progress_status:s,raw:cg([o,"optionalAccess",e=>e.raw])}):t.response.print(Vm({progressId:e.progressId,name:cg([o,"optionalAccess",e=>e.name]),type:cg([o,"optionalAccess",e=>e.type]),progressStatus:s}))}))})({progressId:e},i)})),t.command("watch [progressId]").description("Watch one or all background progress updates").option("--timeout <timeoutMs>","Stop watching after the specified timeout in milliseconds",Mm).action((async(e,t,i)=>{await ug({progressId:e,timeout:t.timeout},i)}))};function hg(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const mg={...Lm,help:{brief:"Send a text message to a session",description:"Send a plain text message to the specified claw session. The message can be provided as a positional argument or via stdin. Use @<path> to mention and upload local files as attachments. With --wait, the CLI streams the current turn reply until the session becomes idle. If a new background progress starts within 3 seconds after idle, the CLI returns its progress_id instead of waiting for the background task to finish.",examples:[{desc:"Send a message to a session",cmd:'coze session message "hello" -s 123456789',tags:["[RECOMMENDED]"]},{desc:"Send stdin as the message body",cmd:"cat prompt.txt | coze session message -s 123456789"},{desc:"Wait for the streaming reply until the turn becomes idle",cmd:'coze session message "hello" -s 123456789 --wait'},{desc:"Upload local files and send them with the query",cmd:'coze session message "summarize these" -s 123456789 --file ./a.pdf --file ./b.png'},{desc:"Mention a local file with @ and send it as an attachment",cmd:'coze session message "summarize @docs/notes.md" -s 123456789'},{desc:"Use a podcast voice and inject the voice instruction into the message",cmd:'coze session message "@播客 制作一个介绍潮汕美食的播客" -s 123456789 --podcast-voice "鸡汤女生"'}],schema:{input:{message:{type:"string",required:!1,description:"Plain text message content"},session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"},file:{type:"array",required:!1,description:"Local file paths to upload and attach"},wait:{type:"boolean",required:!1,description:"Wait for idle and stream assistant reply events"},podcast_voice:{type:"string",required:!1,description:"Podcast voice label or value to inject into the message"},podcast_mode:{type:"string",required:!1,description:"Podcast mode label or value used to disambiguate the voice"}},output:{type:"object",properties:{session_id:{type:"string"},message_id:{type:"string"},status:{type:"string"},content:{type:"string"},answer_message_id:{type:"string"},progress_id:{type:"string"},task_id:{type:"string"},task_status:{type:"string"}}}}}},gg=async({ctx:t,options:i,resolvedContent:o})=>{if(!i.podcastVoice)return o;if(!o)throw new e.CozeError(e.ErrorCode.E1000,"--podcast-voice requires MESSAGE or stdin content");const s=(({config:t,voice:i,mode:o})=>{const s=r_(i),n=c_({config:t,mode:o}).filter((e=>r_(e.label)===s||r_(e.value)===s));if(0===n.length)throw new e.CozeError(e.ErrorCode.E1000,`Podcast voice not found: ${i}`);if(n.length>1){const t=n.map((e=>e.mode_value||e.mode_label||"unknown")).join(", ");throw new e.CozeError(e.ErrorCode.E1000,`Voice "${i}" matched multiple podcast voices; specify --podcast-mode (${t})`)}return n[0]})({config:await a_({baseUrl:t.config.sessionApiBaseUrl||t.config.apiBaseUrl,xTTEnv:t.config.xTTEnv}),voice:i.podcastVoice,mode:i.podcastMode}).label||i.podcastVoice;return(({content:t,voiceLabel:i})=>{if(t.includes('使用音色"'))throw new e.CozeError(e.ErrorCode.E1000,"Message already contains a podcast voice instruction");const o=`使用音色"${i}", `,s=t.length-t.trimStart().length,n=t.slice(0,s),r=t.trimStart();if(/^@播客(?=\s|$)/.test(r))return`${n}@播客 ${o}${r.slice(3).trimStart()}`;return`${o}${t}`})({content:o,voiceLabel:s})},fg=async({ctx:t,message:i,options:o,service:s})=>{const{content:n,filePaths:r}=await n_(i,{cwd:t.cwd,onWarn:e=>t.ui.warn(e)});(({options:t,resolvedContent:i})=>{if(t.podcastMode&&!t.podcastVoice)throw new e.CozeError(e.ErrorCode.E1000,"--podcast-mode requires --podcast-voice");if(t.podcastVoice&&!i)throw new e.CozeError(e.ErrorCode.E1000,"--podcast-voice requires MESSAGE or stdin content")})({options:o,resolvedContent:n});const a=await Yu({filePaths:[...o.file||[],...r],sessionId:o.sessionId,apiBaseUrl:t.config.apiBaseUrl,sessionApiBaseUrl:t.config.sessionApiBaseUrl,sessionSpaceWebId:t.config.sessionSpaceWebId,xTTEnv:t.config.xTTEnv,service:s}),c=await gg({ctx:t,options:o,resolvedContent:n});if(!c&&0===a.length)throw new e.CozeError(e.ErrorCode.E1000,"Missing message input: provide MESSAGE, stdin content, and/or --file");return{content:c||"",files:a}},yg=async({ctx:e,options:t,service:i})=>{if(!t.wait)return{streamRenderer:null,waiter:null};const o=new Hm({format:e.format}),s=hg([await i.getStatus(),"optionalAccess",e=>e.clawId]);return{clawId:s,knownProgressIds:s?await i.listProgresses({clawId:s}).then((e=>new Set(e.map((e=>e.progressId))))).catch((()=>null)):void 0,streamRenderer:o,waiter:await(async({accessToken:e,apiBaseUrl:t,organizationId:i,sessionApiBaseUrl:o,xTTEnv:s})=>new Um({watcher:await Fm({accessToken:e,apiBaseUrl:t,organizationId:i,sessionApiBaseUrl:o,xTTEnv:s})}))({accessToken:e.config.accessToken,apiBaseUrl:e.config.apiBaseUrl,organizationId:e.config.organizationId,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv})}},vg=async({ctx:e,knownProgressIds:t,options:i,result:o,service:n,streamRenderer:r,waiter:a,clawId:c})=>{const d=await a.waitForReply({onReplyChunk:r?e=>{r.writeChunk({chunk:e.chunk,sessionId:i.sessionId})}:void 0,onReplyUpdate:r?e=>{r.writeReply({reply:e.reply,sessionId:i.sessionId,source:"message"})}:void 0,sessionId:i.sessionId,requestMessageId:o.messageId,timeoutMs:i.timeout}),l="idle"===d.source&&c&&t?await(async({clawId:e,knownProgressIds:t,listProgresses:i,pollIntervalMs:o=500,timeoutMs:s=3e3})=>{const n=Date.now()+s;for(;;){const s=(await i({clawId:e})).find((e=>!t.has(e.progressId)));if(s)return s;const r=n-Date.now();if(r<=0)return null;await Gu(Math.min(o,r))}})({clawId:c,knownProgressIds:t,listProgresses:e=>n.listProgresses(e),timeoutMs:3e3}):null;"idle"===d.source&&await n.updateSessionRuntimeStatus({sessionId:i.sessionId,status:"idle"});const p=await s.resolveStoredSessionReplyFiles({files:d.files,apiBaseUrl:e.config.apiBaseUrl,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv,service:n});return r?(r.writeReply({files:p,reply:{answerId:d.answerId,content:d.content,requestMessageId:o.messageId},sessionId:i.sessionId,source:d.source}),l&&r.writeProgress({progress:l,sessionId:i.sessionId}),{answerMessageId:d.answerId,content:d.content,files:p,progress:l,rendered:!0}):{answerMessageId:d.answerId,content:d.content,files:p,progress:l,rendered:!1}},wg=async(e,t,i)=>{await qm(i,(async({ctx:i,service:o})=>{const n=await Om(t.sessionId),r={...t,sessionId:n},a=await fg({ctx:i,message:e,options:r,service:o}),c=await yg({ctx:i,options:r,service:o});try{const e=await o.sendMessage({sessionId:n,content:a.content,files:a.files});if(await xm({sessionId:e.sessionId}),c.waiter){const t=await vg({...c,ctx:i,options:r,result:e,service:o,waiter:c.waiter});if(t.progress)try{const r=s.createSessionTaskService({apiBaseUrl:i.config.apiBaseUrl,service:o,sessionApiBaseUrl:i.config.sessionApiBaseUrl,xTTEnv:i.config.xTTEnv});let a=await r.createOrUpdateTaskFromMessageWait({answerMessageId:t.answerMessageId,content:t.content,files:t.files,messageId:e.messageId,progress:t.progress,sessionId:n});try{const e=await s.startDetachedSessionTaskRefreshWorker({payload:{accessToken:i.config.accessToken||"",apiBaseUrl:i.config.apiBaseUrl,organizationId:i.config.organizationId,sessionApiBaseUrl:i.config.sessionApiBaseUrl,taskId:a.taskId,xTTEnv:i.config.xTTEnv}});e&&(a=await r.patchTask(a.taskId,{lastRefreshError:void 0,workerPid:e}))}catch(e){a=await r.patchTask(a.taskId,{lastRefreshError:e instanceof Error?`Failed to start auto refresh worker: ${e.message}`:`Failed to start auto refresh worker: ${String(e)}`})}if("json"===i.format)return void i.response.print({answer_message_id:t.answerMessageId,content:t.content,files:t.files,message_id:e.messageId,progress_id:t.progress.progressId,session_id:e.sessionId,status:e.status,task_id:a.taskId,task_status:a.status,worker_pid:a.workerPid})}catch(t){if(i.ui.warn(`Failed to persist task: ${t instanceof Error?t.message:String(t)}`),"json"===i.format)return void i.response.print({session_id:e.sessionId,message_id:e.messageId,status:e.status})}if(t.rendered)return}i.response.print({session_id:e.sessionId,message_id:e.messageId,status:e.status})}finally{hg([c,"access",e=>e.waiter,"optionalAccess",e=>e.dispose,"call",e=>e()])}}))};const bg={...Lm,help:{brief:"Work with PPT artifacts generated by a session",description:"Target one specific PPT artifact with --file-uri. Page-scoped edit still needs --session-id because it sends a session chat message.",examples:[{desc:"Get PPT information",cmd:"coze session ppt info --file-uri task-1/deck.pptx.html",tags:["[RECOMMENDED]"]},{desc:"List page outline text",cmd:"coze session ppt pages --file-uri task-1/deck.pptx.html"},{desc:"Export the PPTX file",cmd:"coze session ppt export --file-uri task-1/deck.pptx.html --output-path ./deck.pptx"},{desc:"Edit one page through session chat",cmd:'coze session ppt edit "标题更突出" -s 123456789 --page 2 --wait'},{desc:"Create a share link",cmd:"coze session ppt share --file-uri task-1/deck.pptx.html"}]}},Sg=t=>{const i=Number.parseInt(t,10);if(!Number.isFinite(i)||i<=0)throw new e.CozeError(e.ErrorCode.E1000,"Invalid value for --page: expected a positive integer");return i},Pg=(e,t)=>[...t,Sg(e)],Cg=t=>{if("ppt"===t||"editable"===t)return t;throw new e.CozeError(e.ErrorCode.E1000,'Invalid value for --export-type: expected "ppt" or "editable"')},Tg=async({options:t})=>{if(t.fileUri)return{fileName:t.fileUri,fileUri:t.fileUri,raw:{file_name:t.fileUri,file_uri:t.fileUri}};throw new e.CozeError(e.ErrorCode.E1000,"Missing PPT identifier: provide --file-uri.")},Eg=t=>{if(!t.fileUri)throw new e.CozeError(e.ErrorCode.E1000,"PPT file_uri is required for this operation. Provide --file-uri.");return t.fileUri},Ig=async({file:e,service:t})=>e.fileUrl?e.fileUrl:t.resolveFileUrl({fileUri:Eg(e)}),kg=async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await Tg({options:e}),n=await Ig({file:o,service:i}),r=await s.fetchSessionPptContent({url:n}),a=s.parseSessionPptContent(r);"text"!==t.format?t.response.print({file_name:o.fileName,file_uri:o.fileUri,file_url:n,type:a.type,page_count:a.pageCount}):t.response.print((({file:e,pageCount:t,type:i,url:o})=>[`PPT: ${e.fileName}`,e.fileUri?`file_uri: ${e.fileUri}`:null,`file_url: ${o}`,`type: ${i}`,`pages: ${t}`].filter(Boolean).join("\n"))({file:o,pageCount:a.pageCount,type:a.type,url:n}))}))},Ag=t=>{const i=t.command("ppt").description("Inspect, export, share, and edit session PPT artifacts").config(bg);i.command("info").description("Get PPT metadata and page count").option("--file-uri <uri>","Specific PPT file_uri").action(((e,t)=>kg(e,t))),i.command("pages").description("List PPT page outline and preview text").option("--file-uri <uri>","Specific PPT file_uri").option("--limit <limit>","Maximum pages to print",Dm).action(((e,t)=>(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await Tg({options:e}),n=await Ig({file:o,service:i}),r=await s.fetchSessionPptContent({url:n}),a=s.parseSessionPptContent(r),c=e.limit?a.pages.slice(0,e.limit):a.pages;"text"!==t.format?t.response.print({file_name:o.fileName,file_uri:o.fileUri,file_url:n,type:a.type,page_count:a.pageCount,pages:c}):t.response.print((e=>e.map((e=>{const t=e.title?` ${e.title}`:"",i=(o=e.previewText||(e.previewUrl?`preview_url: ${e.previewUrl}`:"")).length>500?`${o.slice(0,500)}...`:o;var o;return i?`${e.page}.${t}\n${i}`:`${e.page}.${t}`})).join("\n\n"))(c))}))})(e,t))),i.command("export").description("Export a PPT artifact to PPTX").option("--file-uri <uri>","Specific PPT file_uri").option("--output-path <path>","Local path used to save the PPTX").option("--export-type <type>","Export type: ppt or editable",Cg,"ppt").action(((e,t)=>(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await Tg({options:e}),s=Eg(o),n=await i.exportPpt({fileUri:s,exportType:e.exportType}),r=await Vu({url:n.url,outputPath:e.outputPath});"text"!==t.format?t.response.print({status:"saved",path:r.path,filename:r.filename,size:r.size,file_uri:s,export_uri:n.uri,export_url:n.url,export_type:n.exportType}):t.response.print(r.path)}))})(e,t))),i.command("edit <message>").description("Send a page-scoped edit request through session chat").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--page <page>","Target PPT page number, can be used multiple times",Pg,[]).option("--wait","Wait until the edit turn becomes idle").option("--timeout <timeoutMs>","Timeout for --wait",Mm).action(((t,i,o)=>(async(t,i,o)=>{if(!function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([i,"access",e=>e.page,"optionalAccess",e=>e.length]))throw new e.CozeError(e.ErrorCode.E1000,"Missing --page: provide one or more target PPT page numbers");await wg(s.formatSessionPptEditQuery({pages:i.page,query:t}),{sessionId:i.sessionId,wait:i.wait,timeout:i.timeout},o)})(t,i,o))),i.command("share").description("Create a share URL for a PPT artifact").option("--file-uri <uri>","Specific PPT file_uri").option("--task-id <taskId>","PPT task ID used by the slide route").option("--no-short","Print the original share URL without short-link exchange").action(((e,t)=>(async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await Tg({options:e}),n=Eg(o),r=s.buildSessionPptSlideUrl({origin:t.config.sessionApiBaseUrl||t.config.apiBaseUrl,fileUri:n,taskId:e.taskId}),a=!1===e.short?r:await i.shortenWebUrl({url:r});"text"!==t.format?t.response.print({file_name:o.fileName,file_uri:n,url:a,original_url:r,short:!1!==e.short}):t.response.print(a)}))})(e,t)))},jg=e=>[e.mode_label||e.mode_value?`mode: ${e.mode_label||e.mode_value}${e.mode_label&&e.mode_value?` (${e.mode_value})`:""}`:null,`voice: ${e.label||e.value||"unknown"}`,e.value?`value: ${e.value}`:null,e.sample?`sample: ${e.sample}`:null,e.color_code?`color_code: ${e.color_code}`:null].filter(Boolean).join("\n"),Rg=async(e,t)=>{await qm(t,(async({ctx:t})=>{const i=await a_({baseUrl:t.config.sessionApiBaseUrl||t.config.apiBaseUrl,xTTEnv:t.config.xTTEnv}),o=c_({config:i,mode:e.mode,keyword:e.keyword});"text"!==t.format?t.response.print({count:o.length,items:o}):t.response.print(o.length>0?o.map(jg).join("\n\n"):"No podcast voices matched")}))},zg=(e,t)=>[...t,e],Ug=async(t,i,o)=>{(t=>{if(t.mode&&!t.voice)throw new e.CozeError(e.ErrorCode.E1000,"--mode requires --voice")})(i),await wg(t,(e=>({file:e.file||[],podcastMode:e.mode,podcastVoice:e.voice,sessionId:e.sessionId,timeout:e.timeout,wait:e.wait}))(i),o)},Lg=e=>{const t=e.command("podcast").description("Inspect podcast config");t.config({...Lm,help:{brief:"Inspect podcast modes and voices",description:"Query the podcast voice configuration used by Coze Space so you can pick a valid voice name before sending a session message."}}),(e=>{e.command("message [message]").description("Send a podcast-oriented message to a claw session").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--voice <voice>","Podcast voice label or value to inject into the message").option("--mode <mode>","Podcast mode label or value used to disambiguate --voice").option("--wait","Wait until the podcast turn becomes idle").option("--timeout <timeoutMs>","Timeout for --wait",Mm).option("--file <path>","Local file to upload and attach (can be used multiple times)",zg,[]).config({...Lm,help:{brief:"Send a podcast message to a session",description:"Send a podcast-oriented message through the normal session message pipeline. Use --voice to inject a podcast voice instruction; --mode can disambiguate voices with the same label.",examples:[{desc:"Send a podcast message",cmd:'coze session podcast message "@播客 制作一个介绍潮汕美食的播客" -s 123456789 --voice "鸡汤女生" --wait',tags:["[RECOMMENDED]"]},{desc:"Send a podcast message without choosing a voice",cmd:'coze session podcast message "@播客 制作一个介绍潮汕美食的播客" -s 123456789 --wait'}],schema:{input:{message:{type:"string",required:!1,description:"Podcast message content"},session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"},voice:{type:"string",required:!1,description:"Podcast voice label or value"},mode:{type:"string",required:!1,description:"Podcast mode label or value used to disambiguate --voice"},wait:{type:"boolean",required:!1,description:"Wait for idle and stream assistant reply events"},file:{type:"array",required:!1,description:"Local file paths to upload and attach"}}}}}).action(Ug)})(t),(e=>{e.command("voice").description("Inspect podcast voices").command("list").description("List available podcast voices").option("--mode <mode>","Filter by podcast mode label or value").option("--keyword <keyword>","Filter voices by label or value keyword").config({...Lm,help:{brief:"List available podcast voices",description:"Fetch podcast config from Coze Space and print flattened voice options. Text output includes the sample URL for quick inspection.",examples:[{desc:"List all podcast voices",cmd:"coze session podcast voice list",tags:["[RECOMMENDED]"]},{desc:"List solo voices only",cmd:"coze session podcast voice list --mode solo"},{desc:"Filter by keyword",cmd:"coze session podcast voice list --keyword 鸡汤"}],schema:{input:{mode:{type:"string",required:!1,description:"Podcast mode label or value"},keyword:{type:"string",required:!1,description:"Keyword used to filter label or value"}},output:{type:"object",properties:{count:{type:"number"},items:{type:"array"}}}}}}).action(Rg)})(t)};function Og(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const xg=e=>{e.command("current").description("Show the current locally selected default session").config({...Lm,help:{brief:"Show the current default session",description:"Read the locally cached default session used by session commands when --session-id is omitted.",examples:[{desc:"Show the current default session",cmd:"coze session current"}],schema:{output:{type:"object",properties:{configured:{type:"boolean"},session_id:{type:"string"},claw_id:{type:"string"}}}}}}).action((async(e,t)=>{await(async e=>{const t=e.getContext(),i=s.createSessionConfigStore(),o=await i.get();if("text"===Og([t,"optionalAccess",e=>e.format])){if(!o.sessionId)return void Og([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e("No current session configured")]);const e=[`session_id: ${o.sessionId}`];return o.sessionClawId&&e.push(`claw_id: ${o.sessionClawId}`),void Og([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t(e.join("\n"))])}Og([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({configured:Boolean(o.sessionId),session_id:o.sessionId,claw_id:o.sessionClawId})])})(t)}))},Bg=e=>{e.command("use <sessionId>").description("Set the current locally selected default session").config({...Lm,help:{brief:"Set the current default session",description:"Persist the provided session ID locally so session commands can reuse it by default.",examples:[{desc:"Use one session as the local default",cmd:"coze session use 7627441805839057179"}],schema:{input:{session_id:{type:"string",required:!0,description:"Session ID to persist as the local default"}},output:{type:"object",properties:{status:{type:"string"},session_id:{type:"string"}}}}}}).action((async(e,t,i)=>{await(async({cmd:e,sessionId:t})=>{const i=e.getContext();await xm({sessionId:t}),Og([i,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"updated",session_id:t})])})({cmd:i,sessionId:e})}))},qg=e=>{const t=e.command("session").description("Manage Coze session-based claw chat").config({...Lm,help:{brief:"Manage claw chat sessions with token authentication",description:"Provides claw status lookup, session creation, session listing, and message sending for Coze Space claw chat using the current CLI token. Websocket watch flows also use the current CLI token through request headers.",examples:[{desc:"Check current claw status",cmd:"coze session status"},{desc:"Create a new session",cmd:"coze session create"}]}});(e=>{e.command("status").description("Get current claw status with token auth").option("-s, --session-id <sessionId>","Target session ID").config({...Lm,help:{brief:"Validate token auth and resolve claw_id",description:"Use the current CLI token to fetch current claw information. If successful, the CLI refreshes the cached claw_id. With --session-id, the CLI reports session runtime status separately from claw-level background task activity.",examples:[{desc:"Validate token auth and show claw status",cmd:"coze session status"}],schema:{output:{type:"object",properties:{auth_configured:{type:"boolean"},auth_valid:{type:"boolean"},claw_id:{type:"string"},account_id:{type:"string"},updated_at:{type:"number"},display_status:{type:"string"},runtime_status:{type:"string"},claw_busy:{type:"boolean"},claw_progress_count:{type:"number"}}}}}}).action((async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{if(e.sessionId){const o=await i.getSessionDisplayStatus({sessionId:e.sessionId});return void t.response.print({session_id:o.sessionId,display_status:o.displayStatus,claw_busy:o.clawBusy,claw_progress_count:o.clawProgressCount,runtime_status:o.runtimeStatus,updated_at:o.updatedAt})}const o=await i.getStatus();t.response.print({auth_configured:o.authConfigured,auth_valid:o.authValid,claw_id:o.clawId,account_id:o.accountId,updated_at:o.updatedAt})}))}))})(t),(e=>{e.command("create").description("Create a new claw chat session").config({...Lm,help:{brief:"Create a new claw session",description:"Create a normal claw chat session with the current claw_id resolved through token auth.",examples:[{desc:"Create a session",cmd:"coze session create"}],schema:{output:{type:"object",properties:{status:{type:"string"},claw_id:{type:"string"},session_id:{type:"string"}}}}}}).action((async(e,t)=>{await qm(t,(async({ctx:e,service:t})=>{const i=await t.createSession();await xm({clawId:i.clawId,sessionId:i.sessionId}),e.response.print({status:"created",claw_id:i.clawId,session_id:i.sessionId})}))}))})(t),xg(t),Bg(t),(e=>{e.command("list").description("List claw chat sessions").option("--offset <offset>","Pagination offset returned by the previous list call").option("--limit <limit>","Maximum number of sessions to return",Dm,20).config({...Lm,help:{brief:"List sessions with offset pagination",description:"List claw chat sessions using the API native offset/limit pagination model.",examples:[{desc:"List the first 20 sessions",cmd:"coze session list"},{desc:"List the next page",cmd:"coze session list --offset next-token --limit 20"}],schema:{input:{offset:{type:"string",required:!1,description:"Pagination offset from a previous response"},limit:{type:"number",required:!1,description:"Maximum number of sessions to return"}},output:{type:"object",properties:{items:{type:"array",description:"Session items returned by the API"},next_offset:{type:"string",description:"Next pagination offset"},has_more:{type:"boolean",description:"Whether another page exists"}}}}}}).action((async(e,t)=>{await qm(t,(async({ctx:t,service:i})=>{const o=await i.listSessions({offset:e.offset,limit:e.limit});t.response.print({items:o.items,next_offset:o.nextOffset,has_more:o.hasMore})}))}))})(t),(e=>{e.command("file").description("Manage files returned by claw session replies").config({...Lm,help:{brief:"Download files returned by session replies",description:"Work with file artifacts returned by session replies. Use the file_url from `coze session message --wait --format json` to save a file locally.",examples:[{desc:"Download a reply artifact to the current directory",cmd:'coze session file download "https://example.com/file"'},{desc:"Download a reply artifact to a specific path",cmd:'coze session file download "https://example.com/file" --output-path ./artifacts/result.md'}]}}).command("download <fileUrl>").description("Download a file from a session reply file_url").option("--output-path <path>","Local path used to save the file").config({...Lm,help:{brief:"Download a session reply file",description:"Download a file using the file_url returned by `coze session message --wait`. If --output-path is omitted, the CLI derives a filename from the response headers or URL.",examples:[{desc:"Download using the inferred filename",cmd:'coze session file download "https://example.com/file"',tags:["[RECOMMENDED]"]},{desc:"Save to a custom path",cmd:'coze session file download "https://example.com/file" --output-path ./downloads/result.md'}],schema:{input:{file_url:{type:"string",required:!0,description:"Direct file URL returned by a session reply"},output_path:{type:"string",required:!1,description:"Local output path for the downloaded file"}},output:{type:"object",properties:{status:{type:"string"},path:{type:"string"},filename:{type:"string"},size:{type:"number"},url:{type:"string"}}}}}}).action((async(e,t,i)=>{await qm(i,(async({ctx:i})=>{const o=await Vu({url:e,outputPath:t.outputPath});"text"!==i.format?i.response.print({status:"saved",path:o.path,filename:o.filename,size:o.size,url:o.url}):i.response.print(o.path)}))}))})(t),Lg(t),(e=>{e.command("message [message]").description("Send a text message to a claw session").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--file <path>","Local file to upload and attach (can be used multiple times)",((e,t)=>[...t,e]),[]).option("--wait","Wait until the current turn becomes idle and optionally return a background progress_id").option("--timeout <timeoutMs>","Timeout for waiting until the current turn becomes idle",Mm).option("--podcast-voice <voice>","Inject a podcast voice instruction using the specified voice label or value").option("--podcast-mode <mode>","Podcast mode label or value used to disambiguate --podcast-voice").config(mg).action(wg)})(t),Ag(t),(e=>{e.command("replies <messageId>").description("List all replies that belong to one session message").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").config({...Lm,help:{brief:"List replies for one message",description:"Fetch session messages via ListMessage and return only the replies whose reply_to_message_id matches the specified message ID.",examples:[{desc:"Get all replies for one message",cmd:"coze session replies 8f45d790-9062-4008-8784-999d86825fcc -s 7627441805839057179",tags:["[RECOMMENDED]"]}],schema:{input:{message_id:{type:"string",required:!0,description:"Original user message ID"},session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"}},output:{type:"object",properties:{session_id:{type:"string"},message_id:{type:"string"},request_message_found:{type:"boolean"},count:{type:"number"}}}}}}).action((async(e,t,i)=>{await ag({messageId:e,sessionId:t.sessionId},i)}))})(t),Ym(t),_g(t),ng(t)};function Dg(t){t.command("upgrade").description("Upgrade Coze CLI to the latest version").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Upgrade CLI to latest version",description:"Check for the latest version of Coze CLI and upgrade if a newer version is available. Detects the package manager used for the original installation (npm/pnpm/yarn) and runs the appropriate global install command.",examples:[{desc:"Upgrade to latest version",cmd:"coze upgrade",tags:["[RECOMMENDED]"]},{desc:"Force check and upgrade",cmd:"coze upgrade --force"},{desc:"Upgrade to a specific tag",cmd:"coze upgrade --tag beta"}],seeAlso:["coze --version"]}}).option("--force","Force upgrade even if already on the latest version").option("--tag <tag>","Specify the dist-tag to upgrade to","latest").action((async(t,s)=>{const n=s.getContext();n||process.exit(e.ExitCode.FAILURE),n.ui.info("Checking for updates...");try{const e=await Q(n,!0,t.tag);if(!e.hasUpdate&&!t.force)return void n.ui.success(`You are already on the latest version (${e.currentVersion}).`);e.hasUpdate&&n.ui.info(`New version available: ${i.gray(e.currentVersion)} → ${i.green(e.latestVersion)}`),n.ui.info("Upgrading Coze CLI...");const s=function(){const e=[{pm:"npm",cmd:"npm ls -g @coze/cli --json 2>/dev/null"},{pm:"pnpm",cmd:"pnpm ls -g @coze/cli --json 2>/dev/null"},{pm:"yarn",cmd:"yarn global list --json 2>/dev/null"}];for(const{pm:t,cmd:i}of e)try{if(o.execSync(i,{encoding:"utf8",stdio:["pipe","pipe","pipe"]}).includes("@coze/cli"))return t}catch(e){}return"npm"}(),r=function(e,t){switch(e){case"pnpm":return`pnpm add -g @coze/cli@${t}`;case"yarn":return`yarn global add @coze/cli@${t}`;default:return`npm install -g @coze/cli@${t}`}}(s,t.tag);n.ui.verbose(`Using package manager: ${s}`),n.ui.verbose(`Running: ${r}`),o.execSync(r,{stdio:"inherit"});const a=J();n.ui.success(`Successfully upgraded Coze CLI to ${e.latestVersion}. (was ${e.currentVersion})`),"json"===n.format&&n.response.print({previousVersion:e.currentVersion,currentVersion:a,latestVersion:e.latestVersion,status:"upgraded"})}catch(t){n.ui.error(`Failed to upgrade: ${t.message}`),n.ui.info("You can try upgrading manually with: npm install -g @coze/cli"),process.exit(e.ExitCode.FAILURE)}}))}const Mg=t=>{if(void 0!==t.code&&0!==t.code)throw new e.CozeError(e.ErrorCode.E5002,t.msg||"Agent API request failed",{code:t.code});return t},Ng=t=>{if(e.isHttpError(t)&&("object"==typeof(i=t.data)&&null!==i&&("code"in i||"msg"in i||"data"in i)))return t.data;var i;throw t},Gg=e=>({baseURL:e.baseUrl});const $g={skipOrgCheck:!0,skipSpaceCheck:!0},Fg=t=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,"The --project-id option is required. Example: coze agent info --project-id <id>");return t},Vg=e=>function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([e,"optionalAccess",e=>e.trim,"call",e=>e()])||"/",Wg=(t,i)=>{const o=Number.parseInt(t,10);if(!Number.isFinite(o)||o<=0||String(o)!==t)throw new e.CozeError(e.ErrorCode.E1000,`Invalid value for ${i}: expected a positive integer, got "${t}"`);return o},Hg=t=>{if(!t)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");return t.config.sessionApiBaseUrl||t.config.apiBaseUrl};function Jg(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const Kg={brief:"Use Coze agent web tools",description:"Commands for agent-facing web search and fetch APIs.",examples:[{desc:"Search the web",cmd:"coze agent web search --agent-id <id> --query-list '[\"claude code\"]'"},{desc:"Fetch a web page",cmd:"coze agent web fetch --agent-id <id> --url https://example.com --response-length medium"}]},Qg={brief:"Search the web for a Coze agent as JSON",description:"Calls the agent web search API and outputs the raw API JSON envelope. Requires --agent-id and --query-list.",examples:[{desc:"Search multiple queries",cmd:'coze agent web search --agent-id 123456 --query-list \'["claude code","anthropic api"]\' --project-id 123456'}],schema:{input:{"agent-id":{type:"string",required:!0,description:"The Coze agent ID"},"query-list":{type:"string",required:!0,description:"JSON string array of search queries; empty strings are removed and only the first 5 queries are sent"},"project-id":{type:"string",required:!1,description:"Optional project ID for logging and audit context"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}},Yg={brief:"Fetch a web page for a Coze agent as JSON",description:"Calls the agent web fetch API and outputs the raw API JSON envelope. Requires --agent-id and --url.",examples:[{desc:"Fetch a page",cmd:"coze agent web fetch --agent-id 123456 --url https://example.com --response-length medium --project-id 123456"}],schema:{input:{"agent-id":{type:"string",required:!0,description:"The Coze agent ID"},url:{type:"string",required:!0,description:"HTTP or HTTPS URL to fetch"},"response-length":{type:"string",required:!1,description:"Fetch summary length: short, medium, or long"},"project-id":{type:"string",required:!1,description:"Optional project ID for logging and audit context"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}},Zg=t=>{const i=Jg([t,"optionalAccess",e=>e.trim,"call",e=>e()]);if(!i)throw new e.CozeError(e.ErrorCode.E1000,"The --agent-id option is required.");return i},Xg=t=>{const i=t.command("web").description("Use Coze agent web tools").config({...$g,help:Kg});i.command("search").description("Search the web for a Coze agent as JSON").requiredOption("--agent-id <agentId>","The Coze agent ID").requiredOption("--query-list <queryList>","JSON string array of search queries, max 5").option("--project-id <projectId>","Optional project ID for audit context").config({...$g,help:Qg}).action((async(t,i)=>{const o=new xo({format:"json"});try{const n=Zg(t.agentId),r=(t=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,"The --query-list option is required and must be a JSON string array.");const i=e.safeJsonParse(t,void 0);if(void 0===i)throw new e.CozeError(e.ErrorCode.E1000,"Invalid --query-list: expected a JSON string array.");if(!Array.isArray(i)||i.some((e=>"string"!=typeof e)))throw new e.CozeError(e.ErrorCode.E1000,"Invalid --query-list: expected a JSON string array.");const o=i.map((e=>e.trim())).filter((e=>e.length>0)).slice(0,5);if(0===o.length)throw new e.CozeError(e.ErrorCode.E1000,"Invalid --query-list: expected at least one non-empty query.");return o})(t.queryList),a=i.getContext(),c=Hg(a),d=await(async(e,t)=>{try{return await s.Claw.AgentWebSearch({agent_id:t.agentId,query_list:t.queryList,project_id:t.projectId},Gg(e))}catch(e){return Ng(e)}})({baseUrl:c},{agentId:n,queryList:r,projectId:t.projectId});o.print(d)}catch(e){V(e,i.getContext())}})),i.command("fetch").description("Fetch a web page for a Coze agent as JSON").requiredOption("--agent-id <agentId>","The Coze agent ID").requiredOption("--url <url>","HTTP or HTTPS URL to fetch").option("--response-length <responseLength>","Fetch summary length: short, medium, or long (defaults to medium)").option("--project-id <projectId>","Optional project ID for audit context").config({...$g,help:Yg}).action((async(t,i)=>{const o=new xo({format:"json"});try{const n=Zg(t.agentId),r=(t=>{const i=Jg([t,"optionalAccess",e=>e.trim,"call",e=>e()]);if(!i)throw new e.CozeError(e.ErrorCode.E1000,"The --url option is required.");let o;try{o=new URL(i)}catch(t){throw new e.CozeError(e.ErrorCode.E1000,"Invalid --url: expected an http:// or https:// URL.",{reason:t instanceof Error?t.message:String(t)})}if("http:"!==o.protocol&&"https:"!==o.protocol)throw new e.CozeError(e.ErrorCode.E1000,"Invalid --url: expected an http:// or https:// URL.");return i})(t.url),a=(t=>{if(!t)return"medium";if("short"===t||"medium"===t||"long"===t)return t;throw new e.CozeError(e.ErrorCode.E1000,"Invalid --response-length: expected short, medium, or long.")})(t.responseLength),c=i.getContext(),d=Hg(c),l=await(async(e,t)=>{try{return await s.Claw.AgentWebFetch({agent_id:t.agentId,url:t.url,response_length:t.responseLength,project_id:t.projectId},Gg(e))}catch(e){return Ng(e)}})({baseUrl:d},{agentId:n,url:r,responseLength:a,projectId:t.projectId});o.print(l)}catch(e){V(e,i.getContext())}}))},ef={brief:"Manage Coze agent messages",description:"Commands for managing agent project messages.",examples:[{desc:"List agent messages",cmd:"coze agent message list --project-id <id>"}]},tf={brief:"List raw Coze agent messages as JSON",description:"Lists messages in a Coze agent (project) and outputs the raw API JSON envelope. Requires --project-id.",examples:[{desc:"List messages",cmd:"coze agent message list --project-id 123456"},{desc:"List with cursor",cmd:"coze agent message list --project-id 123456 --cursor <next_cursor> --size 5"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},cursor:{type:"string",required:!1,description:"Pagination cursor"},size:{type:"number",required:!1,description:"Max messages to return (positive integer, max 10)"},"asc-mode":{type:"boolean",required:!1,description:"Ascending order"},"need-reference":{type:"boolean",required:!1,description:"Include referenced messages"},"conversation-id":{type:"string",required:!1,description:"Filter by conversation ID"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}},of=e=>{e.command("message").description("Manage Coze agent messages").config({...$g,help:ef}).command("list").description("List raw Coze agent messages as JSON").requiredOption("--project-id <projectId>","The agent project ID").option("--cursor <cursor>","Pagination cursor from a previous response").option("--size <size>","Number of messages to return (max 10)").option("--asc-mode","Load messages in ascending order").option("--need-reference","Include referenced messages").option("--conversation-id <conversationId>","Filter by conversation ID").config({...$g,help:tf}).action((async(e,t)=>{const i=new xo({format:"json"});try{const o=Fg(e.projectId),n=e.size?Wg(e.size,"--size"):void 0,r=t.getContext(),a=Hg(r),c=await(async(e,t)=>{const i={session_id:t.projectId};return void 0!==t.cursor&&(i.cursor=t.cursor),void 0!==t.size&&(i.size=t.size),void 0!==t.ascMode&&(i.asc_mode=t.ascMode),void 0!==t.needReference&&(i.need_reference=t.needReference),void 0!==t.conversationId&&(i.conversation_id=t.conversationId),Mg(await s.Claw.ListMessage(i,Gg(e)))})({baseUrl:a},{projectId:o,cursor:e.cursor,size:n,ascMode:e.ascMode,needReference:e.needReference,conversationId:e.conversationId});i.print(c)}catch(e){V(e,t.getContext())}}))},sf=e=>{e.command("member").description("Manage Coze agent members").config({...$g,help:{brief:"Manage Coze agent members",description:"Commands for managing agent project members.",examples:[{desc:"List agent members",cmd:"coze agent member list --project-id <id>"}]}}).command("list").description("List raw Coze agent members as JSON").requiredOption("--project-id <projectId>","The agent project ID").config({...$g,help:{brief:"List raw Coze agent members as JSON",description:"Lists members of a Coze agent (project) and outputs the raw API JSON envelope. Requires --project-id.",examples:[{desc:"List agent members",cmd:"coze agent member list --project-id 123456"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}}}).action((async(e,t)=>{const i=new xo({format:"json"});try{const o=Fg(e.projectId),n=t.getContext(),r=Hg(n),a=await(async(e,t)=>Mg(await s.Claw.GetProjectMembers({project_id:t.projectId},Gg(e))))({baseUrl:r},{projectId:o});i.print(a)}catch(e){V(e,t.getContext())}}))},nf=e=>{e.command("info").description("Get raw Coze agent info as JSON").requiredOption("--project-id <projectId>","The agent project ID").config({...$g,help:{brief:"Get raw Coze agent info as JSON",description:"Retrieves detailed info for a single Coze agent (project) and outputs the raw API JSON envelope. Requires --project-id.",examples:[{desc:"Get agent info",cmd:"coze agent info --project-id 123456"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}}}).action((async(e,t)=>{const i=new xo({format:"json"});try{const o=Fg(e.projectId),n=t.getContext(),r=Hg(n),a=await(async(e,t)=>Mg(await s.Claw.GetProjectInfo({project_id:t.projectId},Gg(e))))({baseUrl:r},{projectId:o});i.print(a)}catch(e){V(e,t.getContext())}}))};const rf=t=>{if(t instanceof e.CozeError)return i=t.desc,o=()=>t.message,null!=i?i:o();var i,o;if(t instanceof Error)return t.message;if("string"==typeof t)return t;try{return JSON.stringify(t)}catch(e){return String(t)}},af=(e,t)=>{t.print({ok:!1,err_reason:rf(e)}),process.exitCode=1};function cf(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const df={brief:"Upload a local file to a Coze agent project as JSON",description:"Uploads a local file through the Claw file upload endpoint and outputs { ok, project_file_path }. Requires --project-id and --local-file-path.",examples:[{desc:"Upload a local file",cmd:"coze agent file upload --project-id 123456 --local-file-path ./report.md --project-dir /reports"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"local-file-path":{type:"string",required:!0,description:"Local file path to upload"},"project-dir":{type:"string",required:!1,description:"Target directory path in the remote project cloud disk; sent as project_dir and defaults to root"},"claw-id":{type:"string",required:!1,description:"Claw ID; defaults to empty string"}},output:{type:"object",description:"Result with ok and project_file_path fields"}}},lf=(e,t)=>{const i=cf([e,"optionalAccess",e=>e.trim,"call",e=>e()]);if(!i||"/"===i)return`/${t}`;return`${(i.startsWith("/")?i:`/${i}`).replace(/\/+$/,"")}/${t}`},pf=t=>{t.command("upload").description("Upload a local file to a Coze agent project as JSON").option("--project-id <projectId>","The agent project ID").option("--local-file-path <localFilePath>","Local file path to upload").option("--project-dir <projectDir>","Target directory path in the remote project cloud disk (defaults to root)").option("--claw-id <clawId>","Claw ID (defaults to empty string)","").config({...$g,help:df}).action((async(t,i)=>{const o=new xo({format:"json"});try{const a=Fg(t.projectId),d=((t,i)=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,`Missing required option: ${i}`);return t})(t.localFilePath,"--local-file-path");await(async t=>{try{await u.access(t)}catch(i){throw new e.CozeError(e.ErrorCode.E3000,`File not found or not readable: ${t}${i instanceof Error?` (${i.message})`:""}`)}})(d);const p=i.getContext(),_=Hg(p),h=c.basename(d),m=Vg(t.projectDir);await(async(e,t)=>{return Mg(await s.createSessionUploadFile({baseUrl:e.baseUrl,webOrigin:e.baseUrl,xTTEnv:e.xTTEnv})({projectId:t.projectId,fileName:t.fileName,fileContent:t.fileContent,projectDir:t.projectDir,clawId:(i=t.clawId,o=()=>"",null!=i?i:o())}));var i,o})({baseUrl:_,xTTEnv:cf([p,"optionalAccess",e=>e.config,"access",e=>e.xTTEnv])},{projectId:a,fileName:h,fileContent:await l.openAsBlob(d),projectDir:m,clawId:(n=t.clawId,r=()=>"",null!=n?n:r())}),o.print({ok:!0,project_file_path:lf(m,h)})}catch(e){af(e,o)}var n,r}))};function uf(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const _f={brief:"Download a Coze agent file as JSON",description:"Builds the project file URI from project-id and project-file-path, resolves it through get_url, downloads the resolved file_url through /api/coze_claw/file/download, and saves it under the current directory.",examples:[{desc:"Download to the current directory",cmd:"coze agent file download --project-id 123456 --project-file-path /reports/report.md"},{desc:"Download an uploaded project file",cmd:"coze agent file download --project-id 123456 --project-file-path /用户上传/report.md"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk"}},output:{type:"object",description:"Result with ok and local_file_path fields"}}},hf=(t,i)=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,`Missing required option: ${i}`);return t},mf=t=>{t.command("download").description("Download a Coze agent file as JSON").option("--project-id <projectId>","The agent project ID").option("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").config({...$g,help:_f}).action((async(t,i)=>{const o=new xo({format:"json"});try{const n=Fg(t.projectId),r=hf(t.projectFilePath,"--project-file-path"),a=i.getContext(),d=uf([a,"optionalAccess",e=>e.cwd])||process.cwd(),l=await(async e=>{const t=e.getContext(),{data:i}=await _o.GetUserProfile({},{baseURL:uf([t,"optionalAccess",e=>e.config,"access",e=>e.openApiBaseUrl])});return hf(uf([i,"optionalAccess",e=>e.user_id]),"current user id")})(i),p=await(async(t,i)=>{const o=s.createSessionApiClient({baseUrl:t.baseUrl,webOrigin:t.baseUrl,xTTEnv:t.xTTEnv}),n=i.accountId||"0",r=`${i.userId}_${n}/project_${i.projectId}-files${i.projectFilePath}`,a=await o.getUrl({uris:[r]},{headers:s.getCozeAccountHeaders(t.organizationId)}),d=function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}([a,"access",e=>e.data,"optionalAccess",e=>e.urls,"optionalAccess",e=>e[0]]);if(!d)throw new e.CozeError(e.ErrorCode.E5002,a.msg||"Failed to resolve agent file URL");const l=new URL("/api/coze_claw/file/download",s.normalizeBaseUrl(t.baseUrl));l.searchParams.set("file_url",d);const p=c.basename(i.projectFilePath)||"agent-file.bin";return{...await Vu({url:l.toString(),outputPath:c.join(i.localDir,p)}),fileUrl:d,projectFilePath:i.projectFilePath,resolvedUri:r}})({baseUrl:Hg(a),organizationId:uf([a,"optionalAccess",e=>e.config,"access",e=>e.organizationId]),xTTEnv:uf([a,"optionalAccess",e=>e.config,"access",e=>e.xTTEnv])},{projectId:n,projectFilePath:r,localDir:d,userId:l,accountId:uf([a,"optionalAccess",e=>e.config,"access",e=>e.organizationId])||"0"});o.print({ok:!0,local_file_path:p.path})}catch(e){af(e,o)}}))};function gf(e,t){return null!=e?e:t()}function ff(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}const yf={brief:"Manage Coze agent project files",description:"Commands for managing agent project files.",examples:[{desc:"List project files",cmd:"coze agent file list --project-id <id>"},{desc:"Read a project file",cmd:"coze agent file read --project-id <id> --project-file-path /app/workspace/main.py"},{desc:"Upload file content",cmd:"coze agent file upload --project-id <id> --local-file-path ./report.md --project-dir /reports"},{desc:"Download a file",cmd:"coze agent file download --project-id <id> --project-file-path /reports/report.md"}]},vf={brief:"List Coze agent project files as JSON",description:"Lists files in a Coze agent project and outputs { ok, files }. Requires --project-id.",examples:[{desc:"List project files",cmd:"coze agent file list --project-id 123456"},{desc:"List files in a specific directory",cmd:"coze agent file list --project-id 123456 --project-dir /app/workspace"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-dir":{type:"string",required:!1,description:"Directory path in the remote project cloud disk (defaults to root)"},depth:{type:"number",required:!1,description:"Directory depth (defaults to 1)"}},output:{type:"object",description:"Result with ok and files fields"}}},wf={brief:"Write content to a Coze agent project file as JSON",description:"Writes content to a file in a Coze agent project and outputs the raw API JSON envelope. Requires --project-id, --project-file-path, and --content.",examples:[{desc:"Write a file",cmd:'coze agent file write --project-id 123456 --project-file-path /app/workspace/hello.txt --content "hello world"'}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk (e.g. /app/workspace/hello.txt)"},content:{type:"string",required:!0,description:"File content to write (utf-8)"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}},bf={brief:"Read a Coze agent project file as JSON",description:"Reads content from a file in a Coze agent project and outputs { ok, project_file_path, content }. Requires --project-id and --project-file-path.",examples:[{desc:"Read a file",cmd:"coze agent file read --project-id 123456 --project-file-path /app/workspace/main.py"},{desc:"Read with offset and limit",cmd:"coze agent file read --project-id 123456 --project-file-path /app/workspace/main.py --offset 10 --limit 50"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk (e.g. /app/workspace/main.py)"},offset:{type:"number",required:!1,description:"Start line (from 1)"},limit:{type:"number",required:!1,description:"Number of lines to read"}},output:{type:"object",description:"Result with ok, project_file_path, and content fields"}}},Sf={brief:"Edit a Coze agent project file as JSON",description:"Edits a file in a Coze agent project using the specified mode and outputs the raw API JSON envelope. Requires --project-id, --project-file-path, and --mode.",examples:[{desc:"Replace one occurrence",cmd:'coze agent file edit --project-id 123456 --project-file-path /app/workspace/main.py --mode replace_one --old-string "foo" --new-string "bar"'},{desc:"Append content",cmd:'coze agent file edit --project-id 123456 --project-file-path /app/workspace/main.py --mode append --append-content "# end"'}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk (e.g. /app/workspace/main.py)"},mode:{type:"string",required:!0,description:"Edit mode: replace_one, replace_all, append, append_newline"},"old-string":{type:"string",required:!1,description:"String to find (for replace modes)"},"new-string":{type:"string",required:!1,description:"Replacement string (for replace modes)"},"append-content":{type:"string",required:!1,description:"Content to append (for append modes)"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}},Pf=(t,i)=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,`Missing required option: ${i}`);return t},Cf=e=>e.startsWith("/")?e:`/${e}`,Tf=e=>{e.command("list").description("List Coze agent project files as JSON").option("--project-id <projectId>","The agent project ID").option("--project-dir <projectDir>","Directory path in the remote project cloud disk (defaults to root)").option("--depth <depth>","Directory depth (defaults to 1)").config({...$g,help:vf}).action((async(e,t)=>{const i=new xo({format:"json"});try{const o=Fg(e.projectId),n=e.depth?Wg(e.depth,"--depth"):void 0,r=t.getContext(),a=Hg(r),c=Vg(e.projectDir),d=await(async(e,t)=>Mg(await s.Claw.ListProjectFiles({project_id:t.projectId,file_path:t.filePath,depth:t.depth},Gg(e))))({baseUrl:a},{projectId:o,filePath:c,depth:n});i.print((e=>({ok:!0,files:gf(ff([e,"access",e=>e.data,"optionalAccess",e=>e.files]),(()=>[])).map((e=>({path:Cf(e.file_path||e.name||""),type:e.is_dir?"dir":"file"})))}))(d))}catch(e){af(e,i)}}))},Ef=e=>{e.command("write").description("Write content to a Coze agent project file as JSON").requiredOption("--project-id <projectId>","The agent project ID").requiredOption("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").requiredOption("--content <content>","File content to write (utf-8)").config({...$g,help:wf}).action((async(e,t)=>{const i=new xo({format:"json"});try{const o=Fg(e.projectId),n=Pf(e.projectFilePath,"--project-file-path"),r=Pf(e.content,"--content"),a=t.getContext(),c=Hg(a),d=await(async(e,t)=>Mg(await s.Claw.WriteProjectFile({project_id:t.projectId,file_path:t.filePath,content:t.content},Gg(e))))({baseUrl:c},{projectId:o,filePath:n,content:r});i.print(d)}catch(e){V(e,t.getContext())}}))},If=e=>{e.command("read").description("Read a Coze agent project file as JSON").option("--project-id <projectId>","The agent project ID").option("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").option("--offset <offset>","Start line (from 1)").option("--limit <limit>","Number of lines to read").config({...$g,help:bf}).action((async(e,t)=>{const i=new xo({format:"json"});try{const o=Fg(e.projectId),n=Pf(e.projectFilePath,"--project-file-path"),r=e.offset?Wg(e.offset,"--offset"):void 0,a=e.limit?Wg(e.limit,"--limit"):void 0,c=t.getContext(),d=Hg(c),l=await(async(e,t)=>{const i={project_id:t.projectId,file_path:t.filePath};return void 0!==t.offset&&(i.offset=t.offset),void 0!==t.limit&&(i.limit=t.limit),Mg(await s.Claw.ReadProjectFile(i,Gg(e)))})({baseUrl:d},{projectId:o,filePath:n,offset:r,limit:a});i.print({ok:!0,project_file_path:n,content:gf(ff([l,"access",e=>e.data,"optionalAccess",e=>e.content]),(()=>""))})}catch(e){af(e,i)}}))},kf=e=>{e.command("edit").description("Edit a Coze agent project file as JSON").requiredOption("--project-id <projectId>","The agent project ID").requiredOption("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").requiredOption("--mode <mode>","Edit mode: replace_one, replace_all, append, append_newline").option("--old-string <oldString>","String to find (for replace modes)").option("--new-string <newString>","Replacement string (for replace modes)").option("--append-content <appendContent>","Content to append (for append modes)").config({...$g,help:Sf}).action((async(e,t)=>{const i=new xo({format:"json"});try{const o=Fg(e.projectId),n=Pf(e.projectFilePath,"--project-file-path"),r=Pf(e.mode,"--mode"),a=t.getContext(),c=Hg(a),d=await(async(e,t)=>{const i={project_id:t.projectId,file_path:t.filePath,mode:t.mode};return void 0!==t.oldString&&(i.old_string=t.oldString),void 0!==t.newString&&(i.new_string=t.newString),void 0!==t.appendContent&&(i.append_content=t.appendContent),Mg(await s.Claw.EditProjectFile(i,Gg(e)))})({baseUrl:c},{projectId:o,filePath:n,mode:r,oldString:e.oldString,newString:e.newString,appendContent:e.appendContent});i.print(d)}catch(e){V(e,t.getContext())}}))},Af=e=>{const t=e.command("agent").description("Agent-facing Coze APIs backed by Claw project endpoints").config({...$g,help:{brief:"Agent-facing Coze APIs backed by Claw project endpoints",description:"Provides raw JSON access to Coze agent (project) APIs including info, members, and messages. All commands output raw API envelopes as JSON.",examples:[{desc:"Get agent info",cmd:"coze agent info --project-id <id>"},{desc:"List agent members",cmd:"coze agent member list --project-id <id>"},{desc:"List agent messages",cmd:"coze agent message list --project-id <id>"},{desc:"List project files",cmd:"coze agent file list --project-id <id>"},{desc:"Read a project file",cmd:"coze agent file read --project-id <id> --project-file-path /app/workspace/main.py"},{desc:"Upload file content",cmd:"coze agent file upload --project-id <id> --local-file-path ./report.md --project-dir /reports"},{desc:"Download a file",cmd:"coze agent file download --project-id <id> --project-file-path /reports/report.md"},{desc:"Search the web",cmd:"coze agent web search --agent-id <id> --query-list '[\"claude code\"]'"},{desc:"Fetch a web page",cmd:"coze agent web fetch --agent-id <id> --url https://example.com --response-length medium"}]}});nf(t),sf(t),of(t),(e=>{const t=e.command("file").description("Manage Coze agent project files").config({...$g,help:yf});Tf(t),Ef(t),If(t),kf(t),pf(t),mf(t)})(t),Xg(t)};function jf(t){!function(t){const i=t.command("auth").description("Manage user authentication and credentials").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Manage authentication and credentials",description:"Manage the full authentication lifecycle for Coze CLI. Supports interactive OAuth login via browser. All other commands require valid authentication.",examples:[{desc:"Interactive login via browser",cmd:"coze auth login --oauth",tags:["[RECOMMENDED]"]},{desc:"Check current login status",cmd:"coze auth status"},{desc:"Logout and clear credentials",cmd:"coze auth logout"}],seeAlso:["coze organization","coze space"]}});i.command("login").description("Login to obtain and persist access credentials").config({skipAuth:!0,help:{brief:"Login to Coze services",description:"Login to Coze services via OAuth authorization. Opens browser to complete authorization.",examples:[{desc:"Interactive login using OAuth",cmd:"coze auth login --oauth",tags:["[RECOMMENDED]"]}],errors:[{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Authentication failed",fix:"Please try again with `coze auth login --oauth`."}]}}).option("--token <PAT>","Login using an access token").option("--oauth","Start browser-based OAuth device authorization flow").action((async function(t,i){const o=i.getContext();if(!o)return void V(new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized"));await o.auth.login(t);const s=["Please use the following commands to manage organizations and spaces:"," coze organization list"," coze organization use <organization_id>"," coze space list"," coze space use <space_id>"];!function(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}}([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(s.join("\n"))])})),i.command("logout").description("Logout and clear stored credentials").config({skipOrgCheck:!0,skipAuth:!0,skipSpaceCheck:!0,help:{brief:"Logout",description:"Clear locally stored access credentials and log out of the current account.",examples:[{desc:"Execute logout",cmd:"coze auth logout"}]}}).action((async(t,i)=>{const o=i.getContext();o?await o.auth.logout():V(new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized"))})),i.command("status").description("Check current login status and credential validity").config({skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Check login status",description:"Verify if the current locally cached credentials are valid and display current login account information. If the token was obtained via OAuth and is about to expire, it will be refreshed automatically.",examples:[{desc:"Check current authentication status",cmd:"coze auth status",tags:["[RECOMMENDED]"]},{desc:"Check status in JSON format",cmd:"coze auth status --format json"}],schema:{output:{type:"object",properties:{logged_in:{type:"boolean",description:"Whether the user is currently logged in"},user:{type:"object",description:"Current user profile information"},token_expires_at:{type:"string",description:"Token expiration time in ISO 8601 format"}}}},errors:[{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"No valid credentials found or token has expired",fix:"Run `coze auth login --oauth` to authenticate."}],seeAlso:["coze auth login","coze auth logout"]}}).action((async(t,i)=>{const o=i.getContext();o?await o.auth.status():V(new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized"))}))}(t),qg(t),lc(t),Nu(t),Va(t),yr(t),br(t),$a(t),Qa(t),Dg(t),Af(t),pc()}function Rf(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function zf(e,t){return null!=e?e:t()}function Uf(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Lf(e){const t=[];let i=e;for(;i;)i.name()&&t.unshift(i.name()),i=i.parent;return t.join(" ")}function Of(e){return e._args.map((e=>e.required?`<${e.name()}>`:`[${e.name()}]`)).join(" ")}const xf=new Set(["--version","--format","--no-color","--config","--org-id","--space-id","--verbose","--debug","--log-file","--man","--schema","--commands"]);function Bf(e){const t=new Map,i=[];let o=e;for(;o;)i.unshift(o),o=o.parent;for(const e of i)for(const i of e.options){const e=i.flags.split(", ").find((e=>e.startsWith("--")));!e||t.has(e)||xf.has(e)||t.set(e,i)}return Array.from(t.values())}function qf(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}class Df extends b.Command{__init(){this.middlewares=[]}constructor(e){super(e),Df.prototype.__init.call(this),this.helpInformation=()=>{const e=process.argv.slice(2);if(e.includes("--schema"))return`${JSON.stringify(qf([this,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help,"optionalAccess",e=>e.schema])||{},null,2)}\n`;if(e.includes("--commands")){const e=this.commands.filter((e=>!e._hidden)).map((e=>({name:e.name(),description:e.description()})));return`${JSON.stringify(e,null,2)}\n`}if(e.includes("--man")||e.includes("-m"))return`${function(e){const t=Uf([e,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help]),i=Lf(e);let o=`@MAN ${i}\n\n`;o+=`NAME\n ${i} — ${Uf([t,"optionalAccess",e=>e.brief])||e.description()}\n\n`,o+=`SYNOPSIS\n ${i} ${Of(e)}\n`,Bf(e).forEach((e=>{o+=` [${e.flags}]\n`})),o+="\n",Uf([t,"optionalAccess",e=>e.description])&&(o+=`DESCRIPTION\n ${t.description.replace(/\n/g,"\n ")}\n\n`);const s=Bf(e);return s.length>0&&(o+="OPTIONS\n",s.forEach((e=>{const t=e.flags.split(", "),i=t.find((e=>e.startsWith("-")&&!e.startsWith("--")))||"",s=t.find((e=>e.startsWith("--")))||"";o+=` ${i?`${s}, ${i}`:s}\n`,o+=` Type: ${e.isBoolean()?"flag":"string"}\n`,o+=` Required: ${e.mandatory?"yes":"no"}\n`,o+=` Default: ${void 0!==e.defaultValue?String(e.defaultValue):"-"}\n`,o+=` Desc: ${e.description}\n\n`}))),Uf([t,"optionalAccess",e=>e.schema])&&(o+="SCHEMA\n",t.schema.input&&(o+=` Input:\n ${JSON.stringify(t.schema.input,null,2).replace(/\n/g,"\n ")}\n`),t.schema.output&&(o+=` Output:\n ${JSON.stringify(t.schema.output,null,2).replace(/\n/g,"\n ")}\n`),o+="\n"),Uf([t,"optionalAccess",e=>e.errors])&&t.errors.length>0&&(o+="ERRORS\n",o+=" CODE NAME TRIGGER RECOVERY\n",t.errors.forEach((e=>{o+=` ${e.code.padEnd(6)} ${e.name.padEnd(17)} ${e.desc.padEnd(37)} ${e.fix}\n`})),o+="\n"),Uf([t,"optionalAccess",e=>e.caveats])&&t.caveats.length>0&&(o+="CAVEATS\n",t.caveats.forEach((e=>{o+=` - ${e}\n`})),o+="\n"),Uf([t,"optionalAccess",e=>e.seeAlso])&&t.seeAlso.length>0&&(o+="SEE ALSO\n",t.seeAlso.forEach((e=>{o+=` ${e}\n`})),o+="\n"),o.trimEnd()}(this)}\n`;return e.includes("-h")||e.includes("--help")?`${function(e){const t=Uf([e,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help]),i=Lf(e);let o=`@HELP ${i}\n\n`;return Uf([t,"optionalAccess",e=>e.brief])?o+=`BRIEF: ${t.brief}\n\n`:o+=`BRIEF: ${e.description()||"No description provided."}\n\n`,e.parent&&"coze"!==e.parent.name()&&(o+=`PARENT: ${Lf(e.parent)}\n\n`),o+=`SYNTAX:\n ${i} ${Of(e)} [options]\n\n`,Uf([t,"optionalAccess",e=>e.description])&&(o+=`DESCRIPTION:\n ${t.description.replace(/\n/g,"\n ")}\n\n`),o+="OPTIONS:\n",o+=" Name Type Required Default Description\n",o+=" ─────────────────────────────────────────────────────────\n",e._args.forEach((e=>{const t=`<${e.name()}>`,i=e.required?"Yes":"No",s=void 0!==e.defaultValue?String(e.defaultValue):"-",n=e.description||"";o+=` ${t.padEnd(16)} ${"string".padEnd(10)} ${i.padEnd(4)} ${s.padEnd(10)} ${n}\n`})),Bf(e).forEach((e=>{const t=e.flags.split(", "),i=t.find((e=>e.startsWith("-")&&!e.startsWith("--")))||"",s=t.find((e=>e.startsWith("--")))||"",n=i?`${s}, ${i}`:s;let r="string";e.isBoolean()&&(r="flag");const a=e.mandatory?"Yes":"No",c=void 0!==e.defaultValue?String(e.defaultValue):"-",d=e.description||"";o+=` ${n.padEnd(16)} ${r.padEnd(10)} ${a.padEnd(4)} ${c.padEnd(10)} ${d}\n`})),o+="\n",Uf([t,"optionalAccess",e=>e.enums])&&(o+="ENUMS:\n",Object.keys(t.enums).forEach((e=>{o+=` --${e}:\n`;const i=zf(Uf([t,"access",e=>e.enums,"optionalAccess",t=>t[e]]),(()=>({})));Object.keys(i).forEach((e=>{o+=` ${e.padEnd(12)} ${i[e]}\n`}))})),o+="\n"),Uf([t,"optionalAccess",e=>e.examples])&&t.examples.length>0&&(o+="COMMON EXAMPLES:\n",t.examples.forEach((e=>{const t=e.tags?` ${e.tags.join(" ")}`:"";o+=` #${t} ${e.desc}\n ${e.cmd}\n\n`}))),Uf([t,"optionalAccess",e=>e.errors])&&t.errors.length>0&&(o+="COMMON ERRORS:\n",o+=" CODE NAME DESCRIPTION FIX\n",t.errors.slice(0,5).forEach((e=>{o+=` ${e.code.padEnd(6)} ${e.name.padEnd(17)} ${e.desc.padEnd(30)} ${e.fix}\n`})),o+="\n"),Uf([t,"optionalAccess",e=>e.seeAlso])&&t.seeAlso.length>0&&(o+="SEE ALSO:\n",t.seeAlso.forEach((e=>{o+=` ${e}\n`})),o+="\n"),o.trimEnd()}(this)}\n`:`${function(e){const t=Uf([e,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help]),i=Lf(e);let o=`@USAGE ${i}\n\n`;Uf([t,"optionalAccess",e=>e.brief])?o+=`BRIEF: ${t.brief}\n\n`:o+=`BRIEF: ${e.description()||"No description provided."}\n\n`,o+=`SYNTAX:\n ${i} ${Of(e)} [options]\n\n`,e.commands.length>0&&(o+="ACTIONS:\n",e.commands.forEach((e=>{const t=e;if(!t._hidden){const e=Uf([t,"access",e=>e.getConfig,"optionalCall",e=>e(),"optionalAccess",e=>e.help,"optionalAccess",e=>e.brief])||t.description()||"";o+=` ${t.name().padEnd(10)} ${e}\n`}})),o+="\n"),Uf([t,"optionalAccess",e=>e.examples])&&t.examples.length>0&&(o+="EXAMPLES:\n",t.examples.slice(0,5).forEach((e=>{o+=` # ${e.desc}\n ${e.cmd}\n\n`})));if(Uf([t,"optionalAccess",e=>e.enums])){const e=Object.keys(t.enums).filter((e=>Object.keys(zf(Uf([t,"access",e=>e.enums,"optionalAccess",t=>t[e]]),(()=>({})))).length<=7));e.length>0&&(o+="ENUMS:\n",e.forEach((e=>{const i=Object.keys(zf(Uf([t,"access",e=>e.enums,"optionalAccess",t=>t[e]]),(()=>({})))).join(" | ");o+=` --${e}: ${i}\n`})),o+="\n")}return o.trimEnd()}(this)}\n`},this.hook("preAction",(e=>{}))}config(e){return this.commandConfig={...this.commandConfig,...e},this}setConfig(e){return this.commandConfig=e,this}getConfig(){return this.commandConfig}setContext(e){return this.context=e,this}getContext(){return this.context}use(e){return this.middlewares.push(e),this}createCommand(e){const t=new Df(e);return this.context&&t.setContext(this.context),t}action(e){return super.action((async(...t)=>{const i=this.getContext();let o={},s=[],n=this;if(t.length>0){const e=t[t.length-1];e instanceof Df&&(n=e),t.length>=2&&(r=t[t.length-2],a=()=>({}),o=null!=r?r:a(),s=t.slice(0,t.length-2))}var r,a;if(i&&(o&&(i.options=o),s&&(i.args=s),n)){i.commandName=n.name();const e=qf([n,"access",e=>e.getConfig,"optionalCall",e=>e()]);e&&(i.commandConfig=e),n.setContext(i)}if(this.middlewares.length>0&&i){const o=ci(this.middlewares);await o(i,(async()=>{await e.apply(this,t)}))}else await e.apply(this,t)}))}}function Mf(e){let t,i=e[0],o=1;for(;o<e.length;){const s=e[o],n=e[o+1];if(o+=2,("optionalAccess"===s||"optionalCall"===s)&&null==i)return;"access"===s||"optionalAccess"===s?(t=i,i=n(i)):"call"!==s&&"optionalCall"!==s||(i=n(((...e)=>i.call(t,...e))),t=void 0)}return i}function Nf(e){e.exitOverride(),e.outputError=()=>{},e.commands.forEach((e=>Nf(e)))}async function Gf(t){const i=new Df;i.name("coze").description("Coze Coding CLI").version(W,"-v, --version").option("--format <fmt>","Specify output format (json, text). Default: text").option("--no-color","Disable ANSI color output").option("--config <path>","Specify config file path").option("--org-id <id>","Override Organization ID").option("--space-id <id>","Override Space ID").option("--verbose","Enable verbose mode, output more business process information").option("--debug","Enable debug mode, output all log information for diagnosing CLI execution issues").option("--log-file <path>","Output logs to a file").option("--man","Show full manual information").option("--schema","Output the command's JSON Schema").option("--commands","Output the list of subcommands"),i.config({help:{errors:[{code:e.ErrorCode.E1100,name:"UNKNOWN_OPTION",desc:"Unknown option provided",fix:"Check parameter spelling or use -h for help",example:"coze <command> -h"},{code:e.ErrorCode.E1101,name:"UNKNOWN_COMMAND",desc:"Unknown subcommand provided",fix:"Check subcommand spelling or use -h for help",example:"coze -h"},{code:e.ErrorCode.E1102,name:"MISSING_ARGUMENT",desc:"Missing required argument",fix:"Provide missing required parameters",example:"coze <command> -h"},{code:e.ErrorCode.E1103,name:"MISSING_OPTION",desc:"Missing required option value",fix:"Provide missing required options",example:"coze <command> -h"}]}}),jf(i),await dc(t.config),function(e,t,i){const o=new Set;e.setContext(i),function e(s){o.has(s)||(o.add(s),s.setContext(i),t.forEach((e=>s.use(e))),s.commands.forEach((t=>{const i=Rf([s,"access",e=>e.getConfig,"optionalCall",e=>e()]),o=Rf([t,"access",e=>e.getConfig,"optionalCall",e=>e()]);t.setConfig({...i,...o}),e(t)})))}(e)}(i,[qo,_r],t),process.on("uncaughtException",(e=>{V(e,t)})),process.on("unhandledRejection",(e=>{V(e,t)})),(t.argv.includes("--schema")||t.argv.includes("--commands")||t.argv.includes("--man")||t.argv.includes("-m"))&&(t.argv.includes("--help")||t.argv.includes("-h")||t.argv.push("--help")),Nf(i);try{await i.parseAsync(t.argv,{from:"user"})}catch(n){const r=n,a=function(e,t,i){let o=e;if(t.command)o=t.command;else if(i.commandName){const t=(e,i)=>{if(e.name()===i)return e;for(const o of e.commands){const e=t(o,i);if(e)return e}return null},s=t(e,i.commandName);s&&(o=s)}let s=e;for(const e of i.argv){if(e.startsWith("-"))break;const t=s.commands.find((t=>t.name()===e));t&&(s=t,o=s)}return o}(i,r,t);"commander.helpDisplayed"!==r.code&&"commander.help"!==r.code&&"commander.version"!==r.code||process.exit(e.ExitCode.SUCCESS);const c=Mf([a,"access",e=>e.getConfig,"optionalCall",e=>e()]),d=Mf([i,"access",e=>e.getConfig,"optionalCall",e=>e()]);if(t.commandConfig=(s=()=>d,null!=(o=c)?o:s()),"commander.unknownOption"===r.code){const i=G(new e.CozeError(e.ErrorCode.E1100,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(i),process.exit(e.exitCodeForError(i.code))}if("commander.unknownCommand"===r.code){const i=G(new e.CozeError(e.ErrorCode.E1101,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(i),process.exit(e.exitCodeForError(i.code))}if("commander.missingArgument"===r.code){const i=G(new e.CozeError(e.ErrorCode.E1102,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(i),"json"!==t.format&&process.stderr.write(`\n${a.helpInformation()}`),process.exit(e.exitCodeForError(i.code))}if("commander.missingMandatoryOptionValue"===r.code||"commander.optionMissingArgument"===r.code){const i=G(new e.CozeError(e.ErrorCode.E1103,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(i),"json"!==t.format&&process.stderr.write(`\n${a.helpInformation()}`),process.exit(e.exitCodeForError(i.code))}V(r,t)}var o,s}(async function(){const e=process.argv.slice(2),{globalOptions:t}=function(e){const t={};let i;const o=[];let s=!1;for(let n=0;n<e.length;n++){const r=e[n];if("--help"!==r&&"-h"!==r)if("--version"!==r&&"-v"!==r)if("--output"!==r)if("--format"!==r)"--no-color"!==r?"--config"!==r?"--org-id"!==r?"--space-id"!==r?"--verbose"!==r?"--debug"!==r?"--log-file"!==r?"--print-logs"!==r?s||r.startsWith("-")?o.push(r):(i=r,s=!0):t.printLogs=!0:t.logFile=e[++n]:t.debug=!0:t.verbose=!0:t.spaceId=e[++n]:t.orgId=e[++n]:t.config=e[++n]:t.noColor=!0;else{const i=e[++n];"json"!==i&&"text"!==i||(t.format=i)}else t.output=e[++n];else t.version=!0;else t.help=!0}return{globalOptions:t,commandName:i,commandArgs:o}}(e),i=function(e){const t=Bo(e.cwd,(()=>process.cwd())),i=Bo(e.env,(()=>process.env)),o=e.globalOptions||{};o.noColor&&(process.env.NO_COLOR="1");let s="text";o.format&&(s=o.format);const n={...e.config};o.orgId&&(n.organizationId=o.orgId),o.spaceId&&(n.spaceId=o.spaceId);const r=new St({format:"text",logFile:o.logFile,printToStderr:o.printLogs});let a="info";o.debug?a="debug":o.verbose&&(a="verbose");const c=new Oo(r,s,a),d=new xo({format:s}),l={cwd:t,env:i,argv:e.argv,config:n,format:s,log:r,ui:c,response:d,globalOptions:o,auth:void 0};return l.auth=new yo(l),l}({argv:e,config:await s.loadConfig(t.config),globalOptions:t});!function(e){It=e.log,kt=!0===Pt([e,"access",e=>e.globalOptions,"optionalAccess",e=>e.debug]),kt&&(At||(Ht(),Jt(),At=!0))}(i);const o=ci([vt,ti,ai,Y]);await o(i,(async()=>{await Gf(i)}))})().catch((e=>{V(e,void 0),process.exitCode=1}));
31
+ function Jm(e,t,o,i){return new(o||(o=Promise))((function(t,s){function n(e){try{a(i.next(e))}catch(e){s(e)}}function r(e){try{a(i.throw(e))}catch(e){s(e)}}function a(e){var i;e.done?t(e.value):(i=e.value,i instanceof o?i:new o((function(e){e(i)}))).then(n,r)}a((i=i.apply(e,[])).next())}))}let Km="";function Qm(e=""){const t=`${Date.now()}`,o=Km||(Km=function(e){const t=/(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)(\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}/.test(e),o=/(([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]))/.test(e);return t?function(e){const t=e.split(/\./).map((e=>{return t=e,(Array(8).join("0")+parseInt(t,10).toString(2)).slice(-8);var t})),o=[];o[0]=Zm(t[0]+t[1]),o[1]=Zm(t[2]+t[3]);const i=["0000","0000","0000","0000","0000","ffff",o[0],o[1]];return i.join("")}(e):o?function(e){let t="";const o=[];let i=0,s=0,n=!0;const r="0000";if(e.indexOf("::")>-1){const a=e.split("::");for(let e=0;e<a.length;e++){const t=a[e];if(t.indexOf(":")>0){const e=t.split(":");n&&(i=e.length),s+=e.length;for(let t=0;t<e.length;t++)if(4!==e[t].length){const i=r.substring(0,4-e[t].length).concat(e[t]);o.push(i)}else o.push(e[t]);n=!1}else{if(4!==t.length){const e=r.substring(0,4-t.length).concat(t);o.push(e)}else o.push(t);n&&(i+=1),s+=1,n=!1}}let c="";for(let e=0;e<8-s;e++)c=c.concat(r);for(let e=0;e<o.length;e++)e===i?(t=t.concat(c),t=t.concat(o[e])):t=t.concat(o[e]);return t}{const o=e.split(":");for(let e=0;e<o.length;e++){const i=o[e];if(4!==o[e].length){const s=r.substring(0,4-o[e].length).concat(i);t=t.concat(s)}else t=t.concat(i)}return t}}(e):"00000000000000000000000000000000"}(e));return"02"+t+o+Math.random().toString(16).slice(-6)}function Ym(){return 1e4*Date.now()+Math.floor(1e4*Math.random())}function Zm(e){return(Array(4).join("0")+parseInt(e,2).toString(16)).slice(-4)}function Xm(e,t){const o=e.key;void 0!==o&&(vg(t,10),hg(t,o));const i=e.value;void 0!==i&&(vg(t,18),hg(t,i))}function eg(e){const t={};e:for(;!dg(e);){const o=bg(e);switch(o>>>3){case 0:break e;case 1:t.key=gg(e,bg(e));break;case 2:t.value=gg(e,bg(e));break;default:sg(e,7&o)}}if(void 0===t.key)throw new Error("Missing required field: key");if(void 0===t.value)throw new Error("Missing required field: value");return t}function tg(e){const t=ag();return function(e,t){const o=e.SeqID;void 0!==o&&(vg(t,8),Cg(t,o));const i=e.LogID;void 0!==i&&(vg(t,16),Cg(t,i));const s=e.service;void 0!==s&&(vg(t,24),Cg(t,ng(s)));const n=e.method;void 0!==n&&(vg(t,32),Cg(t,ng(n)));const r=e.headers;if(void 0!==r)for(const e of r){vg(t,42);const o=ag();Xm(e,o),vg(t,o.limit),fg(t,o),cg(o)}const a=e.payloadEncoding;void 0!==a&&(vg(t,50),hg(t,a));const c=e.payloadType;void 0!==c&&(vg(t,58),hg(t,c));const l=e.payload;void 0!==l&&(vg(t,66),vg(t,l.length),function(e,t){const o=pg(e,t.length);e.bytes.set(t,o)}(t,l));const d=e.LogIDNew;void 0!==d&&(vg(t,74),hg(t,d));const p=e.serverTiming;void 0!==p&&(vg(t,82),hg(t,p));const u=e.msgID;void 0!==u&&(vg(t,90),hg(t,u));const m=e.frameType;void 0!==m&&(vg(t,96),Cg(t,ng(m)))}(e,t),function(e){const t=e.bytes,o=e.limit;return t.length===o?t:t.subarray(0,o)}(t)}function og(e){return function(e){const t={};e:for(;!dg(e);){const o=bg(e);switch(o>>>3){case 0:break e;case 1:t.SeqID=wg(e,!0);break;case 2:t.LogID=wg(e,!0);break;case 3:t.service=bg(e);break;case 4:t.method=bg(e);break;case 5:{const o=ig(e);(t.headers||(t.headers=[])).push(eg(e)),e.limit=o;break}case 6:t.payloadEncoding=gg(e,bg(e));break;case 7:t.payloadType=gg(e,bg(e));break;case 8:t.payload=mg(e,bg(e));break;case 9:t.LogIDNew=gg(e,bg(e));break;case 10:t.serverTiming=gg(e,bg(e));break;case 11:t.msgID=gg(e,bg(e));break;case 12:t.frameType=bg(e);break;default:sg(e,7&o)}}if(void 0===t.SeqID)throw new Error("Missing required field: SeqID");if(void 0===t.LogID)throw new Error("Missing required field: LogID");if(void 0===t.service)throw new Error("Missing required field: service");if(void 0===t.method)throw new Error("Missing required field: method");return t}({bytes:t=e,offset:0,limit:t.length});var t}function ig(e){const t=bg(e),o=e.limit;return e.limit=e.offset+t,o}function sg(e,t){switch(t){case 0:for(;128&_g(e););break;case 2:lg(e,bg(e));break;case 5:lg(e,4);break;case 1:lg(e,8);break;default:throw new Error("Unimplemented type: "+t)}}function ng(e){return{low:e|=0,high:e>>31,unsigned:e>=0}}const rg=[];function ag(){const e=rg.pop();return e?(e.offset=e.limit=0,e):{bytes:new Uint8Array(64),offset:0,limit:0}}function cg(e){rg.push(e)}function lg(e,t){if(e.offset+t>e.limit)throw new Error("Skip past limit");e.offset+=t}function dg(e){return e.offset>=e.limit}function pg(e,t){const o=e.bytes,i=e.offset,s=e.limit,n=i+t;if(n>o.length){const t=new Uint8Array(2*n);t.set(o),e.bytes=t}return e.offset=n,n>s&&(e.limit=n),i}function ug(e,t){const o=e.offset;if(o+t>e.limit)throw new Error("Read past limit");return e.offset+=t,o}function mg(e,t){const o=ug(e,t);return e.bytes.subarray(o,o+t)}function gg(e,t){const o=ug(e,t),i=String.fromCharCode,s=e.bytes,n="�";let r="";for(let e=0;e<t;e++){const a=s[e+o];let c,l,d,p;128&a?192==(224&a)?e+1>=t?r+=n:(c=s[e+o+1],128!=(192&c)?r+=n:(p=(31&a)<<6|63&c,p<128?r+=n:(r+=i(p),e++))):224==(240&a)?e+2>=t?r+=n:(c=s[e+o+1],l=s[e+o+2],32896!=(49344&(c|l<<8))?r+=n:(p=(15&a)<<12|(63&c)<<6|63&l,p<2048||p>=55296&&p<=57343?r+=n:(r+=i(p),e+=2))):240==(248&a)?e+3>=t?r+=n:(c=s[e+o+1],l=s[e+o+2],d=s[e+o+3],8421504!=(12632256&(c|l<<8|d<<16))?r+=n:(p=(7&a)<<18|(63&c)<<12|(63&l)<<6|63&d,p<65536||p>1114111?r+=n:(p-=65536,r+=i(55296+(p>>10),56320+(1023&p)),e+=3))):r+=n:r+=i(a)}return r}function hg(e,t){const o=t.length;let i=0;for(let e=0;e<o;e++){let s=t.charCodeAt(e);s>=55296&&s<=56319&&e+1<o&&(s=(s<<10)+t.charCodeAt(++e)-56613888),i+=s<128?1:s<2048?2:s<65536?3:4}vg(e,i);let s=pg(e,i);const n=e.bytes;for(let e=0;e<o;e++){let i=t.charCodeAt(e);i>=55296&&i<=56319&&e+1<o&&(i=(i<<10)+t.charCodeAt(++e)-56613888),i<128?n[s++]=i:(i<2048?n[s++]=i>>6&31|192:(i<65536?n[s++]=i>>12&15|224:(n[s++]=i>>18&7|240,n[s++]=i>>12&63|128),n[s++]=i>>6&63|128),n[s++]=63&i|128)}}function fg(e,t){const o=pg(e,t.limit),i=e.bytes,s=t.bytes;for(let e=0,n=t.limit;e<n;e++)i[e+o]=s[e]}function _g(e){return e.bytes[ug(e,1)]}function yg(e,t){const o=pg(e,1);e.bytes[o]=t}function bg(e){let t,o=0,i=0;do{t=_g(e),o<32&&(i|=(127&t)<<o),o+=7}while(128&t);return i}function vg(e,t){for(t>>>=0;t>=128;)yg(e,127&t|128),t>>>=7;yg(e,t)}function wg(e,t){let o,i=0,s=0,n=0;return o=_g(e),i=127&o,128&o&&(o=_g(e),i|=(127&o)<<7,128&o&&(o=_g(e),i|=(127&o)<<14,128&o&&(o=_g(e),i|=(127&o)<<21,128&o&&(o=_g(e),s=127&o,128&o&&(o=_g(e),s|=(127&o)<<7,128&o&&(o=_g(e),s|=(127&o)<<14,128&o&&(o=_g(e),s|=(127&o)<<21,128&o&&(o=_g(e),n=127&o,128&o&&(o=_g(e),n|=(127&o)<<7))))))))),{low:i|s<<28,high:s>>>4|n<<24,unsigned:t}}function Cg(e,t){const o=t.low>>>0,i=(t.low>>>28|t.high<<4)>>>0,s=t.high>>>24,n=0===s?0===i?o<16384?o<128?1:2:o<1<<21?3:4:i<16384?i<128?5:6:i<1<<21?7:8:s<128?9:10,r=pg(e,n),a=e.bytes;switch(n){case 10:a[r+9]=s>>>7&1;case 9:a[r+8]=9!==n?128|s:127&s;case 8:a[r+7]=8!==n?i>>>21|128:i>>>21&127;case 7:a[r+6]=7!==n?i>>>14|128:i>>>14&127;case 6:a[r+5]=6!==n?i>>>7|128:i>>>7&127;case 5:a[r+4]=5!==n?128|i:127&i;case 4:a[r+3]=4!==n?o>>>21|128:o>>>21&127;case 3:a[r+2]=3!==n?o>>>14|128:o>>>14&127;case 2:a[r+1]=2!==n?o>>>7|128:o>>>7&127;case 1:a[r]=1!==n?128|o:127&o}}function Eg(e){return tg(e)}const Ig=4294967296,Ag=0x10000000000000000,Sg=Ag/2,jg=String.prototype.charCodeAt;class Pg{constructor(e,t,o){this.isLong=!0,this.low=0|e,this.high=0|t,this.unsigned=!!o}static isLong(e){return e&&!0===e.isLong}static fromBits(e,t,o){return new Pg(e,t,o)}static fromBytes(e,t,o){return o?Pg.fromBytesLE(e,t):Pg.fromBytesBE(e,t)}static fromBytesLE(e,t){return new Pg(e[0]|e[1]<<8|e[2]<<16|e[3]<<24,e[4]|e[5]<<8|e[6]<<16|e[7]<<24,t)}static fromBytesBE(e,t){return new Pg(e[4]<<24|e[5]<<16|e[6]<<8|e[7],e[0]<<24|e[1]<<16|e[2]<<8|e[3],t)}static fromHash(e){return"\0\0\0\0\0\0\0\0"===e?kg:new Pg((jg.call(e,0)|jg.call(e,1)<<8|jg.call(e,2)<<16|jg.call(e,3)<<24)>>>0,(jg.call(e,4)|jg.call(e,5)<<8|jg.call(e,6)<<16|jg.call(e,7)<<24)>>>0,!0)}toHash(){return String.fromCharCode(255&this.low,this.low>>>8&255,this.low>>>16&255,this.low>>>24,255&this.high,this.high>>>8&255,this.high>>>16&255,this.high>>>24)}static fromNumber(e,t=!0){if(isNaN(e))return t?Tg:kg;if(t){if(e>=Ag)return Rg}else{if(e<=-Sg)return xg;if(e+1>=Sg)return zg}return Pg.fromBits(e%Ig|0,e/Ig|0,t)}toNumber(){return this.unsigned?(this.high>>>0)*Ig+(this.low>>>0):this.high*Ig+(this.low>>>0)}isZero(){return 0===this.high&&0===this.low}add(e){Pg.isLong(e)||(e=Pg.fromNumber(e));const t=this.high>>>16,o=65535&this.high,i=this.low>>>16,s=65535&this.low,n=e.high>>>16,r=65535&e.high,a=e.low>>>16;let c=0,l=0,d=0,p=0;return p+=s+(65535&e.low),d+=p>>>16,p&=65535,d+=i+a,l+=d>>>16,d&=65535,l+=o+r,c+=l>>>16,l&=65535,c+=t+n,c&=65535,Pg.fromBits(d<<16|p,c<<16|l,this.unsigned)}equals(e){return Pg.isLong(e)||(e=Pg.fromNumber(e)),(this.unsigned===e.unsigned||this.high>>>31!=1||e.high>>>31!=1)&&(this.high===e.high&&this.low===e.low)}addOne(){return-1===this.low&&-1===this.high?Pg.fromBits(0,0,this.unsigned):-1===this.low?Pg.fromBits(0,this.high+1,this.unsigned):Pg.fromBits(this.low+1,this.high,this.unsigned)}toBytes(e){return e?this.toBytesLE():this.toBytesBE()}toBytesLE(){const e=this.high,t=this.low;return[255&t,t>>>8&255,t>>>16&255,t>>>24,255&e,e>>>8&255,e>>>16&255,e>>>24]}toBytesBE(){const e=this.high,t=this.low;return[e>>>24,e>>>16&255,e>>>8&255,255&e,t>>>24,t>>>16&255,t>>>8&255,255&t]}}const kg=new Pg(0,0,!1),Tg=new Pg(0,0,!0),zg=Pg.fromBits(-1,2147483647,!1),Rg=Pg.fromBits(-1,-1,!0),xg=Pg.fromBits(0,-2147483648,!1);var Lg;!function(e){e[e.NATIVE_ERROR=5001]="NATIVE_ERROR",e[e.CONNECTING_ERROR=5002]="CONNECTING_ERROR",e[e.MAX_RETRIES_ERROR=5003]="MAX_RETRIES_ERROR",e[e.MESSAGE_ERROR=5004]="MESSAGE_ERROR",e[e.OPEN_ERROR=5005]="OPEN_ERROR"}(Lg||(Lg={}));class Og{constructor(e){this.type=e,this.target=null}}class Dg extends Og{constructor(e,t){super(e),this.message=t&&t.message||null}}class Ug extends Og{constructor(e,t){super(e),this.error=t&&t.error||null,this.colno=t&&t.colno||0,this.filename=t&&t.filename||"",this.lineno=t&&t.lineno||0,this.message=t&&t.message||"",this.code=t&&t.code||Lg.NATIVE_ERROR}}class Bg extends Og{constructor(e,t){super(e),this.code=t&&t.code||0,this.reason=t&&t.reason||"",this.wasClean=t&&t.wasClean||!1,this.willReconnect=t&&t.willReconnect||!1}}class qg extends Og{constructor(e,t){super(e),this.data=t&&t.data||null}}class Mg extends qg{constructor(e,t){super(e),this.data=t&&t.data||null,this.message=t&&t.message||null}}class Ng extends Og{constructor(e,t){super(e),this.data=t&&t.data||null}}function $g(e,{message:t,code:o,error:i}){return new Ug(e,{message:t,code:o,error:i})}function Gg(e,{code:t,reason:o,wasClean:i,willReconnect:s}){return new Bg(e,{code:t,reason:o,wasClean:i,willReconnect:s})}function Fg(e,{message:t}){return new Dg(e,{message:t})}class Vg{constructor(e,t){this.endpoints=e,this.maxRetries=t,this.currentIndex=0,this.currentEndpointTriesCount=0}resetEndpointConfig(){this.currentIndex=0,this.currentEndpointTriesCount=0}resetTries(){this.currentEndpointTriesCount=0}getCurrentEndpoint(){return this.endpoints[this.currentIndex]}getCurrentEndpointTriesCount(){return this.currentEndpointTriesCount}checkReachMaxTries(){return this.currentIndex>=this.endpoints.length||this.currentIndex===this.endpoints.length-1&&this.currentEndpointTriesCount===this.maxRetries}checkCurrentEndpointReachedMaxRetries(){return this.currentIndex==this.endpoints.length||this.currentEndpointTriesCount>this.maxRetries}replaceBackupEndpointAndUpdateCount(){return this.currentEndpointTriesCount=1,this.currentIndex++,this.endpoints[this.currentIndex]}getCurrentEndpointAndUpdateCount(){return this.currentEndpointTriesCount++,this.getCurrentEndpoint()}}const Wg=("undefined"!=typeof globalThis&&"Window"===globalThis.constructor.name||"undefined"!=typeof window&&"Window"===window.constructor.name)&&"undefined"!=typeof document,Hg="undefined"!=typeof globalThis&&("Object"===globalThis.constructor.name||"DedicatedWorkerGlobalScope"===globalThis.constructor.name)&&"undefined"!=typeof tt,Jg=("undefined"!=typeof globalThis&&"Object"===globalThis.constructor.name||"undefined"==typeof globalThis||"undefined"!=typeof globalThis&&!!globalThis.WeixinJSBridge)&&"undefined"!=typeof wx,Kg="undefined"!=typeof globalThis&&("DedicatedWorkerGlobalScope"===globalThis.constructor.name||"SharedWorkerGlobalScope"===globalThis.constructor.name||"ServiceWorkerGlobalScope"===globalThis.constructor.name)&&"undefined"!=typeof self,Qg="undefined"!=typeof globalThis&&"Object"===globalThis.constructor.name&&"undefined"!=typeof global&&"Object"===global.constructor.name&&"undefined"!=typeof process&&!!process.version;class Yg{constructor(){this._listeners={}}emit(e,...t){const o=this._listeners[e];if(o)o.slice().forEach((e=>e.fn.apply(e.ctx,t)));else if("error"===e&&!this.onerror){const e=t.length&&t[0];if(e instanceof Error)throw e;throw new Error("Unhandled error."+(e?" ("+e.message+")":"")).context=e,e}return this}off(e,t){if(void 0===e)this._listeners={};else if(void 0===t)this._listeners[e]=null;else{const o=this._listeners[e];if(o)for(let e=0;e<o.length;)o[e].fn===t?o.splice(e,1):++e}return this}on(e,t,o){return(this._listeners[e]||(this._listeners[e]=[])).push({fn:t,ctx:o||this}),this}}class Zg extends Yg{constructor(e,t,o){super(),this._socket=null,Jg&&wx.connectSocket&&(this._socket=wx.connectSocket({url:e,protocols:t,header:o,fail:this._createSocketFailHandler.bind(this),success:this._createSocketSuccessHandler.bind(this)})),Hg&&tt.connectSocket&&(this._socket=tt.connectSocket({url:e,protocols:t,header:o,fail:this._createSocketFailHandler.bind(this),success:this._createSocketSuccessHandler.bind(this)}))}_createSocketSuccessHandler(){Promise.resolve().then((()=>{this._addWsListeners()}))}_createSocketFailHandler(e){Promise.resolve().then((()=>{const t=$g("error",{message:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)});this.emit("error",t);const o=Gg("close",{reason:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)});this.emit("close",o)}))}_addWsListeners(){this._socket.onOpen((e=>{this.emit("open",function(e,{data:t}){return new Ng(e,{data:t})}("open",Object.assign(Object.assign({},e),{data:e.errMsg||""})))})),this._socket.onClose((e=>{this.emit("close",Gg("close",Object.assign({},e)))})),this._socket.onMessage((e=>{this.emit("message",function(e,{data:t,message:o}){return new Mg(e,{data:t,message:o})}("message",Object.assign({},e)))})),this._socket.onError((e=>{this.emit("error",$g("error",Object.assign(Object.assign({},e),{message:e.errMsg||""})))}))}send(e){if(e instanceof Uint8Array){const t=e.buffer.slice(e.byteOffset,e.byteLength+e.byteOffset);this._socket&&this._socket.send({data:t,fail:e=>{this.emit("error",$g("error",{message:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)}))}})}else this._socket&&this._socket.send({data:e,fail:e=>{this.emit("error",$g("error",{message:e.errMsg||e.errNo?`message: ${e.errMsg}`||`code: ${e.errNo}`||"":JSON.stringify(e)}))}})}close(e,t){this._socket&&this._socket.close({code:e,reason:t})}addEventListener(e,t){this.on(e,t)}removeEventListener(e,t){this.off(e,t)}get readyState(){return this._socket.readyState}get binaryType(){return this._socket.binaryType}set binaryType(e){}get url(){return this._socket.url}get protocol(){return this._socket.protocol}get extensions(){return this._socket.extensions}get bufferedAmount(){return 0}}function Xg(e,t,o){let i=-1;!function s(n){return Jm(this,0,void 0,(function*(){if(n<=i)return Promise.reject(new Error("next() called multiple times in process"));if(i=n,n===o.length)return Promise.resolve();return o[n].bind(e)(t,s.bind(null,n+1))}))}(0)}function eh(e){let t=0,o=0;for(let i=0;i<e.length;++i)o=e.charCodeAt(i),o<128?t+=1:o<2048?t+=2:55296==(64512&o)&&56320==(64512&e.charCodeAt(i+1))?(++i,t+=4):t+=3;return t}function th(e,t,o){if(o-t<1)return"";let i="";for(let s=t;s<o;){const t=e[s++];if(t<=127)i+=String.fromCharCode(t);else if(t>=192&&t<224)i+=String.fromCharCode((31&t)<<6|63&e[s++]);else if(t>=224&&t<240)i+=String.fromCharCode((15&t)<<12|(63&e[s++])<<6|63&e[s++]);else if(t>=240){const o=((7&t)<<18|(63&e[s++])<<12|(63&e[s++])<<6|63&e[s++])-65536;i+=String.fromCharCode(55296+(o>>10)),i+=String.fromCharCode(56320+(1023&o))}}return i}function oh(e,t,o){const i=o;let s,n;for(let i=0;i<e.length;++i)s=e.charCodeAt(i),s<128?t[o++]=s:s<2048?(t[o++]=s>>6|192,t[o++]=63&s|128):55296==(64512&s)&&56320==(64512&(n=e.charCodeAt(i+1)))?(s=65536+((1023&s)<<10)+(1023&n),++i,t[o++]=s>>18|240,t[o++]=s>>12&63|128,t[o++]=s>>6&63|128,t[o++]=63&s|128):(t[o++]=s>>12|224,t[o++]=s>>6&63|128,t[o++]=63&s|128);return o-i}function ih(e){return Jm(this,0,void 0,(function*(){if("string"==typeof e){const t=new Uint8Array(eh(e));return oh(e,t,0),t}return e instanceof ArrayBuffer?new Uint8Array(e):new Uint8Array(e.buffer,e.byteOffset,e.byteLength)}))}class sh{constructor(e){this.maxLossCount=e,this.count=0}addCount(){this.count++}checkReachMaxCount(){return this.count>=this.maxLossCount}resetCounter(e=0){this.maxLossCount=e,this.count=0}}function nh(e,t,o){return!!(null==e?void 0:e.find((e=>e.key===t&&e.value===o)))}function rh(e,t){var o;return null===(o=null==e?void 0:e.find((e=>e.key===t)))||void 0===o?void 0:o.value}function ah(e,t){return Jm(this,0,void 0,(function*(){const{enableAutoAck:o}=this._options,i=nh(e.message.headers,"need_ack","1"),s=nh(e.message.headers,"is_ack","1"),n=nh(e.message.headers,"x_frontier_qos_ack","1");if(o&&i){const{SeqID:t,LogID:o,service:i,LogIDNew:s,method:n}=e.message;this._sendAck({SeqID:t,LogID:o,LogIDNew:s,service:i,method:n,headers:[{key:"is_ack",value:"1"},{key:"ack_id",value:s||""},{key:"ack_code",value:"0"}]})}s&&!n&&this._dispatchAckMessageEvent(e),t()}))}function ch(e,t){return Jm(this,0,void 0,(function*(){this._debug("received",e.message),t()}))}function lh(e,t){return Jm(this,0,void 0,(function*(){const o=og(yield ih(e.data));try{if(o.payload instanceof Uint8Array){const e=this._options.payloadEncoding instanceof Object?{force:!!this._options.payloadEncoding.force,encoding:this._options.payloadEncoding.encoding?this._options.payloadEncoding.encoding.replace(/\s/g,"").toLowerCase():""}:{force:!1,encoding:this._options.payloadEncoding?this._options.payloadEncoding.replace(/\s/g,"").toLowerCase():""},t=o.payloadEncoding?o.payloadEncoding.replace(/\s/g,"").toLowerCase():"",i=this._options.payloadType instanceof Object?{force:!!this._options.payloadType.force,type:this._options.payloadType.type?this._options.payloadType.type.replace(/\s/g,"").toLowerCase():""}:{force:!1,type:this._options.payloadType?this._options.payloadType.replace(/\s/g,"").toLowerCase():""},s=o.payloadType?o.payloadType.replace(/\s/g,"").toLowerCase():"",n=i.force?i.type:s||i.type,r=e.force?e.encoding:t||e.encoding,a=["text/plain;charset=utf-8","application/json","application/json;charset=utf-8","string"],c=["none_none","binary"];this._options.enableTransformTextPayload&&a.includes(n)&&(!r||c.includes(r))?o.textPayload=th(o.payload,0,o.payload.byteLength):o.textPayload=""}else o.textPayload=""}catch(e){o.textPayload="",console.log(e)}e.message=o,t()}))}let dh,ph;const uh=new WeakMap,mh=new WeakMap,gh=new WeakMap,hh=new WeakMap,fh=new WeakMap;let _h={get(e,t,o){if(e instanceof IDBTransaction){if("done"===t)return mh.get(e);if("objectStoreNames"===t)return e.objectStoreNames||gh.get(e);if("store"===t)return o.objectStoreNames[1]?void 0:o.objectStore(o.objectStoreNames[0])}return vh(e[t])},set:(e,t,o)=>(e[t]=o,!0),has:(e,t)=>e instanceof IDBTransaction&&("done"===t||"store"===t)||t in e};function yh(e){return e!==IDBDatabase.prototype.transaction||"objectStoreNames"in IDBTransaction.prototype?(ph||(ph=[IDBCursor.prototype.advance,IDBCursor.prototype.continue,IDBCursor.prototype.continuePrimaryKey])).includes(e)?function(...t){return e.apply(wh(this),t),vh(uh.get(this))}:function(...t){return vh(e.apply(wh(this),t))}:function(t,...o){const i=e.call(wh(this),t,...o);return gh.set(i,t.sort?t.sort():[t]),vh(i)}}function bh(e){return"function"==typeof e?yh(e):(e instanceof IDBTransaction&&function(e){if(mh.has(e))return;const t=new Promise(((t,o)=>{const i=()=>{e.removeEventListener("complete",s),e.removeEventListener("error",n),e.removeEventListener("abort",n)},s=()=>{t(),i()},n=()=>{o(e.error||new DOMException("AbortError","AbortError")),i()};e.addEventListener("complete",s),e.addEventListener("error",n),e.addEventListener("abort",n)}));mh.set(e,t)}(e),t=e,(dh||(dh=[IDBDatabase,IDBObjectStore,IDBIndex,IDBCursor,IDBTransaction])).some((e=>t instanceof e))?new Proxy(e,_h):e);var t}function vh(e){if(e instanceof IDBRequest)return function(e){const t=new Promise(((t,o)=>{const i=()=>{e.removeEventListener("success",s),e.removeEventListener("error",n)},s=()=>{t(vh(e.result)),i()},n=()=>{o(e.error),i()};e.addEventListener("success",s),e.addEventListener("error",n)}));return t.then((t=>{t instanceof IDBCursor&&uh.set(t,e)})).catch((()=>{})),fh.set(t,e),t}(e);if(hh.has(e))return hh.get(e);const t=bh(e);return t!==e&&(hh.set(e,t),fh.set(t,e)),t}const wh=e=>fh.get(e);const Ch=["get","getKey","getAll","getAllKeys","count"],Eh=["put","add","delete","clear"],Ih=new Map;function Ah(e,t){if(!(e instanceof IDBDatabase)||t in e||"string"!=typeof t)return;if(Ih.get(t))return Ih.get(t);const o=t.replace(/FromIndex$/,""),i=t!==o,s=Eh.includes(o);if(!(o in(i?IDBIndex:IDBObjectStore).prototype)||!s&&!Ch.includes(o))return;const n=async function(e,...t){const n=this.transaction(e,s?"readwrite":"readonly");let r=n.store;return i&&(r=r.index(t.shift())),(await Promise.all([r[o](...t),s&&n.done]))[0]};return Ih.set(t,n),n}_h=(e=>({...e,get:(t,o,i)=>Ah(t,o)||e.get(t,o,i),has:(t,o)=>!!Ah(t,o)||e.has(t,o)}))(_h);class Sh extends Yg{constructor(e,t){super(),this._dbName=e,this._keyPath=t,this._qosDB=void 0,this._init()}openDB(){return Jm(this,0,void 0,(function*(){yield this._init()}))}_init(){return Jm(this,0,void 0,(function*(){try{const e=this._dbName,t=this._keyPath;return new Promise((o=>{this._qosDB?o(this):(function(e,t,{blocked:o,upgrade:i,blocking:s,terminated:n}={}){const r=indexedDB.open(e,t),a=vh(r);return i&&r.addEventListener("upgradeneeded",(e=>{i(vh(r.result),e.oldVersion,e.newVersion,vh(r.transaction))})),o&&r.addEventListener("blocked",(()=>o())),a.then((e=>{n&&e.addEventListener("close",(()=>n())),s&&e.addEventListener("versionchange",(()=>s()))})).catch((()=>{})),a}(`frontier_${e}`,1,{upgrade(o){o.createObjectStore(e,{keyPath:t})}}).then((e=>{this._qosDB=e,this.emit("ready")})),this.on("ready",(()=>{o(this),this.off()})))}))}catch(e){console.log(e)}}))}get(e){var t;return Jm(this,0,void 0,(function*(){try{return null===(t=this._qosDB)||void 0===t?void 0:t.get(this._dbName,e)}catch(e){console.log(e)}}))}set(e,t){var o;return Jm(this,0,void 0,(function*(){return null===(o=this._qosDB)||void 0===o?void 0:o.put(this._dbName,e)}))}del(e){var t;return Jm(this,0,void 0,(function*(){try{return null===(t=this._qosDB)||void 0===t?void 0:t.delete(this._dbName,e)}catch(e){console.log(e)}}))}clear(){var e;return Jm(this,0,void 0,(function*(){try{return null===(e=this._qosDB)||void 0===e?void 0:e.clear(this._dbName)}catch(e){console.log(e)}}))}keys(){var e;return Jm(this,0,void 0,(function*(){return null===(e=this._qosDB)||void 0===e?void 0:e.getAllKeys(this._dbName)}))}getAll(){var e;return Jm(this,0,void 0,(function*(){return null===(e=this._qosDB)||void 0===e?void 0:e.getAll(this._dbName)}))}closeDB(){var e;return Jm(this,0,void 0,(function*(){try{null===(e=this._qosDB)||void 0===e||e.close(),this._qosDB=void 0}catch(e){console.log(e)}}))}get isReady(){try{return!!this._qosDB}catch(e){return console.log(e),!1}}}class jh{constructor(e,t){this._DBName=e,this._pathKey=t,this._qosDB=localStorage}openDB(){return Jm(this,0,void 0,(function*(){}))}get _prefix(){return`frontier_${this._DBName}`}get(e){return Jm(this,0,void 0,(function*(){const t=this._qosDB.getItem(this._prefix);return JSON.parse(t||"{}")[e]}))}set(e,t){return Jm(this,0,void 0,(function*(){const o=this._qosDB.getItem(this._prefix),i=JSON.parse(o||"{}");return i[t||e[this._pathKey]]=e,this._qosDB.setItem(this._prefix,JSON.stringify(i)),t||e[this._pathKey]}))}del(e){return Jm(this,0,void 0,(function*(){const t=this._qosDB.getItem(this._prefix),o=JSON.parse(t||"{}");return o[e]=void 0,this._qosDB.setItem(this._prefix,JSON.stringify(o))}))}clear(){return Jm(this,0,void 0,(function*(){return this._qosDB.clear()}))}keys(){return Jm(this,0,void 0,(function*(){const e=this._qosDB.getItem(this._prefix),t=JSON.parse(e||"{}");return Object.keys(t)}))}getAll(){return Jm(this,0,void 0,(function*(){const e=this._qosDB.getItem(this._prefix),t=JSON.parse(e||"{}");return Object.values(t)}))}closeDB(){return Promise.resolve()}get isReady(){return!!this._qosDB}}class Ph{constructor(e,t){this._DBName=e,this._pathKey=t,this._qosDB=Hg?tt:Jg?wx:null}openDB(){return Jm(this,0,void 0,(function*(){}))}get _prefix(){return`frontier_${this._DBName}`}get(e){return Jm(this,0,void 0,(function*(){const t=this._qosDB.getStorageSync(this._prefix);return JSON.parse(t||"{}")[e]}))}set(e,t){return Jm(this,0,void 0,(function*(){const o=this._qosDB.getStorageSync(this._prefix),i=JSON.parse(o||"{}");return i[t||e[this._pathKey]]=e,this._qosDB.setStorageSync(this._prefix,JSON.stringify(i)),t||e[this._pathKey]}))}del(e){return Jm(this,0,void 0,(function*(){const t=this._qosDB.getStorageSync(this._prefix),o=JSON.parse(t||"{}");return o[e]=void 0,this._qosDB.setStorageSync(this._prefix,JSON.stringify(o))}))}clear(){return Jm(this,0,void 0,(function*(){return this._qosDB.clearStorageSync()}))}keys(){return Jm(this,0,void 0,(function*(){const e=this._qosDB.getStorageInfoSync(this._prefix),t=JSON.parse(e||"{}");return Object.keys(t)}))}getAll(){return Jm(this,0,void 0,(function*(){const e=this._qosDB.getStorageInfoSync(this._prefix),t=JSON.parse(e||"{}");return Object.values(t)}))}closeDB(){return Promise.resolve()}get isReady(){return!!this._qosDB}}function kh(e,t){if(Hg||Hg)return new Ph(e,t);if((Wg||Kg)&&void 0!==typeof indexedDB)return new Sh(e,t);if((Wg||Kg)&&void 0!==typeof localStorage)return new jh(e,t);throw new Error("init QoSDB failed")}class Th{constructor(){this._intervalTimeoutId=null,this._interval=36e5,this._qosDB=kh("qos","message_id")}_intervalFlush(){return Jm(this,0,void 0,(function*(){clearInterval(this._intervalTimeoutId),this._intervalTimeoutId=setInterval((()=>{this.flushExpired()}),this._interval)}))}openDB(){return Jm(this,0,void 0,(function*(){yield this._qosDB.openDB().then((()=>{this._intervalFlush()}))}))}flushExpired(){var e;return Jm(this,0,void 0,(function*(){((yield null===(e=this._qosDB)||void 0===e?void 0:e.getAll())||[]).filter((({timestamp:e})=>e<Date.now())).forEach((e=>{var t;null===(t=this._qosDB)||void 0===t||t.del(e.message_id)}))}))}del(e){var t;return Jm(this,0,void 0,(function*(){return null===(t=this._qosDB)||void 0===t?void 0:t.del(e)}))}set(e,t){var o;return Jm(this,0,void 0,(function*(){return null===(o=this._qosDB)||void 0===o?void 0:o.set({message_id:e,timestamp:t})}))}get(e){var t;return Jm(this,0,void 0,(function*(){return null===(t=this._qosDB)||void 0===t?void 0:t.get(e)}))}closeDB(){var e;return Jm(this,0,void 0,(function*(){clearInterval(this._intervalTimeoutId),yield null===(e=this._qosDB)||void 0===e?void 0:e.closeDB()}))}get isReady(){var e;return null===(e=this._qosDB)||void 0===e?void 0:e.isReady}}function zh(e,t){var o,i,s,n,r;return Jm(this,0,void 0,(function*(){const a=nh(e.message.headers,"code","-1"),c=nh(e.message.headers,"is_ack","1"),l=rh(e.message.headers,"x_frontier_msgid"),d=Number(rh(e.message.headers,"x_frontier_ttl"))||0,p=nh(e.message.headers,"x_frontier_qos","2"),u=nh(e.message.headers,"x_frontier_qos_ack","1"),m=nh(e.message.headers,"x-msg-qos","2"),g=rh(e.message.headers,"x-msg-cursor_name"),h=Number(rh(e.message.headers,"x-msg-cursor_value"));if(p&&u)return t();if(m&&!(null===(o=this._cursorManager)||void 0===o?void 0:o.isReady))return t();if(p&&!this._QoSManager&&(this._QoSManager=new Th),p&&this._QoSManager&&!this._QoSManager.isReady&&(yield this._QoSManager.openDB()),e.message.service>0&&c&&!a||e.message.service>0){if(l&&p){return!!(yield null===(i=this._QoSManager)||void 0===i?void 0:i.get(l))||(this._dispatchMessageEvent(e),yield null===(s=this._QoSManager)||void 0===s?void 0:s.set(l,Date.now()+d)),t()}if(m&&(null===(n=this._cursorManager)||void 0===n?void 0:n.isReady)){const o=null!==(r=yield this._cursorManager.get(g))&&void 0!==r?r:-1;if(!(o<h))throw new Error(`recevied message cursor ${h} larger than local cursor ${o}`);return this._dispatchMessageEvent(e),this._cursorManager.set(g,h,e.message.service),t()}return this._dispatchMessageEvent(e),t()}}))}function Rh(e,t){var o,i;return Jm(this,0,void 0,(function*(){const s=nh(e.message.headers,"x_frontier_qos","2"),n=nh(e.message.headers,"x_frontier_is_ack","1"),r=null===(o=rh(e.message.headers,"x_frontier_ack_msgid"))||void 0===o?void 0:o.split(",");if(!s)return t();if(this._QoSManager||(this._QoSManager=new Th),this._QoSManager&&!this._QoSManager.isReady&&(yield this._QoSManager.openDB()),n&&r&&r.length)for(const e of r)yield null===(i=this._QoSManager)||void 0===i?void 0:i.del(e);t()}))}function xh(e,t){let o=0,i=t;const s=t+4;for(;i<s;){const{value:t,offset:s}=Oh(e,i);i=s,o=o<<8>>>0,o+=t}return{value:o,offset:s}}function Lh(e,t){return{value:new Pg(e[t+4]<<24|e[t+5]<<16|e[t+6]<<8|e[t+7],e[t+0]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3],!0),offset:(t+=8)+8}}function Oh(e,t){return e.readUInt8?{value:e.readUInt8(t),offset:t+1}:{value:255&e[t],offset:t+1}}function Dh(e,t,o){return t.writeUint8?t.writeUint8(e,o):t[o]=255&e,o+1}const Uh="undefined"!=typeof Buffer?Buffer.allocUnsafe:function(e,t){const o=8192;let i=null,s=o;return function(n){if(n<1||n>4096)return e(n);s+n>o&&(i=e(o),s=0);const r=t.call(i,s,s+=n);return 7&s&&(s=1+(7|s)),r}}((function(e){return new Uint8Array(e)}),Uint8Array.prototype.subarray);function Bh(e,t,o){const[i,s]=function(e){let t=0;const o={};for(let i=0;i<e.length;i++)o[e[i].cursor_name]=eh(e[i].cursor_name),t+=14+o[e[i].cursor_name];return[t,o]}(e),n=Uh(i);let r=0;return e.forEach((e=>{console.log("cursor.service",e,e.service),r=Dh(0,n,r),console.log("header",r),r=function(e,t,o){if(o>4294967295)throw new Error("integer too large");let i=3;for(;i>=0;)Dh(255&o,e,t+i),o>>>=8,i--;return t+4}(n,r,e.service||0),console.log("service",r),r=Dh(s[e.cursor_name],n,r),console.log("service-name",r),r=function(e,t,o){return e?e.length<40?oh(e,t,o)+o:t.utf8Write?t.utf8Write(e,o)+o:t.write?t.write(e,o)+o:oh(e,t,o)+o:o}(e.cursor_name,n,r),console.log("name",r),r=function(e,t,o){const i=e.low,s=e.high;return t[o]=s>>>24,t[o+1]=s>>>16&255,t[o+2]=s>>>8&255,t[o+3]=255&s,t[o+4]=i>>>24,t[o+5]=i>>>16&255,t[o+6]=i>>>8&255,t[o+7]=255&i,o+8}(Pg.fromNumber(e.cursor||t),n,r),console.log("curvalue",r)})),{frameType:32,headers:[{key:"cursor_file_name",value:o}],payload:n}}class qh{constructor(e,t,o){this._cursorNameSpace=e,this._cursorFileName=t,this._messageStrategy=o,this._qosDB=kh(this._cursorNameSpace,"cursor_name")}openDB(){return Jm(this,0,void 0,(function*(){yield this._qosDB.openDB()}))}getCursors(){return Jm(this,0,void 0,(function*(){if(!this._qosDB.isReady)return;const e=this._messageStrategy,t=yield this._qosDB.getAll();switch(console.log("allCursorValues",t),e){case"ALL":return t&&t.length?Bh(t,0,this._cursorFileName):void 0;case"INSTANT":return;case"CONTINUE":return t&&t.length?Bh(t,0,this._cursorFileName):{frameType:32,headers:[{key:"cursor_file_name",value:"FILE_NOT_EXIST"}],payload:void 0}}}))}set(e,t,o){return Jm(this,0,void 0,(function*(){return console.log("setdb",e,t,o),this._qosDB.set({cursor_name:e,cursor:t,service:o})}))}setCursors(e){return Jm(this,0,void 0,(function*(){const t=function(e){let t=0;const o=[];for(;t<e.byteLength;){const{offset:i}=Oh(e,t);t=i;const s={cursor_name:"",cursor:0,service:0},{value:n,offset:r}=xh(e,t);s.service=n,t=r;const{value:a,offset:c}=Oh(e,t);t=c,s.cursor_name=th(e,t,t+a),t+=a;const{value:l,offset:d}=Lh(e,t);s.cursor=l.toNumber(),t=d,o.push(s)}return o}(e);for(const e of t)console.log("setcursor",t),yield this._qosDB.set(e)}))}get(e){var t;return Jm(this,0,void 0,(function*(){return null===(t=yield this._qosDB.get(e))||void 0===t?void 0:t.cursor}))}closeDB(){return Jm(this,0,void 0,(function*(){yield this._qosDB.closeDB()}))}get isReady(){return this._qosDB.isReady}}function Mh(e,t){return Jm(this,0,void 0,(function*(){const o=16===e.message.frameType,i=32===e.message.frameType;if(!o&&!i)return t();const s=rh(e.message.headers,"cursor_file_name"),{aID:n,fpID:r,messageStrategy:a}=this._options;if(!s)return t();if(this._cursorManager||(this._cursorManager=new qh(`${r}_${n}_${s}`,s,a)),this._cursorManager.isReady||(yield this._cursorManager.openDB()),o){const e=yield this._cursorManager.getCursors(),t=tg({frameType:null==e?void 0:e.frameType,SeqID:Pg.fromNumber(this._seqId++),LogID:Pg.fromNumber(this._options.logIDGenerator()),service:9e3,method:5,headers:null==e?void 0:e.headers,payload:null==e?void 0:e.payload});this._ws&&this._ws.readyState&&this._ws.send(t)}if(i){const t=e.message.payload;t&&this._cursorManager.setCursors(t)}}))}const Nh=function(e,t){return Jm(this,0,void 0,(function*(){this._isInit=!1,clearTimeout(this._connectionTimeoutId),t()}))},$h=function(e,t){var o;return Jm(this,0,void 0,(function*(){const e=null===(o=this._endpointManager)||void 0===o?void 0:o.getCurrentEndpoint();this._debug(`open ${e}`),t()}))},Gh=function(e,t){var o,i;return Jm(this,0,void 0,(function*(){if(!this._ws||this._ws.readyState!==this.OPEN)return t();const{pingInterval:s}=this._options;null===(o=this._endpointManager)||void 0===o||o.resetEndpointConfig();for(let e=0;e<this._messageQueue.length;e++){const t=this._messageQueue[e];if(this._ws.readyState!==this.OPEN||null===t)break;this._ws&&this._ws.send(t),this._messageQueue[e]=null}this._messageQueue=this._messageQueue.filter((e=>Boolean(e))),this._pingPongTimeoutId=setTimeout((()=>this._ping()),s),this._dispatchOpenEvent(e),this._isBrowser&&this._ws&&(this._ws.binaryType=this._binaryType);const n=null===(i=this._endpointManager)||void 0===i?void 0:i.getCurrentEndpoint();this._debug(`open ${n} success`),t()}))};class Fh extends Yg{constructor(e){super(),this._miniNavigatorOnline=!0,this._isBrowser=Wg,this._isNode=Qg,this._isMiniTT=Hg,this._isMiniWX=Jg,this._isWorker=Kg,this._messageQueue=[],this._endpointManager=null,this._readyClosed=!1,this._binaryType="arraybuffer",this._connectLock=!1,this._connectionTimeoutId=null,this._reconnectTimeoutId=null,this._pingPongTimeoutId=null,this._seqId=0,this._isInit=!1,this._url="",this._QoSManager=null,this._cursorManager=null,this._pingLossCounter=null,this._protocols="pbbp2",this.CLOSED=3,this.CONNECTING=0,this.OPEN=1,this.CLOSING=2,this._onOpen=e=>{try{Xg(this,e,[Nh,Gh,$h])}catch(e){const t=$g("error",{message:e.message,code:Lg.OPEN_ERROR,error:e});this._dispatchErrorEvent(t)}},this._onMessage=e=>Jm(this,0,void 0,(function*(){const{pingInterval:t,pingFrequency:o}=this._options;if(("hi"===e.data&&"always"===o||"auto"===o)&&(this._clearPingTimer(),this.emit("ping_once_success","success"),this._pingPongTimeoutId=setTimeout(this._ping.bind(this),t)),"hi"!==e.data)try{Xg(this,e,[lh,ah,Rh,Mh,zh,ch])}catch(e){const t=$g("error",{message:e.message,code:Lg.MESSAGE_ERROR,error:e});this._dispatchErrorEvent(t)}})),this._onError=e=>{var t,o;const i=null===(t=this._endpointManager)||void 0===t?void 0:t.checkReachMaxTries(),s=null===(o=this._endpointManager)||void 0===o?void 0:o.getCurrentEndpoint();if(!i||e.message)this._ws&&this._ws.readyState===this.OPEN&&this._disconnect(),this._dispatchErrorEvent($g("error",{message:e.message,code:Lg.NATIVE_ERROR,error:e}));else{const t=`connect ${s} fail, max retries reached`;this._dispatchErrorEvent($g("error",{message:t,code:Lg.MAX_RETRIES_ERROR,error:e}))}},this._onClose=e=>Jm(this,0,void 0,(function*(){var t,o,i,s,n,r,a,c,l,d,p,u;this._clearTimer(),this._clearPingTimer(),this._removeWsListeners(),this._ws=null,this._connectLock=!1;const m=null===(t=this._endpointManager)||void 0===t?void 0:t.checkReachMaxTries();if(!m&&this._navigatorOnline()&&!this._readyClosed){const t=null===(o=this._endpointManager)||void 0===o?void 0:o.getCurrentEndpoint(),i=this._options.reconnectInterceptor(e.code,e.reason);return this._dispatchCloseEvent(Gg("close",{code:1006,reason:e.reason||`connecting failed, unknown reason, hostname: ${t}`,willReconnect:i})),void(i&&this._connect())}if(1e3!==e.code&&this._readyClosed)return this._dispatchCloseEvent(Gg("close",{code:1e3,reason:"bye"})),null===(i=this._endpointManager)||void 0===i||i.resetEndpointConfig(),void(null===(s=this._pingLossCounter)||void 0===s||s.resetCounter());if(1e3!==e.code&&m){const t=null===(n=this._endpointManager)||void 0===n?void 0:n.getCurrentEndpoint();let o=e.reason;o||(o=yield function(e){return Jm(this,0,void 0,(function*(){return new Promise((t=>{if(!Wg)return t("unknown reason");try{const o=document.createElement("script");window.frontierJSONP=e=>{document.body.removeChild(o),window.frontierJSONP=void 0,t(e&&e.msg||"unknown reason")},o.type="text/javascript",o.src=e.replace(/^ws/,"http")+"&jscallback=frontierJSONP";try{document.body.appendChild(o)}catch(e){document.body.removeChild(o)}}catch(e){window.frontierJSONP=void 0,t("unknown reason")}}))}))}(this._url)),o=`connecting failed, ${o}, hostname: ${t}, max retries reached`,this._dispatchCloseEvent(Gg("close",{code:e.code,reason:o}));const i=`connect ${t} fail, max retries reached`;return this._dispatchErrorEvent($g("error",{message:i,code:Lg.MAX_RETRIES_ERROR})),null===(r=this._endpointManager)||void 0===r||r.resetEndpointConfig(),void(null===(a=this._pingLossCounter)||void 0===a||a.resetCounter())}if(1e3!==e.code&&!e.reason){const t=null===(c=this._endpointManager)||void 0===c?void 0:c.getCurrentEndpoint();return this._dispatchCloseEvent(Gg("close",{code:e.code,reason:`connecting failed, unknown reason, hostname: ${t}`})),null===(l=this._endpointManager)||void 0===l||l.resetEndpointConfig(),void(null===(d=this._pingLossCounter)||void 0===d||d.resetCounter())}this._dispatchCloseEvent(e),null===(p=this._endpointManager)||void 0===p||p.resetEndpointConfig(),null===(u=this._pingLossCounter)||void 0===u||u.resetCounter()})),this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this.onStartReconnect=null,this.onReceiveAck=null,this.onStopImmediatelyReconnect=null,this._handleOnLine=this._handleOnLine.bind(this),this._handleOffLine=this._handleOffLine.bind(this),this._handlePageHide=this._handlePageHide.bind(this),this._handlePageShow=this._handlePageShow.bind(this),this._options={url:"",automaticOpen:!0,initReconnectInterval:1e3,maxReconnectInterval:1e4,reconnectIntervalGrowFactor:2,timeoutInterval:5e3,maxRetries:5,debug:!1,maxMessageQueueLength:1/0,service:0,logIDGenerator:Ym,headers:void 0,payloadEncoding:"",payloadType:"",fpID:"",deviceID:"",accessKey:"",ttwID:"",bddID:"",aID:"",disableAutoReconnect:!1,customParams:{},pingInterval:15e3,pingTimeoutInterval:4e3,pingFrequency:"auto",pingLossCount:2,enableTransformTextPayload:!1,logIDNewConfig:{enableAutoGenerateLogIDNew:!1,userIp:""},miniProgramParams:{customHttpHeader:{}},enableAutoAck:!1,reconnectInterceptor:()=>!0,enableQoS:!1,QoSLevel:2,messageStrategy:"CONTINUE",env:{xTTEnv:"",xUseEnv:""},listenNetworkChanged:!0};const{url:t,ws:o}=e,i=Array.isArray(t)?t:"string"==typeof t?[t]:[];if(!i||0===i.length)throw new Error("please provide valid url");if(!function(e){return!!(e||Jg&&wx.connectSocket||Hg&&tt.connectSocket||(Wg||Kg)&&"undefined"!=typeof WebSocket&&WebSocket)}(o))throw new Error("please provide ws params, WebSocket constructor is undefined");Object.assign(this._options,e),this._endpointManager=new Vg(i,this._options.maxRetries),this._pingLossCounter=new sh(this._options.pingLossCount),this._options.automaticOpen&&(this._isInit=!0,this._connect()),this._options.listenNetworkChanged&&(this._isMiniTT||this._isMiniWX?this._onPageNetWorkChange():this._isBrowser&&this._initGlobalEventListener())}_handleOnLine(){this._options.disableAutoReconnect||this._readyClosed||this._handleReconnect()}_handleOffLine(){this._destroyWebSocket();const e=Fg("reconnect",{message:"stop immediately reconnect"});this.onStopImmediatelyReconnect&&this.onStopImmediatelyReconnect(e)}_initGlobalEventListener(){this._isBrowser&&window.addEventListener("online",this._handleOnLine),this._isBrowser&&window.addEventListener("offline",this._handleOffLine),this._isBrowser&&window.addEventListener("pagehide",this._handlePageHide),this._isBrowser&&window.addEventListener("pageshow",this._handlePageShow)}_dropGlobalEventListener(){this._isBrowser&&window.removeEventListener("online",this._handleOnLine),this._isBrowser&&window.removeEventListener("offline",this._handleOffLine),this._isBrowser&&window.removeEventListener("pagehide",this._handlePageHide),this._isBrowser&&window.removeEventListener("pageshow",this._handlePageShow)}_handlePageHide(e){e.persisted||(this._isBrowser&&window.removeEventListener("pagehide",this._handlePageHide),this._isBrowser&&window.removeEventListener("pageshow",this._handlePageShow),this.close()),this._isBrowser&&window.removeEventListener("online",this._handleOnLine),this._isBrowser&&window.removeEventListener("offline",this._handleOffLine)}_handlePageShow(e){e.persisted&&(!this._navigatorOnline()||this._ws&&this._ws.readyState===this.OPEN&&this._ws.readyState===this.CONNECTING||this._handleOnLine(),this._isBrowser&&window.addEventListener("online",this._handleOnLine),this._isBrowser&&window.addEventListener("offline",this._handleOffLine))}_generateUrl(e){return Jm(this,0,void 0,(function*(){const{fpID:t,deviceID:o,bddID:i,ttwID:s,accessKey:n,aID:r,customParams:a={},enableAutoAck:c,enableQoS:l,QoSLevel:d,env:p}=this._options;let u,m,g;this._isBrowser||this._isMiniWX||this._isMiniTT?(u=location&&"https:"==location.protocol?"wss://":"ws://",m=e.replace(/((^ws)|(^http))((?:[s]*:\/\/))/,""),g=/^wss(.*:\/\/)/.test(e)?e:`${u}${m}`):(u="wss://",m=e.replace(/(^http)((?:[s]*:\/\/))/,""),g=/(^ws)((?:[s]*:\/\/))/.test(m)?m:`${u}${m}`);const h=i?"bd_did":s?"ttwid":"device_id",f=i||(s||o);if(!f||!h)throw new Error("please provide bddID, deviceID or ttwID");const _="function"==typeof a?yield a():a,y=p?((e,t)=>{switch(e){case"boe":case"ppe":return{[`x-use-${e}`]:1,"x-tt-env":t};default:return{}}})(p.xUseEnv,p.xTTEnv):{},b=Object.assign(Object.assign({device_platform:"web",version_code:"fws_1.0.0",access_key:n,fpid:t,aid:r,[h]:f,xsack:c?1:0,xaack:c?1:0,xsqos:l?1:0,qos_level:l?d:void 0,qos_sdk_version:2},y),_);return`${g}/ws/v2${Object.keys(b).reduce(((e,t)=>void 0!==b[t]?`${e}${e?"&":"?"}${t}=${b[t]}`:e),"")}`}))}_connect(){var e,t,o,i,s,n,r;return Jm(this,0,void 0,(function*(){if(!this._connectLock&&!this._readyClosed){this._connectLock=!0;try{const l=null===(e=this._endpointManager)||void 0===e?void 0:e.checkCurrentEndpointReachedMaxRetries(),{timeoutInterval:d}=this._options;if(l){const e=null===(t=this._endpointManager)||void 0===t?void 0:t.getCurrentEndpoint(),s=null===(o=this._endpointManager)||void 0===o?void 0:o.replaceBackupEndpointAndUpdateCount(),n=null===(i=this._endpointManager)||void 0===i?void 0:i.getCurrentEndpointTriesCount();if(!s){const t=`connect ${e} timeout, max retries reached`;return this._debug(t),void this._dispatchErrorEvent($g("error",{message:t,code:Lg.MAX_RETRIES_ERROR}))}{const t=`connect ${e} timeout, max retries reached, will use backup endpoint ${s} to retry`,o=$g("error",{message:t,code:Lg.MAX_RETRIES_ERROR});this._debug(t),this._dispatchErrorEvent(o),this._url=yield this._generateUrl(s),this._debug(`connect ${s} ${n} times`),this._removeWsListeners()}}else{const e=null===(s=this._endpointManager)||void 0===s?void 0:s.getCurrentEndpointAndUpdateCount(),t=null===(n=this._endpointManager)||void 0===n?void 0:n.getCurrentEndpointTriesCount();this._url=yield this._generateUrl(e||""),this._debug(`connect ${e} ${t} times`),this._removeWsListeners()}if(this._isInit)this._isInit=!1;else{const e=Fg("reconnect",{message:"start"});this.onStartReconnect&&this.onStartReconnect(e)}const p=(null===(r=this._endpointManager)||void 0===r?void 0:r.getCurrentEndpointTriesCount())||0;p>1&&(yield this._wait(p-1)),this._debug(`connecting url: ${this._url} protocols: ${this._protocols}`),this._ws=(a={url:this._url,protocols:[this._protocols],headers:this._options.miniProgramParams.customHttpHeader},(c=this._options.ws)?new c(a.url,a.protocol):Jg||Hg?new Zg(a.url,a.protocol,a.headers):(Wg||Kg)&&"undefined"!=typeof WebSocket&&WebSocket?new WebSocket(a.url,a.protocols):void 0),(this._isBrowser||this._isWorker)&&this._ws&&(this._ws.binaryType=this._binaryType),this._addWsListeners(),this._connectionTimeoutId=setTimeout(this._onTimeout.bind(this),d)}catch(e){throw this._connectLock=!1,e}var a,c}}))}_clearTimer(){clearTimeout(this._connectionTimeoutId),this._connectionTimeoutId=null}_clearPingTimer(){clearTimeout(this._pingPongTimeoutId),clearTimeout(this._reconnectTimeoutId),this._pingPongTimeoutId=null,this._reconnectTimeoutId=null}_debug(...e){this._options.debug&&console.log.apply(console,["FRONTIER>",...e])}_getIntervalValue(e){const{initReconnectInterval:t,maxReconnectInterval:o,reconnectIntervalGrowFactor:i}=this._options,s=t*Math.pow(i,e-1);return s>o?o:s}_ping(){if(this._ws&&this._ws.readyState===this.CONNECTING)return this._clearPingTimer(),void(this._pingPongTimeoutId=setTimeout(this._ping.bind(this),this._options.pingInterval));this._ws&&this._ws.readyState===this.OPEN?(this._ws&&this._ws.send("hi"),this._reconnectTimeoutId=setTimeout(this._handleReconnectTimeout.bind(this),this._options.pingTimeoutInterval)):this._handleReconnect()}_handleReconnectTimeout(){var e,t;null===(e=this._pingLossCounter)||void 0===e||e.addCount(),this.emit("ping_once_timeout","timeout"),(null===(t=this._pingLossCounter)||void 0===t?void 0:t.checkReachMaxCount())?this._handleReconnect():this._ping()}_navigatorOnline(){return this._isMiniTT||this._isMiniWX?this._miniNavigatorOnline:!this._isBrowser&&!this._isWorker||!this._options.listenNetworkChanged||navigator.onLine}_handleReconnect(){var e,t;this._navigatorOnline()&&!this._readyClosed&&(null===(e=this._endpointManager)||void 0===e||e.resetEndpointConfig(),null===(t=this._pingLossCounter)||void 0===t||t.resetCounter(),this._ws?this._disconnect(1001,"going away, try reconnecting server",!0):this._connect())}_onPageNetWorkChange(){this._isMiniTT?tt.onNetworkStatusChange((({isConnected:e})=>{this._miniNavigatorOnline=e,e?this._handleOnLine():this._handleOffLine()})):this._isMiniWX&&wx.onNetworkStatusChange((({isConnected:e})=>{this._miniNavigatorOnline=e,e?this._handleOnLine():this._handleOffLine()}))}_wait(e){return new Promise((t=>{setTimeout(t,this._getIntervalValue(e))}))}_disconnect(e=1e3,t="",o=!1){this._ws&&this._destroyWebSocket(e,t,o)}_onTimeout(){var e;const t=null===(e=this._endpointManager)||void 0===e?void 0:e.getCurrentEndpoint();this._debug(`connect ${t} timeout`),this._disconnect(1001,"timeout, try reconnecting",!0)}_sendAck(e){const t=Eg(e);this._ws&&this._ws.readyState===this.OPEN&&(this._ws&&this._ws.send(t),this._debug("send_ack",e))}_removeWsListeners(){this._ws&&(this._ws.removeEventListener("open",this._onOpen),this._ws.removeEventListener("close",this._onClose),this._ws.removeEventListener("message",this._onMessage),this._ws.removeEventListener("error",this._onError))}_addWsListeners(){this._ws&&(this._ws.addEventListener("open",this._onOpen),this._ws.addEventListener("close",this._onClose),this._ws.addEventListener("message",this._onMessage),this._ws.addEventListener("error",this._onError))}_wsInstanceClose(e=1e3,t=""){try{this._ws&&this._ws.close(e,t)}catch(e){}}_destroyWebSocket(e=1e3,t="",o=!1){var i,s,n,r;if(this._clearPingTimer(),this._clearTimer(),this._removeWsListeners(),this._wsInstanceClose(1e3,t),this._connectLock=!1,o&&this._navigatorOnline()&&!this._readyClosed){if(null===(i=this._endpointManager)||void 0===i?void 0:i.checkReachMaxTries()){const e=null===(s=this._endpointManager)||void 0===s?void 0:s.getCurrentEndpoint();this._dispatchCloseEvent(Gg("close",{code:1006,reason:`connect ${e} timeout, max retries reached`,wasClean:!0}))}else{const o=this._options.reconnectInterceptor(e,t);this._dispatchCloseEvent(Gg("close",{code:e,reason:t,wasClean:!0,willReconnect:o})),o&&this._connect()}}else this._navigatorOnline()||this._readyClosed?this._dispatchCloseEvent(Gg("close",{code:e,reason:"bye"})):this._dispatchCloseEvent(Gg("close",{code:1006,reason:"going away, network offline"})),this._ws=null,null===(n=this._endpointManager)||void 0===n||n.resetEndpointConfig(),null===(r=this._pingLossCounter)||void 0===r||r.resetCounter()}_dispatchOpenEvent(e){this.emit("open",e),this.onopen&&this.onopen(e)}_dispatchMessageEvent(e){this.emit("message",e),this.onmessage&&this.onmessage(e)}_dispatchAckMessageEvent(e){this.emit("ack",e),this.onReceiveAck&&this.onReceiveAck(e)}_dispatchErrorEvent(e){this.emit("error",e),this.onerror&&this.onerror(e)}_dispatchCloseEvent(e){this.emit("close",e),this.onclose&&this.onclose(e)}get binaryType(){return this._ws?this._ws.binaryType:this._binaryType}set binaryType(e){this._binaryType=e,this._ws&&(this._ws.binaryType=e)}get retryCount(){var e;return(null===(e=this._endpointManager)||void 0===e?void 0:e.getCurrentEndpointTriesCount())||0}get bufferedAmount(){return this._messageQueue.reduce(((e,t)=>e+=t&&t.byteLength||0),0)+(this._ws?this._ws.bufferedAmount:0)}get extensions(){return this._ws?this._ws.extensions:""}get protocol(){return this._ws?this._ws.protocol:""}get readyState(){return this._ws?this._ws.readyState:this._options.automaticOpen?this.CONNECTING:this.CLOSED}get url(){return this._ws?this._ws.url:this._url}close(e=1e3,t){var o;this._readyClosed=!0,this._clearTimer(),this._clearPingTimer(),this._dropGlobalEventListener(),null===(o=this._QoSManager)||void 0===o||o.closeDB(),this._ws?this._ws.readyState!==this.CLOSED&&this._ws.readyState!==this.CLOSING?this._destroyWebSocket(e,t):this._debug("close, ws already closed"):this._debug("close, ws instance not initialized")}send(e,t){return Jm(this,0,void 0,(function*(){if(null==e)throw new Error("please provide a valid data, data must be a string or an arraybuffer");"number"==typeof e&&(e=JSON.stringify(e)),"string"==typeof e||e instanceof ArrayBuffer||e.buffer&&e.buffer instanceof ArrayBuffer||(e=JSON.stringify(e));const o=yield ih(e),i=function(e){try{return"string"!=typeof e&&(e instanceof ArrayBuffer||e.buffer&&e.buffer instanceof ArrayBuffer)?"":"string"==typeof e?(JSON.parse(e),"application/json"):""}catch(t){return"string"==typeof e?"text/plain;charset=utf-8":""}}(e),{method:s=0,service:n=this._options.service,logID:r=this._options.logIDGenerator(),headers:a=this._options.headers,payloadEncoding:c=this._options.payloadEncoding,payloadType:l=this._options.payloadType,logIDNew:d=(this._options.logIDNewConfig.enableAutoGenerateLogIDNew?Qm(this._options.logIDNewConfig.userIp):"")}=t||{};if(!n)throw new Error("please provide a valid service");const p={SeqID:Pg.fromNumber(this._seqId++),LogID:Pg.fromNumber(r),service:n,method:s,headers:a,payloadEncoding:c instanceof Object?c.encoding?c.encoding:"":c,payloadType:l instanceof Object?l.type?l.type:i:l||i,payload:o,LogIDNew:d},u=Eg(p);return this._ws&&this._ws.readyState===this.OPEN?(this._ws&&this._ws.send(u),this._debug("sent",p)):this._messageQueue.length<this._options.maxMessageQueueLength?(this._messageQueue.push(u),this._debug("enqueue",p)):(this._messageQueue.shift(),this._messageQueue.push(u)),{seqID:this._seqId,logID:r,logIDNew:d}}))}reconnect(e){var t,o;return Jm(this,0,void 0,(function*(){const{url:i}=e||{},s=Array.isArray(i)?i:"string"==typeof i?[i]:[];e&&Object.assign(this._options,e),s&&s.length?this._endpointManager=new Vg(s,this._options.maxRetries):null===(t=this._endpointManager)||void 0===t||t.resetEndpointConfig(),null===(o=this._pingLossCounter)||void 0===o||o.resetCounter(this._options.pingLossCount),this._readyClosed=!1,this._ws&&this._ws.readyState!==this.CLOSED?this._disconnect(1e3,"manual reconnecting",!0):(this._isInit=!0,this._connect())}))}connect(){var e,t;return Jm(this,0,void 0,(function*(){this._connectLock||(null===(e=this._endpointManager)||void 0===e||e.resetEndpointConfig(),null===(t=this._pingLossCounter)||void 0===t||t.resetCounter(),this._readyClosed=!1,this._isInit=!0,this._connect())}))}addEventListener(e,t){this.on(e,t)}dispatchEvent(e){const{type:t}=e;this.emit(t,e)}removeEventListener(e,t){this.off(e,t)}pingOnce(){return new Promise(((e,t)=>{this._clearPingTimer(),this._pingPongTimeoutId=setTimeout(this._ping.bind(this),this._options.pingInterval);const o=()=>{e("success"),this.off("ping_once_success",o),this.off("ping_once_timeout",i)},i=()=>{t("timeout"),this.off("ping_once_success",o),this.off("ping_once_timeout",i)};this.on("ping_once_success",o),this.on("ping_once_timeout",i),this._ping()}))}}function Vh(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}class Wh extends w{constructor(e,t){super((e=>{const t=new URL(e);return t.searchParams.set("aid",zm),t.toString()})(e),"pbbp2",{headers:{...t,Origin:"https://www.coze.cn"}})}}class Hh{constructor(){Hh.prototype.__init.call(this)}__init(){this.fws=null}connect(t,o,i){return new Promise(((s,n)=>{let r=!1,a=!1;const c=e=>{if(!a)return a=!0,void n(e);Vh([i,"optionalCall",t=>t(e)])},l={fpID:"1289",aID:zm,accessKey:t.accessKey,deviceID:t.deviceId,url:"wss://frontier.coze.cn",automaticOpen:!0,enableQoS:!1,enableAutoAck:!1,ws:class extends Wh{constructor(e){super(e,t.headers)}}};this.fws=new Fh(l);const d=setTimeout((()=>{a=!0,this.dispose(),n(new Error("Frontier connection timeout"))}),(p=t.timeoutMs,u=()=>1e4,null!=p?p:u()));var p,u;this.fws.onopen=()=>{r=!0,a=!0,clearTimeout(d),s()},this.fws.onerror=()=>{clearTimeout(d),c(new Error(r?"Frontier connection failed after connect":"Frontier connection failed"))},this.fws.onclose=()=>{clearTimeout(d),c(new Error(r?"Frontier connection closed after connect":"Frontier connection closed"))},this.fws.onmessage=t=>{const i=Vh([t,"access",e=>e.message,"optionalAccess",e=>e.payloadType]),s=Vh([t,"access",e=>e.message,"optionalAccess",e=>e.service]),n=Vh([t,"access",e=>e.message,"optionalAccess",e=>e.payload]);if(!i||!n)return;const r=new TextDecoder("utf-8").decode(n),a=e.safeJsonParse(r,r);o({service:s,event:i,data:a})}}))}dispose(){Vh([this,"access",e=>e.fws,"optionalAccess",e=>e.close,"call",e=>e()]),this.fws=null}}function Jh(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Kh=(e,t)=>{const o=t.toLowerCase(),i=Object.entries(e).find((([e])=>e.toLowerCase()===o));return Jh([i,"optionalAccess",e=>e[1]])},Qh=e=>JSON.stringify({accessKey:e.accessKey,authorization:Kh(e.headers,"authorization"),deviceId:e.deviceId,organizationId:e.organizationId,serviceId:e.serviceId,xTTEnv:Kh(e.headers,"x-tt-env")}),Yh=e=>"function"==typeof e.resolveConfig&&"string"==typeof e.scopeKey;class Zh{__init(){this.entries=new Map}constructor(e){Zh.prototype.__init.call(this),this.createClient=Jh([e,"optionalAccess",e=>e.createClient])||(()=>new Hh),this.getScopeKey=Jh([e,"optionalAccess",e=>e.getScopeKey])||Qh}async subscribe(e,t){const o=((e,t)=>Yh(e)?e.scopeKey:t(e))(e,this.getScopeKey);let i=this.entries.get(o);i||(i=this.createEntry(o,e),this.entries.set(o,i)),i.subscribers.add(t);try{await i.connectPromise}catch(e){throw i.subscribers.delete(t),e}let s=!1;return{release:()=>{s||(s=!0,this.releaseSubscriber(o,i,t))}}}createEntry(e,t){const o=this.createClient(),i={client:o,connectPromise:Promise.resolve(),subscribers:new Set};return i.connectPromise=(async e=>Yh(e)?await e.resolveConfig():e)(t).then((async t=>{await o.connect(t,(t=>{this.emitEvent(e,t)}),(t=>{this.handleConnectionError(e,t)}))})).catch((t=>{throw this.entries.get(e)===i&&this.entries.delete(e),i.subscribers.clear(),o.dispose(),t})),i}emitEvent(e,t){const o=this.entries.get(e);if(o)for(const e of o.subscribers)e.onEvent(t)}handleConnectionError(e,t){const o=this.entries.get(e);if(!o)return;this.entries.delete(e);const i=[...o.subscribers];o.subscribers.clear(),o.client.dispose();for(const e of i)Jh([e,"access",e=>e.onError,"optionalCall",e=>e(t)])}releaseSubscriber(e,t,o){t.subscribers.delete(o),t.subscribers.size>0||(this.entries.get(e)===t&&this.entries.delete(e),t.client.dispose())}}const Xh=new Zh;function ef(e,t){return null!=e?e:t()}function tf(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const of=e=>({...e,files:e.files?[...e.files]:void 0}),sf=e=>e?JSON.stringify(e.map((e=>({file_name:e.file_name,file_uri:e.file_uri,file_url:e.file_url,preview_url:e.preview_url})))):"";class nf{constructor(){nf.prototype.__init.call(this)}__init(){this.sessionStates=new Map}applyReplyEvent(t,o){const i=o.session_id;if(!i||!(e=>2===Number(e.source))(o))return null;const s=(({data:t,event:o})=>{const i=tf([e.safeJsonParse(t.content,null),"optionalAccess",e=>e.message_data,"optionalAccess",e=>e.reply]),s=t.id,n="message"===o?tf([i,"optionalAccess",e=>e.content])||t.content:tf([i,"optionalAccess",e=>e.content]);return s&&n?{answerId:s,content:n,files:t.files,requestMessageId:tf([i,"optionalAccess",e=>e.reply_to_message_id])}:null})({data:o,event:t});if(!s)return null;const n=this.getOrCreateSessionState(i),r=n.replies.get(s.answerId),a={answerId:s.answerId,content:"stream"===t&&r?r.content+s.content:s.content,files:ef(s.files,(()=>tf([r,"optionalAccess",e=>e.files]))),requestMessageId:ef(s.requestMessageId,(()=>tf([r,"optionalAccess",e=>e.requestMessageId])))};return"message"===t&&!r&&(({nextReply:e,sessionState:t})=>{for(const o of t.replies.values())if(o.requestMessageId===e.requestMessageId&&o.content===e.content&&sf(o.files)===sf(e.files))return!0;return!1})({nextReply:a,sessionState:n})?null:(n.replies.has(s.answerId)||n.replyOrder.push(s.answerId),n.replies.set(s.answerId,a),"stream"===t?{type:"reply_chunk",sessionId:i,source:"stream",chunk:{answerId:s.answerId,content:s.content,requestMessageId:s.requestMessageId}}:{type:"reply_update",sessionId:i,source:"message",reply:of(a)})}applySessionIdleEvent(e){const t=tf([e,"optionalAccess",e=>e.session_id]);if(!t||2!==Number(e.status))return null;const o=this.sessionStates.get(t);if(!o)return null;return{type:"session_idle",sessionId:t,replies:o.replyOrder.map((e=>o.replies.get(e))).filter((e=>Boolean(e))).map((e=>of(e)))}}getOrCreateSessionState(e){const t=this.sessionStates.get(e);if(t)return t;const o={replies:new Map,replyOrder:[]};return this.sessionStates.set(e,o),o}}function rf(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const af=e=>({type:"progress_update",progress:e});class cf{constructor(){cf.prototype.__init.call(this)}__init(){this.progressStates=new Map}getKnownClawIds(){return this.progressStates.keys()}getKnownProgressEvents(e){const t=this.progressStates.get(e);return t?[...t.values()].map((t=>af({progressId:t.progressId,clawId:e,name:t.name,progressType:t.progressType,progressStatus:t.progressStatus}))):[]}applyFrontierEvent(e){const t=rf([e,"optionalAccess",e=>e.claw_id]),o=rf([e,"optionalAccess",e=>e.id]);if(!t||!o)return null;const i=2===Number(e.status)?"finished":1===Number(e.status)?"running":null;if(!i)return null;const s={progressId:o,clawId:t,name:e.name,progressType:e.type,progressStatus:i};return this.updateKnownProgressState(s),af(s)}applySnapshot(e,t){const o=this.getOrCreateProgressState(e),i=new Set,s=[];t.forEach((t=>{i.add(t.progressId);const n={progressId:t.progressId,clawId:e,name:t.name,progressType:t.progressType,progressStatus:t.progressStatus},r=o.get(t.progressId);o.set(t.progressId,n),((e,t)=>Boolean(e&&e.name===t.name&&e.progressType===t.progressType&&e.progressStatus===t.progressStatus))(r,n)||s.push(af({progressId:n.progressId,clawId:e,name:n.name,progressType:n.progressType,progressStatus:n.progressStatus}))}));for(const t of[...o.values()])i.has(t.progressId)||(o.delete(t.progressId),s.push(af({progressId:t.progressId,clawId:e,name:t.name,progressType:t.progressType,progressStatus:"finished"})));return 0===o.size&&this.progressStates.delete(e),s}updateKnownProgressState(e){const t=this.getOrCreateProgressState(e.clawId);if("finished"===e.progressStatus)return t.delete(e.progressId),void(0===t.size&&this.progressStates.delete(e.clawId));t.set(e.progressId,{progressId:e.progressId,clawId:e.clawId,name:e.name,progressType:e.progressType,progressStatus:e.progressStatus})}getOrCreateProgressState(e){const t=this.progressStates.get(e);if(t)return t;const o=new Map;return this.progressStates.set(e,o),o}}class lf{__init(){this.progressPollTimers=new Map}__init2(){this.progressRefreshes=new Map}constructor({emitProgressUpdate:e,globalStreamKey:t,hasConnectionError:o,hasSubscribers:i,listProgresses:s,progressPollIntervalMs:n=3e4,progressStateStore:r}){lf.prototype.__init.call(this),lf.prototype.__init2.call(this),this.emitProgressUpdate=e,this.globalStreamKey=t,this.hasConnectionError=o,this.hasSubscribers=i,this.listProgresses=s,this.progressPollIntervalMs=n,this.progressStateStore=r}ensure(e){if(!this.listProgresses||this.progressPollTimers.has(e))return;const t=async()=>{if(this.progressPollTimers.delete(e),!this.hasSubscribers(e)||this.hasConnectionError())return;if(await this.refresh(e),!this.hasSubscribers(e)||this.hasConnectionError())return;const o=setTimeout((()=>{t()}),this.progressPollIntervalMs);this.progressPollTimers.set(e,o)},o=setTimeout((()=>{t()}),this.progressPollIntervalMs);this.progressPollTimers.set(e,o)}stop(e){const t=this.progressPollTimers.get(e);t&&(clearTimeout(t),this.progressPollTimers.delete(e))}stopAll(){for(const e of this.progressPollTimers.values())clearTimeout(e);this.progressPollTimers.clear()}async refresh(e){if(!this.listProgresses)return;const t=this.progressRefreshes.get(e);if(t)return void await t;const o=(async()=>{const{listProgresses:t}=this;if(!t)return;const o=await t(e);this.progressStateStore.applySnapshot(e,o).forEach((t=>{this.emitProgressUpdate(e,t),this.emitProgressUpdate(this.globalStreamKey,t)}))})().finally((()=>{this.progressRefreshes.delete(e)}));this.progressRefreshes.set(e,o),await o}}class df{__init(){this.closed=!1}__init2(){this.error=null}__init3(){this.queue=[]}constructor(e){this.cleanup=e,df.prototype.__init.call(this),df.prototype.__init2.call(this),df.prototype.__init3.call(this)}push(e){if(!this.closed){if(this.pending){const{pending:t}=this;return this.pending=void 0,void t.resolve({done:!1,value:e})}this.queue.push(e)}}close(){if(!this.closed&&(this.closed=!0,this.cleanup(),this.pending)){const{pending:e}=this;this.pending=void 0,e.resolve({done:!0,value:void 0})}}fail(e){if(!this.closed&&(this.closed=!0,this.error=e,this.queue.length=0,this.cleanup(),this.pending)){const{pending:t}=this;this.pending=void 0,t.reject(e)}}async next(){if(this.queue.length>0){return{done:!1,value:this.queue.shift()}}if(this.error)throw this.error;return this.closed?{done:!0,value:void 0}:await new Promise(((e,t)=>{this.pending={reject:t,resolve:e}}))}async return(){return this.close(),{done:!0,value:void 0}}[Symbol.asyncIterator](){return this}}function pf(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const uf="*";class mf{__init(){this.connectionError=null}__init2(){this.disposed=!1}__init3(){this.replyStateStore=new nf}__init4(){this.progressStateStore=new cf}__init5(){this.sessionStreams=new Map}__init6(){this.progressStreams=new Map}constructor(e){mf.prototype.__init.call(this),mf.prototype.__init2.call(this),mf.prototype.__init3.call(this),mf.prototype.__init4.call(this),mf.prototype.__init5.call(this),mf.prototype.__init6.call(this),this.connectionManager=pf([e,"optionalAccess",e=>e.connectionManager])||(pf([e,"optionalAccess",e=>e.client])?new Zh({createClient:()=>e.client}):Xh),this.progressPoller=new lf({emitProgressUpdate:(e,t)=>{this.emitToProgress(e,t)},globalStreamKey:uf,hasConnectionError:()=>Boolean(this.connectionError),hasSubscribers:e=>this.hasProgressSubscribers(e),listProgresses:pf([e,"optionalAccess",e=>e.listProgresses]),progressPollIntervalMs:pf([e,"optionalAccess",e=>e.progressPollIntervalMs]),progressStateStore:this.progressStateStore})}async connect(e){if(this.disposed)throw new Error("Frontier watcher disposed");if(this.lastConnectionRequest=e,this.connectionLease)return;this.connecting||(this.connecting=this.connectionManager.subscribe(e,{onError:e=>{this.handleConnectionError(e)},onEvent:e=>{this.handleEvent(e)}}).then((e=>(this.connectionLease=e,this.connectionError=null,e))).finally((()=>{this.connecting=void 0})));const t=await this.connecting;this.disposed&&(t.release(),this.connectionLease=void 0)}async ensureConnected(){if(this.connectionLease||this.connecting)await this.connecting;else{if(!this.lastConnectionRequest){if(this.connectionError)throw this.connectionError;throw new Error("Frontier watcher is not connected")}await this.connect(this.lastConnectionRequest)}}watchSession(e,t){const o=new df((()=>{this.removeStream(e,o),pf([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.removeEventListener,"call",e=>e("abort",i)])})),i=()=>{o.close()};if(this.disposed)return o.fail(new Error("Frontier watcher disposed")),o;if(this.connectionError)return o.fail(this.connectionError),o;if(pf([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.aborted]))return o.close(),o;let s=this.sessionStreams.get(e);return s||(s=new Set,this.sessionStreams.set(e,s)),s.add(o),pf([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.addEventListener,"call",e=>e("abort",i,{once:!0})]),o}watchProgress(e,t){const o=e||uf,i=new df((()=>{this.removeProgressStream(o,i),pf([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.removeEventListener,"call",e=>e("abort",s)])})),s=()=>{i.close()};if(this.disposed)return i.fail(new Error("Frontier watcher disposed")),i;if(this.connectionError)return i.fail(this.connectionError),i;if(pf([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.aborted]))return i.close(),i;let n=this.progressStreams.get(o);if(n||(n=new Set,this.progressStreams.set(o,n)),n.add(i),pf([t,"optionalAccess",e=>e.signal,"optionalAccess",e=>e.addEventListener,"call",e=>e("abort",s,{once:!0})]),e)this.emitKnownProgresses(i,e),this.progressPoller.refresh(e),this.progressPoller.ensure(e);else for(const e of this.progressStateStore.getKnownClawIds())this.emitKnownProgresses(i,e);return i}dispose(){if(!this.disposed){if(this.disposed=!0,this.progressPoller.stopAll(),this.failAllStreams(new Error("Frontier watcher disposed")),this.connectionLease)return this.connectionLease.release(),void(this.connectionLease=void 0);this.connecting&&this.connecting.then((e=>{e.release(),this.connectionLease===e&&(this.connectionLease=void 0)})).catch((()=>{}))}}removeStream(e,t){const o=this.sessionStreams.get(e);o&&(o.delete(t),0===o.size&&this.sessionStreams.delete(e))}removeProgressStream(e,t){const o=this.progressStreams.get(e);o&&(o.delete(t),0===o.size&&(this.progressStreams.delete(e),e!==uf&&this.progressPoller.stop(e)))}failAllStreams(e){for(const t of this.sessionStreams.values())for(const o of t)o.fail(e);this.sessionStreams.clear();for(const t of this.progressStreams.values())for(const o of t)o.fail(e);this.progressStreams.clear()}handleConnectionError(e){this.connectionError=e,this.connectionLease=void 0,this.progressPoller.stopAll(),this.failAllStreams(e)}handleEvent(e){33555657===e.service&&("message"!==e.event&&"stream"!==e.event?"session"!==e.event?"process"===e.event&&this.handleProgressEvent(e.data):this.handleSessionEvent(e.data):this.handleReplyEvent(e.event,e.data))}handleReplyEvent(e,t){const o=this.replyStateStore.applyReplyEvent(e,t);o&&"sessionId"in o&&this.emitToSession(o.sessionId,o)}handleSessionEvent(e){const t=this.replyStateStore.applySessionIdleEvent(e);t&&"sessionId"in t&&this.emitToSession(t.sessionId,t)}handleProgressEvent(e){const t=this.progressStateStore.applyFrontierEvent(e);if(!t)return;const{clawId:o}=t.progress;this.emitToProgress(o,t),this.emitToProgress(uf,t)}emitToSession(e,t){const o=this.sessionStreams.get(e);if(o&&0!==o.size)for(const e of o)e.push(t)}emitToProgress(e,t){const o=this.progressStreams.get(e);if(o&&0!==o.size)for(const e of o)e.push(t)}emitKnownProgresses(e,t){this.progressStateStore.getKnownProgressEvents(t).forEach((t=>{e.push(t)}))}hasProgressSubscribers(e){const t=this.progressStreams.get(e);return Boolean(t&&t.size>0)}}function gf(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const hf=({replies:e,requestMessageId:t,source:o})=>{if(0===e.length)return null;const i=gf([e,"access",t=>t[e.length-1],"optionalAccess",e=>e.answerId]);return i?{answerId:i,content:e.map((e=>e.content)).filter(Boolean).join("\n\n"),files:gf([e,"access",t=>t[e.length-1],"optionalAccess",e=>e.files]),requestMessageId:t,source:o}:null},ff=({replies:e,replyOrder:t,reply:o})=>{e.has(o.answerId)||t.push(o.answerId),e.set(o.answerId,o)},_f=({event:e,replies:t,replyOrder:o})=>{const i=t.get(e.chunk.answerId),s={answerId:e.chunk.answerId,content:`${gf([i,"optionalAccess",e=>e.content])||""}${e.chunk.content}`,files:gf([i,"optionalAccess",e=>e.files]),requestMessageId:e.chunk.requestMessageId||gf([i,"optionalAccess",e=>e.requestMessageId])};return ff({replies:t,reply:s,replyOrder:o}),s},yf=({event:e,replies:t,replyOrder:o})=>(ff({replies:t,reply:e.reply,replyOrder:o}),e.reply);class bf{constructor(e){this.watcher=gf([e,"optionalAccess",e=>e.watcher])||new mf}async connect(e){await this.watcher.connect(e)}async waitForReply(e){const{onReplyChunk:t,onReplyUpdate:o,sessionId:i,requestMessageId:s,timeoutMs:n}=e;if(this.pending)throw new Error("Frontier waiter already has a pending reply request");await this.watcher.ensureConnected();const r=new AbortController;return await new Promise(((e,a)=>{const c=new Map,l=[];let d=!1;const p=t=>{d||(d=!0,gf([this,"access",e=>e.pending,"optionalAccess",e=>e.timer])&&clearTimeout(this.pending.timer),this.pending=void 0,r.abort(),t({reject:a,resolve:e}))},u=void 0===n?void 0:setTimeout((()=>{const e=hf({replies:l.map((e=>c.get(e))).filter((e=>Boolean(e))),requestMessageId:s,source:"timeout"});p((({reject:t,resolve:o})=>{e?o(e):t(new Error("Timed out waiting for Frontier reply"))}))}),n);this.pending={controller:r,reject:a,timer:u},(async()=>{try{const e=(async()=>{for await(const e of this.watcher.watchSession(i,{signal:r.signal})){if("reply_chunk"===e.type){if(e.chunk.requestMessageId!==s)continue;_f({event:e,replies:c,replyOrder:l}),gf([t,"optionalCall",t=>t(e)]);continue}if("reply_update"===e.type){if(e.reply.requestMessageId!==s)continue;yf({event:e,replies:c,replyOrder:l}),gf([o,"optionalCall",t=>t(e)]);continue}if("session_idle"!==e.type)continue;const i=hf({replies:e.replies.filter((e=>e.requestMessageId===s)),requestMessageId:s,source:"idle"});i&&p((({resolve:e})=>{e(i)}))}})();await e}catch(e){p((({reject:t})=>{t(e instanceof Error?e:new Error(String(e)))}))}})()}))}dispose(){this.pending&&(this.pending.timer&&clearTimeout(this.pending.timer),this.pending.controller.abort(),this.pending.reject(new Error("Frontier waiter disposed")),this.pending=void 0),this.watcher.dispose()}}const vf={skipOrgCheck:!0,skipSpaceCheck:!0},wf=async t=>{if(t)return t;const o=l.createSessionConfigStore(),i=await o.get();if(i.sessionId)return i.sessionId;throw new e.CozeError(e.ErrorCode.E1000,"Missing session ID: provide --session-id or run `coze session create` first")},Cf=async({clawId:e,sessionId:t})=>{const o=l.createSessionConfigStore();await o.save({sessionId:t,...e?{sessionClawId:e}:{}})},Ef=({timeoutMs:e})=>{const t=new AbortController,o=()=>{t.abort()},i=void 0===e?void 0:setTimeout((()=>{o()}),e);return process.once("SIGINT",o),{abort:o,signal:t.signal,dispose:()=>{i&&clearTimeout(i),process.off("SIGINT",o)}}},If=async(t,o)=>{const i=(t=>{const o=t.getContext();if(!o)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");return{ctx:o,service:l.createDefaultSessionService(o.config)}})(t);try{await o(i)}catch(t){H((t=>{if(t instanceof e.CozeError)return t;if(t instanceof l.SessionServiceError){const o="SESSION_AUTH_INVALID"===t.code?e.ErrorCode.E2001:e.ErrorCode.E5000;return new e.CozeError(o,t.message,{session_error:t.code})}return t instanceof Error?new e.CozeError(e.ErrorCode.E5000,t.message,t.stack):new e.CozeError(e.ErrorCode.E5000,String(t))})(t),i.ctx)}},Af=t=>{const o=Number.parseInt(t,10);if(!Number.isFinite(o)||o<=0)throw new e.CozeError(e.ErrorCode.E1000,"Invalid value for --limit: expected a positive integer");return o},Sf=t=>{const o=Number.parseInt(t,10);if(!Number.isFinite(o)||o<=0)throw new e.CozeError(e.ErrorCode.E1000,"Invalid value for --timeout: expected a positive integer");return o},jf=e=>{if(!e||0===e.length)return null;const t=["Files:"];return e.forEach(((e,o)=>{t.push(`${o+1}. ${String(e.file_name||"unnamed-file")}`),e.file_url&&t.push(`file_url: ${String(e.file_url)}`),e.preview_url&&t.push(`preview_url: ${String(e.preview_url)}`)})),t.join("\n")},Pf=(e,t)=>{const o=jf(t);return o?[e,"",o].join("\n"):e},kf=({accessToken:e,apiBaseUrl:t,organizationId:o,sessionApiBaseUrl:i,xTTEnv:s})=>{const n=i||t,r=(({accessToken:e,xTTEnv:t})=>{if(!e)throw new l.SessionServiceError("Session token is missing or invalid","SESSION_AUTH_INVALID");const o={Authorization:`Bearer ${e}`};return t&&(o["x-use-ppe"]="1",o["x-tt-env"]=t),o})({accessToken:e,xTTEnv:s});return{resolveConfig:async()=>({...await xm({baseUrl:n,headers:r,xTTEnv:s}),headers:r,organizationId:o}),scopeKey:JSON.stringify({baseUrl:n,authorization:r.Authorization,organizationId:o,xTTEnv:s})}},Tf=async({accessToken:e,apiBaseUrl:t,organizationId:o,sessionApiBaseUrl:i,progressPollIntervalMs:s,service:n,xTTEnv:r})=>{const a=new mf({listProgresses:n?async e=>(await n.listProgresses({clawId:e})).map((t=>({progressId:t.progressId,clawId:e,name:t.name,progressType:t.type,progressStatus:t.progressStatus}))):void 0,progressPollIntervalMs:s});return await a.connect(kf({accessToken:e,apiBaseUrl:t,organizationId:o,sessionApiBaseUrl:i,xTTEnv:r})),a},zf=e=>[`progress_id: ${e.progressId}`,e.name?`name: ${e.name}`:null,e.type?`type: ${e.type}`:null,`progress_status: ${e.progressStatus}`].filter(Boolean).join("\n"),Rf=e=>`${JSON.stringify(e)}\n`;class xf{__init(){this.replyStates=new Map}__init2(){this.requestPrintedContent=new Map}__init3(){this.endsWithNewline=!0}__init4(){this.hasStartedReply=!1}constructor(e){xf.prototype.__init.call(this),xf.prototype.__init2.call(this),xf.prototype.__init3.call(this),xf.prototype.__init4.call(this),this.format=e.format,this.includeReplyMetadata=e.includeReplyMetadata||!1,this.write=e.write||(e=>process.stdout.write(e))}writeChunk({chunk:e,sessionId:t}){if("text"!==this.format)return void this.write(Rf({type:"reply_chunk",session_id:t,answer_message_id:e.answerId,reply_to_message_id:e.requestMessageId,delta:e.content}));const o=this.getOrCreateReplyState(e.answerId);this.ensureReplyStarted({answerId:e.answerId,requestMessageId:e.requestMessageId,state:o}),this.writeRaw(e.content),o.printedContent+=e.content,this.updateRequestPrintedContent({requestMessageId:e.requestMessageId,printedContent:o.printedContent})}writeReply({files:e,reply:t,sessionId:o,source:i}){if("text"!==this.format)return void this.write(Rf({type:"message"===i?"reply_update":"reply_completed",session_id:o,answer_message_id:t.answerId,reply_to_message_id:t.requestMessageId,content:t.content,files:e,event_source:i}));const s=this.getOrCreateReplyState(t.answerId),n=this.getPreviousPrintedContent({reply:t,state:s}),r=this.getSnapshotDelta({nextContent:t.content,previousContent:n}),a=this.continuesPrintedRequest({reply:t,state:s});if(!r&&"message"!==i)return this.updateReplyStateContent({reply:t,state:s}),void this.writeFinalReplyMetadata({files:e});this.ensureReplyStarted({answerId:t.answerId,requestMessageId:t.requestMessageId,state:s,continuesPrintedRequest:a}),r&&this.writeRaw(r),this.updateReplyStateContent({reply:t,state:s}),"message"!==i&&this.writeFinalReplyMetadata({files:e})}writeFinalReplyMetadata({files:e}){this.endsWithNewline||this.writeRaw("\n");const t=jf(e);t&&this.writeRaw(`\n${t}\n`)}writeProgress({progress:e,sessionId:t}){"text"===this.format?(this.endsWithNewline||this.writeRaw("\n"),this.writeRaw(`\n${zf(e)}\n`)):this.write(Rf({type:"background_progress_started",session_id:t,progress_id:e.progressId,progress_name:e.name,progress_type:e.type,progress_status:e.progressStatus}))}getOrCreateReplyState(e){const t=this.replyStates.get(e);if(t)return t;const o={headerPrinted:!1,printedContent:""};return this.replyStates.set(e,o),o}ensureReplyStarted({answerId:e,continuesPrintedRequest:t=!1,requestMessageId:o,state:i}){if(!i.headerPrinted){if(t)return i.headerPrinted=!0,void(this.hasStartedReply=!0);if(this.hasStartedReply&&(this.endsWithNewline||this.writeRaw("\n"),this.writeRaw("\n")),this.includeReplyMetadata){const t=[`answer_message_id: ${e}`,o?`reply_to_message_id: ${o}`:null].filter(Boolean);this.writeRaw(`${t.join("\n")}\n`)}i.headerPrinted=!0,this.hasStartedReply=!0}}getSnapshotDelta({nextContent:e,previousContent:t}){return t?e===t?"":e.startsWith(t)?e.slice(t.length):`\n${e}`:e}getPreviousPrintedContent({reply:e,state:t}){return e.requestMessageId&&this.requestPrintedContent.has(e.requestMessageId)?this.requestPrintedContent.get(e.requestMessageId)||"":t.printedContent}continuesPrintedRequest({reply:e,state:t}){return Boolean(e.requestMessageId&&!t.headerPrinted&&this.requestPrintedContent.has(e.requestMessageId))}updateReplyStateContent({reply:e,state:t}){t.printedContent=e.content,this.updateRequestPrintedContent({requestMessageId:e.requestMessageId,printedContent:e.content})}updateRequestPrintedContent({printedContent:e,requestMessageId:t}){if(!t)return;const o=this.requestPrintedContent.get(t)||"";e.length>=o.length&&this.requestPrintedContent.set(t,e)}writeRaw(e){e&&(this.write(e),this.endsWithNewline=e.endsWith("\n"))}}function Lf(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Of=({ctx:e,sessionId:t,reply:o,files:i,source:s})=>{"text"!==e.format?e.response.print({session_id:t,answer_message_id:o.answerId,reply_to_message_id:o.requestMessageId,content:o.content,files:i,event_source:s}):e.response.print((({reply:e,files:t,source:o})=>`${[`answer_message_id: ${e.answerId}`,e.requestMessageId?`reply_to_message_id: ${e.requestMessageId}`:null,`event_source: ${o}`].filter(Boolean).join("\n")}\n${Pf(e.content,t)}`)({files:i,reply:o,source:s}))},Df=({ctx:e,options:t,service:o,streamRenderer:i})=>{const s=t.snapshot?new Map:null,n=async t=>await l.resolveStoredSessionReplyFiles({files:t.files,apiBaseUrl:e.config.apiBaseUrl,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv,service:o}),r=async({reply:o,source:i})=>{const r=await n(o),a=(({files:e,reply:t})=>JSON.stringify({answerId:t.answerId,content:t.content,files:e,requestMessageId:t.requestMessageId}))({files:r,reply:o});Lf([s,"optionalAccess",e=>e.get,"call",e=>e(o.answerId)])!==a&&(Lf([s,"optionalAccess",e=>e.set,"call",e=>e(o.answerId,a)]),Of({ctx:e,files:r,reply:o,sessionId:t.sessionId,source:i}))};return{handleReplyChunk:e=>{Lf([i,"optionalAccess",e=>e.writeChunk,"call",o=>o({chunk:e.chunk,sessionId:t.sessionId})])},handleReplyUpdate:async e=>{i?i.writeReply({reply:e.reply,sessionId:t.sessionId,source:"message"}):await r({reply:e.reply,source:"message"})},handleIdleReply:async e=>{i?i.writeReply({files:await n(e),reply:e,sessionId:t.sessionId,source:"idle"}):await r({reply:e,source:"idle"})}}},Uf=e=>{e.command("watch").description("Watch websocket replies for a claw session").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--timeout <timeoutMs>","Stop watching after the specified timeout in milliseconds",Sf).option("--snapshot","Print full reply snapshots instead of streaming chunks incrementally").config({...vf,help:{brief:"Continuously watch websocket replies for a session",description:"Subscribe to Frontier websocket events for the specified session and stream assistant output as it arrives. Use --snapshot to keep the previous snapshot-style behavior.",examples:[{desc:"Watch one session until interrupted",cmd:"coze session watch -s 123456789",tags:["[RECOMMENDED]"]},{desc:"Watch one session and exit after 30 seconds",cmd:"coze session watch -s 123456789 --timeout 30000"},{desc:"Keep the old snapshot-style output",cmd:"coze session watch -s 123456789 --snapshot"}],schema:{input:{session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"},timeout:{type:"number",required:!1,description:"Optional timeout in milliseconds"}},output:{type:"object",properties:{session_id:{type:"string"},answer_message_id:{type:"string"},reply_to_message_id:{type:"string"},content:{type:"string"},event_source:{type:"string"}}}}}}).action((async(e,t)=>{await(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await wf(e.sessionId),s={...e,sessionId:i},n=await Tf({accessToken:t.config.accessToken,apiBaseUrl:t.config.apiBaseUrl,organizationId:t.config.organizationId,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv});await Cf({sessionId:i});const r=s.snapshot?null:new xf({format:t.format,includeReplyMetadata:"text"===t.format}),a=Ef({timeoutMs:s.timeout}),c=Df({ctx:t,options:s,service:o,streamRenderer:r});try{for await(const e of n.watchSession(i,{signal:a.signal}))if("reply_chunk"!==e.type)if("reply_update"!==e.type){if("progress_update"!==e.type){await o.updateSessionRuntimeStatus({sessionId:i,status:"idle"});for(const t of e.replies)await c.handleIdleReply(t)}}else await c.handleReplyUpdate(e);else c.handleReplyChunk(e)}finally{a.dispose(),n.dispose()}}))})(e,t)}))};function Bf(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const qf=async e=>await new Promise((t=>setTimeout(t,e))),Mf=e=>{const t=e.contentPreview&&e.contentPreview!==e.replyContent?e.contentPreview:void 0,o=e.resultSummary&&e.resultSummary!==e.replyContent&&e.resultSummary!==e.contentPreview?e.resultSummary:void 0;return{contentPreview:t,replyContent:e.replyContent,resultSummary:o}},Nf=e=>{const t=Mf(e);return{answer_message_id:e.answerMessageId,artifacts:Bf([e,"access",e=>e.artifacts,"optionalAccess",e=>e.map,"call",e=>e((e=>({file_name:e.fileName,file_uri:e.fileUri,file_url:e.fileUrl,preview_url:e.previewUrl})))]),content_preview:t.contentPreview,created_at:e.createdAt,finished_at:e.finishedAt,kind:e.kind,last_progress_status:e.lastProgressStatus,last_refresh_error:e.lastRefreshError,message_id:e.messageId,progress_id:e.progressId,reply_content:t.replyContent,result_summary:t.resultSummary,session_id:e.sessionId,status:e.status,task_id:e.taskId,updated_at:e.updatedAt,worker_pid:e.workerPid}},$f=e=>{const t=Mf(e);return[`task_id: ${e.taskId}`,`status: ${e.status}`,`session_id: ${e.sessionId}`,`message_id: ${e.messageId}`,`progress_id: ${e.progressId}`,e.answerMessageId?`answer_message_id: ${e.answerMessageId}`:null,t.contentPreview?`content_preview: ${t.contentPreview}`:null,t.replyContent?`reply_content: ${t.replyContent}`:null,t.resultSummary?`result_summary: ${t.resultSummary}`:null,e.lastProgressStatus?`last_progress_status: ${e.lastProgressStatus}`:null,e.lastRefreshError?`last_refresh_error: ${e.lastRefreshError}`:null,`created_at: ${e.createdAt}`,`updated_at: ${e.updatedAt}`,e.finishedAt?`finished_at: ${e.finishedAt}`:null].filter(Boolean).join("\n")},Gf=({ctx:e,task:t})=>{"text"!==e.format?e.response.print(Nf(t)):e.response.print($f(t))},Ff=t=>t instanceof l.SessionTaskExpiredError||t instanceof l.SessionTaskNotFoundError?new e.CozeError(e.ErrorCode.E3000,t.message,{task_id:t.taskId}):t instanceof l.SessionTaskStoreError?new e.CozeError(e.ErrorCode.E5000,t.message):t instanceof Error?t:new e.CozeError(e.ErrorCode.E5000,String(t)),Vf=e=>{const t=e.command("task").description("Inspect persisted session background tasks").config({...vf,help:{brief:"Inspect session background tasks",description:"List, show, refresh, watch, and garbage-collect persisted session progress tasks created from `coze session message --wait`."}});t.command("list").description("List persisted session tasks").option("--status <status>","Filter by task status").option("--session-id <sessionId>","Filter by session ID").option("--include-expired","Include expired terminal tasks").action((async(e,t)=>{await(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{try{const i=l.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:o,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}),s=await i.listTasks({includeExpired:Boolean(e.includeExpired),sessionId:e.sessionId,status:e.status});if("text"===t.format)return void t.response.print(s.length>0?s.map($f).join("\n\n"):"No session tasks");t.response.print({items:s.map((e=>Nf(e)))})}catch(e){throw Ff(e)}}))})(e,t)})),t.command("show <taskId>").description("Show one persisted session task snapshot").option("--include-expired","Read an expired task record").action((async(e,t,o)=>{await(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{try{const i=l.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:o,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}),s=await i.getTask(e.taskId,{includeExpired:Boolean(e.includeExpired)});Gf({ctx:t,task:s})}catch(e){throw Ff(e)}}))})({includeExpired:t.includeExpired,taskId:e},o)})),t.command("refresh <taskId>").description("Refresh one persisted session task against the server").option("--include-expired","Read an expired task record").action((async(e,t,o)=>{await(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{try{const i=l.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:o,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}),s=await i.refreshTask(e.taskId,{includeExpired:Boolean(e.includeExpired)});Gf({ctx:t,task:s})}catch(e){throw Ff(e)}}))})({includeExpired:t.includeExpired,taskId:e},o)})),t.command("watch <taskId>").description("Watch one persisted session task until it reaches a terminal state").option("--include-expired","Read an expired task record").option("--timeout <timeoutMs>","Stop watching after the specified timeout in milliseconds",Sf).action((async(e,t,o)=>{await(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{try{const i=l.createSessionTaskService({apiBaseUrl:t.config.apiBaseUrl,service:o,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv});let s=await i.getTask(e.taskId,{includeExpired:Boolean(e.includeExpired)});if(Gf({ctx:t,task:s}),l.isSessionTaskTerminal(s.status))return;const n=void 0===e.timeout?void 0:Date.now()+e.timeout;for(;;){const o=void 0===n?1e4:Math.min(1e4,n-Date.now());if(o<=0)return;if(await qf(o),s=await i.refreshTask(e.taskId,{includeExpired:Boolean(e.includeExpired)}),Gf({ctx:t,task:s}),l.isSessionTaskTerminal(s.status))return}}catch(e){throw Ff(e)}}))})({includeExpired:t.includeExpired,taskId:e,timeout:t.timeout},o)})),t.command("gc").description("Remove expired terminal session tasks from local storage").action((async(e,t)=>{await(async e=>{await If(e,(async({ctx:e,service:t})=>{try{const o=l.createSessionTaskService({apiBaseUrl:e.config.apiBaseUrl,service:t,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv}),i=await o.gcTasks();if("text"===e.format)return void e.response.print(i.length>0?`Removed ${i.length} expired task(s)`:"No expired session tasks");e.response.print({count:i.length,items:i.map((e=>Nf(e)))})}catch(e){throw Ff(e)}}))})(t)}))},Wf=e=>`${[`message_id: ${e.messageId}`,e.replyToMessageId?`reply_to_message_id: ${e.replyToMessageId}`:null,e.messageType?`message_type: ${e.messageType}`:null,e.createTime?`create_time: ${e.createTime}`:null].filter(Boolean).join("\n")}\n${Pf(e.content,e.files)}`,Hf=async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await wf(e.sessionId),s=await o.listRepliesByMessage({sessionId:i,messageId:e.messageId});await Cf({sessionId:s.sessionId});const n=l.createSessionConfigStore(),r=await n.get(),a=s.items.some((e=>e.files&&e.files.length>0)),c=a?r.sessionClawId||(await o.getStatus()).clawId:void 0,d=a?await(async({items:e,store:t,service:o,clawId:i,apiBaseUrl:s,sessionApiBaseUrl:n,xTTEnv:r})=>await Promise.all(e.map((async e=>({...e,files:await l.resolveStoredSessionReplyFiles({files:e.files,clawId:i,apiBaseUrl:s,sessionApiBaseUrl:n,xTTEnv:r,service:o,deps:{store:t}})})))))({items:s.items,store:n,service:o,clawId:c,apiBaseUrl:t.config.apiBaseUrl,sessionApiBaseUrl:t.config.sessionApiBaseUrl,xTTEnv:t.config.xTTEnv}):s.items;if("text"===t.format)return s.requestMessageFound||0!==d.length?0===d.length?void t.response.print(`No replies found for message: ${e.messageId}`):void t.response.print(d.map(Wf).join("\n\n")):void t.response.print(`Message not found: ${e.messageId}`);t.response.print({session_id:s.sessionId,message_id:s.requestMessageId,request_message_found:s.requestMessageFound,count:d.length,items:d.map((e=>({message_id:e.messageId,reply_to_message_id:e.replyToMessageId,source:e.source,message_type:e.messageType,content:e.content,files:e.files,create_time:e.createTime,raw:e.raw})))})}))};function Jf(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Kf=({ctx:e})=>{const t=new Map;return o=>{const i=t.get(o.progressId);i&&i.progressStatus===o.progressStatus&&i.name===o.name&&i.type===o.type&&"snapshot"!==o.eventSource||(t.set(o.progressId,{name:o.name,progressId:o.progressId,progressStatus:o.progressStatus,type:o.type}),(({ctx:e,progress:t})=>{"text"!==e.format?e.response.print({progress_id:t.progressId,name:t.name,type:t.type,progress_status:t.progressStatus,event_source:t.eventSource}):e.response.print(`${zf(t)}\nevent_source: ${t.eventSource}`)})({ctx:e,progress:o}))}},Qf=(e,t)=>!t||e.progressId===t,Yf=async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{(({ctx:e,progresses:t})=>{"text"!==e.format?e.response.print({items:t.map((e=>({progress_id:e.progressId,name:e.name,type:e.type,progress_status:e.progressStatus,raw:e.raw})))}):e.response.print(t.length>0?t.map((e=>zf(e))).join("\n\n"):"No active progress")})({ctx:t,progresses:await o.listProgresses({size:e.size})})}))},Zf=async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await o.getStatus(),{clawId:s}=i;if(!i.authValid||!s)throw new l.SessionServiceError("Session token is missing or invalid","SESSION_AUTH_INVALID");const n=await Tf({accessToken:t.config.accessToken,apiBaseUrl:t.config.apiBaseUrl,organizationId:t.config.organizationId,progressPollIntervalMs:3e4,sessionApiBaseUrl:t.config.sessionApiBaseUrl,service:o,xTTEnv:t.config.xTTEnv}),r=Ef({timeoutMs:e.timeout}),a=Kf({ctx:t});try{await(async({clawId:e,emitProgress:t,options:o,service:i})=>{(await i.listProgresses({clawId:e})).filter((e=>Qf(e,o.progressId))).forEach((e=>{t({...e,eventSource:"snapshot"})}))})({clawId:s,emitProgress:a,options:e,service:o}),await(async({abortScope:e,clawId:t,emitProgress:o,options:i,watcher:s})=>{for await(const n of s.watchProgress(t,{signal:e.signal}))Qf(n.progress,i.progressId)&&(o({progressId:n.progress.progressId,name:n.progress.name,type:n.progress.progressType,progressStatus:n.progress.progressStatus,eventSource:"websocket"}),i.progressId&&"finished"===n.progress.progressStatus&&e.abort())})({abortScope:r,clawId:s,emitProgress:a,options:e,watcher:n})}finally{r.dispose(),n.dispose()}}))},Xf=e=>{const t=e.command("progress").description("Inspect claw background progress").config({...vf,help:{brief:"Inspect claw background progress",description:"List and watch claw process-style background progress driven by websocket and process APIs."}});t.command("list").description("List current background progress").option("--size <size>","Maximum number of progress items to request",Af,100).action(Yf),t.command("show <progressId>").description("Show one background progress snapshot").action((async(e,t,o)=>{await(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await o.getProgress({progressId:e.progressId});"text"!==t.format?t.response.print({progress_id:e.progressId,found:Boolean(i),name:Jf([i,"optionalAccess",e=>e.name]),type:Jf([i,"optionalAccess",e=>e.type]),progress_status:Jf([i,"optionalAccess",e=>e.progressStatus]),raw:Jf([i,"optionalAccess",e=>e.raw])}):t.response.print(i?zf(i):`Progress not found: ${e.progressId}`)}))})({progressId:e},o)})),t.command("poll <progressId>").description("Poll one background progress and treat missing as finished").action((async(e,t,o)=>{await(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await o.getProgress({progressId:e.progressId}),s=Jf([i,"optionalAccess",e=>e.progressStatus])||"finished";"text"!==t.format?t.response.print({progress_id:e.progressId,name:Jf([i,"optionalAccess",e=>e.name]),type:Jf([i,"optionalAccess",e=>e.type]),progress_status:s,raw:Jf([i,"optionalAccess",e=>e.raw])}):t.response.print(zf({progressId:e.progressId,name:Jf([i,"optionalAccess",e=>e.name]),type:Jf([i,"optionalAccess",e=>e.type]),progressStatus:s}))}))})({progressId:e},o)})),t.command("watch [progressId]").description("Watch one or all background progress updates").option("--timeout <timeoutMs>","Stop watching after the specified timeout in milliseconds",Sf).action((async(e,t,o)=>{await Zf({progressId:e,timeout:t.timeout},o)}))};function e_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const t_={...vf,help:{brief:"Send a text message to a session",description:"Send a plain text message to the specified claw session. The message can be provided as a positional argument or via stdin. Use @<path> to mention and upload local files as attachments. With --wait, the CLI streams the current turn reply until the session becomes idle. If a new background progress starts within 3 seconds after idle, the CLI returns its progress_id instead of waiting for the background task to finish.",examples:[{desc:"Send a message to a session",cmd:'coze session message "hello" -s 123456789',tags:["[RECOMMENDED]"]},{desc:"Send stdin as the message body",cmd:"cat prompt.txt | coze session message -s 123456789"},{desc:"Wait for the streaming reply until the turn becomes idle",cmd:'coze session message "hello" -s 123456789 --wait'},{desc:"Upload local files and send them with the query",cmd:'coze session message "summarize these" -s 123456789 --file ./a.pdf --file ./b.png'},{desc:"Mention a local file with @ and send it as an attachment",cmd:'coze session message "summarize @docs/notes.md" -s 123456789'},{desc:"Use a podcast voice and inject the voice instruction into the message",cmd:'coze session message "@播客 制作一个介绍潮汕美食的播客" -s 123456789 --podcast-voice "鸡汤女生"'}],schema:{input:{message:{type:"string",required:!1,description:"Plain text message content"},session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"},file:{type:"array",required:!1,description:"Local file paths to upload and attach"},wait:{type:"boolean",required:!1,description:"Wait for idle and stream assistant reply events"},podcast_voice:{type:"string",required:!1,description:"Podcast voice label or value to inject into the message"},podcast_mode:{type:"string",required:!1,description:"Podcast mode label or value used to disambiguate the voice"}},output:{type:"object",properties:{session_id:{type:"string"},message_id:{type:"string"},status:{type:"string"},content:{type:"string"},answer_message_id:{type:"string"},progress_id:{type:"string"},task_id:{type:"string"},task_status:{type:"string"}}}}}},o_=async({ctx:t,options:o,resolvedContent:i})=>{if(!o.podcastVoice)return i;if(!i)throw new e.CozeError(e.ErrorCode.E1000,"--podcast-voice requires MESSAGE or stdin content");const s=(({config:t,voice:o,mode:i})=>{const s=Vm(o),n=Hm({config:t,mode:i}).filter((e=>Vm(e.label)===s||Vm(e.value)===s));if(0===n.length)throw new e.CozeError(e.ErrorCode.E1000,`Podcast voice not found: ${o}`);if(n.length>1){const t=n.map((e=>e.mode_value||e.mode_label||"unknown")).join(", ");throw new e.CozeError(e.ErrorCode.E1000,`Voice "${o}" matched multiple podcast voices; specify --podcast-mode (${t})`)}return n[0]})({config:await Wm({baseUrl:t.config.sessionApiBaseUrl||t.config.apiBaseUrl,xTTEnv:t.config.xTTEnv}),voice:o.podcastVoice,mode:o.podcastMode}).label||o.podcastVoice;return(({content:t,voiceLabel:o})=>{if(t.includes('使用音色"'))throw new e.CozeError(e.ErrorCode.E1000,"Message already contains a podcast voice instruction");const i=`使用音色"${o}", `,s=t.length-t.trimStart().length,n=t.slice(0,s),r=t.trimStart();if(/^@播客(?=\s|$)/.test(r))return`${n}@播客 ${i}${r.slice(3).trimStart()}`;return`${i}${t}`})({content:i,voiceLabel:s})},i_=async({ctx:t,message:o,options:i,service:s})=>{const{content:n,filePaths:r}=await Fm(o,{cwd:t.cwd,onWarn:e=>t.ui.warn(e)});(({options:t,resolvedContent:o})=>{if(t.podcastMode&&!t.podcastVoice)throw new e.CozeError(e.ErrorCode.E1000,"--podcast-mode requires --podcast-voice");if(t.podcastVoice&&!o)throw new e.CozeError(e.ErrorCode.E1000,"--podcast-voice requires MESSAGE or stdin content")})({options:i,resolvedContent:n});const a=await Dm({filePaths:[...i.file||[],...r],sessionId:i.sessionId,apiBaseUrl:t.config.apiBaseUrl,sessionApiBaseUrl:t.config.sessionApiBaseUrl,sessionSpaceWebId:t.config.sessionSpaceWebId,xTTEnv:t.config.xTTEnv,service:s}),c=await o_({ctx:t,options:i,resolvedContent:n});if(!c&&0===a.length)throw new e.CozeError(e.ErrorCode.E1000,"Missing message input: provide MESSAGE, stdin content, and/or --file");return{content:c||"",files:a}},s_=async({ctx:e,options:t,service:o})=>{if(!t.wait)return{streamRenderer:null,waiter:null};const i=new xf({format:e.format}),s=e_([await o.getStatus(),"optionalAccess",e=>e.clawId]);return{clawId:s,knownProgressIds:s?await o.listProgresses({clawId:s}).then((e=>new Set(e.map((e=>e.progressId))))).catch((()=>null)):void 0,streamRenderer:i,waiter:await(async({accessToken:e,apiBaseUrl:t,organizationId:o,sessionApiBaseUrl:i,xTTEnv:s})=>new bf({watcher:await Tf({accessToken:e,apiBaseUrl:t,organizationId:o,sessionApiBaseUrl:i,xTTEnv:s})}))({accessToken:e.config.accessToken,apiBaseUrl:e.config.apiBaseUrl,organizationId:e.config.organizationId,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv})}},n_=async({ctx:e,knownProgressIds:t,options:o,result:i,service:s,streamRenderer:n,waiter:r,clawId:a})=>{const c=await r.waitForReply({onReplyChunk:n?e=>{n.writeChunk({chunk:e.chunk,sessionId:o.sessionId})}:void 0,onReplyUpdate:n?e=>{n.writeReply({reply:e.reply,sessionId:o.sessionId,source:"message"})}:void 0,sessionId:o.sessionId,requestMessageId:i.messageId,timeoutMs:o.timeout}),d="idle"===c.source&&a&&t?await(async({clawId:e,knownProgressIds:t,listProgresses:o,pollIntervalMs:i=500,timeoutMs:s=3e3})=>{const n=Date.now()+s;for(;;){const s=(await o({clawId:e})).find((e=>!t.has(e.progressId)));if(s)return s;const r=n-Date.now();if(r<=0)return null;await jm(Math.min(i,r))}})({clawId:a,knownProgressIds:t,listProgresses:e=>s.listProgresses(e),timeoutMs:3e3}):null;"idle"===c.source&&await s.updateSessionRuntimeStatus({sessionId:o.sessionId,status:"idle"});const p=await l.resolveStoredSessionReplyFiles({files:c.files,apiBaseUrl:e.config.apiBaseUrl,sessionApiBaseUrl:e.config.sessionApiBaseUrl,xTTEnv:e.config.xTTEnv,service:s});return n?(n.writeReply({files:p,reply:{answerId:c.answerId,content:c.content,requestMessageId:i.messageId},sessionId:o.sessionId,source:c.source}),d&&n.writeProgress({progress:d,sessionId:o.sessionId}),{answerMessageId:c.answerId,content:c.content,files:p,progress:d,rendered:!0}):{answerMessageId:c.answerId,content:c.content,files:p,progress:d,rendered:!1}},r_=async(e,t,o)=>{await If(o,(async({ctx:o,service:i})=>{const s=await wf(t.sessionId),n={...t,sessionId:s},r=await i_({ctx:o,message:e,options:n,service:i}),a=await s_({ctx:o,options:n,service:i});try{const e=await i.sendMessage({sessionId:s,content:r.content,files:r.files});if(await Cf({sessionId:e.sessionId}),a.waiter){const t=await n_({...a,ctx:o,options:n,result:e,service:i,waiter:a.waiter});if(t.progress)try{const n=l.createSessionTaskService({apiBaseUrl:o.config.apiBaseUrl,service:i,sessionApiBaseUrl:o.config.sessionApiBaseUrl,xTTEnv:o.config.xTTEnv});let r=await n.createOrUpdateTaskFromMessageWait({answerMessageId:t.answerMessageId,content:t.content,files:t.files,messageId:e.messageId,progress:t.progress,sessionId:s});try{const e=await l.startDetachedSessionTaskRefreshWorker({payload:{accessToken:o.config.accessToken||"",apiBaseUrl:o.config.apiBaseUrl,organizationId:o.config.organizationId,sessionApiBaseUrl:o.config.sessionApiBaseUrl,taskId:r.taskId,xTTEnv:o.config.xTTEnv}});e&&(r=await n.patchTask(r.taskId,{lastRefreshError:void 0,workerPid:e}))}catch(e){r=await n.patchTask(r.taskId,{lastRefreshError:e instanceof Error?`Failed to start auto refresh worker: ${e.message}`:`Failed to start auto refresh worker: ${String(e)}`})}if("json"===o.format)return void o.response.print({answer_message_id:t.answerMessageId,content:t.content,files:t.files,message_id:e.messageId,progress_id:t.progress.progressId,session_id:e.sessionId,status:e.status,task_id:r.taskId,task_status:r.status,worker_pid:r.workerPid})}catch(t){if(o.ui.warn(`Failed to persist task: ${t instanceof Error?t.message:String(t)}`),"json"===o.format)return void o.response.print({session_id:e.sessionId,message_id:e.messageId,status:e.status})}if(t.rendered)return}o.response.print({session_id:e.sessionId,message_id:e.messageId,status:e.status})}finally{e_([a,"access",e=>e.waiter,"optionalAccess",e=>e.dispose,"call",e=>e()])}}))};const a_={...vf,help:{brief:"Work with PPT artifacts generated by a session",description:"Target one specific PPT artifact with --file-uri. Page-scoped edit still needs --session-id because it sends a session chat message.",examples:[{desc:"Get PPT information",cmd:"coze session ppt info --file-uri task-1/deck.pptx.html",tags:["[RECOMMENDED]"]},{desc:"List page outline text",cmd:"coze session ppt pages --file-uri task-1/deck.pptx.html"},{desc:"Export the PPTX file",cmd:"coze session ppt export --file-uri task-1/deck.pptx.html --output-path ./deck.pptx"},{desc:"Edit one page through session chat",cmd:'coze session ppt edit "标题更突出" -s 123456789 --page 2 --wait'},{desc:"Create a share link",cmd:"coze session ppt share --file-uri task-1/deck.pptx.html"}]}},c_=t=>{const o=Number.parseInt(t,10);if(!Number.isFinite(o)||o<=0)throw new e.CozeError(e.ErrorCode.E1000,"Invalid value for --page: expected a positive integer");return o},l_=(e,t)=>[...t,c_(e)],d_=t=>{if("ppt"===t||"editable"===t)return t;throw new e.CozeError(e.ErrorCode.E1000,'Invalid value for --export-type: expected "ppt" or "editable"')},p_=async({options:t})=>{if(t.fileUri)return{fileName:t.fileUri,fileUri:t.fileUri,raw:{file_name:t.fileUri,file_uri:t.fileUri}};throw new e.CozeError(e.ErrorCode.E1000,"Missing PPT identifier: provide --file-uri.")},u_=t=>{if(!t.fileUri)throw new e.CozeError(e.ErrorCode.E1000,"PPT file_uri is required for this operation. Provide --file-uri.");return t.fileUri},m_=async({file:e,service:t})=>e.fileUrl?e.fileUrl:t.resolveFileUrl({fileUri:u_(e)}),g_=async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await p_({options:e}),s=await m_({file:i,service:o}),n=await l.fetchSessionPptContent({url:s}),r=l.parseSessionPptContent(n);"text"!==t.format?t.response.print({file_name:i.fileName,file_uri:i.fileUri,file_url:s,type:r.type,page_count:r.pageCount}):t.response.print((({file:e,pageCount:t,type:o,url:i})=>[`PPT: ${e.fileName}`,e.fileUri?`file_uri: ${e.fileUri}`:null,`file_url: ${i}`,`type: ${o}`,`pages: ${t}`].filter(Boolean).join("\n"))({file:i,pageCount:r.pageCount,type:r.type,url:s}))}))},h_=t=>{const o=t.command("ppt").description("Inspect, export, share, and edit session PPT artifacts").config(a_);o.command("info").description("Get PPT metadata and page count").option("--file-uri <uri>","Specific PPT file_uri").action(((e,t)=>g_(e,t))),o.command("pages").description("List PPT page outline and preview text").option("--file-uri <uri>","Specific PPT file_uri").option("--limit <limit>","Maximum pages to print",Af).action(((e,t)=>(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await p_({options:e}),s=await m_({file:i,service:o}),n=await l.fetchSessionPptContent({url:s}),r=l.parseSessionPptContent(n),a=e.limit?r.pages.slice(0,e.limit):r.pages;"text"!==t.format?t.response.print({file_name:i.fileName,file_uri:i.fileUri,file_url:s,type:r.type,page_count:r.pageCount,pages:a}):t.response.print((e=>e.map((e=>{const t=e.title?` ${e.title}`:"",o=(i=e.previewText||(e.previewUrl?`preview_url: ${e.previewUrl}`:"")).length>500?`${i.slice(0,500)}...`:i;var i;return o?`${e.page}.${t}\n${o}`:`${e.page}.${t}`})).join("\n\n"))(a))}))})(e,t))),o.command("export").description("Export a PPT artifact to PPTX").option("--file-uri <uri>","Specific PPT file_uri").option("--output-path <path>","Local path used to save the PPTX").option("--export-type <type>","Export type: ppt or editable",d_,"ppt").action(((e,t)=>(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await p_({options:e}),s=u_(i),n=await o.exportPpt({fileUri:s,exportType:e.exportType}),r=await Tm({url:n.url,outputPath:e.outputPath});"text"!==t.format?t.response.print({status:"saved",path:r.path,filename:r.filename,size:r.size,file_uri:s,export_uri:n.uri,export_url:n.url,export_type:n.exportType}):t.response.print(r.path)}))})(e,t))),o.command("edit <message>").description("Send a page-scoped edit request through session chat").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--page <page>","Target PPT page number, can be used multiple times",l_,[]).option("--wait","Wait until the edit turn becomes idle").option("--timeout <timeoutMs>","Timeout for --wait",Sf).action(((t,o,i)=>(async(t,o,i)=>{if(!function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([o,"access",e=>e.page,"optionalAccess",e=>e.length]))throw new e.CozeError(e.ErrorCode.E1000,"Missing --page: provide one or more target PPT page numbers");await r_(l.formatSessionPptEditQuery({pages:o.page,query:t}),{sessionId:o.sessionId,wait:o.wait,timeout:o.timeout},i)})(t,o,i))),o.command("share").description("Create a share URL for a PPT artifact").option("--file-uri <uri>","Specific PPT file_uri").option("--task-id <taskId>","PPT task ID used by the slide route").option("--no-short","Print the original share URL without short-link exchange").action(((e,t)=>(async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await p_({options:e}),s=u_(i),n=l.buildSessionPptSlideUrl({origin:t.config.sessionApiBaseUrl||t.config.apiBaseUrl,fileUri:s,taskId:e.taskId}),r=!1===e.short?n:await o.shortenWebUrl({url:n});"text"!==t.format?t.response.print({file_name:i.fileName,file_uri:s,url:r,original_url:n,short:!1!==e.short}):t.response.print(r)}))})(e,t)))},f_=e=>[e.mode_label||e.mode_value?`mode: ${e.mode_label||e.mode_value}${e.mode_label&&e.mode_value?` (${e.mode_value})`:""}`:null,`voice: ${e.label||e.value||"unknown"}`,e.value?`value: ${e.value}`:null,e.sample?`sample: ${e.sample}`:null,e.color_code?`color_code: ${e.color_code}`:null].filter(Boolean).join("\n"),__=async(e,t)=>{await If(t,(async({ctx:t})=>{const o=await Wm({baseUrl:t.config.sessionApiBaseUrl||t.config.apiBaseUrl,xTTEnv:t.config.xTTEnv}),i=Hm({config:o,mode:e.mode,keyword:e.keyword});"text"!==t.format?t.response.print({count:i.length,items:i}):t.response.print(i.length>0?i.map(f_).join("\n\n"):"No podcast voices matched")}))},y_=(e,t)=>[...t,e],b_=async(t,o,i)=>{(t=>{if(t.mode&&!t.voice)throw new e.CozeError(e.ErrorCode.E1000,"--mode requires --voice")})(o),await r_(t,(e=>({file:e.file||[],podcastMode:e.mode,podcastVoice:e.voice,sessionId:e.sessionId,timeout:e.timeout,wait:e.wait}))(o),i)},v_=e=>{const t=e.command("podcast").description("Inspect podcast config");t.config({...vf,help:{brief:"Inspect podcast modes and voices",description:"Query the podcast voice configuration used by Coze Space so you can pick a valid voice name before sending a session message."}}),(e=>{e.command("message [message]").description("Send a podcast-oriented message to a claw session").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--voice <voice>","Podcast voice label or value to inject into the message").option("--mode <mode>","Podcast mode label or value used to disambiguate --voice").option("--wait","Wait until the podcast turn becomes idle").option("--timeout <timeoutMs>","Timeout for --wait",Sf).option("--file <path>","Local file to upload and attach (can be used multiple times)",y_,[]).config({...vf,help:{brief:"Send a podcast message to a session",description:"Send a podcast-oriented message through the normal session message pipeline. Use --voice to inject a podcast voice instruction; --mode can disambiguate voices with the same label.",examples:[{desc:"Send a podcast message",cmd:'coze session podcast message "@播客 制作一个介绍潮汕美食的播客" -s 123456789 --voice "鸡汤女生" --wait',tags:["[RECOMMENDED]"]},{desc:"Send a podcast message without choosing a voice",cmd:'coze session podcast message "@播客 制作一个介绍潮汕美食的播客" -s 123456789 --wait'}],schema:{input:{message:{type:"string",required:!1,description:"Podcast message content"},session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"},voice:{type:"string",required:!1,description:"Podcast voice label or value"},mode:{type:"string",required:!1,description:"Podcast mode label or value used to disambiguate --voice"},wait:{type:"boolean",required:!1,description:"Wait for idle and stream assistant reply events"},file:{type:"array",required:!1,description:"Local file paths to upload and attach"}}}}}).action(b_)})(t),(e=>{e.command("voice").description("Inspect podcast voices").command("list").description("List available podcast voices").option("--mode <mode>","Filter by podcast mode label or value").option("--keyword <keyword>","Filter voices by label or value keyword").config({...vf,help:{brief:"List available podcast voices",description:"Fetch podcast config from Coze Space and print flattened voice options. Text output includes the sample URL for quick inspection.",examples:[{desc:"List all podcast voices",cmd:"coze session podcast voice list",tags:["[RECOMMENDED]"]},{desc:"List solo voices only",cmd:"coze session podcast voice list --mode solo"},{desc:"Filter by keyword",cmd:"coze session podcast voice list --keyword 鸡汤"}],schema:{input:{mode:{type:"string",required:!1,description:"Podcast mode label or value"},keyword:{type:"string",required:!1,description:"Keyword used to filter label or value"}},output:{type:"object",properties:{count:{type:"number"},items:{type:"array"}}}}}}).action(__)})(t)};function w_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const C_=e=>{e.command("current").description("Show the current locally selected default session").config({...vf,help:{brief:"Show the current default session",description:"Read the locally cached default session used by session commands when --session-id is omitted.",examples:[{desc:"Show the current default session",cmd:"coze session current"}],schema:{output:{type:"object",properties:{configured:{type:"boolean"},session_id:{type:"string"},claw_id:{type:"string"}}}}}}).action((async(e,t)=>{await(async e=>{const t=e.getContext(),o=l.createSessionConfigStore(),i=await o.get();if("text"===w_([t,"optionalAccess",e=>e.format])){if(!i.sessionId)return void w_([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e("No current session configured")]);const e=[`session_id: ${i.sessionId}`];return i.sessionClawId&&e.push(`claw_id: ${i.sessionClawId}`),void w_([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",t=>t(e.join("\n"))])}w_([t,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({configured:Boolean(i.sessionId),session_id:i.sessionId,claw_id:i.sessionClawId})])})(t)}))},E_=e=>{e.command("use <sessionId>").description("Set the current locally selected default session").config({...vf,help:{brief:"Set the current default session",description:"Persist the provided session ID locally so session commands can reuse it by default.",examples:[{desc:"Use one session as the local default",cmd:"coze session use 7627441805839057179"}],schema:{input:{session_id:{type:"string",required:!0,description:"Session ID to persist as the local default"}},output:{type:"object",properties:{status:{type:"string"},session_id:{type:"string"}}}}}}).action((async(e,t,o)=>{await(async({cmd:e,sessionId:t})=>{const o=e.getContext();await Cf({sessionId:t}),w_([o,"optionalAccess",e=>e.response,"access",e=>e.print,"call",e=>e({status:"updated",session_id:t})])})({cmd:o,sessionId:e})}))},I_=e=>{const t=e.command("session").description("Manage Coze session-based claw chat").config({...vf,help:{brief:"Manage claw chat sessions with token authentication",description:"Provides claw status lookup, session creation, session listing, and message sending for Coze Space claw chat using the current CLI token. Websocket watch flows also use the current CLI token through request headers.",examples:[{desc:"Check current claw status",cmd:"coze session status"},{desc:"Create a new session",cmd:"coze session create"}]}});(e=>{e.command("status").description("Get current claw status with token auth").option("-s, --session-id <sessionId>","Target session ID").config({...vf,help:{brief:"Validate token auth and resolve claw_id",description:"Use the current CLI token to fetch current claw information. If successful, the CLI refreshes the cached claw_id. With --session-id, the CLI reports session runtime status separately from claw-level background task activity.",examples:[{desc:"Validate token auth and show claw status",cmd:"coze session status"}],schema:{output:{type:"object",properties:{auth_configured:{type:"boolean"},auth_valid:{type:"boolean"},claw_id:{type:"string"},account_id:{type:"string"},updated_at:{type:"number"},display_status:{type:"string"},runtime_status:{type:"string"},claw_busy:{type:"boolean"},claw_progress_count:{type:"number"}}}}}}).action((async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{if(e.sessionId){const i=await o.getSessionDisplayStatus({sessionId:e.sessionId});return void t.response.print({session_id:i.sessionId,display_status:i.displayStatus,claw_busy:i.clawBusy,claw_progress_count:i.clawProgressCount,runtime_status:i.runtimeStatus,updated_at:i.updatedAt})}const i=await o.getStatus();t.response.print({auth_configured:i.authConfigured,auth_valid:i.authValid,claw_id:i.clawId,account_id:i.accountId,updated_at:i.updatedAt})}))}))})(t),(e=>{e.command("create").description("Create a new claw chat session").config({...vf,help:{brief:"Create a new claw session",description:"Create a normal claw chat session with the current claw_id resolved through token auth.",examples:[{desc:"Create a session",cmd:"coze session create"}],schema:{output:{type:"object",properties:{status:{type:"string"},claw_id:{type:"string"},session_id:{type:"string"}}}}}}).action((async(e,t)=>{await If(t,(async({ctx:e,service:t})=>{const o=await t.createSession();await Cf({clawId:o.clawId,sessionId:o.sessionId}),e.response.print({status:"created",claw_id:o.clawId,session_id:o.sessionId})}))}))})(t),C_(t),E_(t),(e=>{e.command("list").description("List claw chat sessions").option("--offset <offset>","Pagination offset returned by the previous list call").option("--limit <limit>","Maximum number of sessions to return",Af,20).config({...vf,help:{brief:"List sessions with offset pagination",description:"List claw chat sessions using the API native offset/limit pagination model.",examples:[{desc:"List the first 20 sessions",cmd:"coze session list"},{desc:"List the next page",cmd:"coze session list --offset next-token --limit 20"}],schema:{input:{offset:{type:"string",required:!1,description:"Pagination offset from a previous response"},limit:{type:"number",required:!1,description:"Maximum number of sessions to return"}},output:{type:"object",properties:{items:{type:"array",description:"Session items returned by the API"},next_offset:{type:"string",description:"Next pagination offset"},has_more:{type:"boolean",description:"Whether another page exists"}}}}}}).action((async(e,t)=>{await If(t,(async({ctx:t,service:o})=>{const i=await o.listSessions({offset:e.offset,limit:e.limit});t.response.print({items:i.items,next_offset:i.nextOffset,has_more:i.hasMore})}))}))})(t),(e=>{e.command("file").description("Manage files returned by claw session replies").config({...vf,help:{brief:"Download files returned by session replies",description:"Work with file artifacts returned by session replies. Use the file_url from `coze session message --wait --format json` to save a file locally.",examples:[{desc:"Download a reply artifact to the current directory",cmd:'coze session file download "https://example.com/file"'},{desc:"Download a reply artifact to a specific path",cmd:'coze session file download "https://example.com/file" --output-path ./artifacts/result.md'}]}}).command("download <fileUrl>").description("Download a file from a session reply file_url").option("--output-path <path>","Local path used to save the file").config({...vf,help:{brief:"Download a session reply file",description:"Download a file using the file_url returned by `coze session message --wait`. If --output-path is omitted, the CLI derives a filename from the response headers or URL.",examples:[{desc:"Download using the inferred filename",cmd:'coze session file download "https://example.com/file"',tags:["[RECOMMENDED]"]},{desc:"Save to a custom path",cmd:'coze session file download "https://example.com/file" --output-path ./downloads/result.md'}],schema:{input:{file_url:{type:"string",required:!0,description:"Direct file URL returned by a session reply"},output_path:{type:"string",required:!1,description:"Local output path for the downloaded file"}},output:{type:"object",properties:{status:{type:"string"},path:{type:"string"},filename:{type:"string"},size:{type:"number"},url:{type:"string"}}}}}}).action((async(e,t,o)=>{await If(o,(async({ctx:o})=>{const i=await Tm({url:e,outputPath:t.outputPath});"text"!==o.format?o.response.print({status:"saved",path:i.path,filename:i.filename,size:i.size,url:i.url}):o.response.print(i.path)}))}))})(t),v_(t),(e=>{e.command("message [message]").description("Send a text message to a claw session").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").option("--file <path>","Local file to upload and attach (can be used multiple times)",((e,t)=>[...t,e]),[]).option("--wait","Wait until the current turn becomes idle and optionally return a background progress_id").option("--timeout <timeoutMs>","Timeout for waiting until the current turn becomes idle",Sf).option("--podcast-voice <voice>","Inject a podcast voice instruction using the specified voice label or value").option("--podcast-mode <mode>","Podcast mode label or value used to disambiguate --podcast-voice").config(t_).action(r_)})(t),h_(t),(e=>{e.command("replies <messageId>").description("List all replies that belong to one session message").option("-s, --session-id <sessionId>","Target session ID; defaults to the most recently used local session").config({...vf,help:{brief:"List replies for one message",description:"Fetch session messages via ListMessage and return only the replies whose reply_to_message_id matches the specified message ID.",examples:[{desc:"Get all replies for one message",cmd:"coze session replies 8f45d790-9062-4008-8784-999d86825fcc -s 7627441805839057179",tags:["[RECOMMENDED]"]}],schema:{input:{message_id:{type:"string",required:!0,description:"Original user message ID"},session_id:{type:"string",required:!1,description:"Target session ID. Defaults to the most recently used local session"}},output:{type:"object",properties:{session_id:{type:"string"},message_id:{type:"string"},request_message_found:{type:"boolean"},count:{type:"number"}}}}}}).action((async(e,t,o)=>{await Hf({messageId:e,sessionId:t.sessionId},o)}))})(t),Uf(t),Xf(t),Vf(t)};function A_(t){t.command("upgrade").description("Upgrade Coze CLI to the latest version").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Upgrade CLI to latest version",description:"Check for the latest version of Coze CLI and upgrade if a newer version is available. Detects the package manager used for the original installation (npm/pnpm/yarn) and runs the appropriate global install command.",examples:[{desc:"Upgrade to latest version",cmd:"coze upgrade",tags:["[RECOMMENDED]"]},{desc:"Force check and upgrade",cmd:"coze upgrade --force"},{desc:"Upgrade to a specific tag",cmd:"coze upgrade --tag beta"}],seeAlso:["coze --version"]}}).option("--force","Force upgrade even if already on the latest version").option("--tag <tag>","Specify the dist-tag to upgrade to","latest").action((async(t,i)=>{const s=i.getContext();s||process.exit(e.ExitCode.FAILURE),s.ui.info("Checking for updates...");try{const e=await ke(s,!0,t.tag);if(!e.hasUpdate&&!t.force)return void s.ui.success(`You are already on the latest version (${e.currentVersion}).`);e.hasUpdate&&s.ui.info(`New version available: ${o.gray(e.currentVersion)} → ${o.green(e.latestVersion)}`),s.ui.info("Upgrading Coze CLI...");const i=function(){const e=[{pm:"npm",cmd:"npm ls -g @coze/cli --json 2>/dev/null"},{pm:"pnpm",cmd:"pnpm ls -g @coze/cli --json 2>/dev/null"},{pm:"yarn",cmd:"yarn global list --json 2>/dev/null"}];for(const{pm:t,cmd:o}of e)try{if(c.execSync(o,{encoding:"utf8",stdio:["pipe","pipe","pipe"]}).includes("@coze/cli"))return t}catch(e){}return"npm"}(),n=function(e,t){switch(e){case"pnpm":return`pnpm add -g @coze/cli@${t}`;case"yarn":return`yarn global add @coze/cli@${t}`;default:return`npm install -g @coze/cli@${t}`}}(i,t.tag);s.ui.verbose(`Using package manager: ${i}`),s.ui.verbose(`Running: ${n}`),c.execSync(n,{stdio:"inherit"});const r=je();s.ui.success(`Successfully upgraded Coze CLI to ${e.latestVersion}. (was ${e.currentVersion})`),s.ui.info(`Run ${o.cyan("coze guide sync")} to sync the bundled skills to your AI tools.`),"json"===s.format&&s.response.print({previousVersion:e.currentVersion,currentVersion:r,latestVersion:e.latestVersion,status:"upgraded"})}catch(t){s.ui.error(`Failed to upgrade: ${t.message}`),s.ui.info("You can try upgrading manually with: npm install -g @coze/cli"),process.exit(e.ExitCode.FAILURE)}}))}function S_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function j_(e,t){return null!=e?e:t()}function P_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const k_={ok:"ok",drift:"version drift",modified:"user-modified",missing:"missing"},T_=e=>{e.command("status").description("Show installed skill version vs current CLI version").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Show skill consistency status",description:"Compare the installed skill lock against the current CLI: version match, binary path match, and per-skill drift/missing/modified state. Fully local, no network.",examples:[{desc:"Show status",cmd:"coze guide status"}]}}).action((async(e,t)=>{const o=t.getContext(),s=await async function(){const{manifest:e}=await fe(),t=se(),o=await _e(),s=ye(process.argv[1],(()=>process.execPath)),n=[];for(const[s,r]of Object.entries(e.skills)){const e=await ve(i.join(t,r.path));let a;a=void 0===e?"missing":e===r.hash?"ok":be([o,"optionalAccess",e=>e.skills,"access",e=>e[s],"optionalAccess",e=>e.hash])===e?"drift":"modified",n.push({name:s,path:r.path,state:a})}return{lockExists:Boolean(o),cliVersion:e.cliVersion,installedVersion:be([o,"optionalAccess",e=>e.cliVersion]),versionMatch:Boolean(o)&&be([o,"optionalAccess",e=>e.cliVersion])===e.cliVersion,installedBin:be([o,"optionalAccess",e=>e.installedBin]),currentBin:s,binMatch:!be([o,"optionalAccess",e=>e.installedBin])||o.installedBin===s,targets:ye(be([o,"optionalAccess",e=>e.targets]),(()=>[])),skills:n}}();if("json"!==P_([o,"optionalAccess",e=>e.format]))if(s.lockExists){P_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Current CLI version : ${s.cliVersion}`)]),P_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Installed skill ver : ${j_(s.installedVersion,(()=>"unknown"))}`)]),s.versionMatch?P_([o,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e("Version match: skills are consistent with the CLI.")]):P_([o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(`Version mismatch: skills(${s.installedVersion}) ≠ CLI(${s.cliVersion}). Run \`coze guide sync\`.`)]),s.binMatch||P_([o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(`Installed by a different binary (${s.installedBin}); current is ${s.currentBin}.`)]),P_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Linked agents : ${s.targets.join(", ")||"(none)"}`)]);for(const e of s.skills){const t=j_(k_[e.state],(()=>e.state));P_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",o=>o(` - ${e.name}: ${t}`)])}}else P_([o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e("No skills installed yet. Run `coze guide sync` to install the bundled skills.")]);else o.response.print(s)}))};function z_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function R_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function x_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const L_=e=>{const t=e.command("guide").description("Sync CLI-bundled skills to your AI tools and keep versions aligned").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Manage CLI-bundled skills",description:"Release the skills bundled with the current CLI to a neutral source (`~/.coze/skills/`) and fan out symlinks to installed AI agents (Claude Code / Trae / Comate). Skill version is strictly equal to the CLI version, eliminating drift at the source.",examples:[{desc:"Sync skills to all installed agents",cmd:"coze guide sync",tags:["[RECOMMENDED]"]},{desc:"Check skill/CLI version consistency",cmd:"coze guide status"},{desc:"Print a bundled skill",cmd:"coze guide show using-coze-cli"}],seeAlso:["coze upgrade","coze code skill"]}});(e=>{e.command("sync").description("Release bundled skills to the neutral source and fan out symlinks").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Sync skills to AI agents",description:"Idempotently release the current CLI bundled skills into `~/.coze/skills/` and symlink them into every installed agent. Records `~/.coze/.skill-lock.json` with the CLI version. User-modified skills are reported instead of silently overwritten unless `--force` is passed.",examples:[{desc:"Sync to all installed agents",cmd:"coze guide sync",tags:["[RECOMMENDED]"]},{desc:"Sync to a specific subset",cmd:"coze guide sync --target claude,trae"},{desc:"Overwrite user-modified skills",cmd:"coze guide sync --force"}],schema:{output:{type:"object",description:"Sync result with cliVersion, linkedTargets and neutralDir"}}}}).option("--target <names>","Comma-separated agents to sync (claude,trae,comate,all)").option("--force","Overwrite user-modified skills").action((async(e,t)=>{const o=t.getContext(),i="string"==typeof e.target?e.target.split(",").map((e=>e.trim())).filter(Boolean):void 0,s=await Ee({targets:i,force:Boolean(e.force)});if(s.blocked)return S_([o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(`Detected user-modified skills: ${s.modifiedSkills.join(", ")}.\nUse \`coze guide sync --force\` to overwrite them.`)]),void("json"===S_([o,"optionalAccess",e=>e.format])&&o.response.print(s));s.unknownTargets.length>0&&S_([o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",e=>e(`Unknown targets ignored: ${s.unknownTargets.join(", ")}`)]),s.linkedTargets.length>0?S_([o,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Synced skills (v${s.cliVersion}) to: ${s.linkedTargets.join(", ")}`)]):S_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Released skills (v${s.cliVersion}) to ${s.neutralDir}. No installed agent detected to link.`)]);for(const e of s.skipped)S_([o,"optionalAccess",e=>e.ui,"access",e=>e.warn,"call",t=>t(`Skipped ${e.target}: ${e.reason}`)]);"json"===S_([o,"optionalAccess",e=>e.format])&&o.response.print(s)}))})(t),T_(t),(e=>{e.command("list").description("List the skills bundled with this CLI").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"List bundled skills",description:"List every skill bundled with the current CLI, with its name and relative path. Version equals the CLI version.",examples:[{desc:"List bundled skills",cmd:"coze guide list"}]}}).action((async(e,t)=>{const o=t.getContext(),{manifest:i}=await fe(),s=Object.entries(i.skills).map((([e,t])=>({name:e,path:t.path,version:i.cliVersion})));if("json"!==x_([o,"optionalAccess",e=>e.format])){x_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(`Bundled skills (v${i.cliVersion}):`)]);for(const e of s)x_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",t=>t(` - ${e.name} (${e.path})`)])}else o.response.print({cliVersion:i.cliVersion,skills:s})}))})(t),(e=>{e.command("show <name>").description("Print a bundled skill in full (always matches current CLI)").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Print a bundled skill",description:"Print the full content of the named skill bundled with the current CLI. Since the skill ships with the CLI, its version always matches — a zero-drift pull-based fallback for any agent.",examples:[{desc:"Print the shared skill",cmd:"coze guide show using-coze-cli"}],schema:{input:{name:{type:"string",required:!0,description:"Skill name from `coze guide list`"}}}}}).action((async(e,t,o)=>{const i=o.getContext(),{manifest:s,files:n}=await fe(),r=s.skills[e];if(!r){const t=Object.keys(s.skills).join(", ");return void z_([i,"optionalAccess",e=>e.ui,"access",e=>e.error,"call",o=>o(`Skill not found: "${e}".\nAvailable skills: ${t}\nRun \`coze guide list\` to see all.`)])}const a=n.find((e=>e.rel===r.path));a?"json"!==z_([i,"optionalAccess",e=>e.format])?(process.stdout.write(a.content),a.content.endsWith("\n")||process.stdout.write("\n")):i.response.print({name:e,path:r.path,version:s.cliVersion,content:a.content}):z_([i,"optionalAccess",e=>e.ui,"access",e=>e.error,"call",t=>t(`Skill content missing for "${e}" (${r.path}).`)])}))})(t),(e=>{e.command("path").description("Print the neutral source directory for skills").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Print neutral source path",description:"Print the neutral source directory (`~/.coze/skills/`) that all agents symlink to.",examples:[{desc:"Print neutral source path",cmd:"coze guide path"}]}}).action((async(e,t)=>{const o=t.getContext(),i=se();"json"!==function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}([o,"optionalAccess",e=>e.format])?process.stdout.write(`${i}\n`):o.response.print({path:i})}))})(t),(e=>{e.command("remove").description("Uninstall synced skills (agent symlinks + neutral source + lock)").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Uninstall synced skills",description:"Remove the agent symlinks that point into the neutral source, then delete `~/.coze/skills/` and `~/.coze/.skill-lock.json`.",examples:[{desc:"Uninstall skills",cmd:"coze guide remove"}]}}).action((async(e,t)=>{const o=t.getContext(),i=await Ie();if("json"!==R_([o,"optionalAccess",e=>e.format])){if(i.unlinked.length>0)for(const e of i.unlinked)R_([o,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",t=>t(`Unlinked ${e.unit} from ${e.target}`)]);R_([o,"optionalAccess",e=>e.ui,"access",e=>e.success,"call",e=>e(`Removed neutral source ${i.neutralDir} and skill lock.`)])}else o.response.print(i)}))})(t)};function O_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const D_=t=>{if(void 0!==t.code&&0!==t.code)throw new e.CozeError(e.ErrorCode.E5002,t.msg||"Agent API request failed",{code:t.code});return t},U_=t=>{if(e.isHttpError(t)&&("object"==typeof(o=t.data)&&null!==o&&("code"in o||"msg"in o||"data"in o)))return t.data;var o;throw t},B_=e=>{if(null!=e&&!1!==e)return Array.isArray(e)?e.map(String).join(","):String(e)},q_=(e,t)=>{const o=O_([e,"optionalAccess",e=>e.get,"optionalCall",e=>e(t)]),i=B_(o);if(i)return i;if("object"!=typeof e||null===e)return;const s=e,n=t.toLowerCase();for(const[e,t]of Object.entries(s))if(e.toLowerCase()===n)return B_(t)},M_=t=>{return{baseURL:t.baseUrl,transformResponse:[...(o=e.axiosInstance$1.defaults.transformResponse,o?Array.isArray(o)?o:[o]:[]),(e,o)=>{const i=(e=>q_(e,"x-tt-logid")||q_(e,"x-tt-log-id")||q_(e,"logid"))(o);return i&&O_([t,"access",e=>e.onGetLogId,"optionalCall",e=>e(i)]),e}]};var o},N_=(t,o)=>{if("string"==typeof t&&t.trim())return t.trim();if("number"==typeof t&&Number.isFinite(t))return String(t);throw new e.CozeError(e.ErrorCode.E5002,`Project info response missing ${o}`)},$_=async(t,o)=>{const s=l.createSessionApiClient({baseUrl:t.baseUrl,webOrigin:t.baseUrl,xTTEnv:t.xTTEnv}),{accountId:n,ownerUid:r}=await(async(e,t)=>{const o=O_([D_(await l.Claw.GetProjectInfo({project_id:t},M_(e))),"access",e=>e.data,"optionalAccess",e=>e.session]);return{accountId:N_(O_([o,"optionalAccess",e=>e.account_id]),"account_id"),ownerUid:N_(O_([o,"optionalAccess",e=>e.owner_uid]),"owner_uid")}})(t,o.projectId),a=`${r}_${n}/project_${o.projectId}-files${o.projectFilePath}`,c=await s.getUrl({uris:[a]},{headers:l.getCozeAccountHeaders(t.organizationId),onGetLogId:t.onGetLogId}),d=O_([c,"access",e=>e.data,"optionalAccess",e=>e.urls,"optionalAccess",e=>e[0]]);if(!d)throw new e.CozeError(e.ErrorCode.E5002,c.msg||"Failed to resolve agent file URL");const p=new URL("/api/coze_claw/file/download",l.normalizeBaseUrl(t.baseUrl));p.searchParams.set("file_url",d);const u=i.basename(o.projectFilePath)||"agent-file.bin",m=await Tm({url:p.toString(),outputPath:i.join(o.localDir,u)});return m.logid&&O_([t,"access",e=>e.onGetLogId,"optionalCall",e=>e(m.logid)]),{...m,fileUrl:d,projectFilePath:o.projectFilePath,resolvedUri:a}};function G_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const F_={skipOrgCheck:!0,skipSpaceCheck:!0},V_=t=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,"The --project-id option is required. Example: coze agent info --project-id <id>");return t},W_=e=>G_([e,"optionalAccess",e=>e.trim,"call",e=>e()])||"/",H_=(t,o)=>{const i=Number.parseInt(t,10);if(!Number.isFinite(i)||i<=0||String(i)!==t)throw new e.CozeError(e.ErrorCode.E1000,`Invalid value for ${o}: expected a positive integer, got "${t}"`);return i},J_=t=>{if(!t)throw new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized");return t.config.sessionApiBaseUrl||t.config.apiBaseUrl},K_=()=>{let e="";return{capture:t=>{const o=G_([t,"optionalAccess",e=>e.trim,"call",e=>e()]);o&&(e=o)},get:()=>e}},Q_=(e,t)=>{const o=t.get();return"object"!=typeof(i=e)||null===i||Array.isArray(i)?{data:e,logid:o}:{...e,logid:o};var i};function Y_(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const Z_={brief:"Use Coze agent web tools",description:"Commands for agent-facing web search and fetch APIs.",examples:[{desc:"Search the web",cmd:"coze agent web search --agent-id <id> --query-list '[\"claude code\"]'"},{desc:"Fetch a web page",cmd:"coze agent web fetch --agent-id <id> --url https://example.com --response-length medium"}]},X_={brief:"Search the web for a Coze agent as JSON",description:"Calls the agent web search API and outputs the raw API JSON envelope. Requires --agent-id and --query-list.",examples:[{desc:"Search multiple queries",cmd:'coze agent web search --agent-id 123456 --query-list \'["claude code","anthropic api"]\' --project-id 123456'}],schema:{input:{"agent-id":{type:"string",required:!0,description:"The Coze agent ID"},"query-list":{type:"string",required:!0,description:"JSON string array of search queries; empty strings are removed and only the first 5 queries are sent"},"project-id":{type:"string",required:!1,description:"Optional project ID for logging and audit context"}},output:{type:"object",description:"Raw API envelope with code, msg, data, logid fields"}}},ey={brief:"Fetch a web page for a Coze agent as JSON",description:"Calls the agent web fetch API and outputs the raw API JSON envelope. Requires --agent-id and --url.",examples:[{desc:"Fetch a page",cmd:"coze agent web fetch --agent-id 123456 --url https://example.com --response-length medium --project-id 123456"}],schema:{input:{"agent-id":{type:"string",required:!0,description:"The Coze agent ID"},url:{type:"string",required:!0,description:"HTTP or HTTPS URL to fetch"},"response-length":{type:"string",required:!1,description:"Fetch summary length: short, medium, or long"},"project-id":{type:"string",required:!1,description:"Optional project ID for logging and audit context"}},output:{type:"object",description:"Raw API envelope with code, msg, data, logid fields"}}},ty=t=>{const o=Y_([t,"optionalAccess",e=>e.trim,"call",e=>e()]);if(!o)throw new e.CozeError(e.ErrorCode.E1000,"The --agent-id option is required.");return o},oy=t=>{const o=t.command("web").description("Use Coze agent web tools").config({...F_,help:Z_});o.command("search").description("Search the web for a Coze agent as JSON").requiredOption("--agent-id <agentId>","The Coze agent ID").requiredOption("--query-list <queryList>","JSON string array of search queries, max 5").option("--project-id <projectId>","Optional project ID for audit context").config({...F_,help:X_}).action((async(t,o)=>{const i=new hs({format:"json"}),s=K_();try{const n=ty(t.agentId),r=(t=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,"The --query-list option is required and must be a JSON string array.");const o=e.safeJsonParse(t,void 0);if(void 0===o)throw new e.CozeError(e.ErrorCode.E1000,"Invalid --query-list: expected a JSON string array.");if(!Array.isArray(o)||o.some((e=>"string"!=typeof e)))throw new e.CozeError(e.ErrorCode.E1000,"Invalid --query-list: expected a JSON string array.");const i=o.map((e=>e.trim())).filter((e=>e.length>0)).slice(0,5);if(0===i.length)throw new e.CozeError(e.ErrorCode.E1000,"Invalid --query-list: expected at least one non-empty query.");return i})(t.queryList),a=o.getContext(),c=J_(a),d=await(async(e,t)=>{try{return await l.Claw.AgentWebSearch({agent_id:t.agentId,query_list:t.queryList,project_id:t.projectId},M_(e))}catch(e){return U_(e)}})({baseUrl:c,onGetLogId:s.capture},{agentId:n,queryList:r,projectId:t.projectId});i.print(Q_(d,s))}catch(e){H(e,o.getContext())}})),o.command("fetch").description("Fetch a web page for a Coze agent as JSON").requiredOption("--agent-id <agentId>","The Coze agent ID").requiredOption("--url <url>","HTTP or HTTPS URL to fetch").option("--response-length <responseLength>","Fetch summary length: short, medium, or long (defaults to medium)").option("--project-id <projectId>","Optional project ID for audit context").config({...F_,help:ey}).action((async(t,o)=>{const i=new hs({format:"json"}),s=K_();try{const n=ty(t.agentId),r=(t=>{const o=Y_([t,"optionalAccess",e=>e.trim,"call",e=>e()]);if(!o)throw new e.CozeError(e.ErrorCode.E1000,"The --url option is required.");let i;try{i=new URL(o)}catch(t){throw new e.CozeError(e.ErrorCode.E1000,"Invalid --url: expected an http:// or https:// URL.",{reason:t instanceof Error?t.message:String(t)})}if("http:"!==i.protocol&&"https:"!==i.protocol)throw new e.CozeError(e.ErrorCode.E1000,"Invalid --url: expected an http:// or https:// URL.");return o})(t.url),a=(t=>{if(!t)return"medium";if("short"===t||"medium"===t||"long"===t)return t;throw new e.CozeError(e.ErrorCode.E1000,"Invalid --response-length: expected short, medium, or long.")})(t.responseLength),c=o.getContext(),d=J_(c),p=await(async(e,t)=>{try{return await l.Claw.AgentWebFetch({agent_id:t.agentId,url:t.url,response_length:t.responseLength,project_id:t.projectId},M_(e))}catch(e){return U_(e)}})({baseUrl:d,onGetLogId:s.capture},{agentId:n,url:r,responseLength:a,projectId:t.projectId});i.print(Q_(p,s))}catch(e){H(e,o.getContext())}}))},iy={brief:"Manage Coze agent messages",description:"Commands for managing agent project messages.",examples:[{desc:"List agent messages",cmd:"coze agent message list --project-id <id>"}]},sy={brief:"List raw Coze agent messages as JSON",description:"Lists messages in a Coze agent (project) and outputs the raw API JSON envelope. Requires --project-id.",examples:[{desc:"List messages",cmd:"coze agent message list --project-id 123456"},{desc:"List with cursor",cmd:"coze agent message list --project-id 123456 --cursor <next_cursor> --size 5"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},cursor:{type:"string",required:!1,description:"Pagination cursor"},size:{type:"number",required:!1,description:"Max messages to return (positive integer, max 10)"},"asc-mode":{type:"boolean",required:!1,description:"Ascending order"},"need-reference":{type:"boolean",required:!1,description:"Include referenced messages"},"conversation-id":{type:"string",required:!1,description:"Filter by conversation ID"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}},ny=e=>{e.command("message").description("Manage Coze agent messages").config({...F_,help:iy}).command("list").description("List raw Coze agent messages as JSON").requiredOption("--project-id <projectId>","The agent project ID").option("--cursor <cursor>","Pagination cursor from a previous response").option("--size <size>","Number of messages to return (max 10)").option("--asc-mode","Load messages in ascending order").option("--need-reference","Include referenced messages").option("--conversation-id <conversationId>","Filter by conversation ID").config({...F_,help:sy}).action((async(e,t)=>{const o=new hs({format:"json"});try{const i=V_(e.projectId),s=e.size?H_(e.size,"--size"):void 0,n=t.getContext(),r=J_(n),a=await(async(e,t)=>{const o={session_id:t.projectId};return void 0!==t.cursor&&(o.cursor=t.cursor),void 0!==t.size&&(o.size=t.size),void 0!==t.ascMode&&(o.asc_mode=t.ascMode),void 0!==t.needReference&&(o.need_reference=t.needReference),void 0!==t.conversationId&&(o.conversation_id=t.conversationId),D_(await l.Claw.ListMessage(o,M_(e)))})({baseUrl:r},{projectId:i,cursor:e.cursor,size:s,ascMode:e.ascMode,needReference:e.needReference,conversationId:e.conversationId});o.print(a)}catch(e){H(e,t.getContext())}}))},ry=e=>{e.command("member").description("Manage Coze agent members").config({...F_,help:{brief:"Manage Coze agent members",description:"Commands for managing agent project members.",examples:[{desc:"List agent members",cmd:"coze agent member list --project-id <id>"}]}}).command("list").description("List raw Coze agent members as JSON").requiredOption("--project-id <projectId>","The agent project ID").config({...F_,help:{brief:"List raw Coze agent members as JSON",description:"Lists members of a Coze agent (project) and outputs the raw API JSON envelope. Requires --project-id.",examples:[{desc:"List agent members",cmd:"coze agent member list --project-id 123456"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}}}).action((async(e,t)=>{const o=new hs({format:"json"});try{const i=V_(e.projectId),s=t.getContext(),n=J_(s),r=await(async(e,t)=>D_(await l.Claw.GetProjectMembers({project_id:t.projectId},M_(e))))({baseUrl:n},{projectId:i});o.print(r)}catch(e){H(e,t.getContext())}}))},ay=e=>{e.command("info").description("Get raw Coze agent info as JSON").requiredOption("--project-id <projectId>","The agent project ID").config({...F_,help:{brief:"Get raw Coze agent info as JSON",description:"Retrieves detailed info for a single Coze agent (project) and outputs the raw API JSON envelope. Requires --project-id.",examples:[{desc:"Get agent info",cmd:"coze agent info --project-id 123456"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"}},output:{type:"object",description:"Raw API envelope with code, msg, data fields"}}}}).action((async(e,t)=>{const o=new hs({format:"json"});try{const i=V_(e.projectId),s=t.getContext(),n=J_(s),r=await(async(e,t)=>D_(await l.Claw.GetProjectInfo({project_id:t.projectId},M_(e))))({baseUrl:n},{projectId:i});o.print(r)}catch(e){H(e,t.getContext())}}))};function cy(e,t){return null!=e?e:t()}function ly(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const dy=t=>{if(t instanceof e.CozeError)return cy(t.desc,(()=>t.message));if(t instanceof Error)return t.message;if("string"==typeof t)return t;try{return JSON.stringify(t)}catch(e){return String(t)}},py=(e,t,o)=>{t.print({ok:!1,err_reason:dy(e),logid:cy(ly([o,"optionalAccess",e=>e.get,"call",e=>e()]),(()=>""))}),process.exitCode=1};function uy(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const my={brief:"Upload a local file to a Coze agent project as JSON",description:"Uploads a local file through the Claw file upload endpoint and outputs { ok, project_file_path }. Requires --project-id and --local-file-path.",examples:[{desc:"Upload a local file",cmd:"coze agent file upload --project-id 123456 --local-file-path ./report.md --project-dir /reports"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"local-file-path":{type:"string",required:!0,description:"Local file path to upload"},"project-dir":{type:"string",required:!1,description:"Target directory path in the remote project cloud disk; sent as project_dir and defaults to root"},"claw-id":{type:"string",required:!1,description:"Claw ID; defaults to empty string"}},output:{type:"object",description:"Result with ok, project_file_path, and logid fields"}}},gy=(e,t)=>{const o=uy([e,"optionalAccess",e=>e.trim,"call",e=>e()]);if(!o||"/"===o)return`/${t}`;return`${(o.startsWith("/")?o:`/${o}`).replace(/\/+$/,"")}/${t}`},hy=t=>{t.command("upload").description("Upload a local file to a Coze agent project as JSON").option("--project-id <projectId>","The agent project ID").option("--local-file-path <localFilePath>","Local file path to upload").option("--project-dir <projectDir>","Target directory path in the remote project cloud disk (defaults to root)").option("--claw-id <clawId>","Claw ID (defaults to empty string)","").config({...F_,help:my}).action((async(t,o)=>{const n=new hs({format:"json"}),a=K_();try{const p=V_(t.projectId),u=((t,o)=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,`Missing required option: ${o}`);return t})(t.localFilePath,"--local-file-path");await(async t=>{try{await s.access(t)}catch(o){throw new e.CozeError(e.ErrorCode.E3000,`File not found or not readable: ${t}${o instanceof Error?` (${o.message})`:""}`)}})(u);const m=o.getContext(),g=J_(m),h=i.basename(u),f=W_(t.projectDir);await(async(e,t)=>{return D_(await l.createSessionUploadFile({baseUrl:e.baseUrl,webOrigin:e.baseUrl,xTTEnv:e.xTTEnv})({projectId:t.projectId,fileName:t.fileName,fileContent:t.fileContent,projectDir:t.projectDir,clawId:(o=t.clawId,i=()=>"",null!=o?o:i())},{onGetLogId:e.onGetLogId}));var o,i})({baseUrl:g,xTTEnv:uy([m,"optionalAccess",e=>e.config,"access",e=>e.xTTEnv]),onGetLogId:a.capture},{projectId:p,fileName:h,fileContent:await r.openAsBlob(u),projectDir:f,clawId:(c=t.clawId,d=()=>"",null!=c?c:d())}),n.print(Q_({ok:!0,project_file_path:gy(f,h)},a))}catch(e){py(e,n,a)}var c,d}))};function fy(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const _y={brief:"Download a Coze agent file as JSON",description:"Builds the project file URI from project-id and project-file-path, resolves it through get_url, downloads the resolved file_url through /api/coze_claw/file/download, and saves it under the current directory.",examples:[{desc:"Download to the current directory",cmd:"coze agent file download --project-id 123456 --project-file-path /reports/report.md"},{desc:"Download an uploaded project file",cmd:"coze agent file download --project-id 123456 --project-file-path /用户上传/report.md"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk"}},output:{type:"object",description:"Result with ok, local_file_path, and logid fields"}}},yy=t=>{t.command("download").description("Download a Coze agent file as JSON").option("--project-id <projectId>","The agent project ID").option("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").config({...F_,help:_y}).action((async(t,o)=>{const i=new hs({format:"json"}),s=K_();try{const n=V_(t.projectId),r=((t,o)=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,`Missing required option: ${o}`);return t})(t.projectFilePath,"--project-file-path"),a=o.getContext(),c=fy([a,"optionalAccess",e=>e.cwd])||process.cwd(),l=await $_({baseUrl:J_(a),organizationId:fy([a,"optionalAccess",e=>e.config,"access",e=>e.organizationId]),xTTEnv:fy([a,"optionalAccess",e=>e.config,"access",e=>e.xTTEnv]),onGetLogId:s.capture},{projectId:n,projectFilePath:r,localDir:c});i.print(Q_({ok:!0,local_file_path:l.path},s))}catch(e){py(e,i,s)}}))};function by(e,t){return null!=e?e:t()}function vy(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}const wy={brief:"Manage Coze agent project files",description:"Commands for managing agent project files.",examples:[{desc:"List project files",cmd:"coze agent file list --project-id <id>"},{desc:"Read a project file",cmd:"coze agent file read --project-id <id> --project-file-path /app/workspace/main.py"},{desc:"Upload file content",cmd:"coze agent file upload --project-id <id> --local-file-path ./report.md --project-dir /reports"},{desc:"Download a file",cmd:"coze agent file download --project-id <id> --project-file-path /reports/report.md"}]},Cy={brief:"List Coze agent project files as JSON",description:"Lists files in a Coze agent project and outputs { ok, files }. Requires --project-id.",examples:[{desc:"List project files",cmd:"coze agent file list --project-id 123456"},{desc:"List files in a specific directory",cmd:"coze agent file list --project-id 123456 --project-dir /app/workspace"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-dir":{type:"string",required:!1,description:"Directory path in the remote project cloud disk (defaults to root)"},depth:{type:"number",required:!1,description:"Directory depth (defaults to 1)"}},output:{type:"object",description:"Result with ok, files, and logid fields"}}},Ey={brief:"Write content to a Coze agent project file as JSON",description:"Writes content to a file in a Coze agent project and outputs the raw API JSON envelope. Requires --project-id, --project-file-path, and --content.",examples:[{desc:"Write a file",cmd:'coze agent file write --project-id 123456 --project-file-path /app/workspace/hello.txt --content "hello world"'}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk (e.g. /app/workspace/hello.txt)"},content:{type:"string",required:!0,description:"File content to write (utf-8)"}},output:{type:"object",description:"Raw API envelope with code, msg, data, logid fields"}}},Iy={brief:"Read a Coze agent project file as JSON",description:"Reads content from a file in a Coze agent project and outputs { ok, project_file_path, content }. Requires --project-id and --project-file-path.",examples:[{desc:"Read a file",cmd:"coze agent file read --project-id 123456 --project-file-path /app/workspace/main.py"},{desc:"Read with offset and limit",cmd:"coze agent file read --project-id 123456 --project-file-path /app/workspace/main.py --offset 10 --limit 50"}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk (e.g. /app/workspace/main.py)"},offset:{type:"number",required:!1,description:"Start line (from 1)"},limit:{type:"number",required:!1,description:"Number of lines to read"}},output:{type:"object",description:"Result with ok, project_file_path, content, and logid fields"}}},Ay={brief:"Edit a Coze agent project file as JSON",description:"Edits a file in a Coze agent project using the specified mode and outputs the raw API JSON envelope. Requires --project-id, --project-file-path, and --mode.",examples:[{desc:"Replace one occurrence",cmd:'coze agent file edit --project-id 123456 --project-file-path /app/workspace/main.py --mode replace_one --old-string "foo" --new-string "bar"'},{desc:"Append content",cmd:'coze agent file edit --project-id 123456 --project-file-path /app/workspace/main.py --mode append --append-content "# end"'}],schema:{input:{"project-id":{type:"string",required:!0,description:"The agent project ID"},"project-file-path":{type:"string",required:!0,description:"Specific file path in the remote project cloud disk (e.g. /app/workspace/main.py)"},mode:{type:"string",required:!0,description:"Edit mode: replace_one, replace_all, append, append_newline"},"old-string":{type:"string",required:!1,description:"String to find (for replace modes)"},"new-string":{type:"string",required:!1,description:"Replacement string (for replace modes)"},"append-content":{type:"string",required:!1,description:"Content to append (for append modes)"}},output:{type:"object",description:"Raw API envelope with code, msg, data, logid fields"}}},Sy=(t,o)=>{if(!t)throw new e.CozeError(e.ErrorCode.E1000,`Missing required option: ${o}`);return t},jy=e=>e.startsWith("/")?e:`/${e}`,Py=e=>{e.command("list").description("List Coze agent project files as JSON").option("--project-id <projectId>","The agent project ID").option("--project-dir <projectDir>","Directory path in the remote project cloud disk (defaults to root)").option("--depth <depth>","Directory depth (defaults to 1)").config({...F_,help:Cy}).action((async(e,t)=>{const o=new hs({format:"json"}),i=K_();try{const s=V_(e.projectId),n=e.depth?H_(e.depth,"--depth"):void 0,r=t.getContext(),a=J_(r),c=W_(e.projectDir),d=await(async(e,t)=>D_(await l.Claw.ListProjectFiles({project_id:t.projectId,file_path:t.filePath,depth:t.depth},M_(e))))({baseUrl:a,onGetLogId:i.capture},{projectId:s,filePath:c,depth:n});o.print(Q_((e=>({ok:!0,files:by(vy([e,"access",e=>e.data,"optionalAccess",e=>e.files]),(()=>[])).map((e=>({path:jy(e.file_path||e.name||""),type:e.is_dir?"dir":"file"})))}))(d),i))}catch(e){py(e,o,i)}}))},ky=e=>{e.command("write").description("Write content to a Coze agent project file as JSON").option("--project-id <projectId>","The agent project ID").option("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").option("--content <content>","File content to write (utf-8)").config({...F_,help:Ey}).action((async(e,t)=>{const o=new hs({format:"json"}),i=K_();try{const s=V_(e.projectId),n=Sy(e.projectFilePath,"--project-file-path"),r=Sy(e.content,"--content"),a=t.getContext(),c=J_(a),d=await(async(e,t)=>D_(await l.Claw.WriteProjectFile({project_id:t.projectId,file_path:t.filePath,content:t.content},M_(e))))({baseUrl:c,onGetLogId:i.capture},{projectId:s,filePath:n,content:r});o.print(Q_(d,i))}catch(e){py(e,o,i)}}))},Ty=e=>{e.command("read").description("Read a Coze agent project file as JSON").option("--project-id <projectId>","The agent project ID").option("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").option("--offset <offset>","Start line (from 1)").option("--limit <limit>","Number of lines to read").config({...F_,help:Iy}).action((async(e,t)=>{const o=new hs({format:"json"}),i=K_();try{const s=V_(e.projectId),n=Sy(e.projectFilePath,"--project-file-path"),r=e.offset?H_(e.offset,"--offset"):void 0,a=e.limit?H_(e.limit,"--limit"):void 0,c=t.getContext(),d=J_(c),p=await(async(e,t)=>{const o={project_id:t.projectId,file_path:t.filePath};return void 0!==t.offset&&(o.offset=t.offset),void 0!==t.limit&&(o.limit=t.limit),D_(await l.Claw.ReadProjectFile(o,M_(e)))})({baseUrl:d,onGetLogId:i.capture},{projectId:s,filePath:n,offset:r,limit:a});o.print(Q_({ok:!0,project_file_path:n,content:by(vy([p,"access",e=>e.data,"optionalAccess",e=>e.content]),(()=>""))},i))}catch(e){py(e,o,i)}}))},zy=e=>{e.command("edit").description("Edit a Coze agent project file as JSON").option("--project-id <projectId>","The agent project ID").option("--project-file-path <projectFilePath>","Specific file path in the remote project cloud disk").option("--mode <mode>","Edit mode: replace_one, replace_all, append, append_newline").option("--old-string <oldString>","String to find (for replace modes)").option("--new-string <newString>","Replacement string (for replace modes)").option("--append-content <appendContent>","Content to append (for append modes)").config({...F_,help:Ay}).action((async(e,t)=>{const o=new hs({format:"json"}),i=K_();try{const s=V_(e.projectId),n=Sy(e.projectFilePath,"--project-file-path"),r=Sy(e.mode,"--mode"),a=t.getContext(),c=J_(a),d=await(async(e,t)=>{const o={project_id:t.projectId,file_path:t.filePath,mode:t.mode};return void 0!==t.oldString&&(o.old_string=t.oldString),void 0!==t.newString&&(o.new_string=t.newString),void 0!==t.appendContent&&(o.append_content=t.appendContent),D_(await l.Claw.EditProjectFile(o,M_(e)))})({baseUrl:c,onGetLogId:i.capture},{projectId:s,filePath:n,mode:r,oldString:e.oldString,newString:e.newString,appendContent:e.appendContent});o.print(Q_(d,i))}catch(e){py(e,o,i)}}))},Ry=e=>{const t=e.command("agent").description("Agent-facing Coze APIs backed by Claw project endpoints").config({...F_,help:{brief:"Agent-facing Coze APIs backed by Claw project endpoints",description:"Provides raw JSON access to Coze agent (project) APIs including info, members, and messages. All commands output raw API envelopes as JSON.",examples:[{desc:"Get agent info",cmd:"coze agent info --project-id <id>"},{desc:"List agent members",cmd:"coze agent member list --project-id <id>"},{desc:"List agent messages",cmd:"coze agent message list --project-id <id>"},{desc:"List project files",cmd:"coze agent file list --project-id <id>"},{desc:"Read a project file",cmd:"coze agent file read --project-id <id> --project-file-path /app/workspace/main.py"},{desc:"Upload file content",cmd:"coze agent file upload --project-id <id> --local-file-path ./report.md --project-dir /reports"},{desc:"Download a file",cmd:"coze agent file download --project-id <id> --project-file-path /reports/report.md"},{desc:"Search the web",cmd:"coze agent web search --agent-id <id> --query-list '[\"claude code\"]'"},{desc:"Fetch a web page",cmd:"coze agent web fetch --agent-id <id> --url https://example.com --response-length medium"}]}});ay(t),ry(t),ny(t),(e=>{const t=e.command("file").description("Manage Coze agent project files").config({...F_,help:wy});Py(t),ky(t),Ty(t),zy(t),hy(t),yy(t)})(t),oy(t)};function xy(t){!function(t){const o=t.command("auth").description("Manage user authentication and credentials").config({skipAuth:!0,skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Manage authentication and credentials",description:"Manage the full authentication lifecycle for Coze CLI. Supports interactive OAuth login via browser. All other commands require valid authentication.",examples:[{desc:"Interactive login via browser",cmd:"coze auth login --oauth",tags:["[RECOMMENDED]"]},{desc:"Check current login status",cmd:"coze auth status"},{desc:"Logout and clear credentials",cmd:"coze auth logout"}],seeAlso:["coze organization","coze space"]}});o.command("login").description("Login to obtain and persist access credentials").config({skipAuth:!0,help:{brief:"Login to Coze services",description:"Login to Coze services via OAuth authorization. Opens browser to complete authorization.",examples:[{desc:"Interactive login using OAuth",cmd:"coze auth login --oauth",tags:["[RECOMMENDED]"]}],errors:[{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"Authentication failed",fix:"Please try again with `coze auth login --oauth`."}]}}).option("--token <PAT>","Login using an access token").option("--oauth","Start browser-based OAuth device authorization flow").action((async function(t,o){const i=o.getContext();if(!i)return void H(new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized"));await i.auth.login(t);const s=["Please use the following commands to manage organizations and spaces:"," coze organization list"," coze organization use <organization_id>"," coze space list"," coze space use <space_id>"];!function(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}}([i,"optionalAccess",e=>e.ui,"access",e=>e.info,"call",e=>e(s.join("\n"))])})),o.command("logout").description("Logout and clear stored credentials").config({skipOrgCheck:!0,skipAuth:!0,skipSpaceCheck:!0,help:{brief:"Logout",description:"Clear locally stored access credentials and log out of the current account.",examples:[{desc:"Execute logout",cmd:"coze auth logout"}]}}).action((async(t,o)=>{const i=o.getContext();i?await i.auth.logout():H(new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized"))})),o.command("status").description("Check current login status and credential validity").config({skipOrgCheck:!0,skipSpaceCheck:!0,help:{brief:"Check login status",description:"Verify if the current locally cached credentials are valid and display current login account information. If the token was obtained via OAuth and is about to expire, it will be refreshed automatically.",examples:[{desc:"Check current authentication status",cmd:"coze auth status",tags:["[RECOMMENDED]"]},{desc:"Check status in JSON format",cmd:"coze auth status --format json"}],schema:{output:{type:"object",properties:{logged_in:{type:"boolean",description:"Whether the user is currently logged in"},user:{type:"object",description:"Current user profile information"},token_expires_at:{type:"string",description:"Token expiration time in ISO 8601 format"}}}},errors:[{code:e.ErrorCode.E2001,name:"AUTH_FAILED",desc:"No valid credentials found or token has expired",fix:"Run `coze auth login --oauth` to authenticate."}],seeAlso:["coze auth login","coze auth logout"]}}).action((async(t,o)=>{const i=o.getContext();i?await i.auth.status():H(new e.CozeError(e.ErrorCode.E5000,"CLI context is not initialized"))}))}(t),I_(t),Nc(t),Sm(t),Ic(t),Yr(t),ea(t),Cc(t),kc(t),A_(t),L_(t),Ry(t),$c()}function Ly(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Oy(e,t){return null!=e?e:t()}function Dy(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Uy(e){const t=[];let o=e;for(;o;)o.name()&&t.unshift(o.name()),o=o.parent;return t.join(" ")}function By(e){return e._args.map((e=>e.required?`<${e.name()}>`:`[${e.name()}]`)).join(" ")}const qy=new Set(["--version","--format","--no-color","--config","--org-id","--space-id","--verbose","--debug","--log-file","--man","--schema","--commands"]);function My(e){const t=new Map,o=[];let i=e;for(;i;)o.unshift(i),i=i.parent;for(const e of o)for(const o of e.options){const e=o.flags.split(", ").find((e=>e.startsWith("--")));!e||t.has(e)||qy.has(e)||t.set(e,o)}return Array.from(t.values())}function Ny(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}class $y extends C.Command{__init(){this.middlewares=[]}constructor(e){super(e),$y.prototype.__init.call(this),this.helpInformation=()=>{const e=process.argv.slice(2);if(e.includes("--schema"))return`${JSON.stringify(Ny([this,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help,"optionalAccess",e=>e.schema])||{},null,2)}\n`;if(e.includes("--commands")){const e=this.commands.filter((e=>!e._hidden)).map((e=>({name:e.name(),description:e.description()})));return`${JSON.stringify(e,null,2)}\n`}if(e.includes("--man")||e.includes("-m"))return`${function(e){const t=Dy([e,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help]),o=Uy(e);let i=`@MAN ${o}\n\n`;i+=`NAME\n ${o} — ${Dy([t,"optionalAccess",e=>e.brief])||e.description()}\n\n`,i+=`SYNOPSIS\n ${o} ${By(e)}\n`,My(e).forEach((e=>{i+=` [${e.flags}]\n`})),i+="\n",Dy([t,"optionalAccess",e=>e.description])&&(i+=`DESCRIPTION\n ${t.description.replace(/\n/g,"\n ")}\n\n`);const s=My(e);return s.length>0&&(i+="OPTIONS\n",s.forEach((e=>{const t=e.flags.split(", "),o=t.find((e=>e.startsWith("-")&&!e.startsWith("--")))||"",s=t.find((e=>e.startsWith("--")))||"";i+=` ${o?`${s}, ${o}`:s}\n`,i+=` Type: ${e.isBoolean()?"flag":"string"}\n`,i+=` Required: ${e.mandatory?"yes":"no"}\n`,i+=` Default: ${void 0!==e.defaultValue?String(e.defaultValue):"-"}\n`,i+=` Desc: ${e.description}\n\n`}))),Dy([t,"optionalAccess",e=>e.schema])&&(i+="SCHEMA\n",t.schema.input&&(i+=` Input:\n ${JSON.stringify(t.schema.input,null,2).replace(/\n/g,"\n ")}\n`),t.schema.output&&(i+=` Output:\n ${JSON.stringify(t.schema.output,null,2).replace(/\n/g,"\n ")}\n`),i+="\n"),Dy([t,"optionalAccess",e=>e.errors])&&t.errors.length>0&&(i+="ERRORS\n",i+=" CODE NAME TRIGGER RECOVERY\n",t.errors.forEach((e=>{i+=` ${e.code.padEnd(6)} ${e.name.padEnd(17)} ${e.desc.padEnd(37)} ${e.fix}\n`})),i+="\n"),Dy([t,"optionalAccess",e=>e.caveats])&&t.caveats.length>0&&(i+="CAVEATS\n",t.caveats.forEach((e=>{i+=` - ${e}\n`})),i+="\n"),Dy([t,"optionalAccess",e=>e.seeAlso])&&t.seeAlso.length>0&&(i+="SEE ALSO\n",t.seeAlso.forEach((e=>{i+=` ${e}\n`})),i+="\n"),i.trimEnd()}(this)}\n`;return e.includes("-h")||e.includes("--help")?`${function(e){const t=Dy([e,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help]),o=Uy(e);let i=`@HELP ${o}\n\n`;return Dy([t,"optionalAccess",e=>e.brief])?i+=`BRIEF: ${t.brief}\n\n`:i+=`BRIEF: ${e.description()||"No description provided."}\n\n`,e.parent&&"coze"!==e.parent.name()&&(i+=`PARENT: ${Uy(e.parent)}\n\n`),i+=`SYNTAX:\n ${o} ${By(e)} [options]\n\n`,Dy([t,"optionalAccess",e=>e.description])&&(i+=`DESCRIPTION:\n ${t.description.replace(/\n/g,"\n ")}\n\n`),i+="OPTIONS:\n",i+=" Name Type Required Default Description\n",i+=" ─────────────────────────────────────────────────────────\n",e._args.forEach((e=>{const t=`<${e.name()}>`,o=e.required?"Yes":"No",s=void 0!==e.defaultValue?String(e.defaultValue):"-",n=e.description||"";i+=` ${t.padEnd(16)} ${"string".padEnd(10)} ${o.padEnd(4)} ${s.padEnd(10)} ${n}\n`})),My(e).forEach((e=>{const t=e.flags.split(", "),o=t.find((e=>e.startsWith("-")&&!e.startsWith("--")))||"",s=t.find((e=>e.startsWith("--")))||"",n=o?`${s}, ${o}`:s;let r="string";e.isBoolean()&&(r="flag");const a=e.mandatory?"Yes":"No",c=void 0!==e.defaultValue?String(e.defaultValue):"-",l=e.description||"";i+=` ${n.padEnd(16)} ${r.padEnd(10)} ${a.padEnd(4)} ${c.padEnd(10)} ${l}\n`})),i+="\n",Dy([t,"optionalAccess",e=>e.enums])&&(i+="ENUMS:\n",Object.keys(t.enums).forEach((e=>{i+=` --${e}:\n`;const o=Oy(Dy([t,"access",e=>e.enums,"optionalAccess",t=>t[e]]),(()=>({})));Object.keys(o).forEach((e=>{i+=` ${e.padEnd(12)} ${o[e]}\n`}))})),i+="\n"),Dy([t,"optionalAccess",e=>e.examples])&&t.examples.length>0&&(i+="COMMON EXAMPLES:\n",t.examples.forEach((e=>{const t=e.tags?` ${e.tags.join(" ")}`:"";i+=` #${t} ${e.desc}\n ${e.cmd}\n\n`}))),Dy([t,"optionalAccess",e=>e.errors])&&t.errors.length>0&&(i+="COMMON ERRORS:\n",i+=" CODE NAME DESCRIPTION FIX\n",t.errors.slice(0,5).forEach((e=>{i+=` ${e.code.padEnd(6)} ${e.name.padEnd(17)} ${e.desc.padEnd(30)} ${e.fix}\n`})),i+="\n"),Dy([t,"optionalAccess",e=>e.seeAlso])&&t.seeAlso.length>0&&(i+="SEE ALSO:\n",t.seeAlso.forEach((e=>{i+=` ${e}\n`})),i+="\n"),i.trimEnd()}(this)}\n`:`${function(e){const t=Dy([e,"access",e=>e.getConfig,"call",e=>e(),"optionalAccess",e=>e.help]),o=Uy(e);let i=`@USAGE ${o}\n\n`;Dy([t,"optionalAccess",e=>e.brief])?i+=`BRIEF: ${t.brief}\n\n`:i+=`BRIEF: ${e.description()||"No description provided."}\n\n`,i+=`SYNTAX:\n ${o} ${By(e)} [options]\n\n`,e.commands.length>0&&(i+="ACTIONS:\n",e.commands.forEach((e=>{const t=e;if(!t._hidden){const e=Dy([t,"access",e=>e.getConfig,"optionalCall",e=>e(),"optionalAccess",e=>e.help,"optionalAccess",e=>e.brief])||t.description()||"";i+=` ${t.name().padEnd(10)} ${e}\n`}})),i+="\n"),Dy([t,"optionalAccess",e=>e.examples])&&t.examples.length>0&&(i+="EXAMPLES:\n",t.examples.slice(0,5).forEach((e=>{i+=` # ${e.desc}\n ${e.cmd}\n\n`})));if(Dy([t,"optionalAccess",e=>e.enums])){const e=Object.keys(t.enums).filter((e=>Object.keys(Oy(Dy([t,"access",e=>e.enums,"optionalAccess",t=>t[e]]),(()=>({})))).length<=7));e.length>0&&(i+="ENUMS:\n",e.forEach((e=>{const o=Object.keys(Oy(Dy([t,"access",e=>e.enums,"optionalAccess",t=>t[e]]),(()=>({})))).join(" | ");i+=` --${e}: ${o}\n`})),i+="\n")}return i.trimEnd()}(this)}\n`},this.hook("preAction",(e=>{}))}config(e){return this.commandConfig={...this.commandConfig,...e},this}setConfig(e){return this.commandConfig=e,this}getConfig(){return this.commandConfig}setContext(e){return this.context=e,this}getContext(){return this.context}use(e){return this.middlewares.push(e),this}createCommand(e){const t=new $y(e);return this.context&&t.setContext(this.context),t}action(e){return super.action((async(...t)=>{const o=this.getContext();let i={},s=[];const n=t.length>0&&t[t.length-1]instanceof $y?t[t.length-1]:this;var r,a;if(t.length>=2&&(r=t[t.length-2],a=()=>({}),i=null!=r?r:a(),s=t.slice(0,t.length-2)),o&&(i&&(o.options=i),s&&(o.args=s),n)){o.commandName=n.name();const e=Ny([n,"access",e=>e.getConfig,"optionalCall",e=>e()]);e&&(o.commandConfig=e),n.setContext(o)}if(this.middlewares.length>0&&o){const i=$o(this.middlewares);await i(o,(async()=>{await e.apply(this,t)}))}else await e.apply(this,t)}))}}function Gy(e){let t,o=e[0],i=1;for(;i<e.length;){const s=e[i],n=e[i+1];if(i+=2,("optionalAccess"===s||"optionalCall"===s)&&null==o)return;"access"===s||"optionalAccess"===s?(t=o,o=n(o)):"call"!==s&&"optionalCall"!==s||(o=n(((...e)=>o.call(t,...e))),t=void 0)}return o}function Fy(e){e.exitOverride(),e.outputError=()=>{},e.commands.forEach((e=>Fy(e)))}async function Vy(t){const o=new $y;o.name("coze").description("Coze Coding CLI").version(Ae,"-v, --version").option("--format <fmt>","Specify output format (json, text). Default: text").option("--no-color","Disable ANSI color output").option("--config <path>","Specify config file path").option("--org-id <id>","Override Organization ID").option("--space-id <id>","Override Space ID").option("--verbose","Enable verbose mode, output more business process information").option("--debug","Enable debug mode, output all log information for diagnosing CLI execution issues").option("--log-file <path>","Output logs to a file").option("--man","Show full manual information").option("--schema","Output the command's JSON Schema").option("--commands","Output the list of subcommands"),o.config({help:{errors:[{code:e.ErrorCode.E1100,name:"UNKNOWN_OPTION",desc:"Unknown option provided",fix:"Check parameter spelling or use -h for help",example:"coze <command> -h"},{code:e.ErrorCode.E1101,name:"UNKNOWN_COMMAND",desc:"Unknown subcommand provided",fix:"Check subcommand spelling or use -h for help",example:"coze -h"},{code:e.ErrorCode.E1102,name:"MISSING_ARGUMENT",desc:"Missing required argument",fix:"Provide missing required parameters",example:"coze <command> -h"},{code:e.ErrorCode.E1103,name:"MISSING_OPTION",desc:"Missing required option value",fix:"Provide missing required options",example:"coze <command> -h"}]}}),xy(o),await async function(e){e.completionInstalled||process.stdout.isTTY}(t.config),function(e,t,o){const i=new Set;e.setContext(o),function e(s){i.has(s)||(i.add(s),s.setContext(o),t.forEach((e=>s.use(e))),s.commands.forEach((t=>{const o=Ly([s,"access",e=>e.getConfig,"optionalCall",e=>e()]),i=Ly([t,"access",e=>e.getConfig,"optionalCall",e=>e()]);t.setConfig({...o,...i}),e(t)})))}(e)}(o,[_s,Wr],t),process.on("uncaughtException",(e=>{H(e,t)})),process.on("unhandledRejection",(e=>{H(e,t)})),(t.argv.includes("--schema")||t.argv.includes("--commands")||t.argv.includes("--man")||t.argv.includes("-m"))&&(t.argv.includes("--help")||t.argv.includes("-h")||t.argv.push("--help")),Fy(o);try{await o.parseAsync(t.argv,{from:"user"})}catch(n){const r=n,a=function(e,t,o){let i=e;if(t.command)i=t.command;else if(o.commandName){const t=(e,o)=>{if(e.name()===o)return e;for(const i of e.commands){const e=t(i,o);if(e)return e}return null},s=t(e,o.commandName);s&&(i=s)}let s=e;for(const e of o.argv){if(e.startsWith("-"))break;const t=s.commands.find((t=>t.name()===e));t&&(s=t,i=s)}return i}(o,r,t);"commander.helpDisplayed"!==r.code&&"commander.help"!==r.code&&"commander.version"!==r.code||process.exit(e.ExitCode.SUCCESS);const c=Gy([a,"access",e=>e.getConfig,"optionalCall",e=>e()]),l=Gy([o,"access",e=>e.getConfig,"optionalCall",e=>e()]);if(t.commandConfig=(s=()=>l,null!=(i=c)?i:s()),"commander.unknownOption"===r.code){const o=G(new e.CozeError(e.ErrorCode.E1100,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(o),process.exit(e.exitCodeForError(o.code))}if("commander.unknownCommand"===r.code){const o=G(new e.CozeError(e.ErrorCode.E1101,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(o),process.exit(e.exitCodeForError(o.code))}if("commander.missingArgument"===r.code){const o=G(new e.CozeError(e.ErrorCode.E1102,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(o),"json"!==t.format&&process.stderr.write(`\n${a.helpInformation()}`),process.exit(e.exitCodeForError(o.code))}if("commander.missingMandatoryOptionValue"===r.code||"commander.optionMissingArgument"===r.code){const o=G(new e.CozeError(e.ErrorCode.E1103,r.message),{argv:t.argv,commandConfig:t.commandConfig});t.response.eprint(o),"json"!==t.format&&process.stderr.write(`\n${a.helpInformation()}`),process.exit(e.exitCodeForError(o.code))}H(r,t)}var i,s}(async function(){const e=process.argv.slice(2),{globalOptions:t}=function(e){const t={};let o;const i=[];let s=!1;for(let n=0;n<e.length;n++){const r=e[n];if("--help"!==r&&"-h"!==r)if("--version"!==r&&"-v"!==r)if("--output"!==r)if("--format"!==r)"--no-color"!==r?"--config"!==r?"--org-id"!==r?"--space-id"!==r?"--verbose"!==r?"--debug"!==r?"--log-file"!==r?"--print-logs"!==r?s||r.startsWith("-")?i.push(r):(o=r,s=!0):t.printLogs=!0:t.logFile=e[++n]:t.debug=!0:t.verbose=!0:t.spaceId=e[++n]:t.orgId=e[++n]:t.config=e[++n]:t.noColor=!0;else{const o=e[++n];"json"!==o&&"text"!==o||(t.format=o)}else t.output=e[++n];else t.version=!0;else t.help=!0}return{globalOptions:t,commandName:o,commandArgs:i}}(e),o=function(e){const t=fs(e.cwd,(()=>process.cwd())),o=fs(e.env,(()=>process.env)),i=e.globalOptions||{};i.noColor&&(process.env.NO_COLOR="1");let s="text";i.format&&(s=i.format);const n={...e.config};i.orgId&&(n.organizationId=i.orgId),i.spaceId&&(n.spaceId=i.spaceId);const r=new to({format:"text",logFile:i.logFile,printToStderr:i.printLogs});let a="info";i.debug?a="debug":i.verbose&&(a="verbose");const c=new gs(r,s,a),l=new hs({format:s}),d={cwd:t,env:o,argv:e.argv,config:n,format:s,log:r,ui:c,response:l,globalOptions:i,auth:void 0};return d.auth=new Yi(d),d}({argv:e,config:await l.loadConfig(t.config),globalOptions:t});!function(e){ro=e.log,ao=!0===oo([e,"access",e=>e.globalOptions,"optionalAccess",e=>e.debug]),ao&&(co||(jo(),Po(),co=!0))}(o);const i=$o([Zt,Oo,No,Te]);await i(o,(async()=>{await Vy(o)}))})().catch((e=>{H(e,void 0),process.exitCode=1}));