@treasuredata/tdx 0.16.1 → 0.16.2

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 (159) hide show
  1. package/dist/bin.js +1 -1
  2. package/dist/build-info.json +3 -3
  3. package/dist/cli-categories.js +1 -1
  4. package/dist/cli.js +1 -1
  5. package/dist/commands/activations.js +1 -1
  6. package/dist/commands/agent-command.js +1 -1
  7. package/dist/commands/agent-test-command.js +1 -1
  8. package/dist/commands/api-command.js +1 -1
  9. package/dist/commands/auth-command.js +1 -1
  10. package/dist/commands/chat-command.js +1 -1
  11. package/dist/commands/claude-command.js +1 -1
  12. package/dist/commands/claude-statusline-command.js +1 -1
  13. package/dist/commands/claude-usage-command.js +1 -1
  14. package/dist/commands/command.js +1 -1
  15. package/dist/commands/connection-command.js +1 -1
  16. package/dist/commands/databases.js +1 -1
  17. package/dist/commands/describe.js +1 -1
  18. package/dist/commands/engage-command.js +1 -1
  19. package/dist/commands/job-command.js +1 -1
  20. package/dist/commands/journey-command.js +1 -1
  21. package/dist/commands/journey-validate-command.js +1 -1
  22. package/dist/commands/llm-command.js +1 -1
  23. package/dist/commands/llm-proxy.js +1 -1
  24. package/dist/commands/mcp-command.js +1 -1
  25. package/dist/commands/parent-segment-command.js +1 -1
  26. package/dist/commands/profile-command.js +1 -1
  27. package/dist/commands/profiles-command.js +1 -1
  28. package/dist/commands/query-command.js +1 -1
  29. package/dist/commands/segment-command.js +1 -1
  30. package/dist/commands/segment-create-command.js +1 -1
  31. package/dist/commands/segment-fields-command.js +1 -1
  32. package/dist/commands/segment-pull-command.js +1 -1
  33. package/dist/commands/segment-push-command.js +1 -1
  34. package/dist/commands/segment-update-command.js +1 -1
  35. package/dist/commands/segment-use-command.js +1 -1
  36. package/dist/commands/segment-validate-command.js +1 -1
  37. package/dist/commands/segments.js +1 -1
  38. package/dist/commands/show.js +1 -1
  39. package/dist/commands/tables.js +1 -1
  40. package/dist/commands/unset-command.js +1 -1
  41. package/dist/commands/use-command.js +1 -1
  42. package/dist/commands/user-command.js +1 -1
  43. package/dist/commands/workflow-command.js +1 -1
  44. package/dist/core/auth.js +1 -1
  45. package/dist/core/command-output.js +1 -1
  46. package/dist/core/config.js +1 -1
  47. package/dist/core/connection-cache.js +1 -1
  48. package/dist/core/constants.js +1 -1
  49. package/dist/core/credential-cache.js +1 -1
  50. package/dist/core/global-context.js +1 -1
  51. package/dist/core/keychain.js +1 -1
  52. package/dist/core/profile.js +1 -1
  53. package/dist/core/project-config.js +1 -1
  54. package/dist/core/session.js +1 -1
  55. package/dist/core/user-cache.js +1 -1
  56. package/dist/core/version.js +1 -1
  57. package/dist/index.js +1 -1
  58. package/dist/mcp/server.js +1 -1
  59. package/dist/mcp/tools/index.js +1 -1
  60. package/dist/mcp/tools/tdx-run.js +1 -1
  61. package/dist/mcp/tools/tdx-search.js +1 -1
  62. package/dist/mcp/utils.js +1 -1
  63. package/dist/proxy/anthropic-adapter.js +1 -1
  64. package/dist/proxy/claude-usage-tracker.js +1 -1
  65. package/dist/proxy/context-signature.js +1 -1
  66. package/dist/proxy/conversation-utils.js +1 -1
  67. package/dist/proxy/passthrough-server.js +1 -1
  68. package/dist/proxy/server.js +1 -1
  69. package/dist/proxy/session-cache.js +1 -1
  70. package/dist/proxy/sse-usage-parser.js +1 -1
  71. package/dist/sdk/agent/agent-config.js +1 -1
  72. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  73. package/dist/sdk/agent/agent-yaml.js +1 -1
  74. package/dist/sdk/agent/test/evaluator.js +1 -1
  75. package/dist/sdk/agent/test/executor.js +1 -1
  76. package/dist/sdk/agent/test/index.js +1 -1
  77. package/dist/sdk/agent/test/output.js +1 -1
  78. package/dist/sdk/agent/test/parser.js +1 -1
  79. package/dist/sdk/api.js +1 -1
  80. package/dist/sdk/claude-agent/claude-agent-client.d.ts +19 -1
  81. package/dist/sdk/claude-agent/claude-agent-client.d.ts.map +1 -1
  82. package/dist/sdk/claude-agent/claude-agent-client.js +1 -1
  83. package/dist/sdk/claude-agent/claude-agent-client.js.map +1 -1
  84. package/dist/sdk/claude-agent/environment.js +1 -1
  85. package/dist/sdk/claude-agent/index.js +1 -1
  86. package/dist/sdk/claude-agent/system-prompts.js +1 -1
  87. package/dist/sdk/claude-agent/types.d.ts +26 -0
  88. package/dist/sdk/claude-agent/types.d.ts.map +1 -1
  89. package/dist/sdk/client/cdp-api-client.js +1 -1
  90. package/dist/sdk/client/endpoints.js +1 -1
  91. package/dist/sdk/client/engage-api-client.js +1 -1
  92. package/dist/sdk/client/http-client.js +1 -1
  93. package/dist/sdk/client/llm-api-client.js +1 -1
  94. package/dist/sdk/client/rate-limiter.js +1 -1
  95. package/dist/sdk/client/td-api-client.js +1 -1
  96. package/dist/sdk/client/trino-api-client.js +1 -1
  97. package/dist/sdk/client/workflow-client.js +1 -1
  98. package/dist/sdk/connection-validator.js +1 -1
  99. package/dist/sdk/connection.js +1 -1
  100. package/dist/sdk/engage.js +1 -1
  101. package/dist/sdk/errors.js +1 -1
  102. package/dist/sdk/index.js +1 -1
  103. package/dist/sdk/io/index.js +1 -1
  104. package/dist/sdk/io/node-filesystem.js +1 -1
  105. package/dist/sdk/job.js +1 -1
  106. package/dist/sdk/journey.js +1 -1
  107. package/dist/sdk/llm/chat-cache.js +1 -1
  108. package/dist/sdk/llm/index.js +1 -1
  109. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  110. package/dist/sdk/llm/model-aliases.js +1 -1
  111. package/dist/sdk/llm/model-factors.js +1 -1
  112. package/dist/sdk/query/index.js +1 -1
  113. package/dist/sdk/query/sql-parser.js +1 -1
  114. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  115. package/dist/sdk/segment/fields-display.js +1 -1
  116. package/dist/sdk/segment/file-discovery.js +1 -1
  117. package/dist/sdk/segment/journey-utils.js +1 -1
  118. package/dist/sdk/segment/journey-yaml.js +1 -1
  119. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  120. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  121. package/dist/sdk/segment/pull-workflow.js +1 -1
  122. package/dist/sdk/segment/push-workflow.js +1 -1
  123. package/dist/sdk/segment/resolution-context.js +1 -1
  124. package/dist/sdk/segment/segment-path-parser.js +1 -1
  125. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  126. package/dist/sdk/segment/target-resolution.js +1 -1
  127. package/dist/sdk/segment/tdx-config.js +1 -1
  128. package/dist/sdk/segment/validate-files.js +1 -1
  129. package/dist/sdk/segment/yaml-validator.js +1 -1
  130. package/dist/sdk/segment.js +1 -1
  131. package/dist/sdk/types/index.js +1 -1
  132. package/dist/sdk/types/progress.js +1 -1
  133. package/dist/sdk/user.js +1 -1
  134. package/dist/sdk/util/format-detector.js +1 -1
  135. package/dist/sdk/util/formatters.js +1 -1
  136. package/dist/sdk/util/index.js +1 -1
  137. package/dist/sdk/util/tree-formatter.js +1 -1
  138. package/dist/sdk/workflow/clone-workflow.js +1 -1
  139. package/dist/sdk/workflow/index.js +1 -1
  140. package/dist/sdk/workflow/pull-workflow.js +1 -1
  141. package/dist/sdk/workflow/push-workflow.js +1 -1
  142. package/dist/sdk/workflow/tdx-config.js +1 -1
  143. package/dist/sdk/workflow/workflow-utils.js +1 -1
  144. package/dist/utils/async.js +1 -1
  145. package/dist/utils/colors.js +1 -1
  146. package/dist/utils/diff.js +1 -1
  147. package/dist/utils/file-permissions.js +1 -1
  148. package/dist/utils/json-loader.js +1 -1
  149. package/dist/utils/option-validation.js +1 -1
  150. package/dist/utils/port.js +1 -1
  151. package/dist/utils/process.js +1 -1
  152. package/dist/utils/prompt.js +1 -1
  153. package/dist/utils/spinner.js +1 -1
  154. package/dist/utils/sse-parser.js +1 -1
  155. package/dist/utils/string-utils.js +1 -1
  156. package/dist/utils/table-ref-parser.js +1 -1
  157. package/dist/utils/tdx-logger.js +1 -1
  158. package/dist/utils/version-check.js +1 -1
  159. package/package.json +1 -1
@@ -1 +1 @@
1
- const a3_0xac6d49=a3_0x5740;(function(_0x3e8bb3,_0x3c5364){const _0x5cf4be=a3_0x5740,_0x4a581a=_0x3e8bb3();while(!![]){try{const _0x50656d=parseInt(_0x5cf4be(0x73))/0x1+-parseInt(_0x5cf4be(0x82))/0x2*(-parseInt(_0x5cf4be(0x71))/0x3)+-parseInt(_0x5cf4be(0x85))/0x4+parseInt(_0x5cf4be(0x6c))/0x5+parseInt(_0x5cf4be(0x6a))/0x6+-parseInt(_0x5cf4be(0x7b))/0x7+-parseInt(_0x5cf4be(0x7d))/0x8*(parseInt(_0x5cf4be(0x77))/0x9);if(_0x50656d===_0x3c5364)break;else _0x4a581a['push'](_0x4a581a['shift']());}catch(_0x36d142){_0x4a581a['push'](_0x4a581a['shift']());}}}(a3_0x17e9,0x5808b));import{BaseCommand}from'./command.js';function a3_0x5740(_0x1aad31,_0x407be7){_0x1aad31=_0x1aad31-0x67;const _0x17e9e6=a3_0x17e9();let _0x574069=_0x17e9e6[_0x1aad31];return _0x574069;}import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';import{parseSegmentRef}from'../sdk/segment/segment-ref-parser.js';export class ActivationsCommand extends BaseCommand{['name']=a3_0xac6d49(0x7e);['description']='List\x20activations\x20for\x20a\x20segment';async[a3_0xac6d49(0x70)](_0x1a723e){const _0xa9dcfd=a3_0xac6d49,{options:_0x41c61c,args:_0x40978f,tdx:_0xba5de}=_0x1a723e;if(_0x40978f[_0xa9dcfd(0x86)]===0x0)return console['error'](_0xa9dcfd(0x7a)),console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x74)),0x1;try{const {parentId:_0x15fecf,childId:_0xf3b3e6}=parseSegmentRef(_0x40978f[0x0]);if(!_0xf3b3e6)return console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x81)),console['error']('Usage:\x20tdx\x20activations\x20<parent_name/child_name>'),0x1;_0x41c61c[_0xa9dcfd(0x76)]&&(console[_0xa9dcfd(0x6e)]('Site:\x20'+_0x41c61c[_0xa9dcfd(0x75)]),console['error'](_0xa9dcfd(0x6d)+_0x15fecf),console['error']('Child\x20name:\x20'+_0xf3b3e6));const _0x3b7be1=await withSpinner(_0xa9dcfd(0x78)+_0x15fecf+'\x27...',()=>_0xba5de[_0xa9dcfd(0x69)][_0xa9dcfd(0x6f)](_0x15fecf),{'verbose':_0x41c61c[_0xa9dcfd(0x76)]}),_0x23854c=_0x3b7be1[_0xa9dcfd(0x84)];_0x41c61c[_0xa9dcfd(0x76)]&&console['error']('Resolved\x20parent\x20ID:\x20'+_0x23854c);const _0x2fb9d9=await withSpinner(_0xa9dcfd(0x72)+_0xf3b3e6+_0xa9dcfd(0x79),()=>_0xba5de[_0xa9dcfd(0x69)]['resolveSegmentId'](_0x23854c,_0xf3b3e6),{'verbose':_0x41c61c[_0xa9dcfd(0x76)]}),_0x4a0b99=_0x2fb9d9['data'];_0x41c61c[_0xa9dcfd(0x76)]&&console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x7c)+_0x4a0b99);const _0xa1dbbb=await withSpinner(_0xa9dcfd(0x80)+_0xf3b3e6+_0xa9dcfd(0x79),()=>_0xba5de[_0xa9dcfd(0x69)][_0xa9dcfd(0x7f)](_0x23854c,_0x4a0b99),{'verbose':_0x41c61c[_0xa9dcfd(0x76)]}),_0x18864d=_0xa1dbbb['data'];return console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x83)+_0x18864d['length']+_0xa9dcfd(0x88)+(_0x18864d['length']!==0x1?'s':'')),await handleSDKOutput(_0x18864d,_0x41c61c),0x0;}catch(_0x44dfb9){if(_0x44dfb9 instanceof SDKError)return console['error'](_0xa9dcfd(0x67)+_0x44dfb9[_0xa9dcfd(0x68)]),_0x44dfb9[_0xa9dcfd(0x87)]&&console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x6b)+_0x44dfb9[_0xa9dcfd(0x87)]),0x1;throw _0x44dfb9;}}}function a3_0x17e9(){const _0x2ad6f7=['Parent\x20name:\x20','error','resolveParentId','execute','1425588AuwYaZ','Resolving\x20child\x20segment\x20\x27','50856siDkwM','Usage:\x20tdx\x20activations\x20<parent_name/child_name>','site','verbose','1143cTavrK','Resolving\x20parent\x20segment\x20\x27','\x27...','Error:\x20Segment\x20name\x20is\x20required','2834055kjQpFG','Resolved\x20child\x20ID:\x20','12936dGUOzF','activations','listActivations','Listing\x20activations\x20for\x20segment\x20\x27','Error:\x20Child\x20segment\x20name\x20is\x20required\x20for\x20activations','2teKwMW','✔\x20Found\x20','data','1062384DQIAtz','length','cause','\x20activation','Error:\x20','message','segment','948102jidYzO','\x20\x20Cause:\x20','2761690WdqdzU'];a3_0x17e9=function(){return _0x2ad6f7;};return a3_0x17e9();}
1
+ const a3_0x559176=a3_0x1eb9;(function(_0x587cea,_0x1a87ae){const _0x5382ec=a3_0x1eb9,_0x5bfd0d=_0x587cea();while(!![]){try{const _0x35001a=parseInt(_0x5382ec(0x174))/0x1+parseInt(_0x5382ec(0x169))/0x2+-parseInt(_0x5382ec(0x187))/0x3+-parseInt(_0x5382ec(0x172))/0x4+parseInt(_0x5382ec(0x16d))/0x5*(-parseInt(_0x5382ec(0x180))/0x6)+parseInt(_0x5382ec(0x183))/0x7*(parseInt(_0x5382ec(0x16a))/0x8)+parseInt(_0x5382ec(0x188))/0x9;if(_0x35001a===_0x1a87ae)break;else _0x5bfd0d['push'](_0x5bfd0d['shift']());}catch(_0x2e48b0){_0x5bfd0d['push'](_0x5bfd0d['shift']());}}}(a3_0x47b9,0x35817));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';function a3_0x1eb9(_0x37a02b,_0x2ae4c5){_0x37a02b=_0x37a02b-0x165;const _0x47b92c=a3_0x47b9();let _0x1eb900=_0x47b92c[_0x37a02b];return _0x1eb900;}function a3_0x47b9(){const _0x3efa15=['Resolving\x20child\x20segment\x20\x27','Resolved\x20parent\x20ID:\x20','\x20activation','431852pYVjnj','\x27...','224472MBgiKn','data','error','Error:\x20Child\x20segment\x20name\x20is\x20required\x20for\x20activations','segment','Site:\x20','listActivations','name','Usage:\x20tdx\x20activations\x20<parent_name/child_name>','description','Resolving\x20parent\x20segment\x20\x27','site','1029882QDBlGf','verbose','Parent\x20name:\x20','523453GPGpSe','message','resolveParentId','List\x20activations\x20for\x20a\x20segment','731838ZXjGMa','4897746jDofgF','Error:\x20Segment\x20name\x20is\x20required','✔\x20Found\x20','length','cause','Error:\x20','141834vAYHGV','8zkErCu','activations','Resolved\x20child\x20ID:\x20','10QVRXDZ','Listing\x20activations\x20for\x20segment\x20\x27'];a3_0x47b9=function(){return _0x3efa15;};return a3_0x47b9();}import{parseSegmentRef}from'../sdk/segment/segment-ref-parser.js';export class ActivationsCommand extends BaseCommand{[a3_0x559176(0x17b)]=a3_0x559176(0x16b);[a3_0x559176(0x17d)]=a3_0x559176(0x186);async['execute'](_0x19f25b){const _0xd8a562=a3_0x559176,{options:_0x55fb13,args:_0x12ef15,tdx:_0x1b8f51}=_0x19f25b;if(_0x12ef15['length']===0x0)return console[_0xd8a562(0x176)](_0xd8a562(0x189)),console[_0xd8a562(0x176)]('Usage:\x20tdx\x20activations\x20<parent_name/child_name>'),0x1;try{const {parentId:_0x558582,childId:_0x37cf07}=parseSegmentRef(_0x12ef15[0x0]);if(!_0x37cf07)return console[_0xd8a562(0x176)](_0xd8a562(0x177)),console[_0xd8a562(0x176)](_0xd8a562(0x17c)),0x1;_0x55fb13[_0xd8a562(0x181)]&&(console[_0xd8a562(0x176)](_0xd8a562(0x179)+_0x55fb13[_0xd8a562(0x17f)]),console[_0xd8a562(0x176)](_0xd8a562(0x182)+_0x558582),console[_0xd8a562(0x176)]('Child\x20name:\x20'+_0x37cf07));const _0x448a4e=await withSpinner(_0xd8a562(0x17e)+_0x558582+_0xd8a562(0x173),()=>_0x1b8f51[_0xd8a562(0x178)][_0xd8a562(0x185)](_0x558582),{'verbose':_0x55fb13[_0xd8a562(0x181)]}),_0x4ee690=_0x448a4e['data'];_0x55fb13['verbose']&&console[_0xd8a562(0x176)](_0xd8a562(0x170)+_0x4ee690);const _0x26b587=await withSpinner(_0xd8a562(0x16f)+_0x37cf07+_0xd8a562(0x173),()=>_0x1b8f51['segment']['resolveSegmentId'](_0x4ee690,_0x37cf07),{'verbose':_0x55fb13[_0xd8a562(0x181)]}),_0x14b07c=_0x26b587['data'];_0x55fb13[_0xd8a562(0x181)]&&console[_0xd8a562(0x176)](_0xd8a562(0x16c)+_0x14b07c);const _0x32e03a=await withSpinner(_0xd8a562(0x16e)+_0x37cf07+_0xd8a562(0x173),()=>_0x1b8f51[_0xd8a562(0x178)][_0xd8a562(0x17a)](_0x4ee690,_0x14b07c),{'verbose':_0x55fb13['verbose']}),_0x163567=_0x32e03a[_0xd8a562(0x175)];return console[_0xd8a562(0x176)](_0xd8a562(0x165)+_0x163567[_0xd8a562(0x166)]+_0xd8a562(0x171)+(_0x163567[_0xd8a562(0x166)]!==0x1?'s':'')),await handleSDKOutput(_0x163567,_0x55fb13),0x0;}catch(_0x56ce7f){if(_0x56ce7f instanceof SDKError)return console[_0xd8a562(0x176)](_0xd8a562(0x168)+_0x56ce7f[_0xd8a562(0x184)]),_0x56ce7f[_0xd8a562(0x167)]&&console[_0xd8a562(0x176)]('\x20\x20Cause:\x20'+_0x56ce7f[_0xd8a562(0x167)]),0x1;throw _0x56ce7f;}}}
@@ -1 +1 @@
1
- const a4_0x4f49a5=a4_0x179c;(function(_0x1b124a,_0x23e6d3){const _0x542581=a4_0x179c,_0xae76a=_0x1b124a();while(!![]){try{const _0x4f7e2b=parseInt(_0x542581(0x279))/0x1*(parseInt(_0x542581(0x25b))/0x2)+parseInt(_0x542581(0x1e9))/0x3+parseInt(_0x542581(0x215))/0x4+-parseInt(_0x542581(0x27e))/0x5+-parseInt(_0x542581(0x200))/0x6+parseInt(_0x542581(0x232))/0x7+-parseInt(_0x542581(0x219))/0x8*(parseInt(_0x542581(0x285))/0x9);if(_0x4f7e2b===_0x23e6d3)break;else _0xae76a['push'](_0xae76a['shift']());}catch(_0x393189){_0xae76a['push'](_0xae76a['shift']());}}}(a4_0x17eb,0x7293a));import a4_0x4484d8 from'chalk';import a4_0x993bfa from'path';import{existsSync,readFileSync}from'fs';function a4_0x17eb(){const _0x421ae8=['\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date','\x20\x20Knowledge\x20Bases:\x20','pullAgent','11EGfinB','Status:\x20','push','no_context','yes','3724620TGZqnR','new','yellow','\x20changed','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','INVALID_ARGUMENT','Pushing\x20to\x20project...','18405Dzalfn','force','\x20\x20Target:\x20','isNew','counts','knowledgeBases','Would\x20push\x20agent:\x20','agent:pull','\x0aChanges\x20to\x20agent\x20\x27','projectDir','agentName','\x20\x20Agents:\x20','join','\x20--name\x20','Summary:','Would\x20pull\x20agent:\x20','pullProject','repeat','408834eALzVP','prompts','Clone\x20cancelled','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','\x20\x20Prompts:\x20','\x20\x20Source:\x20','Using\x20project:\x20','session','\x22:\x20','description','\x20new','\x20resources\x20to\x20\x27','llm','\x20resources?','projectId','newProjectName','Using\x20current\x20project:\x20','New\x20project:\x20','\x22\x20to\x20new\x20project\x20\x22','\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed','\x20\x20Text\x20Knowledge\x20Base\x20\x22','\x0aProject\x20pushed\x20with\x20errors','4523364owmcuq','Writing\x20files...','\x20=\x20','\x20\x20tdx\x20agent\x20pull\x20','cloneProject','updated','Chat:\x20','agents','dirname','cwd','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<local-dir>\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20to\x20existing\x20local\x20directory','Agent\x20','<new-name>','\x20\x20Text\x20Knowledge\x20Bases:\x20','Errors:','\x20updated','Push\x20cancelled','pushProject','newProjectId','\x20total','Source:\x20','3213220ENAfzS','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a','source','1312VUEVyp','parse','\x20files?','Analyzing\x20changes\x20to\x20push...','Project\x20cloned\x20successfully','\x20\x20Agent\x20\x22','\x0aChanges\x20to\x20prompt\x20\x27','Using\x20project\x20from\x20','\x0aErrors\x20found:','Using\x20local\x20project:\x20','\x20\x20Prompt\x20\x22','\x20unchanged','\x0a✔\x20Pulled\x20','agent.yml','red','log','Cloning\x20\x22','llmProject','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','gray','cyan','site','Pushing\x20agent\x20from\x20\x22','\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory','Pull\x20cancelled','6486081JpmGtD','Agent:\x20','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20#\x20Pull\x20specific\x20agent','dim','sourceProjectName','\x0aChanges\x20to\x20knowledge\x20base\x20\x27','errors','diff','unchanged','llm_project','no_local_folder','execute','output','Run\x20\x27tdx\x20agent\x20pull\x20<project>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure,\x20or\x20specify\x20an\x20agent\x20directory\x20with\x20agent.yml.','Pulling\x20agent\x20\x22','Cannot\x20clone\x20from\x20context\x20project\x20\x22','First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a','outputDir','\x0aPull\x20summary\x20for\x20\x27','agentId','\x20\x20tdx\x20agent\x20clone\x20agents/','\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','\x0aPush\x20summary\x20for\x20\x27','Would\x20clone:','agent:push','name','tdx.json','\x0aRun\x20\x27tdx\x20agent\x20pull\x20','found','\x22...','pushAgent','No\x20tdx.json\x20found\x20in\x20','Analyzing\x20project\x20\x22','\x20|\x20','Dry\x20run\x20-\x20no\x20files\x20written','total','\x22\x20to\x20\x22','\x20created','action','profile','\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27','79516JsMdYK','\x20\x20tdx\x20agent\x20clone\x20--name\x20<new-name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clone\x20from\x20context\x20(llm_project)','dryRun','textKnowledgeBases','created','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20all\x20agents\x20from\x20project','\x20errors','error','reason','llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a','Dry\x20run\x20-\x20no\x20changes\x20made','projectName','\x0aWrite\x20','Clone\x20\x22','Output\x20path:\x20','✔\x20Context\x20set:\x20','Project:\x20','green','message','context','utf-8','New\x20project\x20name\x20is\x20required','\x0a✔\x20Pushed\x20','\x20\x20Knowledge\x20Base\x20\x22','\x0aChanges:','New\x20project\x20ID:\x20','agent:clone'];a4_0x17eb=function(){return _0x421ae8;};return a4_0x17eb();}import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{withSpinner}from'../utils/spinner.js';import{confirmKey}from'../utils/prompt.js';import{findAgentConfigPath,resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{saveSessionContext}from'../core/session.js';import{sanitizeForFilesystem,normalizeName}from'../sdk/agent/agent-yaml.js';import{getLLMProjectUrl,getLLMAgentChatUrl}from'../sdk/client/endpoints.js';function formatCountSummary(_0x46f308){const _0x2dd86f=a4_0x179c,_0x1c97cb=[];if(_0x46f308[_0x2dd86f(0x255)]!==undefined)_0x1c97cb[_0x2dd86f(0x27b)](_0x46f308[_0x2dd86f(0x255)]+_0x2dd86f(0x213));if(_0x46f308[_0x2dd86f(0x27f)]!==undefined&&_0x46f308['new']>0x0)_0x1c97cb[_0x2dd86f(0x27b)](a4_0x4484d8[_0x2dd86f(0x26c)](_0x46f308[_0x2dd86f(0x27f)]+'\x20new'));if(_0x46f308[_0x2dd86f(0x25f)]!==undefined&&_0x46f308[_0x2dd86f(0x25f)]>0x0)_0x1c97cb['push'](a4_0x4484d8[_0x2dd86f(0x26c)](_0x46f308[_0x2dd86f(0x25f)]+_0x2dd86f(0x257)));if(_0x46f308[_0x2dd86f(0x205)]!==undefined&&_0x46f308[_0x2dd86f(0x205)]>0x0)_0x1c97cb['push'](a4_0x4484d8['yellow'](_0x46f308['updated']+_0x2dd86f(0x20f)));if(_0x46f308[_0x2dd86f(0x23a)]!==undefined&&_0x46f308[_0x2dd86f(0x23a)]>0x0)_0x1c97cb[_0x2dd86f(0x27b)](a4_0x4484d8[_0x2dd86f(0x22c)](_0x46f308[_0x2dd86f(0x23a)]+_0x2dd86f(0x224)));if(_0x46f308[_0x2dd86f(0x238)]!==undefined&&_0x46f308[_0x2dd86f(0x238)]>0x0)_0x1c97cb[_0x2dd86f(0x27b)](a4_0x4484d8['red'](_0x46f308[_0x2dd86f(0x238)]+_0x2dd86f(0x261)));return _0x1c97cb['join'](',\x20');}function a4_0x179c(_0x198fb2,_0x5b5210){_0x198fb2=_0x198fb2-0x1da;const _0x17ebca=a4_0x17eb();let _0x179ce0=_0x17ebca[_0x198fb2];return _0x179ce0;}function displayDiffs(_0xa010e1,_0x1a902d,_0x47bd5d,_0x45ae27){const _0x333670=a4_0x179c;for(const _0x46a199 of _0xa010e1){if(_0x46a199[_0x333670(0x239)]){const _0x25676b=_0x46a199['agentName']||_0x46a199[_0x333670(0x24b)];console[_0x333670(0x228)](_0x333670(0x1df)+_0x25676b+'\x27:'),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c)),console[_0x333670(0x228)](_0x46a199[_0x333670(0x239)]),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c));}}for(const _0x3f2646 of _0x1a902d){_0x3f2646[_0x333670(0x239)]&&(console[_0x333670(0x228)](_0x333670(0x237)+_0x3f2646[_0x333670(0x24b)]+'\x27:'),console['log']('─'[_0x333670(0x1e8)](0x3c)),console[_0x333670(0x228)](_0x3f2646['diff']),console[_0x333670(0x228)]('─'['repeat'](0x3c)));}for(const _0x58a86e of _0x47bd5d){_0x58a86e[_0x333670(0x239)]&&(console[_0x333670(0x228)](_0x333670(0x25a)+_0x58a86e['name']+'\x27:'),console[_0x333670(0x228)]('─'['repeat'](0x3c)),console[_0x333670(0x228)](_0x58a86e[_0x333670(0x239)]),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c)));}for(const _0x2bfce5 of _0x45ae27){_0x2bfce5[_0x333670(0x239)]&&(console[_0x333670(0x228)](_0x333670(0x21f)+_0x2bfce5[_0x333670(0x24b)]+'\x27:'),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c)),console['log'](_0x2bfce5[_0x333670(0x239)]),console[_0x333670(0x228)]('─'['repeat'](0x3c)));}}export class AgentPullCommand extends BaseCommand{[a4_0x4f49a5(0x24b)]=a4_0x4f49a5(0x1de);[a4_0x4f49a5(0x1f3)]=a4_0x4f49a5(0x22b);async[a4_0x4f49a5(0x23d)](_0x1d6bfe){const _0x266f71=a4_0x4f49a5,{options:_0x2c51fe,args:_0x39b65d,tdx:_0x30c2e2}=_0x1d6bfe,_0x502f58=_0x39b65d[0x0],_0x508936=_0x39b65d[0x1],_0x57e52c=_0x2c51fe[_0x266f71(0x23e)],_0x4ce7dc=_0x2c51fe[_0x266f71(0x25d)],_0x120486=_0x2c51fe[_0x266f71(0x286)],_0x580557=_0x2c51fe['yes'],_0x240a7f=_0x2c51fe['llmProject'];let _0x1c34c4,_0x53966f;const _0x3fcf33=findAgentConfigPath(process[_0x266f71(0x209)]());if(_0x502f58){const _0x258006=a4_0x993bfa[_0x266f71(0x1e3)](_0x502f58,_0x266f71(0x24c));if(existsSync(_0x258006))try{const _0x388f04=JSON[_0x266f71(0x21a)](readFileSync(_0x258006,_0x266f71(0x26f)));_0x1c34c4=_0x388f04[_0x266f71(0x23b)],_0x53966f=_0x502f58,console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x235)](_0x266f71(0x220)+_0x258006+':\x20'+_0x1c34c4));}catch{_0x1c34c4=_0x502f58;}else _0x1c34c4=_0x502f58;}else{if(_0x3fcf33)try{const _0x4acac8=JSON['parse'](readFileSync(_0x3fcf33,'utf-8'));_0x1c34c4=_0x4acac8[_0x266f71(0x23b)],_0x53966f=a4_0x993bfa[_0x266f71(0x208)](_0x3fcf33),console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x235)](_0x266f71(0x1f0)+_0x1c34c4));}catch{_0x1c34c4=_0x240a7f;}else _0x1c34c4=_0x240a7f;}if(!_0x1c34c4)return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x264))),console[_0x266f71(0x228)]('Usage:\x20tdx\x20agent\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20project\x20(requires\x20context\x20or\x20tdx.json)'),console['log'](_0x266f71(0x260)),console[_0x266f71(0x228)](_0x266f71(0x20a)),console[_0x266f71(0x228)](_0x266f71(0x234)),0x1;if(_0x508936){const {data:_0x2ae8da}=await withSpinner(_0x266f71(0x240)+_0x508936+'\x22\x20from\x20project\x20\x22'+_0x1c34c4+'\x22...',()=>_0x30c2e2[_0x266f71(0x1f6)][_0x266f71(0x278)](_0x1c34c4,_0x508936,_0x57e52c,{'dryRun':_0x4ce7dc,'force':_0x120486}));if(_0x4ce7dc)return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x254))),console[_0x266f71(0x228)](_0x266f71(0x1e6)+_0x2ae8da[_0x266f71(0x1e1)]),console[_0x266f71(0x228)](_0x266f71(0x269)+_0x2ae8da['outputPath']),_0x2ae8da[_0x266f71(0x239)]&&(console['log'](_0x266f71(0x273)),console[_0x266f71(0x228)]('─'['repeat'](0x3c)),console[_0x266f71(0x228)](_0x2ae8da[_0x266f71(0x239)]),console[_0x266f71(0x228)]('─'[_0x266f71(0x1e8)](0x3c))),0x0;return console['log'](a4_0x4484d8['green']('Agent\x20pulled\x20successfully')),console[_0x266f71(0x228)](_0x266f71(0x233)+_0x2ae8da[_0x266f71(0x1e1)]),console[_0x266f71(0x228)]('Output:\x20'+_0x2ae8da['outputPath']),console[_0x266f71(0x228)](_0x266f71(0x27a)+(_0x2ae8da[_0x266f71(0x1da)]?a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x27f)):_0x2ae8da['hasChanges']?a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x205)):a4_0x4484d8['gray'](_0x266f71(0x23a)))),0x0;}const _0x177e4d=_0x53966f||_0x57e52c,{data:_0x5a354f}=await withSpinner(_0x266f71(0x252)+_0x1c34c4+_0x266f71(0x24f),()=>_0x30c2e2['llm'][_0x266f71(0x1e7)](_0x1c34c4,_0x177e4d,{'dryRun':!![]})),_0xe54a02=_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x207)][_0x266f71(0x27f)]+_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x1dc)][_0x266f71(0x27f)]+_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x25e)][_0x266f71(0x27f)]+_0x5a354f['counts']['prompts'][_0x266f71(0x27f)],_0x179747=_0x5a354f['counts'][_0x266f71(0x207)][_0x266f71(0x205)]+_0x5a354f['counts']['knowledgeBases'][_0x266f71(0x205)]+_0x5a354f[_0x266f71(0x1db)]['textKnowledgeBases'][_0x266f71(0x205)]+_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x1ea)][_0x266f71(0x205)],_0x21cdd5=_0x5a354f[_0x266f71(0x1db)]['agents'][_0x266f71(0x23a)]+_0x5a354f['counts'][_0x266f71(0x1dc)]['unchanged']+_0x5a354f['counts'][_0x266f71(0x25e)]['unchanged']+_0x5a354f['counts'][_0x266f71(0x1ea)][_0x266f71(0x23a)];console['log'](_0x266f71(0x244)+_0x5a354f['projectName']+'\x27:'),console[_0x266f71(0x228)]('\x20\x20'+a4_0x4484d8[_0x266f71(0x26c)]('+\x20'+_0xe54a02+_0x266f71(0x1f4))+'\x20|\x20'+a4_0x4484d8[_0x266f71(0x280)]('~\x20'+_0x179747+_0x266f71(0x281))+_0x266f71(0x253)+a4_0x4484d8[_0x266f71(0x235)]('=\x20'+_0x21cdd5+'\x20unchanged')),console['log'](_0x266f71(0x1e2)+formatCountSummary(_0x5a354f['counts'][_0x266f71(0x207)])),console['log']('\x20\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x5a354f[_0x266f71(0x1db)]['knowledgeBases'])),console[_0x266f71(0x228)](_0x266f71(0x20d)+formatCountSummary(_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x25e)])),console[_0x266f71(0x228)](_0x266f71(0x1ee)+formatCountSummary(_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x1ea)])),console[_0x266f71(0x228)](_0x266f71(0x287)+a4_0x4484d8['cyan'](_0x5a354f[_0x266f71(0x243)])),displayDiffs(_0x5a354f[_0x266f71(0x207)],_0x5a354f[_0x266f71(0x1dc)],_0x5a354f[_0x266f71(0x25e)],_0x5a354f[_0x266f71(0x1ea)]);if(_0x4ce7dc)return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x216))),0x0;if(_0xe54a02===0x0&&_0x179747===0x0)return console['log'](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x276))),saveSessionContext({'llm_project':_0x5a354f['projectName']},_0x2c51fe[_0x266f71(0x1f1)]),console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x26a)+a4_0x4484d8[_0x266f71(0x235)](_0x266f71(0x23b))+_0x266f71(0x202)+a4_0x4484d8[_0x266f71(0x22d)](_0x5a354f[_0x266f71(0x266)]))),0x0;if(!_0x580557&&!_0x120486){const _0x18b3dc=await confirmKey(_0x266f71(0x267)+(_0xe54a02+_0x179747)+_0x266f71(0x21b));if(!_0x18b3dc)return console[_0x266f71(0x228)](_0x266f71(0x231)),0x0;}const {data:_0x557380}=await withSpinner(_0x266f71(0x201),()=>_0x30c2e2['llm']['pullProject'](_0x1c34c4,_0x177e4d,{'force':_0x120486}));return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x225)+(_0xe54a02+_0x179747)+'\x20files\x20to\x20'+_0x557380['outputDir'])),saveSessionContext({'llm_project':_0x557380[_0x266f71(0x266)]},_0x2c51fe[_0x266f71(0x1f1)]),console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x26a)+a4_0x4484d8['dim'](_0x266f71(0x23b))+'\x20=\x20'+a4_0x4484d8['cyan'](_0x557380[_0x266f71(0x266)]))),0x0;}}export class AgentCloneCommand extends BaseCommand{[a4_0x4f49a5(0x24b)]=a4_0x4f49a5(0x275);[a4_0x4f49a5(0x1f3)]=a4_0x4f49a5(0x282);async[a4_0x4f49a5(0x23d)](_0x2d29bb){const _0x4d47be=a4_0x4f49a5,{options:_0x5df384,args:_0xc16576,tdx:_0xaf6d40}=_0x2d29bb,_0x450d0a=_0xc16576[0x0],_0x36de87=_0x5df384[_0x4d47be(0x24b)],_0x9a4db=_0x5df384[_0x4d47be(0x25d)],_0x56131f=_0x5df384[_0x4d47be(0x27d)],_0x1471ea=_0x5df384[_0x4d47be(0x22e)],_0x804e85=_0x5df384['llmProject'];let _0x31a96e;const _0x533210=findAgentConfigPath(process[_0x4d47be(0x209)]());if(_0x450d0a){const _0x4932b5=a4_0x993bfa[_0x4d47be(0x1e3)](_0x450d0a,'tdx.json');existsSync(_0x4932b5)?(_0x31a96e=_0x450d0a,console['log'](a4_0x4484d8[_0x4d47be(0x235)](_0x4d47be(0x222)+_0x450d0a))):_0x31a96e=_0x450d0a;}else{if(_0x533210)_0x31a96e=a4_0x993bfa[_0x4d47be(0x208)](_0x533210),console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x235)](_0x4d47be(0x1fa)+_0x31a96e));else{if(_0x804e85){const _0x17ecbe=sanitizeForFilesystem(_0x804e85);let _0x57ab2c=_0x17ecbe,_0x340697=a4_0x993bfa[_0x4d47be(0x1e3)](process[_0x4d47be(0x209)](),_0x4d47be(0x207),_0x17ecbe,_0x4d47be(0x24c));if(!existsSync(_0x340697)){const _0x59430a=normalizeName(_0x804e85),_0x2aeb4c=a4_0x993bfa[_0x4d47be(0x1e3)](process[_0x4d47be(0x209)](),'agents',_0x59430a,_0x4d47be(0x24c));existsSync(_0x2aeb4c)&&(_0x57ab2c=_0x59430a,_0x340697=_0x2aeb4c);}if(existsSync(_0x340697))_0x31a96e=a4_0x993bfa['dirname'](_0x340697),console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x235)](_0x4d47be(0x222)+_0x31a96e));else{const _0x29d956=_0x5df384[_0x4d47be(0x259)];if(_0x29d956)throw new SDKError(ErrorCode[_0x4d47be(0x283)],_0x4d47be(0x241)+_0x804e85+'\x22\x20to\x20a\x20different\x20profile',undefined,{'helpText':_0x4d47be(0x1ec)+_0x4d47be(0x242)+(_0x4d47be(0x203)+_0x804e85+'\x0a')+(_0x4d47be(0x246)+_0x57ab2c+_0x4d47be(0x1e4)+(_0x36de87||_0x4d47be(0x20c))+'\x20--profile\x20'+_0x29d956)});_0x31a96e=_0x804e85,console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x235)]('Using\x20context\x20project:\x20'+_0x804e85));}}}}if(!_0x31a96e)return console[_0x4d47be(0x228)](a4_0x4484d8['yellow'](_0x4d47be(0x217))),console[_0x4d47be(0x228)]('\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project'),console[_0x4d47be(0x228)](_0x4d47be(0x230)),console['log'](_0x4d47be(0x25c)),console[_0x4d47be(0x228)](_0x4d47be(0x247)),0x1;if(!_0x36de87)throw new SDKError(ErrorCode['MISSING_ARGUMENT'],_0x4d47be(0x270),undefined,{'helpText':'Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>'});if(!_0x56131f&&!_0x9a4db){const _0x46029f=await confirmKey(_0x4d47be(0x268)+_0x31a96e+_0x4d47be(0x1fc)+_0x36de87+'\x22?');if(!_0x46029f)return console[_0x4d47be(0x228)](_0x4d47be(0x1eb)),0x0;}const {data:_0x41e8e4}=await withSpinner(_0x4d47be(0x229)+_0x31a96e+_0x4d47be(0x256)+_0x36de87+_0x4d47be(0x24f),()=>_0xaf6d40['llm'][_0x4d47be(0x204)](_0x31a96e,_0x36de87,{'dryRun':_0x9a4db}));if(_0x9a4db)return console[_0x4d47be(0x228)](a4_0x4484d8['yellow'](_0x4d47be(0x265))),console[_0x4d47be(0x228)](_0x4d47be(0x214)+_0x41e8e4[_0x4d47be(0x236)]),console['log'](_0x4d47be(0x1fb)+_0x36de87),console['log'](_0x4d47be(0x249)),console['log']('\x20\x20Agents:\x20'+_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x207)][_0x4d47be(0x25f)]),console['log'](_0x4d47be(0x277)+_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1dc)][_0x4d47be(0x25f)]),console[_0x4d47be(0x228)](_0x4d47be(0x1ee)+_0x41e8e4['counts'][_0x4d47be(0x1ea)]['created']),0x0;const _0x2724d8=_0x41e8e4['counts'][_0x4d47be(0x207)][_0x4d47be(0x238)]>0x0||_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1dc)][_0x4d47be(0x238)]>0x0||_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1ea)][_0x4d47be(0x238)]>0x0;_0x2724d8?console['log'](a4_0x4484d8['yellow']('Project\x20cloned\x20with\x20errors')):console[_0x4d47be(0x228)](a4_0x4484d8['green'](_0x4d47be(0x21d)));console['log'](_0x4d47be(0x214)+_0x41e8e4['sourceProjectName']),console[_0x4d47be(0x228)]('New\x20project:\x20'+_0x41e8e4[_0x4d47be(0x1f9)]),console[_0x4d47be(0x228)](_0x4d47be(0x274)+_0x41e8e4[_0x4d47be(0x212)]),console[_0x4d47be(0x228)](),console[_0x4d47be(0x228)](_0x4d47be(0x1e5)),console[_0x4d47be(0x228)]('\x20\x20Agents:\x20'+formatCountSummary(_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x207)])),console[_0x4d47be(0x228)](_0x4d47be(0x277)+formatCountSummary(_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1dc)])),console['log'](_0x4d47be(0x1ee)+formatCountSummary(_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1ea)]));if(_0x2724d8){console[_0x4d47be(0x228)](),console['log'](a4_0x4484d8['red'](_0x4d47be(0x20e)));for(const _0x5b5596 of _0x41e8e4['agents']){_0x5b5596[_0x4d47be(0x258)]===_0x4d47be(0x262)&&console['log'](a4_0x4484d8[_0x4d47be(0x227)](_0x4d47be(0x21e)+_0x5b5596[_0x4d47be(0x1e1)]+_0x4d47be(0x1f2)+_0x5b5596[_0x4d47be(0x262)]));}for(const _0x49c603 of _0x41e8e4[_0x4d47be(0x1dc)]){_0x49c603[_0x4d47be(0x258)]==='error'&&console['log'](a4_0x4484d8[_0x4d47be(0x227)](_0x4d47be(0x272)+_0x49c603[_0x4d47be(0x24b)]+_0x4d47be(0x1f2)+_0x49c603[_0x4d47be(0x262)]));}for(const _0x10f100 of _0x41e8e4[_0x4d47be(0x1ea)]){_0x10f100['action']==='error'&&console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x227)](_0x4d47be(0x223)+_0x10f100[_0x4d47be(0x24b)]+_0x4d47be(0x1f2)+_0x10f100['error']));}return 0x1;}console[_0x4d47be(0x228)]();const _0x4c8098=getLLMProjectUrl(_0x1471ea,_0x41e8e4[_0x4d47be(0x212)]);return console[_0x4d47be(0x228)](_0x4d47be(0x26b)+a4_0x4484d8['cyan'](_0x4c8098)),0x0;}}export class AgentPushCommand extends BaseCommand{['name']=a4_0x4f49a5(0x24a);[a4_0x4f49a5(0x1f3)]=a4_0x4f49a5(0x1ed);async[a4_0x4f49a5(0x23d)](_0x9990d){const _0x54f460=a4_0x4f49a5,{options:_0x4cd2f9,args:_0x12edca,tdx:_0x1168a5}=_0x9990d;let _0x56d335=_0x12edca[0x0]||process[_0x54f460(0x209)]();const _0x56eaa6=_0x4cd2f9['dryRun'],_0x4f9ec6=_0x4cd2f9[_0x54f460(0x286)],_0x2377b4=_0x4cd2f9[_0x54f460(0x27d)],_0xa200a6=_0x4cd2f9[_0x54f460(0x22e)],_0x5ccfc7=a4_0x993bfa['join'](_0x56d335,_0x54f460(0x226)),_0x4ade44=existsSync(_0x5ccfc7);if(_0x4ade44){const {data:_0x109935}=await withSpinner(_0x54f460(0x22f)+_0x56d335+_0x54f460(0x24f),()=>_0x1168a5[_0x54f460(0x1f6)][_0x54f460(0x250)](_0x56d335,{'dryRun':_0x56eaa6,'force':_0x4f9ec6}));if(_0x56eaa6)return console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x280)](_0x54f460(0x265))),console[_0x54f460(0x228)](_0x54f460(0x1dd)+_0x109935['agentName']),0x0;if(_0x109935[_0x54f460(0x258)]===_0x54f460(0x262))return console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)]('Failed\x20to\x20push\x20agent:\x20'+_0x109935[_0x54f460(0x262)])),0x1;console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x26c)](_0x54f460(0x20b)+_0x109935[_0x54f460(0x258)]+'\x20successfully')),console[_0x54f460(0x228)](_0x54f460(0x233)+_0x109935[_0x54f460(0x1e1)]);if(_0x109935[_0x54f460(0x245)]&&_0x109935['projectId']){const _0x408162=getLLMAgentChatUrl(_0xa200a6,_0x109935[_0x54f460(0x1f8)],_0x109935[_0x54f460(0x245)]);console[_0x54f460(0x228)](_0x54f460(0x206)+a4_0x4484d8[_0x54f460(0x22d)](_0x408162));}return 0x0;}const _0xe6a217=_0x4cd2f9[_0x54f460(0x22a)],_0x57db73=resolveProjectFromContext(_0x56d335,_0xe6a217);if(_0x57db73[_0x54f460(0x24e)])_0x56d335=_0x57db73[_0x54f460(0x1e0)],_0x57db73[_0x54f460(0x218)]===_0x54f460(0x26e)&&console['log'](a4_0x4484d8['dim']('Using\x20project:\x20'+_0x56d335));else{let _0x2abf96=_0x54f460(0x23f);_0x57db73[_0x54f460(0x263)]===_0x54f460(0x23c)&&(_0x2abf96=_0x57db73['message']+_0x54f460(0x24d)+_0x57db73[_0x54f460(0x22a)]+'\x27\x20to\x20create\x20the\x20folder\x20structure.');throw new SDKError(ErrorCode[_0x54f460(0x283)],_0x57db73[_0x54f460(0x263)]===_0x54f460(0x27c)?_0x57db73[_0x54f460(0x26d)]:_0x54f460(0x251)+_0x56d335,undefined,{'helpText':_0x2abf96});}const {data:_0x5d3998}=await withSpinner(_0x54f460(0x21c),()=>_0x1168a5[_0x54f460(0x1f6)][_0x54f460(0x211)](_0x56d335,{'dryRun':!![]})),_0x24ed9a=_0x5d3998['counts']['agents'][_0x54f460(0x238)]>0x0;if(_0x24ed9a){console['log'](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x221)));for(const _0x548bb1 of _0x5d3998[_0x54f460(0x207)]){_0x548bb1[_0x54f460(0x258)]==='error'&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x21e)+_0x548bb1[_0x54f460(0x1e1)]+'\x22:\x20'+_0x548bb1[_0x54f460(0x262)]));}return 0x1;}const _0x302b52=_0x5d3998['counts']['agents'][_0x54f460(0x25f)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1dc)]['created']+_0x5d3998[_0x54f460(0x1db)]['textKnowledgeBases']['created']+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1ea)]['created'],_0x4f40bc=_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x207)][_0x54f460(0x205)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1dc)][_0x54f460(0x205)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x25e)][_0x54f460(0x205)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1ea)][_0x54f460(0x205)],_0x1626b1=_0x5d3998[_0x54f460(0x1db)]['agents']['unchanged']+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1dc)][_0x54f460(0x23a)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x25e)]['unchanged']+_0x5d3998['counts'][_0x54f460(0x1ea)][_0x54f460(0x23a)];console['log'](_0x54f460(0x248)+_0x5d3998['projectName']+'\x27:'),console[_0x54f460(0x228)]('\x20\x20'+a4_0x4484d8[_0x54f460(0x26c)]('+\x20'+_0x302b52+_0x54f460(0x1f4))+_0x54f460(0x253)+a4_0x4484d8[_0x54f460(0x280)]('~\x20'+_0x4f40bc+'\x20changed')+'\x20|\x20'+a4_0x4484d8[_0x54f460(0x235)]('=\x20'+_0x1626b1+_0x54f460(0x224))),console[_0x54f460(0x228)](_0x54f460(0x1e2)+formatCountSummary(_0x5d3998[_0x54f460(0x1db)]['agents'])),console[_0x54f460(0x228)]('\x20\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x5d3998[_0x54f460(0x1db)]['knowledgeBases'])),console[_0x54f460(0x228)](_0x54f460(0x20d)+formatCountSummary(_0x5d3998[_0x54f460(0x1db)]['textKnowledgeBases'])),console[_0x54f460(0x228)](_0x54f460(0x1ee)+formatCountSummary(_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1ea)])),console[_0x54f460(0x228)](_0x54f460(0x1ef)+a4_0x4484d8[_0x54f460(0x22d)](_0x56d335)),displayDiffs(_0x5d3998[_0x54f460(0x207)],_0x5d3998[_0x54f460(0x1dc)],_0x5d3998[_0x54f460(0x25e)],_0x5d3998[_0x54f460(0x1ea)]);if(_0x56eaa6)return console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x280)](_0x54f460(0x1fd))),0x0;if(_0x302b52===0x0&&_0x4f40bc===0x0){console[_0x54f460(0x228)](a4_0x4484d8['green']('\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date'));const _0x2b0560=getLLMProjectUrl(_0xa200a6,_0x5d3998['projectId']);return console[_0x54f460(0x228)](_0x54f460(0x26b)+a4_0x4484d8[_0x54f460(0x22d)](_0x2b0560)),0x0;}if(!_0x2377b4&&!_0x4f9ec6){const _0x4f563c=await confirmKey('\x0aPush\x20'+(_0x302b52+_0x4f40bc)+_0x54f460(0x1f7));if(!_0x4f563c)return console[_0x54f460(0x228)](_0x54f460(0x210)),0x0;}const {data:_0x460d4b}=await withSpinner(_0x54f460(0x284),()=>_0x1168a5[_0x54f460(0x1f6)][_0x54f460(0x211)](_0x56d335,{'force':_0x4f9ec6})),_0x537c62=_0x460d4b[_0x54f460(0x1db)]['agents']['errors']>0x0||_0x460d4b[_0x54f460(0x1db)][_0x54f460(0x1dc)]['errors']>0x0||_0x460d4b[_0x54f460(0x1db)][_0x54f460(0x25e)][_0x54f460(0x238)]>0x0||_0x460d4b[_0x54f460(0x1db)][_0x54f460(0x1ea)][_0x54f460(0x238)]>0x0;if(_0x537c62){console['log'](a4_0x4484d8[_0x54f460(0x280)](_0x54f460(0x1ff))),console[_0x54f460(0x228)](),console['log'](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x20e)));for(const _0x342daf of _0x460d4b['agents']){_0x342daf[_0x54f460(0x258)]===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x21e)+_0x342daf['agentName']+'\x22:\x20'+_0x342daf[_0x54f460(0x262)]));}for(const _0x384390 of _0x460d4b[_0x54f460(0x1dc)]){_0x384390[_0x54f460(0x258)]===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x272)+_0x384390[_0x54f460(0x24b)]+_0x54f460(0x1f2)+_0x384390[_0x54f460(0x262)]));}for(const _0x437723 of _0x460d4b[_0x54f460(0x25e)]){_0x437723[_0x54f460(0x258)]===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8['red'](_0x54f460(0x1fe)+_0x437723[_0x54f460(0x24b)]+_0x54f460(0x1f2)+_0x437723[_0x54f460(0x262)]));}for(const _0x118f17 of _0x460d4b['prompts']){_0x118f17['action']===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x223)+_0x118f17[_0x54f460(0x24b)]+_0x54f460(0x1f2)+_0x118f17[_0x54f460(0x262)]));}return 0x1;}console['log'](a4_0x4484d8['green'](_0x54f460(0x271)+(_0x302b52+_0x4f40bc)+_0x54f460(0x1f5)+_0x460d4b[_0x54f460(0x266)]+'\x27'));const _0x3c70d5=getLLMProjectUrl(_0xa200a6,_0x460d4b['projectId']);return console[_0x54f460(0x228)](_0x54f460(0x26b)+a4_0x4484d8['cyan'](_0x3c70d5)),0x0;}}
1
+ const a4_0x32ac60=a4_0x2e2d;(function(_0x427d8f,_0x4c1067){const _0x2c6f3b=a4_0x2e2d,_0x54825c=_0x427d8f();while(!![]){try{const _0x4d954a=-parseInt(_0x2c6f3b(0x22f))/0x1+parseInt(_0x2c6f3b(0x291))/0x2*(parseInt(_0x2c6f3b(0x294))/0x3)+parseInt(_0x2c6f3b(0x242))/0x4+parseInt(_0x2c6f3b(0x28c))/0x5*(parseInt(_0x2c6f3b(0x1f3))/0x6)+parseInt(_0x2c6f3b(0x237))/0x7*(-parseInt(_0x2c6f3b(0x23e))/0x8)+-parseInt(_0x2c6f3b(0x207))/0x9*(parseInt(_0x2c6f3b(0x236))/0xa)+parseInt(_0x2c6f3b(0x205))/0xb;if(_0x4d954a===_0x4c1067)break;else _0x54825c['push'](_0x54825c['shift']());}catch(_0x3ed4c6){_0x54825c['push'](_0x54825c['shift']());}}}(a4_0x33f3,0x29ad7));import a4_0x34cdce from'chalk';import a4_0x23e823 from'path';import{existsSync,readFileSync}from'fs';import{BaseCommand}from'./command.js';function a4_0x33f3(){const _0x3e6f82=['Source:\x20','\x0aPush\x20','MISSING_ARGUMENT','errors','✔\x20Context\x20set:\x20','\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date','Cannot\x20clone\x20from\x20context\x20project\x20\x22','description','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','name','cwd','\x20resources?','\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date','334895shBFjs','Output:\x20','llm','pushAgent','\x20\x20tdx\x20agent\x20pull\x20','<new-name>','llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a','152890wUXXcc','662935bMUCJZ','\x0aChanges\x20to\x20prompt\x20\x27','textKnowledgeBases','\x20successfully','agentName','No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a','\x20changed','8gTNNKv','\x0aChanges\x20to\x20knowledge\x20base\x20\x27','agent:pull','repeat','565192mOaILR','Errors:','\x20\x20Knowledge\x20Bases:\x20','hasChanges','\x20files\x20to\x20','Pushing\x20agent\x20from\x20\x22','dim','diff','Cloning\x20\x22','unchanged','Writing\x20files...','INVALID_ARGUMENT','\x20files?','utf-8','join','pullProject','\x22\x20to\x20a\x20different\x20profile','\x20\x20Source:\x20','\x20\x20Agent\x20\x22','Agent\x20','tdx.json','projectId','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20#\x20Pull\x20specific\x20agent','Dry\x20run\x20-\x20no\x20changes\x20made','knowledgeBases','\x0aWrite\x20','\x22\x20to\x20new\x20project\x20\x22','\x22\x20to\x20\x22','Pulling\x20agent\x20\x22','Agent\x20pulled\x20successfully','newProjectName','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','Clone\x20\x22','Pull\x20cancelled','pushProject','\x22:\x20','\x20\x20Knowledge\x20Base\x20\x22','Usage:\x20tdx\x20agent\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20project\x20(requires\x20context\x20or\x20tdx.json)','message','agent.yml','Analyzing\x20changes\x20to\x20push...','counts','Agent:\x20','reason','\x20\x20tdx\x20agent\x20clone\x20agents/','profile','new','dryRun','Using\x20project:\x20','\x20\x20Prompts:\x20','Using\x20local\x20project:\x20','\x20=\x20','Pushing\x20to\x20project...','outputDir','\x20created','llmProject','output','\x0a✔\x20Pushed\x20','source','Failed\x20to\x20push\x20agent:\x20','projectDir','\x20--name\x20','no_local_folder','Status:\x20','created','execute','\x20|\x20','outputPath','session','error','updated','\x0a✔\x20Pulled\x20','\x20\x20tdx\x20agent\x20clone\x20--name\x20<new-name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clone\x20from\x20context\x20(llm_project)','yellow','55vPWILT','\x22...','\x20\x20Text\x20Knowledge\x20Bases:\x20','context','\x20\x20Prompt\x20\x22','2150qOcHjf','push','\x0aPull\x20summary\x20for\x20\x27','75DeSqhE','Using\x20project\x20from\x20','Using\x20context\x20project:\x20','green','\x20\x20Agents:\x20','Clone\x20cancelled','Using\x20current\x20project:\x20','\x20new','125832cuJgwq','cyan','yes','action','\x0aChanges:','Run\x20\x27tdx\x20agent\x20pull\x20<project>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure,\x20or\x20specify\x20an\x20agent\x20directory\x20with\x20agent.yml.','\x0aRun\x20\x27tdx\x20agent\x20pull\x20','\x0aChanges\x20to\x20agent\x20\x27','\x27\x20to\x20create\x20the\x20folder\x20structure.','\x20unchanged','\x20--profile\x20','prompts','agentId','Would\x20clone:','New\x20project\x20ID:\x20','Project:\x20','agents','\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project','2552264ZhyFUt','Project\x20cloned\x20with\x20errors','18YKeLBL','\x22\x20from\x20project\x20\x22','Dry\x20run\x20-\x20no\x20files\x20written','\x20resources\x20to\x20\x27','sourceProjectName','Output\x20path:\x20','no_context','force','llm_project','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20all\x20agents\x20from\x20project','gray','log','newProjectId','Push\x20cancelled','\x20total','total','\x20errors','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','Project\x20cloned\x20successfully','Would\x20pull\x20agent:\x20','red','projectName','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','isNew','No\x20tdx.json\x20found\x20in\x20','Would\x20push\x20agent:\x20','parse'];a4_0x33f3=function(){return _0x3e6f82;};return a4_0x33f3();}import{SDKError,ErrorCode}from'../sdk/index.js';import{withSpinner}from'../utils/spinner.js';import{confirmKey}from'../utils/prompt.js';import{findAgentConfigPath,resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{saveSessionContext}from'../core/session.js';import{sanitizeForFilesystem,normalizeName}from'../sdk/agent/agent-yaml.js';function a4_0x2e2d(_0xdffb1b,_0x26113e){_0xdffb1b=_0xdffb1b-0x1f1;const _0x33f332=a4_0x33f3();let _0x2e2d23=_0x33f332[_0xdffb1b];return _0x2e2d23;}import{getLLMProjectUrl,getLLMAgentChatUrl}from'../sdk/client/endpoints.js';function formatCountSummary(_0x4ad6c9){const _0x25a93d=a4_0x2e2d,_0x107540=[];if(_0x4ad6c9[_0x25a93d(0x216)]!==undefined)_0x107540[_0x25a93d(0x292)](_0x4ad6c9[_0x25a93d(0x216)]+_0x25a93d(0x215));if(_0x4ad6c9[_0x25a93d(0x270)]!==undefined&&_0x4ad6c9[_0x25a93d(0x270)]>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce[_0x25a93d(0x297)](_0x4ad6c9[_0x25a93d(0x270)]+'\x20new'));if(_0x4ad6c9[_0x25a93d(0x282)]!==undefined&&_0x4ad6c9[_0x25a93d(0x282)]>0x0)_0x107540['push'](a4_0x34cdce[_0x25a93d(0x297)](_0x4ad6c9[_0x25a93d(0x282)]+_0x25a93d(0x278)));if(_0x4ad6c9[_0x25a93d(0x288)]!==undefined&&_0x4ad6c9[_0x25a93d(0x288)]>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce['yellow'](_0x4ad6c9[_0x25a93d(0x288)]+'\x20updated'));if(_0x4ad6c9[_0x25a93d(0x24b)]!==undefined&&_0x4ad6c9['unchanged']>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce[_0x25a93d(0x211)](_0x4ad6c9[_0x25a93d(0x24b)]+_0x25a93d(0x1fc)));if(_0x4ad6c9[_0x25a93d(0x225)]!==undefined&&_0x4ad6c9[_0x25a93d(0x225)]>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce[_0x25a93d(0x21b)](_0x4ad6c9['errors']+_0x25a93d(0x217)));return _0x107540[_0x25a93d(0x250)](',\x20');}function displayDiffs(_0x3caae3,_0x2758bd,_0xc3bc7f,_0x3db6e6){const _0xcc195a=a4_0x2e2d;for(const _0x4205d5 of _0x3caae3){if(_0x4205d5['diff']){const _0xc8efb2=_0x4205d5['agentName']||_0x4205d5['name'];console[_0xcc195a(0x212)](_0xcc195a(0x1fa)+_0xc8efb2+'\x27:'),console['log']('─'['repeat'](0x3c)),console[_0xcc195a(0x212)](_0x4205d5['diff']),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c));}}for(const _0x208d56 of _0x2758bd){_0x208d56[_0xcc195a(0x249)]&&(console[_0xcc195a(0x212)](_0xcc195a(0x23f)+_0x208d56[_0xcc195a(0x22b)]+'\x27:'),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)),console[_0xcc195a(0x212)](_0x208d56[_0xcc195a(0x249)]),console[_0xcc195a(0x212)]('─'['repeat'](0x3c)));}for(const _0xb66ebf of _0xc3bc7f){_0xb66ebf[_0xcc195a(0x249)]&&(console['log']('\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27'+_0xb66ebf[_0xcc195a(0x22b)]+'\x27:'),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)),console[_0xcc195a(0x212)](_0xb66ebf[_0xcc195a(0x249)]),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)));}for(const _0xbbab14 of _0x3db6e6){_0xbbab14['diff']&&(console[_0xcc195a(0x212)](_0xcc195a(0x238)+_0xbbab14[_0xcc195a(0x22b)]+'\x27:'),console['log']('─'[_0xcc195a(0x241)](0x3c)),console[_0xcc195a(0x212)](_0xbbab14[_0xcc195a(0x249)]),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)));}}export class AgentPullCommand extends BaseCommand{[a4_0x32ac60(0x22b)]=a4_0x32ac60(0x240);[a4_0x32ac60(0x229)]='Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files';async[a4_0x32ac60(0x283)](_0x5f5393){const _0x5c0384=a4_0x32ac60,{options:_0x231f8e,args:_0x5e2bde,tdx:_0x350035}=_0x5f5393,_0xa31f47=_0x5e2bde[0x0],_0x225387=_0x5e2bde[0x1],_0x2e4c43=_0x231f8e[_0x5c0384(0x27a)],_0x4b17e0=_0x231f8e[_0x5c0384(0x271)],_0x2e2077=_0x231f8e[_0x5c0384(0x20e)],_0x409dff=_0x231f8e[_0x5c0384(0x1f5)],_0x2ed664=_0x231f8e[_0x5c0384(0x279)];let _0x2452eb,_0xbc1141;const _0x2496fd=findAgentConfigPath(process[_0x5c0384(0x22c)]());if(_0xa31f47){const _0x4950f8=a4_0x23e823[_0x5c0384(0x250)](_0xa31f47,_0x5c0384(0x256));if(existsSync(_0x4950f8))try{const _0x4294e8=JSON[_0x5c0384(0x221)](readFileSync(_0x4950f8,'utf-8'));_0x2452eb=_0x4294e8[_0x5c0384(0x20f)],_0xbc1141=_0xa31f47,console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x248)](_0x5c0384(0x295)+_0x4950f8+':\x20'+_0x2452eb));}catch{_0x2452eb=_0xa31f47;}else _0x2452eb=_0xa31f47;}else{if(_0x2496fd)try{const _0x301a0d=JSON[_0x5c0384(0x221)](readFileSync(_0x2496fd,_0x5c0384(0x24f)));_0x2452eb=_0x301a0d[_0x5c0384(0x20f)],_0xbc1141=a4_0x23e823['dirname'](_0x2496fd),console['log'](a4_0x34cdce['dim'](_0x5c0384(0x272)+_0x2452eb));}catch{_0x2452eb=_0x2ed664;}else _0x2452eb=_0x2ed664;}if(!_0x2452eb)return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x28b)](_0x5c0384(0x235))),console[_0x5c0384(0x212)](_0x5c0384(0x267)),console[_0x5c0384(0x212)](_0x5c0384(0x210)),console['log']('\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<local-dir>\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20to\x20existing\x20local\x20directory'),console['log'](_0x5c0384(0x258)),0x1;if(_0x225387){const {data:_0x8d52df}=await withSpinner(_0x5c0384(0x25e)+_0x225387+_0x5c0384(0x208)+_0x2452eb+_0x5c0384(0x28d),()=>_0x350035['llm']['pullAgent'](_0x2452eb,_0x225387,_0x2e4c43,{'dryRun':_0x4b17e0,'force':_0x2e2077}));if(_0x4b17e0)return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x28b)](_0x5c0384(0x209))),console['log'](_0x5c0384(0x21a)+_0x8d52df[_0x5c0384(0x23b)]),console[_0x5c0384(0x212)](_0x5c0384(0x20c)+_0x8d52df[_0x5c0384(0x285)]),_0x8d52df[_0x5c0384(0x249)]&&(console['log'](_0x5c0384(0x1f7)),console['log']('─'['repeat'](0x3c)),console[_0x5c0384(0x212)](_0x8d52df[_0x5c0384(0x249)]),console[_0x5c0384(0x212)]('─'[_0x5c0384(0x241)](0x3c))),0x0;return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x25f))),console[_0x5c0384(0x212)](_0x5c0384(0x26c)+_0x8d52df[_0x5c0384(0x23b)]),console[_0x5c0384(0x212)](_0x5c0384(0x230)+_0x8d52df[_0x5c0384(0x285)]),console[_0x5c0384(0x212)](_0x5c0384(0x281)+(_0x8d52df[_0x5c0384(0x21e)]?a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x270)):_0x8d52df[_0x5c0384(0x245)]?a4_0x34cdce[_0x5c0384(0x28b)](_0x5c0384(0x288)):a4_0x34cdce[_0x5c0384(0x211)]('unchanged'))),0x0;}const _0x208fe7=_0xbc1141||_0x2e4c43,{data:_0x432dcd}=await withSpinner('Analyzing\x20project\x20\x22'+_0x2452eb+_0x5c0384(0x28d),()=>_0x350035[_0x5c0384(0x231)]['pullProject'](_0x2452eb,_0x208fe7,{'dryRun':!![]})),_0x3c3aab=_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x203)][_0x5c0384(0x270)]+_0x432dcd['counts'][_0x5c0384(0x25a)][_0x5c0384(0x270)]+_0x432dcd['counts'][_0x5c0384(0x239)][_0x5c0384(0x270)]+_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x1fe)][_0x5c0384(0x270)],_0x258aeb=_0x432dcd['counts'][_0x5c0384(0x203)][_0x5c0384(0x288)]+_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x25a)][_0x5c0384(0x288)]+_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x239)][_0x5c0384(0x288)]+_0x432dcd[_0x5c0384(0x26b)]['prompts']['updated'],_0x4c093d=_0x432dcd['counts'][_0x5c0384(0x203)][_0x5c0384(0x24b)]+_0x432dcd[_0x5c0384(0x26b)]['knowledgeBases'][_0x5c0384(0x24b)]+_0x432dcd['counts'][_0x5c0384(0x239)]['unchanged']+_0x432dcd['counts'][_0x5c0384(0x1fe)][_0x5c0384(0x24b)];console[_0x5c0384(0x212)](_0x5c0384(0x293)+_0x432dcd[_0x5c0384(0x21c)]+'\x27:'),console[_0x5c0384(0x212)]('\x20\x20'+a4_0x34cdce[_0x5c0384(0x297)]('+\x20'+_0x3c3aab+_0x5c0384(0x1f2))+_0x5c0384(0x284)+a4_0x34cdce[_0x5c0384(0x28b)]('~\x20'+_0x258aeb+_0x5c0384(0x23d))+_0x5c0384(0x284)+a4_0x34cdce[_0x5c0384(0x248)]('=\x20'+_0x4c093d+_0x5c0384(0x1fc))),console[_0x5c0384(0x212)](_0x5c0384(0x298)+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x203)])),console['log']('\x20\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x25a)])),console[_0x5c0384(0x212)](_0x5c0384(0x28e)+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)]['textKnowledgeBases'])),console[_0x5c0384(0x212)]('\x20\x20Prompts:\x20'+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x1fe)])),console[_0x5c0384(0x212)]('\x20\x20Target:\x20'+a4_0x34cdce['cyan'](_0x432dcd[_0x5c0384(0x277)])),displayDiffs(_0x432dcd[_0x5c0384(0x203)],_0x432dcd['knowledgeBases'],_0x432dcd[_0x5c0384(0x239)],_0x432dcd['prompts']);if(_0x4b17e0)return console[_0x5c0384(0x212)](a4_0x34cdce['yellow'](_0x5c0384(0x21d))),0x0;if(_0x3c3aab===0x0&&_0x258aeb===0x0)return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x227))),saveSessionContext({'llm_project':_0x432dcd[_0x5c0384(0x21c)]},_0x231f8e['session']),console[_0x5c0384(0x212)](a4_0x34cdce['green'](_0x5c0384(0x226)+a4_0x34cdce[_0x5c0384(0x248)]('llm_project')+_0x5c0384(0x275)+a4_0x34cdce[_0x5c0384(0x1f4)](_0x432dcd[_0x5c0384(0x21c)]))),0x0;if(!_0x409dff&&!_0x2e2077){const _0x553eb9=await confirmKey(_0x5c0384(0x25b)+(_0x3c3aab+_0x258aeb)+_0x5c0384(0x24e));if(!_0x553eb9)return console['log'](_0x5c0384(0x263)),0x0;}const {data:_0x18e5fb}=await withSpinner(_0x5c0384(0x24c),()=>_0x350035[_0x5c0384(0x231)][_0x5c0384(0x251)](_0x2452eb,_0x208fe7,{'force':_0x2e2077}));return console[_0x5c0384(0x212)](a4_0x34cdce['green'](_0x5c0384(0x289)+(_0x3c3aab+_0x258aeb)+_0x5c0384(0x246)+_0x18e5fb['outputDir'])),saveSessionContext({'llm_project':_0x18e5fb[_0x5c0384(0x21c)]},_0x231f8e[_0x5c0384(0x286)]),console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x226)+a4_0x34cdce[_0x5c0384(0x248)](_0x5c0384(0x20f))+_0x5c0384(0x275)+a4_0x34cdce[_0x5c0384(0x1f4)](_0x18e5fb[_0x5c0384(0x21c)]))),0x0;}}export class AgentCloneCommand extends BaseCommand{[a4_0x32ac60(0x22b)]='agent:clone';[a4_0x32ac60(0x229)]=a4_0x32ac60(0x218);async[a4_0x32ac60(0x283)](_0x46d823){const _0x27fec5=a4_0x32ac60,{options:_0x253154,args:_0x1fdecd,tdx:_0x118825}=_0x46d823,_0x3150a7=_0x1fdecd[0x0],_0x33d164=_0x253154[_0x27fec5(0x22b)],_0x84a4f4=_0x253154[_0x27fec5(0x271)],_0x4cd219=_0x253154[_0x27fec5(0x1f5)],_0x5ee890=_0x253154['site'],_0x12615a=_0x253154[_0x27fec5(0x279)];let _0x5289b5;const _0x5bb17a=findAgentConfigPath(process['cwd']());if(_0x3150a7){const _0x172429=a4_0x23e823[_0x27fec5(0x250)](_0x3150a7,_0x27fec5(0x256));existsSync(_0x172429)?(_0x5289b5=_0x3150a7,console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x248)](_0x27fec5(0x274)+_0x3150a7))):_0x5289b5=_0x3150a7;}else{if(_0x5bb17a)_0x5289b5=a4_0x23e823['dirname'](_0x5bb17a),console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x248)](_0x27fec5(0x1f1)+_0x5289b5));else{if(_0x12615a){const _0x42f650=sanitizeForFilesystem(_0x12615a);let _0x462aab=_0x42f650,_0x980a20=a4_0x23e823[_0x27fec5(0x250)](process['cwd'](),'agents',_0x42f650,'tdx.json');if(!existsSync(_0x980a20)){const _0xf89f48=normalizeName(_0x12615a),_0x5cf372=a4_0x23e823[_0x27fec5(0x250)](process[_0x27fec5(0x22c)](),_0x27fec5(0x203),_0xf89f48,_0x27fec5(0x256));existsSync(_0x5cf372)&&(_0x462aab=_0xf89f48,_0x980a20=_0x5cf372);}if(existsSync(_0x980a20))_0x5289b5=a4_0x23e823['dirname'](_0x980a20),console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x248)]('Using\x20local\x20project:\x20'+_0x5289b5));else{const _0x260dce=_0x253154[_0x27fec5(0x26f)];if(_0x260dce)throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x27fec5(0x228)+_0x12615a+_0x27fec5(0x252),undefined,{'helpText':_0x27fec5(0x22a)+'First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a'+(_0x27fec5(0x233)+_0x12615a+'\x0a')+(_0x27fec5(0x26e)+_0x462aab+_0x27fec5(0x27f)+(_0x33d164||_0x27fec5(0x234))+_0x27fec5(0x1fd)+_0x260dce)});_0x5289b5=_0x12615a,console['log'](a4_0x34cdce[_0x27fec5(0x248)](_0x27fec5(0x296)+_0x12615a));}}}}if(!_0x5289b5)return console['log'](a4_0x34cdce[_0x27fec5(0x28b)](_0x27fec5(0x23c))),console[_0x27fec5(0x212)](_0x27fec5(0x204)),console[_0x27fec5(0x212)]('\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory'),console[_0x27fec5(0x212)](_0x27fec5(0x28a)),console[_0x27fec5(0x212)]('\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>'),0x1;if(!_0x33d164)throw new SDKError(ErrorCode[_0x27fec5(0x224)],'New\x20project\x20name\x20is\x20required',undefined,{'helpText':'Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>'});if(!_0x4cd219&&!_0x84a4f4){const _0x3de430=await confirmKey(_0x27fec5(0x262)+_0x5289b5+_0x27fec5(0x25c)+_0x33d164+'\x22?');if(!_0x3de430)return console[_0x27fec5(0x212)](_0x27fec5(0x299)),0x0;}const {data:_0x13abbf}=await withSpinner(_0x27fec5(0x24a)+_0x5289b5+_0x27fec5(0x25d)+_0x33d164+_0x27fec5(0x28d),()=>_0x118825['llm']['cloneProject'](_0x5289b5,_0x33d164,{'dryRun':_0x84a4f4}));if(_0x84a4f4)return console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x28b)](_0x27fec5(0x259))),console[_0x27fec5(0x212)]('Source:\x20'+_0x13abbf[_0x27fec5(0x20b)]),console[_0x27fec5(0x212)]('New\x20project:\x20'+_0x33d164),console[_0x27fec5(0x212)](_0x27fec5(0x200)),console[_0x27fec5(0x212)]('\x20\x20Agents:\x20'+_0x13abbf['counts'][_0x27fec5(0x203)]['created']),console['log'](_0x27fec5(0x244)+_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x25a)][_0x27fec5(0x282)]),console[_0x27fec5(0x212)]('\x20\x20Prompts:\x20'+_0x13abbf[_0x27fec5(0x26b)]['prompts'][_0x27fec5(0x282)]),0x0;const _0x5eea53=_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x203)][_0x27fec5(0x225)]>0x0||_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x25a)][_0x27fec5(0x225)]>0x0||_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x1fe)][_0x27fec5(0x225)]>0x0;_0x5eea53?console[_0x27fec5(0x212)](a4_0x34cdce['yellow'](_0x27fec5(0x206))):console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x297)](_0x27fec5(0x219)));console[_0x27fec5(0x212)](_0x27fec5(0x222)+_0x13abbf['sourceProjectName']),console[_0x27fec5(0x212)]('New\x20project:\x20'+_0x13abbf[_0x27fec5(0x260)]),console[_0x27fec5(0x212)](_0x27fec5(0x201)+_0x13abbf['newProjectId']),console[_0x27fec5(0x212)](),console[_0x27fec5(0x212)]('Summary:'),console['log']('\x20\x20Agents:\x20'+formatCountSummary(_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x203)])),console['log'](_0x27fec5(0x244)+formatCountSummary(_0x13abbf['counts'][_0x27fec5(0x25a)])),console[_0x27fec5(0x212)](_0x27fec5(0x273)+formatCountSummary(_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x1fe)]));if(_0x5eea53){console['log'](),console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x21b)](_0x27fec5(0x243)));for(const _0x2e6e0a of _0x13abbf[_0x27fec5(0x203)]){_0x2e6e0a[_0x27fec5(0x1f6)]===_0x27fec5(0x287)&&console[_0x27fec5(0x212)](a4_0x34cdce['red']('\x20\x20Agent\x20\x22'+_0x2e6e0a[_0x27fec5(0x23b)]+_0x27fec5(0x265)+_0x2e6e0a[_0x27fec5(0x287)]));}for(const _0x40f42c of _0x13abbf[_0x27fec5(0x25a)]){_0x40f42c[_0x27fec5(0x1f6)]===_0x27fec5(0x287)&&console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x21b)](_0x27fec5(0x266)+_0x40f42c[_0x27fec5(0x22b)]+_0x27fec5(0x265)+_0x40f42c[_0x27fec5(0x287)]));}for(const _0x42fa6c of _0x13abbf[_0x27fec5(0x1fe)]){_0x42fa6c[_0x27fec5(0x1f6)]===_0x27fec5(0x287)&&console['log'](a4_0x34cdce[_0x27fec5(0x21b)](_0x27fec5(0x290)+_0x42fa6c[_0x27fec5(0x22b)]+_0x27fec5(0x265)+_0x42fa6c[_0x27fec5(0x287)]));}return 0x1;}console[_0x27fec5(0x212)]();const _0x2dd71e=getLLMProjectUrl(_0x5ee890,_0x13abbf[_0x27fec5(0x213)]);return console[_0x27fec5(0x212)](_0x27fec5(0x202)+a4_0x34cdce[_0x27fec5(0x1f4)](_0x2dd71e)),0x0;}}export class AgentPushCommand extends BaseCommand{[a4_0x32ac60(0x22b)]='agent:push';[a4_0x32ac60(0x229)]=a4_0x32ac60(0x261);async[a4_0x32ac60(0x283)](_0x299381){const _0x5a5fd4=a4_0x32ac60,{options:_0x16b71c,args:_0x50352e,tdx:_0x293393}=_0x299381;let _0x5280dc=_0x50352e[0x0]||process['cwd']();const _0x7263fb=_0x16b71c[_0x5a5fd4(0x271)],_0x4a680c=_0x16b71c[_0x5a5fd4(0x20e)],_0x477296=_0x16b71c[_0x5a5fd4(0x1f5)],_0x5e3637=_0x16b71c['site'],_0x2343a3=a4_0x23e823[_0x5a5fd4(0x250)](_0x5280dc,_0x5a5fd4(0x269)),_0x3c5ce1=existsSync(_0x2343a3);if(_0x3c5ce1){const {data:_0x50a973}=await withSpinner(_0x5a5fd4(0x247)+_0x5280dc+'\x22...',()=>_0x293393['llm'][_0x5a5fd4(0x232)](_0x5280dc,{'dryRun':_0x7263fb,'force':_0x4a680c}));if(_0x7263fb)return console['log'](a4_0x34cdce[_0x5a5fd4(0x28b)]('Dry\x20run\x20-\x20no\x20changes\x20made')),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x220)+_0x50a973['agentName']),0x0;if(_0x50a973[_0x5a5fd4(0x1f6)]==='error')return console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x27d)+_0x50a973['error'])),0x1;console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x297)](_0x5a5fd4(0x255)+_0x50a973[_0x5a5fd4(0x1f6)]+_0x5a5fd4(0x23a))),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x26c)+_0x50a973['agentName']);if(_0x50a973[_0x5a5fd4(0x1ff)]&&_0x50a973['projectId']){const _0x594cb2=getLLMAgentChatUrl(_0x5e3637,_0x50a973[_0x5a5fd4(0x257)],_0x50a973[_0x5a5fd4(0x1ff)]);console[_0x5a5fd4(0x212)]('Chat:\x20'+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x594cb2));}return 0x0;}const _0x23b607=_0x16b71c[_0x5a5fd4(0x279)],_0x2a0c94=resolveProjectFromContext(_0x5280dc,_0x23b607);if(_0x2a0c94['found'])_0x5280dc=_0x2a0c94[_0x5a5fd4(0x27e)],_0x2a0c94[_0x5a5fd4(0x27c)]===_0x5a5fd4(0x28f)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x248)](_0x5a5fd4(0x272)+_0x5280dc));else{let _0x3fbd50=_0x5a5fd4(0x1f8);_0x2a0c94[_0x5a5fd4(0x26d)]===_0x5a5fd4(0x280)&&(_0x3fbd50=_0x2a0c94[_0x5a5fd4(0x268)]+_0x5a5fd4(0x1f9)+_0x2a0c94['llmProject']+_0x5a5fd4(0x1fb));throw new SDKError(ErrorCode[_0x5a5fd4(0x24d)],_0x2a0c94[_0x5a5fd4(0x26d)]===_0x5a5fd4(0x20d)?_0x2a0c94[_0x5a5fd4(0x268)]:_0x5a5fd4(0x21f)+_0x5280dc,undefined,{'helpText':_0x3fbd50});}const {data:_0x46a19d}=await withSpinner(_0x5a5fd4(0x26a),()=>_0x293393[_0x5a5fd4(0x231)][_0x5a5fd4(0x264)](_0x5280dc,{'dryRun':!![]})),_0x246785=_0x46a19d[_0x5a5fd4(0x26b)]['agents']['errors']>0x0;if(_0x246785){console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)]('\x0aErrors\x20found:'));for(const _0x77c205 of _0x46a19d[_0x5a5fd4(0x203)]){_0x77c205[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console['log'](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x254)+_0x77c205['agentName']+_0x5a5fd4(0x265)+_0x77c205[_0x5a5fd4(0x287)]));}return 0x1;}const _0x26eda2=_0x46a19d['counts'][_0x5a5fd4(0x203)]['created']+_0x46a19d['counts'][_0x5a5fd4(0x25a)]['created']+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x239)][_0x5a5fd4(0x282)]+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)][_0x5a5fd4(0x282)],_0x2b9bc6=_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x203)]['updated']+_0x46a19d[_0x5a5fd4(0x26b)]['knowledgeBases'][_0x5a5fd4(0x288)]+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x239)]['updated']+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)][_0x5a5fd4(0x288)],_0x3204f4=_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x203)][_0x5a5fd4(0x24b)]+_0x46a19d['counts']['knowledgeBases'][_0x5a5fd4(0x24b)]+_0x46a19d['counts']['textKnowledgeBases'][_0x5a5fd4(0x24b)]+_0x46a19d['counts']['prompts'][_0x5a5fd4(0x24b)];console['log']('\x0aPush\x20summary\x20for\x20\x27'+_0x46a19d[_0x5a5fd4(0x21c)]+'\x27:'),console[_0x5a5fd4(0x212)]('\x20\x20'+a4_0x34cdce[_0x5a5fd4(0x297)]('+\x20'+_0x26eda2+_0x5a5fd4(0x1f2))+_0x5a5fd4(0x284)+a4_0x34cdce[_0x5a5fd4(0x28b)]('~\x20'+_0x2b9bc6+_0x5a5fd4(0x23d))+_0x5a5fd4(0x284)+a4_0x34cdce[_0x5a5fd4(0x248)]('=\x20'+_0x3204f4+'\x20unchanged')),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x298)+formatCountSummary(_0x46a19d['counts'][_0x5a5fd4(0x203)])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x244)+formatCountSummary(_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x25a)])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x28e)+formatCountSummary(_0x46a19d['counts']['textKnowledgeBases'])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x273)+formatCountSummary(_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x253)+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x5280dc)),displayDiffs(_0x46a19d[_0x5a5fd4(0x203)],_0x46a19d['knowledgeBases'],_0x46a19d[_0x5a5fd4(0x239)],_0x46a19d[_0x5a5fd4(0x1fe)]);if(_0x7263fb)return console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x28b)]('\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed')),0x0;if(_0x26eda2===0x0&&_0x2b9bc6===0x0){console[_0x5a5fd4(0x212)](a4_0x34cdce['green'](_0x5a5fd4(0x22e)));const _0x5ca32f=getLLMProjectUrl(_0x5e3637,_0x46a19d[_0x5a5fd4(0x257)]);return console['log'](_0x5a5fd4(0x202)+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x5ca32f)),0x0;}if(!_0x477296&&!_0x4a680c){const _0x3a6a68=await confirmKey(_0x5a5fd4(0x223)+(_0x26eda2+_0x2b9bc6)+_0x5a5fd4(0x22d));if(!_0x3a6a68)return console[_0x5a5fd4(0x212)](_0x5a5fd4(0x214)),0x0;}const {data:_0x5ed79d}=await withSpinner(_0x5a5fd4(0x276),()=>_0x293393[_0x5a5fd4(0x231)][_0x5a5fd4(0x264)](_0x5280dc,{'force':_0x4a680c})),_0xbceb3b=_0x5ed79d['counts'][_0x5a5fd4(0x203)]['errors']>0x0||_0x5ed79d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x25a)][_0x5a5fd4(0x225)]>0x0||_0x5ed79d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x239)][_0x5a5fd4(0x225)]>0x0||_0x5ed79d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)]['errors']>0x0;if(_0xbceb3b){console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x28b)]('\x0aProject\x20pushed\x20with\x20errors')),console[_0x5a5fd4(0x212)](),console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x243)));for(const _0x23f7e7 of _0x5ed79d[_0x5a5fd4(0x203)]){_0x23f7e7[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce['red'](_0x5a5fd4(0x254)+_0x23f7e7[_0x5a5fd4(0x23b)]+'\x22:\x20'+_0x23f7e7[_0x5a5fd4(0x287)]));}for(const _0x587883 of _0x5ed79d[_0x5a5fd4(0x25a)]){_0x587883[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x266)+_0x587883[_0x5a5fd4(0x22b)]+_0x5a5fd4(0x265)+_0x587883[_0x5a5fd4(0x287)]));}for(const _0x434a5f of _0x5ed79d['textKnowledgeBases']){_0x434a5f[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)]('\x20\x20Text\x20Knowledge\x20Base\x20\x22'+_0x434a5f[_0x5a5fd4(0x22b)]+_0x5a5fd4(0x265)+_0x434a5f[_0x5a5fd4(0x287)]));}for(const _0x363b20 of _0x5ed79d[_0x5a5fd4(0x1fe)]){_0x363b20['action']===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)]('\x20\x20Prompt\x20\x22'+_0x363b20[_0x5a5fd4(0x22b)]+_0x5a5fd4(0x265)+_0x363b20[_0x5a5fd4(0x287)]));}return 0x1;}console['log'](a4_0x34cdce[_0x5a5fd4(0x297)](_0x5a5fd4(0x27b)+(_0x26eda2+_0x2b9bc6)+_0x5a5fd4(0x20a)+_0x5ed79d[_0x5a5fd4(0x21c)]+'\x27'));const _0x478a7c=getLLMProjectUrl(_0x5e3637,_0x5ed79d[_0x5a5fd4(0x257)]);return console[_0x5a5fd4(0x212)]('Project:\x20'+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x478a7c)),0x0;}}
@@ -1 +1 @@
1
- const a5_0x3ad796=a5_0x4aed;(function(_0x387722,_0x4390c7){const _0x2fbc2f=a5_0x4aed,_0x3f4461=_0x387722();while(!![]){try{const _0x5e5df4=parseInt(_0x2fbc2f(0x1af))/0x1*(-parseInt(_0x2fbc2f(0x202))/0x2)+parseInt(_0x2fbc2f(0x1cb))/0x3+-parseInt(_0x2fbc2f(0x1c6))/0x4+-parseInt(_0x2fbc2f(0x1ad))/0x5+parseInt(_0x2fbc2f(0x1ff))/0x6*(parseInt(_0x2fbc2f(0x1ee))/0x7)+-parseInt(_0x2fbc2f(0x1eb))/0x8*(-parseInt(_0x2fbc2f(0x1d9))/0x9)+-parseInt(_0x2fbc2f(0x1de))/0xa;if(_0x5e5df4===_0x4390c7)break;else _0x3f4461['push'](_0x3f4461['shift']());}catch(_0x285581){_0x3f4461['push'](_0x3f4461['shift']());}}}(a5_0x3845,0xa91ea));function a5_0x4aed(_0x13823d,_0x328d2a){_0x13823d=_0x13823d-0x1ac;const _0x384519=a5_0x3845();let _0x4aedac=_0x384519[_0x13823d];return _0x4aedac;}import*as a5_0x5dc76c from'node:fs';import*as a5_0x2750da from'node:path';import a5_0x5b9f50 from'chalk';function a5_0x3845(){const _0x32885b=['llm','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','join','/<agent-name>','\x27\x20to\x20create\x20the\x20folder\x20structure.','map','json','8Ypfiyw','Error\x20writing\x20output\x20file:\x20','test.yml','32081MPlUgS','Errors:\x20\x20\x20','\x20\x20tdx\x20agent\x20test\x20<path>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20from\x20path','Failed\x20Tests:','utf-8','dim','\x20\x20-\x20','rounds','start','\x20\x20Project:\x20','cyan','name','\x20\x20Round\x20','no_tests','white','no_local_folder','resolveAgentId','1746wbZlFW','split','llmProject','33914IxxZNY','dryRun','Output\x20written\x20to:\x20',':\x20Sending\x20user\x20input...','Test\x20','includes','Site:\x20','Available\x20tests:\x20','agentName','length','toLowerCase','Run\x20tests\x20for\x20an\x20LLM\x20agent','round','projectDir','substring','context','existsSync','execute','662785ouVfPM','log','29shNYgb','agent:test','Round\x201/','✗\x20ERROR:\x20','Running\x20agent\x20tests...','resolveProjectId','tests','conversation_url','tsv','verbose','Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22','repeat','stop','found','message','basename','red','trim','description','Failed:\x20\x20\x20','404','projectName','\x20\x20Site:\x20','2616892lUbFWU','now','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','output','site','3526551tHophL','Test\x20Configuration:','text','status','filter','No\x20tests\x20found\x20matching:\x20','not\x20found','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','no_context','Tests\x20found:\x20','\x20\x20tdx\x20agent\x20test\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20(requires\x20context\x20or\x20tdx.json)','PASS','yellow','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22','9376812AnCDeY','...\x20','reason','\x20\x20Evaluating...\x20','toISOString','15797910AsSsVL','FAIL','green','Test\x20Summary','table','Usage:'];a5_0x3845=function(){return _0x32885b;};return a5_0x3845();}import{BaseCommand}from'./command.js';import{parseTestFile,runTest,formatResults,setupEvaluatorAgent}from'../sdk/agent/test/index.js';import{resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{createCommandSpinner,formatElapsed}from'../utils/spinner.js';export class AgentTestCommand extends BaseCommand{['name']=a5_0x3ad796(0x1b0);[a5_0x3ad796(0x1c1)]=a5_0x3ad796(0x20d);async[a5_0x3ad796(0x1ac)](_0x2b375c){const _0x4f2304=a5_0x3ad796,{options:_0x1df64d,args:_0x198980,tdx:_0x1ab0a7}=_0x2b375c,_0x4a010f=_0x198980[0x0]||'.',_0x47ea75=_0x1df64d[_0x4f2304(0x203)],_0x4a26ba=_0x1df64d,_0x366558=_0x4a26ba['eval']===![],_0x27ea9b=_0x4a26ba[_0x4f2304(0x1f9)],_0x2c859b=_0x1df64d[_0x4f2304(0x1ca)],_0x1a1e17=_0x4a26ba[_0x4f2304(0x1c9)];let _0x4117a8=_0x4f2304(0x1e2);if(_0x4a26ba[_0x4f2304(0x1ea)])_0x4117a8=_0x4f2304(0x1ea);else{if(_0x4a26ba['jsonl'])_0x4117a8='jsonl';else{if(_0x4a26ba[_0x4f2304(0x1b7)])_0x4117a8='tsv';else{if(_0x4a26ba['table'])_0x4117a8=_0x4f2304(0x1e2);}}}const _0x52b041=_0x4a26ba[_0x4f2304(0x201)];let _0x3240d8=_0x4a010f;const _0x3e2be2=a5_0x5dc76c[_0x4f2304(0x212)](_0x4a010f),_0x276186=_0x4a010f==='.';if(!_0x3e2be2||_0x276186){const _0x6e792f=resolveProjectFromContext(_0x4a010f,_0x52b041,{'requireFile':_0x4f2304(0x1ed)});if(_0x6e792f[_0x4f2304(0x1bc)])_0x3240d8=_0x6e792f[_0x4f2304(0x20f)],_0x6e792f['source']===_0x4f2304(0x211)&&console[_0x4f2304(0x1ae)](a5_0x5b9f50['dim']('Using\x20agent:\x20'+_0x3240d8));else switch(_0x6e792f['reason']){case _0x4f2304(0x1d3):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x6e792f['message'])),console[_0x4f2304(0x1ae)](),console['log'](_0x4f2304(0x1e3)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1f0)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1d5)),console[_0x4f2304(0x1ae)](),console['log'](_0x4f2304(0x1d2));return 0x1;case _0x4f2304(0x1fd):console['log'](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x6e792f['message'])),console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)]('Run\x20\x27tdx\x20agent\x20pull\x20'+_0x6e792f[_0x4f2304(0x201)]+_0x4f2304(0x1e8));return 0x1;case'multiple_agents':{const _0x234137=a5_0x2750da[_0x4f2304(0x1be)](_0x6e792f[_0x4f2304(0x20f)]);console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x4f2304(0x1b9)+_0x6e792f[_0x4f2304(0x201)]+'\x22:'));for(const _0x4e3a05 of _0x6e792f['agentDirs']){console[_0x4f2304(0x1ae)](_0x4f2304(0x1f4)+_0x4e3a05);}return console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)]('Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/'+_0x234137+_0x4f2304(0x1e7)),0x1;}case _0x4f2304(0x1fb):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1d7)]('No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22'+_0x6e792f[_0x4f2304(0x201)]+'\x22.')),console[_0x4f2304(0x1ae)](a5_0x5b9f50['dim']('Project\x20path:\x20'+_0x6e792f[_0x4f2304(0x20f)])),console['log'](),console[_0x4f2304(0x1ae)](_0x4f2304(0x1e5));return 0x1;}}const {definition:_0x4d1a0e,agentInfo:_0x473751}=parseTestFile(_0x3240d8);let _0x5c583c=_0x4d1a0e[_0x4f2304(0x1b5)];if(_0x27ea9b){const _0x2c3ec3=_0x27ea9b[_0x4f2304(0x200)](',')[_0x4f2304(0x1e9)](_0x5b35e5=>_0x5b35e5[_0x4f2304(0x1c0)]());_0x5c583c=_0x4d1a0e[_0x4f2304(0x1b5)][_0x4f2304(0x1cf)](_0x1a40db=>_0x2c3ec3['includes'](_0x1a40db[_0x4f2304(0x1f9)]));if(_0x5c583c[_0x4f2304(0x20b)]===0x0)return console['log'](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x4f2304(0x1d0)+_0x27ea9b)),console['log'](a5_0x5b9f50['dim'](_0x4f2304(0x209)+_0x4d1a0e[_0x4f2304(0x1b5)]['map'](_0x388644=>_0x388644['name'])[_0x4f2304(0x1e6)](',\x20'))),0x1;}if(_0x47ea75){console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1f8)](_0x4f2304(0x1cc))),console[_0x4f2304(0x1ae)](_0x4f2304(0x1c5)+a5_0x5b9f50['white'](_0x2c859b)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1f7)+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x473751[_0x4f2304(0x1c4)])),console[_0x4f2304(0x1ae)]('\x20\x20Agent:\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x473751[_0x4f2304(0x20a)])),console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](_0x4f2304(0x1d4)+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x5c583c[_0x4f2304(0x20b)]));for(let _0x47d99e=0x0;_0x47d99e<_0x5c583c[_0x4f2304(0x20b)];_0x47d99e++){const _0x43ebe2=_0x5c583c[_0x47d99e],_0x5f4c49=_0x43ebe2['rounds'][_0x4f2304(0x20b)]===0x1?_0x4f2304(0x20e):_0x4f2304(0x1f5);console[_0x4f2304(0x1ae)]('\x20\x20'+(_0x47d99e+0x1)+'.\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x43ebe2[_0x4f2304(0x1f9)])+'\x20('+_0x43ebe2['rounds'][_0x4f2304(0x20b)]+'\x20'+_0x5f4c49+')');}return 0x0;}let _0x28d375,_0x4de929;try{_0x28d375=await _0x1ab0a7[_0x4f2304(0x1e4)][_0x4f2304(0x1b4)](_0x473751[_0x4f2304(0x1c4)]);}catch(_0x2ac5aa){const _0x4f00b2=_0x2ac5aa instanceof Error?_0x2ac5aa[_0x4f2304(0x1bd)]:String(_0x2ac5aa);return _0x4f00b2[_0x4f2304(0x207)]('404')||_0x4f00b2[_0x4f2304(0x20c)]()['includes'](_0x4f2304(0x1d1))?console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)]('✗\x20ERROR:\x20Project\x20not\x20found:\x20'+_0x473751[_0x4f2304(0x1c4)])):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1c8)+_0x473751[_0x4f2304(0x1c4)]+'\x22:\x20'+_0x4f00b2)),0x1;}try{_0x4de929=await _0x1ab0a7['llm'][_0x4f2304(0x1fe)](_0x473751[_0x4f2304(0x20a)],_0x28d375);}catch(_0xce899b){const _0x28ca52=_0xce899b instanceof Error?_0xce899b[_0x4f2304(0x1bd)]:String(_0xce899b);return _0x28ca52[_0x4f2304(0x207)](_0x4f2304(0x1c3))||_0x28ca52[_0x4f2304(0x20c)]()[_0x4f2304(0x207)](_0x4f2304(0x1d1))?console[_0x4f2304(0x1ae)](a5_0x5b9f50['red']('✗\x20ERROR:\x20Agent\x20not\x20found:\x20'+_0x473751[_0x4f2304(0x20a)])):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1d8)+_0x473751[_0x4f2304(0x20a)]+'\x22:\x20'+_0x28ca52)),0x1;}let _0xc945e5;if(!_0x366558)try{_0xc945e5=await setupEvaluatorAgent(_0x1ab0a7[_0x4f2304(0x1e4)],_0x1df64d[_0x4f2304(0x1b8)]);}catch(_0x1f8c50){const _0xcea842=_0x1f8c50 instanceof Error?_0x1f8c50['message']:String(_0x1f8c50);return console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)]('✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20'+_0xcea842)),0x1;}console['log'](a5_0x5b9f50['cyan'](_0x4f2304(0x1b3))),console[_0x4f2304(0x1ae)](_0x4f2304(0x208)+a5_0x5b9f50['white'](_0x2c859b)),console[_0x4f2304(0x1ae)]('Agent:\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x473751['projectName']+'/'+_0x473751[_0x4f2304(0x20a)])),console[_0x4f2304(0x1ae)]();const _0xc17a63=[],_0x3a2db5=Date[_0x4f2304(0x1c7)]();for(let _0x10225d=0x0;_0x10225d<_0x5c583c[_0x4f2304(0x20b)];_0x10225d++){const _0x507c2b=_0x5c583c[_0x10225d];_0x5c583c['length']>0x1?console[_0x4f2304(0x1ae)](_0x4f2304(0x206)+(_0x10225d+0x1)+'/'+_0x5c583c[_0x4f2304(0x20b)]+':\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x507c2b[_0x4f2304(0x1f9)])):console[_0x4f2304(0x1ae)]('Running\x20test:\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x507c2b[_0x4f2304(0x1f9)]));const _0x12aad4=createCommandSpinner(_0x4f2304(0x1b1)+_0x507c2b['rounds']['length']+_0x4f2304(0x205));_0x12aad4[_0x4f2304(0x1f6)]();try{const {result:_0x1e7f5b}=await runTest(_0x1ab0a7[_0x4f2304(0x1e4)],_0x507c2b,{'agentId':_0x4de929,'projectId':_0x28d375,'site':_0x2c859b,'noEval':_0x366558,'evaluatorId':_0xc945e5,'onRoundStart':(_0x277e7b,_0x40781e)=>{const _0x3e42c6=_0x4f2304;_0x12aad4[_0x3e42c6(0x1cd)]='Round\x20'+(_0x277e7b+0x1)+'/'+_0x40781e+_0x3e42c6(0x205);},'onRoundComplete':(_0x2310e7,_0x11a22e,_0xcde1be)=>{const _0x58b168=_0x4f2304,_0x5d807c=formatElapsed(_0x11a22e);_0xcde1be?console[_0x58b168(0x1ae)](_0x58b168(0x1fa)+(_0x2310e7+0x1)+'/'+_0x507c2b[_0x58b168(0x1f5)][_0x58b168(0x20b)]+_0x58b168(0x1da)+a5_0x5b9f50[_0x58b168(0x1e0)]('✓')+'\x20('+_0x5d807c+')'):console[_0x58b168(0x1ae)](_0x58b168(0x1fa)+(_0x2310e7+0x1)+'/'+_0x507c2b[_0x58b168(0x1f5)][_0x58b168(0x20b)]+'...\x20'+a5_0x5b9f50[_0x58b168(0x1bf)]('✗'));},'onEvaluationStart':()=>{const _0xaa05c9=_0x4f2304;_0x12aad4[_0xaa05c9(0x1cd)]='Evaluating\x20response...';},'onEvaluationComplete':_0x1fc03e=>{const _0x2e6621=_0x4f2304,_0x8b4722=formatElapsed(_0x1fc03e);console['log'](_0x2e6621(0x1dc)+a5_0x5b9f50[_0x2e6621(0x1e0)]('✓')+'\x20('+_0x8b4722+')');}});_0x12aad4['stop'](),_0xc17a63['push'](_0x1e7f5b);if(_0x1e7f5b[_0x4f2304(0x1ce)]===_0x4f2304(0x1d6))console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1e0)]('✓\x20PASS:\x20'+_0x1e7f5b[_0x4f2304(0x1db)]));else _0x1e7f5b[_0x4f2304(0x1ce)]===_0x4f2304(0x1df)?console['log'](a5_0x5b9f50[_0x4f2304(0x1bf)]('✗\x20FAIL:\x20'+_0x1e7f5b[_0x4f2304(0x1db)])):console['log'](a5_0x5b9f50['red'](_0x4f2304(0x1b2)+_0x1e7f5b['reason']));_0x1e7f5b[_0x4f2304(0x1b6)]&&console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1f3)]('Conversation\x20URL:\x20'+_0x1e7f5b[_0x4f2304(0x1b6)])),console['log']();}catch(_0x5b7b04){_0x12aad4[_0x4f2304(0x1bb)]();const _0x5ae03e=_0x5b7b04 instanceof Error?_0x5b7b04['message']:String(_0x5b7b04);console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1b2)+_0x5ae03e)),console[_0x4f2304(0x1ae)](),_0xc17a63['push']({'name':_0x507c2b['name'],'status':'ERROR','reason':_0x5ae03e,'timestamp':new Date()[_0x4f2304(0x1dd)](),'duration_ms':0x0});}}const _0x104aae=Date[_0x4f2304(0x1c7)]()-_0x3a2db5,_0x44a9c2=_0xc17a63[_0x4f2304(0x1cf)](_0x1679f0=>_0x1679f0[_0x4f2304(0x1ce)]===_0x4f2304(0x1d6))[_0x4f2304(0x20b)],_0x4556af=_0xc17a63[_0x4f2304(0x1cf)](_0x43ab0c=>_0x43ab0c[_0x4f2304(0x1ce)]===_0x4f2304(0x1df))[_0x4f2304(0x20b)],_0x581db3=_0xc17a63[_0x4f2304(0x1cf)](_0x3dd327=>_0x3dd327['status']==='ERROR')[_0x4f2304(0x20b)];console[_0x4f2304(0x1ae)]('━'[_0x4f2304(0x1ba)](0x3c)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1e1)),console[_0x4f2304(0x1ae)]('━'[_0x4f2304(0x1ba)](0x3c)),console['log']('Total:\x20\x20\x20\x20'+_0xc17a63[_0x4f2304(0x20b)]),console[_0x4f2304(0x1ae)]('Passed:\x20\x20\x20'+a5_0x5b9f50[_0x4f2304(0x1e0)](_0x44a9c2)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1c2)+a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4556af));_0x581db3>0x0&&console[_0x4f2304(0x1ae)](_0x4f2304(0x1ef)+a5_0x5b9f50[_0x4f2304(0x1bf)](_0x581db3));console[_0x4f2304(0x1ae)]('Duration:\x20'+formatElapsed(_0x104aae)),console[_0x4f2304(0x1ae)]('━'[_0x4f2304(0x1ba)](0x3c));const _0x5561a0=_0xc17a63[_0x4f2304(0x1cf)](_0x5dc644=>_0x5dc644[_0x4f2304(0x1ce)]!==_0x4f2304(0x1d6));if(_0x5561a0[_0x4f2304(0x20b)]>0x0){console['log'](),console[_0x4f2304(0x1ae)](_0x4f2304(0x1f1));for(const _0x512997 of _0x5561a0){const _0x6c08a8=a5_0x5b9f50['red']('✗'),_0x126cfb=_0x512997[_0x4f2304(0x1db)][_0x4f2304(0x20b)]>0x32?_0x512997[_0x4f2304(0x1db)][_0x4f2304(0x210)](0x0,0x32)+'...':_0x512997[_0x4f2304(0x1db)];console[_0x4f2304(0x1ae)]('\x20\x20'+_0x6c08a8+'\x20'+_0x512997[_0x4f2304(0x1f9)]+':\x20'+_0x126cfb);}}const _0x29498c={'summary':{'total':_0xc17a63['length'],'passed':_0x44a9c2,'failed':_0x4556af,'errors':_0x581db3>0x0?_0x581db3:undefined,'duration_ms':_0x104aae},'tests':_0xc17a63,'agent':{'project':_0x473751[_0x4f2304(0x1c4)],'name':_0x473751[_0x4f2304(0x20a)],'site':_0x2c859b},'timestamp':new Date(_0x3a2db5)[_0x4f2304(0x1dd)]()};if(_0x4117a8!==_0x4f2304(0x1e2)||_0x1a1e17){const _0x2a86fa=formatResults(_0x29498c,_0x4117a8);if(_0x1a1e17)try{a5_0x5dc76c['writeFileSync'](_0x1a1e17,_0x2a86fa,_0x4f2304(0x1f2)),console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1f3)](_0x4f2304(0x204)+_0x1a1e17));}catch(_0x36e4e4){return console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1ec)+_0x36e4e4)),0x1;}else console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](_0x2a86fa);}return _0x5561a0['length']>0x0?0x1:0x0;}}
1
+ const a5_0x585583=a5_0x4050;(function(_0x9c4d60,_0x50b10f){const _0x44abe3=a5_0x4050,_0x341ec4=_0x9c4d60();while(!![]){try{const _0x3b0a2f=-parseInt(_0x44abe3(0x188))/0x1*(parseInt(_0x44abe3(0x187))/0x2)+-parseInt(_0x44abe3(0x165))/0x3*(parseInt(_0x44abe3(0x1a5))/0x4)+-parseInt(_0x44abe3(0x15b))/0x5*(parseInt(_0x44abe3(0x197))/0x6)+parseInt(_0x44abe3(0x143))/0x7*(parseInt(_0x44abe3(0x162))/0x8)+parseInt(_0x44abe3(0x199))/0x9+-parseInt(_0x44abe3(0x190))/0xa+parseInt(_0x44abe3(0x183))/0xb*(parseInt(_0x44abe3(0x135))/0xc);if(_0x3b0a2f===_0x50b10f)break;else _0x341ec4['push'](_0x341ec4['shift']());}catch(_0x4b7817){_0x341ec4['push'](_0x341ec4['shift']());}}}(a5_0xc27d,0x1b571));function a5_0x4050(_0x4a63e1,_0x58142b){_0x4a63e1=_0x4a63e1-0x130;const _0xc27d22=a5_0xc27d();let _0x405049=_0xc27d22[_0x4a63e1];return _0x405049;}import*as a5_0x40d975 from'node:fs';import*as a5_0x3e65b1 from'node:path';import a5_0x11f297 from'chalk';import{BaseCommand}from'./command.js';import{parseTestFile,runTest,formatResults,setupEvaluatorAgent}from'../sdk/agent/test/index.js';function a5_0xc27d(){const _0x496d24=['join','388tBJeov','\x20\x20Round\x20','Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22','no_tests','✗\x20ERROR:\x20Project\x20not\x20found:\x20','filter','Running\x20agent\x20tests...','Output\x20written\x20to:\x20','length','504rSlYQa','resolveProjectId','Duration:\x20','toLowerCase','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','red','writeFileSync','substring','Test\x20Summary','Tests\x20found:\x20','llmProject','round','resolveAgentId','multiple_agents','72492SsfaRM','table','push','Available\x20tests:\x20','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22','Usage:','message','...\x20','status','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','json','Round\x201/','FAIL','cyan','conversation_url','text','projectDir','\x22:\x20','\x27\x20to\x20create\x20the\x20folder\x20structure.','green','agentName','dim','toISOString','reason','350725acJvEb','white','Round\x20','rounds','Test\x20','execute','/<agent-name>','32wEtveK','repeat','\x20\x20Evaluating...\x20','1338umycof','No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22','yellow','tests','llm',':\x20Sending\x20user\x20input...','eval','Total:\x20\x20\x20\x20','✗\x20FAIL:\x20','Test\x20Configuration:','\x20\x20tdx\x20agent\x20test\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20(requires\x20context\x20or\x20tdx.json)','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','site','name','Site:\x20','no_context','test.yml','PASS','Project\x20path:\x20','Failed:\x20\x20\x20','tsv','\x20\x20Site:\x20','agent:test','context','Running\x20test:\x20','...','Conversation\x20URL:\x20','now','Run\x20\x27tdx\x20agent\x20pull\x20','output','110693WtsTXy','404','basename','Using\x20agent:\x20','104086sHINpY','3fcUMSQ','start','utf-8','map','agentDirs','projectName','includes','stop','2072950RCuonA','✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20','jsonl','No\x20tests\x20found\x20matching:\x20','✗\x20ERROR:\x20','\x20\x20-\x20','log','6WCbbPT','verbose','1122714hMQEiE','trim','Failed\x20Tests:','Evaluating\x20response...','Error\x20writing\x20output\x20file:\x20','\x20\x20tdx\x20agent\x20test\x20<path>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20from\x20path','not\x20found','✗\x20ERROR:\x20Agent\x20not\x20found:\x20','dryRun','ERROR','✓\x20PASS:\x20'];a5_0xc27d=function(){return _0x496d24;};return a5_0xc27d();}import{resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{createCommandSpinner,formatElapsed}from'../utils/spinner.js';export class AgentTestCommand extends BaseCommand{[a5_0x585583(0x172)]=a5_0x585583(0x17b);['description']='Run\x20tests\x20for\x20an\x20LLM\x20agent';async[a5_0x585583(0x160)](_0x12c6ad){const _0x2799e8=a5_0x585583,{options:_0x1dbf91,args:_0x40a5f0,tdx:_0xb14f6b}=_0x12c6ad,_0xbce7e7=_0x40a5f0[0x0]||'.',_0x321132=_0x1dbf91[_0x2799e8(0x1a1)],_0x4c2b74=_0x1dbf91,_0x51083d=_0x4c2b74[_0x2799e8(0x16b)]===![],_0x444ca2=_0x4c2b74['name'],_0x1ba905=_0x1dbf91[_0x2799e8(0x171)],_0x2082ab=_0x4c2b74[_0x2799e8(0x182)];let _0xc12a76=_0x2799e8(0x144);if(_0x4c2b74[_0x2799e8(0x14d)])_0xc12a76=_0x2799e8(0x14d);else{if(_0x4c2b74[_0x2799e8(0x192)])_0xc12a76=_0x2799e8(0x192);else{if(_0x4c2b74[_0x2799e8(0x179)])_0xc12a76=_0x2799e8(0x179);else{if(_0x4c2b74['table'])_0xc12a76=_0x2799e8(0x144);}}}const _0x4fd864=_0x4c2b74[_0x2799e8(0x13f)];let _0x431f48=_0xbce7e7;const _0x47a9bd=a5_0x40d975['existsSync'](_0xbce7e7),_0x128179=_0xbce7e7==='.';if(!_0x47a9bd||_0x128179){const _0x225ba5=resolveProjectFromContext(_0xbce7e7,_0x4fd864,{'requireFile':_0x2799e8(0x175)});if(_0x225ba5['found'])_0x431f48=_0x225ba5[_0x2799e8(0x153)],_0x225ba5['source']===_0x2799e8(0x17c)&&console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x186)+_0x431f48));else switch(_0x225ba5[_0x2799e8(0x15a)]){case _0x2799e8(0x174):console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x167)](_0x225ba5['message'])),console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](_0x2799e8(0x148)),console[_0x2799e8(0x196)](_0x2799e8(0x19e)),console[_0x2799e8(0x196)](_0x2799e8(0x16f)),console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](_0x2799e8(0x139));return 0x1;case'no_local_folder':console[_0x2799e8(0x196)](a5_0x11f297['yellow'](_0x225ba5[_0x2799e8(0x149)])),console[_0x2799e8(0x196)](),console['log'](_0x2799e8(0x181)+_0x225ba5[_0x2799e8(0x13f)]+_0x2799e8(0x155));return 0x1;case _0x2799e8(0x142):{const _0x590fab=a5_0x3e65b1[_0x2799e8(0x185)](_0x225ba5[_0x2799e8(0x153)]);console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x167)](_0x2799e8(0x1a7)+_0x225ba5[_0x2799e8(0x13f)]+'\x22:'));for(const _0x3b0ce6 of _0x225ba5[_0x2799e8(0x18c)]){console[_0x2799e8(0x196)](_0x2799e8(0x195)+_0x3b0ce6);}return console['log'](),console[_0x2799e8(0x196)]('Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/'+_0x590fab+_0x2799e8(0x161)),0x1;}case _0x2799e8(0x1a8):console[_0x2799e8(0x196)](a5_0x11f297['yellow'](_0x2799e8(0x166)+_0x225ba5[_0x2799e8(0x13f)]+'\x22.')),console['log'](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x177)+_0x225ba5['projectDir'])),console['log'](),console['log'](_0x2799e8(0x170));return 0x1;}}const {definition:_0x1e0338,agentInfo:_0x45d53f}=parseTestFile(_0x431f48);let _0x566d20=_0x1e0338['tests'];if(_0x444ca2){const _0x11bb1e=_0x444ca2['split'](',')[_0x2799e8(0x18b)](_0x1eb70f=>_0x1eb70f[_0x2799e8(0x19a)]());_0x566d20=_0x1e0338[_0x2799e8(0x168)][_0x2799e8(0x131)](_0xa3b796=>_0x11bb1e['includes'](_0xa3b796['name']));if(_0x566d20[_0x2799e8(0x134)]===0x0)return console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x167)](_0x2799e8(0x193)+_0x444ca2)),console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x146)+_0x1e0338[_0x2799e8(0x168)][_0x2799e8(0x18b)](_0x5745ce=>_0x5745ce[_0x2799e8(0x172)])[_0x2799e8(0x1a4)](',\x20'))),0x1;}if(_0x321132){console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x150)](_0x2799e8(0x16e))),console[_0x2799e8(0x196)](_0x2799e8(0x17a)+a5_0x11f297[_0x2799e8(0x15c)](_0x1ba905)),console['log']('\x20\x20Project:\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x45d53f[_0x2799e8(0x18d)])),console['log']('\x20\x20Agent:\x20'+a5_0x11f297['white'](_0x45d53f['agentName'])),console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](_0x2799e8(0x13e)+a5_0x11f297[_0x2799e8(0x15c)](_0x566d20[_0x2799e8(0x134)]));for(let _0x22e14a=0x0;_0x22e14a<_0x566d20[_0x2799e8(0x134)];_0x22e14a++){const _0x3faa1f=_0x566d20[_0x22e14a],_0x393af5=_0x3faa1f[_0x2799e8(0x15e)][_0x2799e8(0x134)]===0x1?_0x2799e8(0x140):_0x2799e8(0x15e);console['log']('\x20\x20'+(_0x22e14a+0x1)+'.\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x3faa1f[_0x2799e8(0x172)])+'\x20('+_0x3faa1f[_0x2799e8(0x15e)][_0x2799e8(0x134)]+'\x20'+_0x393af5+')');}return 0x0;}let _0x47a6e7,_0x2207bc;try{_0x47a6e7=await _0xb14f6b['llm'][_0x2799e8(0x136)](_0x45d53f[_0x2799e8(0x18d)]);}catch(_0x23f9a7){const _0x216032=_0x23f9a7 instanceof Error?_0x23f9a7[_0x2799e8(0x149)]:String(_0x23f9a7);return _0x216032['includes'](_0x2799e8(0x184))||_0x216032[_0x2799e8(0x138)]()['includes']('not\x20found')?console['log'](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x130)+_0x45d53f[_0x2799e8(0x18d)])):console['log'](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x14c)+_0x45d53f[_0x2799e8(0x18d)]+_0x2799e8(0x154)+_0x216032)),0x1;}try{_0x2207bc=await _0xb14f6b['llm'][_0x2799e8(0x141)](_0x45d53f[_0x2799e8(0x157)],_0x47a6e7);}catch(_0x4bd082){const _0xfa18db=_0x4bd082 instanceof Error?_0x4bd082['message']:String(_0x4bd082);return _0xfa18db[_0x2799e8(0x18e)]('404')||_0xfa18db[_0x2799e8(0x138)]()[_0x2799e8(0x18e)](_0x2799e8(0x19f))?console[_0x2799e8(0x196)](a5_0x11f297['red'](_0x2799e8(0x1a0)+_0x45d53f[_0x2799e8(0x157)])):console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x147)+_0x45d53f[_0x2799e8(0x157)]+_0x2799e8(0x154)+_0xfa18db)),0x1;}let _0x5c2cb3;if(!_0x51083d)try{_0x5c2cb3=await setupEvaluatorAgent(_0xb14f6b['llm'],_0x1dbf91[_0x2799e8(0x198)]);}catch(_0x252016){const _0x1439fc=_0x252016 instanceof Error?_0x252016[_0x2799e8(0x149)]:String(_0x252016);return console[_0x2799e8(0x196)](a5_0x11f297['red'](_0x2799e8(0x191)+_0x1439fc)),0x1;}console['log'](a5_0x11f297[_0x2799e8(0x150)](_0x2799e8(0x132))),console[_0x2799e8(0x196)](_0x2799e8(0x173)+a5_0x11f297[_0x2799e8(0x15c)](_0x1ba905)),console[_0x2799e8(0x196)]('Agent:\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x45d53f[_0x2799e8(0x18d)]+'/'+_0x45d53f['agentName'])),console[_0x2799e8(0x196)]();const _0x4f6ce9=[],_0x5a5ff2=Date[_0x2799e8(0x180)]();for(let _0x93a190=0x0;_0x93a190<_0x566d20[_0x2799e8(0x134)];_0x93a190++){const _0x16cd4f=_0x566d20[_0x93a190];_0x566d20[_0x2799e8(0x134)]>0x1?console[_0x2799e8(0x196)](_0x2799e8(0x15f)+(_0x93a190+0x1)+'/'+_0x566d20[_0x2799e8(0x134)]+':\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x16cd4f[_0x2799e8(0x172)])):console[_0x2799e8(0x196)](_0x2799e8(0x17d)+a5_0x11f297[_0x2799e8(0x15c)](_0x16cd4f['name']));const _0x55fdc6=createCommandSpinner(_0x2799e8(0x14e)+_0x16cd4f[_0x2799e8(0x15e)][_0x2799e8(0x134)]+_0x2799e8(0x16a));_0x55fdc6[_0x2799e8(0x189)]();try{const {result:_0x4a4e71}=await runTest(_0xb14f6b[_0x2799e8(0x169)],_0x16cd4f,{'agentId':_0x2207bc,'projectId':_0x47a6e7,'site':_0x1ba905,'noEval':_0x51083d,'evaluatorId':_0x5c2cb3,'onRoundStart':(_0x3f427a,_0x5106bd)=>{const _0x5e13ae=_0x2799e8;_0x55fdc6[_0x5e13ae(0x152)]=_0x5e13ae(0x15d)+(_0x3f427a+0x1)+'/'+_0x5106bd+_0x5e13ae(0x16a);},'onRoundComplete':(_0x1cb0ac,_0x27b90c,_0x5b7938)=>{const _0x1fcbdc=_0x2799e8,_0x55c21a=formatElapsed(_0x27b90c);_0x5b7938?console[_0x1fcbdc(0x196)]('\x20\x20Round\x20'+(_0x1cb0ac+0x1)+'/'+_0x16cd4f[_0x1fcbdc(0x15e)][_0x1fcbdc(0x134)]+_0x1fcbdc(0x14a)+a5_0x11f297[_0x1fcbdc(0x156)]('✓')+'\x20('+_0x55c21a+')'):console['log'](_0x1fcbdc(0x1a6)+(_0x1cb0ac+0x1)+'/'+_0x16cd4f['rounds'][_0x1fcbdc(0x134)]+'...\x20'+a5_0x11f297[_0x1fcbdc(0x13a)]('✗'));},'onEvaluationStart':()=>{const _0x199a69=_0x2799e8;_0x55fdc6[_0x199a69(0x152)]=_0x199a69(0x19c);},'onEvaluationComplete':_0x56efaa=>{const _0x271bd1=_0x2799e8,_0x54ebdc=formatElapsed(_0x56efaa);console['log'](_0x271bd1(0x164)+a5_0x11f297[_0x271bd1(0x156)]('✓')+'\x20('+_0x54ebdc+')');}});_0x55fdc6[_0x2799e8(0x18f)](),_0x4f6ce9[_0x2799e8(0x145)](_0x4a4e71);if(_0x4a4e71[_0x2799e8(0x14b)]===_0x2799e8(0x176))console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x156)](_0x2799e8(0x1a3)+_0x4a4e71[_0x2799e8(0x15a)]));else _0x4a4e71['status']===_0x2799e8(0x14f)?console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x16d)+_0x4a4e71[_0x2799e8(0x15a)])):console['log'](a5_0x11f297[_0x2799e8(0x13a)]('✗\x20ERROR:\x20'+_0x4a4e71[_0x2799e8(0x15a)]));_0x4a4e71[_0x2799e8(0x151)]&&console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x17f)+_0x4a4e71['conversation_url'])),console['log']();}catch(_0x511a23){_0x55fdc6[_0x2799e8(0x18f)]();const _0x2d35b7=_0x511a23 instanceof Error?_0x511a23[_0x2799e8(0x149)]:String(_0x511a23);console['log'](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x194)+_0x2d35b7)),console[_0x2799e8(0x196)](),_0x4f6ce9[_0x2799e8(0x145)]({'name':_0x16cd4f[_0x2799e8(0x172)],'status':_0x2799e8(0x1a2),'reason':_0x2d35b7,'timestamp':new Date()[_0x2799e8(0x159)](),'duration_ms':0x0});}}const _0x5b08b7=Date['now']()-_0x5a5ff2,_0x27b8f8=_0x4f6ce9['filter'](_0x57c170=>_0x57c170[_0x2799e8(0x14b)]===_0x2799e8(0x176))[_0x2799e8(0x134)],_0x44070f=_0x4f6ce9[_0x2799e8(0x131)](_0x3a7950=>_0x3a7950[_0x2799e8(0x14b)]===_0x2799e8(0x14f))[_0x2799e8(0x134)],_0x1a49b5=_0x4f6ce9['filter'](_0x705fbb=>_0x705fbb[_0x2799e8(0x14b)]===_0x2799e8(0x1a2))['length'];console[_0x2799e8(0x196)]('━'['repeat'](0x3c)),console['log'](_0x2799e8(0x13d)),console['log']('━'[_0x2799e8(0x163)](0x3c)),console[_0x2799e8(0x196)](_0x2799e8(0x16c)+_0x4f6ce9[_0x2799e8(0x134)]),console[_0x2799e8(0x196)]('Passed:\x20\x20\x20'+a5_0x11f297[_0x2799e8(0x156)](_0x27b8f8)),console[_0x2799e8(0x196)](_0x2799e8(0x178)+a5_0x11f297[_0x2799e8(0x13a)](_0x44070f));_0x1a49b5>0x0&&console['log']('Errors:\x20\x20\x20'+a5_0x11f297[_0x2799e8(0x13a)](_0x1a49b5));console[_0x2799e8(0x196)](_0x2799e8(0x137)+formatElapsed(_0x5b08b7)),console[_0x2799e8(0x196)]('━'[_0x2799e8(0x163)](0x3c));const _0x3b427f=_0x4f6ce9[_0x2799e8(0x131)](_0xf1b3aa=>_0xf1b3aa[_0x2799e8(0x14b)]!==_0x2799e8(0x176));if(_0x3b427f['length']>0x0){console['log'](),console[_0x2799e8(0x196)](_0x2799e8(0x19b));for(const _0x490da1 of _0x3b427f){const _0xb7198d=a5_0x11f297[_0x2799e8(0x13a)]('✗'),_0x5b7322=_0x490da1[_0x2799e8(0x15a)][_0x2799e8(0x134)]>0x32?_0x490da1[_0x2799e8(0x15a)][_0x2799e8(0x13c)](0x0,0x32)+_0x2799e8(0x17e):_0x490da1[_0x2799e8(0x15a)];console[_0x2799e8(0x196)]('\x20\x20'+_0xb7198d+'\x20'+_0x490da1[_0x2799e8(0x172)]+':\x20'+_0x5b7322);}}const _0x26c4ac={'summary':{'total':_0x4f6ce9['length'],'passed':_0x27b8f8,'failed':_0x44070f,'errors':_0x1a49b5>0x0?_0x1a49b5:undefined,'duration_ms':_0x5b08b7},'tests':_0x4f6ce9,'agent':{'project':_0x45d53f[_0x2799e8(0x18d)],'name':_0x45d53f[_0x2799e8(0x157)],'site':_0x1ba905},'timestamp':new Date(_0x5a5ff2)['toISOString']()};if(_0xc12a76!=='table'||_0x2082ab){const _0x29d117=formatResults(_0x26c4ac,_0xc12a76);if(_0x2082ab)try{a5_0x40d975[_0x2799e8(0x13b)](_0x2082ab,_0x29d117,_0x2799e8(0x18a)),console['log'](),console[_0x2799e8(0x196)](a5_0x11f297['dim'](_0x2799e8(0x133)+_0x2082ab));}catch(_0x12d5d8){return console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](a5_0x11f297['red'](_0x2799e8(0x19d)+_0x12d5d8)),0x1;}else console['log'](),console[_0x2799e8(0x196)](_0x29d117);}return _0x3b427f[_0x2799e8(0x134)]>0x0?0x1:0x0;}}
@@ -1 +1 @@
1
- const a6_0x294fd0=a6_0x5efb;(function(_0x31b19e,_0xc0dbeb){const _0x25c2d5=a6_0x5efb,_0x12187f=_0x31b19e();while(!![]){try{const _0x34d5c8=-parseInt(_0x25c2d5(0xa9))/0x1*(parseInt(_0x25c2d5(0xca))/0x2)+parseInt(_0x25c2d5(0x9b))/0x3+parseInt(_0x25c2d5(0xb7))/0x4+parseInt(_0x25c2d5(0xad))/0x5*(parseInt(_0x25c2d5(0xab))/0x6)+parseInt(_0x25c2d5(0x90))/0x7*(-parseInt(_0x25c2d5(0xc3))/0x8)+parseInt(_0x25c2d5(0xc8))/0x9+-parseInt(_0x25c2d5(0xa1))/0xa;if(_0x34d5c8===_0xc0dbeb)break;else _0x12187f['push'](_0x12187f['shift']());}catch(_0x51e97a){_0x12187f['push'](_0x12187f['shift']());}}}(a6_0x4f64,0xc07fd));import{BaseCommand}from'./command.js';import{RawAPI}from'../sdk/api.js';import{colorizeJSON}from'../utils/colors.js';function a6_0x4f64(){const _0x58b4d1=['startsWith','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','Invalid\x20header\x20format:\x20\x22','Cannot\x20use\x20both\x20--data\x20and\x20--file\x20options.\x20Choose\x20one.','method','1096GJuFcT','llm','execute','trino','color','11188962ResRyN','isArray','107038UyKLZC','Results\x20saved\x20to\x20','site','cookie','request','validate','name','Header\x20key\x20cannot\x20be\x20empty:\x20\x22','toUpperCase','29218FumFTI','indexOf','x-auth-token','\x0aStack\x20trace:\x0a','verbose','output','.\x20Valid\x20methods:\x20','authorization','Invalid\x20HTTP\x20method:\x20','has','Invalid\x20API\x20type:\x20','1033722yutnNJ','length','<\x20HTTP/1.1\x20','.\x20Valid\x20types:\x20','join','type','4091780WcIvaj','workflow','Expected\x20format:\x20\x22Key:\x20Value\x22\x20or\x20\x22Key:Value\x22','status','stack','llm-proxy','POST','Endpoint\x20is\x20required.\x20Example:\x20tdx\x20api\x20/v3/database/list','8KJHJut','noColor','164586HUoKsG','cdp','15UYngTw','GET','entries','x-trino-user','headers','body','file','description','substring','error','2110240blbXIR','message','Error:\x20','\x22.\x20','data','includes','log'];a6_0x4f64=function(){return _0x58b4d1;};return a6_0x4f64();}import{writeFileSync}from'fs';function a6_0x5efb(_0x1fb170,_0x49973b){_0x1fb170=_0x1fb170-0x90;const _0x4f640b=a6_0x4f64();let _0x5efba7=_0x4f640b[_0x1fb170];return _0x5efba7;}import{getEndpoint}from'../sdk/types/index.js';import{resolveSite}from'../core/config.js';import{getAuthHeaders}from'../core/auth.js';const SENSITIVE_HEADERS=new Set([a6_0x294fd0(0x97),'proxy-authorization',a6_0x294fd0(0xcd),'set-cookie','set-cookie2','x-xsrf-token',a6_0x294fd0(0x92),a6_0x294fd0(0xb0)]);function isSensitiveHeader(_0x52ef4a){const _0x185fc2=a6_0x294fd0;return SENSITIVE_HEADERS[_0x185fc2(0x99)](_0x52ef4a['toLowerCase']());}function parseHeader(_0x3c8106){const _0x2374e9=a6_0x294fd0,_0x21a9b1=_0x3c8106[_0x2374e9(0x91)](':');if(_0x21a9b1===-0x1)throw new Error(_0x2374e9(0xc0)+_0x3c8106+_0x2374e9(0xba)+_0x2374e9(0xa3));const _0x45b380=_0x3c8106[_0x2374e9(0xb5)](0x0,_0x21a9b1)['trim'](),_0x3c1260=_0x3c8106[_0x2374e9(0xb5)](_0x21a9b1+0x1)['trim']();if(!_0x45b380)throw new Error(_0x2374e9(0xd1)+_0x3c8106+'\x22');return[_0x45b380,_0x3c1260];}export class ApiCommand extends BaseCommand{[a6_0x294fd0(0xd0)]='api';[a6_0x294fd0(0xb4)]=a6_0x294fd0(0xbf);[a6_0x294fd0(0xcf)](_0x2372b9){const _0xdbdf95=a6_0x294fd0,{args:_0xd60947,options:_0x570e7c}=_0x2372b9,_0x3d4d92=_0x570e7c;if(_0xd60947[_0xdbdf95(0x9c)]===0x0)return _0xdbdf95(0xa8);const _0x599fe6=_0xd60947[0x0];if(!_0x599fe6[_0xdbdf95(0xbe)]('/'))return'Endpoint\x20must\x20start\x20with\x20/:\x20'+_0x599fe6;const _0x32d779=_0x3d4d92[_0xdbdf95(0xbb)],_0x170b7c=_0x3d4d92['file'];if(_0x32d779&&_0x170b7c)return _0xdbdf95(0xc1);const _0x2250eb=_0x3d4d92[_0xdbdf95(0xc2)]||'GET',_0x95a908=['GET',_0xdbdf95(0xa7),'PUT','DELETE','PATCH'];if(!_0x95a908[_0xdbdf95(0xbc)](_0x2250eb[_0xdbdf95(0xd2)]()))return _0xdbdf95(0x98)+_0x2250eb+_0xdbdf95(0x96)+_0x95a908[_0xdbdf95(0x9f)](',\x20');const _0x39006f=_0x3d4d92[_0xdbdf95(0xa0)]||'td',_0x271f98=['td',_0xdbdf95(0xac),_0xdbdf95(0xa2),_0xdbdf95(0xc6),_0xdbdf95(0xc4),_0xdbdf95(0xa6)];if(!_0x271f98[_0xdbdf95(0xbc)](_0x39006f))return _0xdbdf95(0x9a)+_0x39006f+_0xdbdf95(0x9e)+_0x271f98[_0xdbdf95(0x9f)](',\x20');return undefined;}async[a6_0x294fd0(0xc5)](_0x37d25f){const _0xb291e8=a6_0x294fd0,{options:_0x5d577f,args:_0x4f4e6a,tdx:_0x4d1f69}=_0x37d25f,_0x3e51e5=_0x5d577f,_0x46c7f4=_0x4f4e6a[0x0],_0x2673ed=(_0x3e51e5[_0xb291e8(0xc2)]||_0xb291e8(0xae))[_0xb291e8(0xd2)](),_0x44fbe9=_0x3e51e5[_0xb291e8(0xbb)],_0x445e8a=_0x3e51e5[_0xb291e8(0xb3)],_0x4bd159=_0x3e51e5['header'],_0xe75ad2=_0x3e51e5[_0xb291e8(0xa0)]||'td';try{const _0x2ba6d4={};if(_0x4bd159){const _0x590b59=Array[_0xb291e8(0xc9)](_0x4bd159)?_0x4bd159:[_0x4bd159];for(const _0xd24b20 of _0x590b59){const [_0x500fac,_0x154ce1]=parseHeader(_0xd24b20);_0x2ba6d4[_0x500fac]=_0x154ce1;}}let _0x3f08b5;if(_0x44fbe9)_0x3f08b5=_0x44fbe9;else{if(_0x445e8a)try{_0x3f08b5=RawAPI['readBodyFromFile'](_0x445e8a);}catch(_0x178301){return console[_0xb291e8(0xb6)](_0xb291e8(0xb9)+(_0x178301 instanceof Error?_0x178301[_0xb291e8(0xb8)]:String(_0x178301))),0x1;}}const _0x176c75={'method':_0x2673ed,'apiType':_0xe75ad2,'includeHeaders':_0x5d577f['verbose']};_0x3f08b5&&(_0x176c75[_0xb291e8(0xb2)]=_0x3f08b5);Object['keys'](_0x2ba6d4)[_0xb291e8(0x9c)]>0x0&&(_0x176c75[_0xb291e8(0xb1)]=_0x2ba6d4);if(_0x5d577f['verbose']){const _0x3c098d=resolveSite(_0x5d577f[_0xb291e8(0xcc)]),_0x33249c=getEndpoint(_0x3c098d,_0xe75ad2),_0xed90d8=''+_0x33249c+_0x46c7f4;console[_0xb291e8(0xb6)]('>\x20'+_0x2673ed+'\x20'+_0xed90d8);const _0x2ec079=getAuthHeaders(_0x3c098d),_0x561ea0={..._0x2ec079,..._0x2ba6d4};for(const [_0x1853b5,_0x339610]of Object[_0xb291e8(0xaf)](_0x561ea0)){!isSensitiveHeader(_0x1853b5)&&console[_0xb291e8(0xb6)]('>\x20'+_0x1853b5+':\x20'+_0x339610);}_0x3f08b5&&console[_0xb291e8(0xb6)]('>'),console[_0xb291e8(0xb6)]('');}const _0xf1d322=await _0x4d1f69['api'][_0xb291e8(0xce)](_0x46c7f4,_0x176c75);if(_0x5d577f[_0xb291e8(0x94)]&&_0xf1d322['headers']){console[_0xb291e8(0xb6)](_0xb291e8(0x9d)+_0xf1d322[_0xb291e8(0xa4)]);for(const [_0xad48cb,_0x5ddb04]of Object[_0xb291e8(0xaf)](_0xf1d322[_0xb291e8(0xb1)])){!isSensitiveHeader(_0xad48cb)&&console[_0xb291e8(0xb6)]('<\x20'+_0xad48cb+':\x20'+_0x5ddb04);}console[_0xb291e8(0xb6)]('');}const _0x10f3b7=Boolean(_0x5d577f[_0xb291e8(0x95)]),_0x491c25={'color':_0x5d577f['color'],'noColor':_0x5d577f[_0xb291e8(0xaa)]||_0x10f3b7&&!_0x5d577f[_0xb291e8(0xc7)]},_0x22af57=colorizeJSON(_0xf1d322[_0xb291e8(0xbb)],_0x491c25);return _0x5d577f[_0xb291e8(0x95)]?(writeFileSync(_0x5d577f[_0xb291e8(0x95)],_0x22af57),console[_0xb291e8(0xb6)](_0xb291e8(0xcb)+_0x5d577f[_0xb291e8(0x95)])):console[_0xb291e8(0xbd)](_0x22af57),0x0;}catch(_0x5b5a29){return _0x5b5a29 instanceof Error?(console[_0xb291e8(0xb6)]('Error:\x20'+_0x5b5a29['message']),_0x5d577f[_0xb291e8(0x94)]&&_0x5b5a29[_0xb291e8(0xa5)]&&console[_0xb291e8(0xb6)](_0xb291e8(0x93)+_0x5b5a29[_0xb291e8(0xa5)])):console[_0xb291e8(0xb6)](_0xb291e8(0xb9)+String(_0x5b5a29)),0x1;}}}
1
+ const a6_0x242fc8=a6_0xdf96;function a6_0xdf96(_0x60f5f0,_0x1e4cd1){_0x60f5f0=_0x60f5f0-0x156;const _0x4962ca=a6_0x4962();let _0xdf96f3=_0x4962ca[_0x60f5f0];return _0xdf96f3;}(function(_0x5edb47,_0x205449){const _0x5a3ecd=a6_0xdf96,_0x5ad0c1=_0x5edb47();while(!![]){try{const _0x3a1ddc=parseInt(_0x5a3ecd(0x193))/0x1*(-parseInt(_0x5a3ecd(0x166))/0x2)+parseInt(_0x5a3ecd(0x15e))/0x3*(parseInt(_0x5a3ecd(0x15d))/0x4)+-parseInt(_0x5a3ecd(0x163))/0x5+-parseInt(_0x5a3ecd(0x15f))/0x6*(parseInt(_0x5a3ecd(0x188))/0x7)+-parseInt(_0x5a3ecd(0x156))/0x8*(parseInt(_0x5a3ecd(0x160))/0x9)+-parseInt(_0x5a3ecd(0x178))/0xa*(-parseInt(_0x5a3ecd(0x17a))/0xb)+parseInt(_0x5a3ecd(0x196))/0xc*(parseInt(_0x5a3ecd(0x185))/0xd);if(_0x3a1ddc===_0x205449)break;else _0x5ad0c1['push'](_0x5ad0c1['shift']());}catch(_0xccfb0e){_0x5ad0c1['push'](_0x5ad0c1['shift']());}}}(a6_0x4962,0x1be03));import{BaseCommand}from'./command.js';import{RawAPI}from'../sdk/api.js';import{colorizeJSON}from'../utils/colors.js';import{writeFileSync}from'fs';import{getEndpoint}from'../sdk/types/index.js';import{resolveSite}from'../core/config.js';import{getAuthHeaders}from'../core/auth.js';const SENSITIVE_HEADERS=new Set([a6_0x242fc8(0x182),a6_0x242fc8(0x158),a6_0x242fc8(0x189),'set-cookie','set-cookie2',a6_0x242fc8(0x187),a6_0x242fc8(0x17e),a6_0x242fc8(0x183)]);function isSensitiveHeader(_0x1bbc98){const _0x202f25=a6_0x242fc8;return SENSITIVE_HEADERS['has'](_0x1bbc98[_0x202f25(0x171)]());}function parseHeader(_0x5d85fc){const _0x285af7=a6_0x242fc8,_0xdc2ebb=_0x5d85fc[_0x285af7(0x176)](':');if(_0xdc2ebb===-0x1)throw new Error(_0x285af7(0x184)+_0x5d85fc+_0x285af7(0x157)+'Expected\x20format:\x20\x22Key:\x20Value\x22\x20or\x20\x22Key:Value\x22');const _0x284622=_0x5d85fc['substring'](0x0,_0xdc2ebb)[_0x285af7(0x15b)](),_0x177f16=_0x5d85fc['substring'](_0xdc2ebb+0x1)[_0x285af7(0x15b)]();if(!_0x284622)throw new Error(_0x285af7(0x194)+_0x5d85fc+'\x22');return[_0x284622,_0x177f16];}export class ApiCommand extends BaseCommand{[a6_0x242fc8(0x18d)]=a6_0x242fc8(0x161);[a6_0x242fc8(0x16e)]=a6_0x242fc8(0x169);[a6_0x242fc8(0x17f)](_0x12f9ff){const _0xe218f3=a6_0x242fc8,{args:_0x2569d4,options:_0x57d5a7}=_0x12f9ff,_0x2b6f6b=_0x57d5a7;if(_0x2569d4[_0xe218f3(0x17c)]===0x0)return'Endpoint\x20is\x20required.\x20Example:\x20tdx\x20api\x20/v3/database/list';const _0x251640=_0x2569d4[0x0];if(!_0x251640['startsWith']('/'))return'Endpoint\x20must\x20start\x20with\x20/:\x20'+_0x251640;const _0x1898e3=_0x2b6f6b['data'],_0x3b9be8=_0x2b6f6b[_0xe218f3(0x198)];if(_0x1898e3&&_0x3b9be8)return _0xe218f3(0x19a);const _0x1f8ce2=_0x2b6f6b['method']||_0xe218f3(0x191),_0x2e40e0=[_0xe218f3(0x191),_0xe218f3(0x170),_0xe218f3(0x165),'DELETE',_0xe218f3(0x168)];if(!_0x2e40e0[_0xe218f3(0x164)](_0x1f8ce2[_0xe218f3(0x186)]()))return _0xe218f3(0x16d)+_0x1f8ce2+_0xe218f3(0x190)+_0x2e40e0[_0xe218f3(0x15a)](',\x20');const _0x3c9908=_0x2b6f6b[_0xe218f3(0x174)]||'td',_0x547aa7=['td',_0xe218f3(0x181),'workflow',_0xe218f3(0x197),_0xe218f3(0x175),_0xe218f3(0x16f)];if(!_0x547aa7[_0xe218f3(0x164)](_0x3c9908))return _0xe218f3(0x17b)+_0x3c9908+_0xe218f3(0x172)+_0x547aa7['join'](',\x20');return undefined;}async['execute'](_0x370577){const _0x4ef0b0=a6_0x242fc8,{options:_0x312b84,args:_0x56ab30,tdx:_0x2738e4}=_0x370577,_0x481f86=_0x312b84,_0x25000d=_0x56ab30[0x0],_0x430e64=(_0x481f86[_0x4ef0b0(0x15c)]||_0x4ef0b0(0x191))[_0x4ef0b0(0x186)](),_0x58699f=_0x481f86[_0x4ef0b0(0x18c)],_0x5362ef=_0x481f86[_0x4ef0b0(0x198)],_0x5de5cb=_0x481f86[_0x4ef0b0(0x162)],_0x2fe591=_0x481f86[_0x4ef0b0(0x174)]||'td';try{const _0x598b82={};if(_0x5de5cb){const _0x54c2f5=Array[_0x4ef0b0(0x16b)](_0x5de5cb)?_0x5de5cb:[_0x5de5cb];for(const _0xf00e71 of _0x54c2f5){const [_0x4c2e0a,_0x58fe35]=parseHeader(_0xf00e71);_0x598b82[_0x4c2e0a]=_0x58fe35;}}let _0x108939;if(_0x58699f)_0x108939=_0x58699f;else{if(_0x5362ef)try{_0x108939=RawAPI[_0x4ef0b0(0x180)](_0x5362ef);}catch(_0x519c8e){return console['error'](_0x4ef0b0(0x16c)+(_0x519c8e instanceof Error?_0x519c8e['message']:String(_0x519c8e))),0x1;}}const _0x1f8065={'method':_0x430e64,'apiType':_0x2fe591,'includeHeaders':_0x312b84['verbose']};_0x108939&&(_0x1f8065[_0x4ef0b0(0x16a)]=_0x108939);Object['keys'](_0x598b82)[_0x4ef0b0(0x17c)]>0x0&&(_0x1f8065[_0x4ef0b0(0x167)]=_0x598b82);if(_0x312b84[_0x4ef0b0(0x177)]){const _0x4c40c0=resolveSite(_0x312b84[_0x4ef0b0(0x192)]),_0x3c5a44=getEndpoint(_0x4c40c0,_0x2fe591),_0x391c05=''+_0x3c5a44+_0x25000d;console[_0x4ef0b0(0x173)]('>\x20'+_0x430e64+'\x20'+_0x391c05);const _0x43d365=getAuthHeaders(_0x4c40c0),_0x247830={..._0x43d365,..._0x598b82};for(const [_0x558c2b,_0x31c4a2]of Object[_0x4ef0b0(0x195)](_0x247830)){!isSensitiveHeader(_0x558c2b)&&console['error']('>\x20'+_0x558c2b+':\x20'+_0x31c4a2);}_0x108939&&console[_0x4ef0b0(0x173)]('>'),console[_0x4ef0b0(0x173)]('');}const _0x46c6dc=await _0x2738e4[_0x4ef0b0(0x161)][_0x4ef0b0(0x18f)](_0x25000d,_0x1f8065);if(_0x312b84['verbose']&&_0x46c6dc[_0x4ef0b0(0x167)]){console[_0x4ef0b0(0x173)]('<\x20HTTP/1.1\x20'+_0x46c6dc[_0x4ef0b0(0x18a)]);for(const [_0x4de307,_0x5c3fb8]of Object[_0x4ef0b0(0x195)](_0x46c6dc['headers'])){!isSensitiveHeader(_0x4de307)&&console['error']('<\x20'+_0x4de307+':\x20'+_0x5c3fb8);}console[_0x4ef0b0(0x173)]('');}const _0x3206a9=Boolean(_0x312b84[_0x4ef0b0(0x199)]),_0x249255={'color':_0x312b84['color'],'noColor':_0x312b84['noColor']||_0x3206a9&&!_0x312b84[_0x4ef0b0(0x19b)]},_0xe3bceb=colorizeJSON(_0x46c6dc['data'],_0x249255);return _0x312b84[_0x4ef0b0(0x199)]?(writeFileSync(_0x312b84[_0x4ef0b0(0x199)],_0xe3bceb),console['error'](_0x4ef0b0(0x17d)+_0x312b84[_0x4ef0b0(0x199)])):console[_0x4ef0b0(0x18e)](_0xe3bceb),0x0;}catch(_0x2f9416){return _0x2f9416 instanceof Error?(console[_0x4ef0b0(0x173)]('Error:\x20'+_0x2f9416[_0x4ef0b0(0x159)]),_0x312b84[_0x4ef0b0(0x177)]&&_0x2f9416['stack']&&console[_0x4ef0b0(0x173)](_0x4ef0b0(0x179)+_0x2f9416[_0x4ef0b0(0x18b)])):console[_0x4ef0b0(0x173)](_0x4ef0b0(0x16c)+String(_0x2f9416)),0x1;}}}function a6_0x4962(){const _0xb274cf=['toLowerCase','.\x20Valid\x20types:\x20','error','type','llm','indexOf','verbose','20jFBkpp','\x0aStack\x20trace:\x0a','164120yXdaSg','Invalid\x20API\x20type:\x20','length','Results\x20saved\x20to\x20','x-auth-token','validate','readBodyFromFile','cdp','authorization','x-trino-user','Invalid\x20header\x20format:\x20\x22','65iRlAaU','toUpperCase','x-xsrf-token','14Ojdwlq','cookie','status','stack','data','name','log','request','.\x20Valid\x20methods:\x20','GET','site','69633wybPmx','Header\x20key\x20cannot\x20be\x20empty:\x20\x22','entries','680100QsVabO','trino','file','output','Cannot\x20use\x20both\x20--data\x20and\x20--file\x20options.\x20Choose\x20one.','color','1631536tDVoUb','\x22.\x20','proxy-authorization','message','join','trim','method','824928mFTpfk','3nzAEYI','30204JVtExi','9gMsaSM','api','header','608125gCNzzJ','includes','PUT','2mSIZwm','headers','PATCH','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','body','isArray','Error:\x20','Invalid\x20HTTP\x20method:\x20','description','llm-proxy','POST'];a6_0x4962=function(){return _0xb274cf;};return a6_0x4962();}
@@ -1 +1 @@
1
- const a7_0x5222d9=a7_0xacd0;(function(_0x5869d0,_0x2ceaf5){const _0x1a7c3b=a7_0xacd0,_0x3875b5=_0x5869d0();while(!![]){try{const _0x2208bc=-parseInt(_0x1a7c3b(0xb0))/0x1*(-parseInt(_0x1a7c3b(0xc1))/0x2)+parseInt(_0x1a7c3b(0xb8))/0x3+parseInt(_0x1a7c3b(0xac))/0x4+parseInt(_0x1a7c3b(0x86))/0x5+-parseInt(_0x1a7c3b(0xb1))/0x6*(parseInt(_0x1a7c3b(0x81))/0x7)+parseInt(_0x1a7c3b(0xbb))/0x8*(parseInt(_0x1a7c3b(0xbe))/0x9)+parseInt(_0x1a7c3b(0xbd))/0xa*(-parseInt(_0x1a7c3b(0xae))/0xb);if(_0x2208bc===_0x2ceaf5)break;else _0x3875b5['push'](_0x3875b5['shift']());}catch(_0x3ab490){_0x3875b5['push'](_0x3875b5['shift']());}}}(a7_0x206f,0x5b494));import{BaseCommand,printAuthError}from'./command.js';import{saveAPIKeyAsync,resolveSite,resolveAPIKeyAsync}from'../core/config.js';import{saveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';import{getConsoleUrl}from'../sdk/client/endpoints.js';function a7_0xacd0(_0x2a63a9,_0x572804){_0x2a63a9=_0x2a63a9-0x77;const _0x206fb8=a7_0x206f();let _0xacd04e=_0x206fb8[_0x2a63a9];return _0xacd04e;}import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';import a7_0x5129c2 from'prompts';import{HTTPClientError}from'../sdk/client/http-client.js';import{TDX}from'../sdk/index.js';function a7_0x206f(){const _0x353a1f=['System\x20keychain\x20is\x20not\x20available','Enter\x20site\x20name:','User:\x20','eu01','apiKey','profile','2279328XPthXU','site','21241SPDYQF','create','214433fonhCo','546MQtHyT','ap02','customSite','other','red','auth:clear','Enter\x20your\x20TD\x20API\x20key:','131388RSYuET','green','Site\x20name\x20cannot\x20be\x20empty','8ZMihZA','findIndex','5260slmKSP','1966239ocfGmQ','Validating\x20API\x20key...','eu\x20\x20\x20-\x20Europe','2nXOudR','\x20(site:\x20','execute','auth:setup','Name:\x20','select','first_name','✓\x20API\x20key\x20removed\x20from\x20keychain','You\x20can\x20find\x20your\x20API\x20key\x20at:','error','Setting\x20up\x20authentication\x20for\x20site:\x20','✗\x20Validation\x20failed:\x20','Read\x20credential\x20from\x20','name','getUserInfo','description','email','\x27\x20registered','us\x20\x20\x20-\x20United\x20States','✓\x20Profile\x20\x27','N/A','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','15575bftGwi','\x20for\x20profile:\x20','jobs','\x20(profile:\x20','password','2727785mSuhyV','\x0aSetup\x20cancelled','join','status','Setup\x20API\x20key\x20authentication\x20interactively','API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.','log','✓\x20API\x20key\x20saved\x20to\x20system\x20keychain','logLevel','Site\x20name\x20must\x20contain\x20only\x20lowercase\x20letters,\x20numbers,\x20and\x20hyphens','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:','\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases','⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','jp\x20\x20\x20-\x20Japan','us01','No\x20API\x20key\x20found\x20in\x20keychain','value','trim','ERROR','✓\x20Default\x20site\x20set\x20to\x20','Select\x20your\x20Treasure\x20Data\x20site:','tdx\x20profile:\x20','Remove\x20API\x20key\x20from\x20system\x20keychain','ap02\x20-\x20Korea','test','text','tdx:\x20auth\x20setup','push','yellow','✓\x20Authentication\x20successful\x0a','\x20\x20tdx'];a7_0x206f=function(){return _0x353a1f;};return a7_0x206f();}import{LogLevel}from'../utils/tdx-logger.js';import a7_0x2c8c80 from'chalk';export class AuthSetupCommand extends BaseCommand{[a7_0x5222d9(0x78)]=a7_0x5222d9(0xc4);['description']=a7_0x5222d9(0x8a);async[a7_0x5222d9(0xc3)](_0x5eb65e){const _0x54cbb2=a7_0x5222d9,{options:_0x1fb495}=_0x5eb65e,_0x3eaa52=_0x1fb495[_0x54cbb2(0xab)];console['log'](a7_0x2c8c80['bold'](_0x54cbb2(0xa1)));const _0x573aad=_0x1fb495[_0x54cbb2(0xad)]||_0x54cbb2(0x95),_0x3859c2=[{'title':_0x54cbb2(0x7d),'value':_0x54cbb2(0x95)},{'title':_0x54cbb2(0x94),'value':'jp01'},{'title':_0x54cbb2(0xc0),'value':_0x54cbb2(0xa9)},{'title':_0x54cbb2(0x9e),'value':_0x54cbb2(0xb2)}];let _0x595106=_0x3859c2[_0x54cbb2(0xbc)](_0x3382a7=>_0x3382a7[_0x54cbb2(0x97)]===_0x573aad);_0x595106===-0x1&&_0x573aad!=='us01'&&(_0x3859c2[_0x54cbb2(0xa2)]({'title':_0x573aad,'value':_0x573aad}),_0x595106=_0x3859c2['length']-0x1);_0x3859c2['push']({'title':'Enter\x20custom\x20site','value':_0x54cbb2(0xb4)});const _0x107916=_0x3eaa52?'Select\x20your\x20Treasure\x20Data\x20site\x20(for\x20profile:\x20'+_0x3eaa52+'):':_0x54cbb2(0x9b),_0xe257cc=await a7_0x5129c2({'type':_0x54cbb2(0xc6),'name':_0x54cbb2(0xad),'message':_0x107916,'choices':_0x3859c2,'initial':_0x595106>=0x0?_0x595106:0x0});if(!_0xe257cc[_0x54cbb2(0xad)])return console[_0x54cbb2(0x8c)]('\x0aSetup\x20cancelled'),0x1;let _0x5f458a;if(_0xe257cc['site']===_0x54cbb2(0xb4)){const _0xd77ffe=await a7_0x5129c2({'type':_0x54cbb2(0xa0),'name':_0x54cbb2(0xb3),'message':_0x54cbb2(0xa7),'initial':'us01','validate':_0x2d23ca=>{const _0x5d5cc1=_0x54cbb2;if(!_0x2d23ca||!_0x2d23ca[_0x5d5cc1(0x98)]())return _0x5d5cc1(0xba);if(!/^[a-z0-9-]+$/[_0x5d5cc1(0x9f)](_0x2d23ca[_0x5d5cc1(0x98)]()))return _0x5d5cc1(0x8f);return!![];}});if(!_0xd77ffe[_0x54cbb2(0xb3)])return console[_0x54cbb2(0x8c)](_0x54cbb2(0x87)),0x1;_0x5f458a=_0xd77ffe['customSite'];}else _0x5f458a=_0xe257cc['site'];const _0x3fe181=resolveSite(_0x5f458a);console[_0x54cbb2(0x8c)](_0x54cbb2(0xcb)+_0x3fe181),console[_0x54cbb2(0x8c)](_0x54cbb2(0xc9)),console[_0x54cbb2(0x8c)]('\x20\x20'+getConsoleUrl(_0x3fe181,'/app/mp/ak'));const _0x5755d8=await a7_0x5129c2({'type':_0x54cbb2(0x85),'name':_0x54cbb2(0xaa),'message':_0x54cbb2(0xb7),'validate':_0xae412=>{const _0x4a11f2=_0x54cbb2;if(!_0xae412||!_0xae412[_0x4a11f2(0x98)]())return'API\x20key\x20cannot\x20be\x20empty';return!![];}});if(!_0x5755d8[_0x54cbb2(0xaa)])return console['log'](_0x54cbb2(0x87)),0x1;const _0x4bb3a9=_0x5755d8['apiKey'];console[_0x54cbb2(0x8c)](_0x54cbb2(0xbf));try{const _0x2e9cad=TDX[_0x54cbb2(0xaf)]({'site':_0x3fe181,'apiKey':_0x4bb3a9[_0x54cbb2(0x98)](),'logLevel':_0x1fb495[_0x54cbb2(0x8e)]??LogLevel[_0x54cbb2(0x99)]}),_0x504674=await _0x2e9cad['jobs'][_0x54cbb2(0x79)]();console[_0x54cbb2(0x8c)](_0x54cbb2(0x80)+_0x504674[_0x54cbb2(0x7b)]+')');const _0x248570=await isKeychainAvailable();_0x248570?(await saveAPIKeyAsync(_0x4bb3a9[_0x54cbb2(0x98)](),_0x3fe181,_0x3eaa52),console[_0x54cbb2(0x8c)](_0x54cbb2(0x8d)+(_0x3eaa52?_0x54cbb2(0x84)+_0x3eaa52+')':''))):(console['warn'](a7_0x2c8c80[_0x54cbb2(0xa3)](_0x54cbb2(0x92))),console['warn'](a7_0x2c8c80[_0x54cbb2(0xa3)]('\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.')));if(_0x3eaa52){const _0x166f26={'site':_0x3fe181};saveProfileToUserConfig(_0x3eaa52,_0x166f26),console[_0x54cbb2(0x8c)](_0x54cbb2(0x7e)+_0x3eaa52+_0x54cbb2(0x7c));}else saveDefaultSiteToUserConfig(_0x3fe181),console['log'](_0x54cbb2(0x9a)+_0x3fe181);const _0x4da5ac=_0x3eaa52?'\x20--profile\x20'+_0x3eaa52:'';return console[_0x54cbb2(0x8c)](),console[_0x54cbb2(0x8c)](_0x54cbb2(0x90)),console['log']('\x20\x20tdx'+_0x4da5ac+'\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication'),console['log'](_0x54cbb2(0xa5)+_0x4da5ac+_0x54cbb2(0x91)),0x0;}catch(_0x583570){if(_0x583570 instanceof HTTPClientError&&_0x583570[_0x54cbb2(0x89)]===0x191)return printAuthError(_0x583570),0x1;return console[_0x54cbb2(0xca)](a7_0x2c8c80[_0x54cbb2(0xb5)](_0x54cbb2(0xcc)+(_0x583570 instanceof Error?_0x583570['message']:String(_0x583570)))),console[_0x54cbb2(0xca)](_0x54cbb2(0x8b)),0x1;}}}export class AuthStatusCommand extends BaseCommand{['name']='auth';[a7_0x5222d9(0x7a)]=a7_0x5222d9(0x93);async[a7_0x5222d9(0xc3)](_0x1e73a8){const _0x2037a0=a7_0x5222d9,{options:_0xa7992b,tdx:_0x2ba27c}=_0x1e73a8,_0x24c607=_0xa7992b[_0x2037a0(0xad)],_0x58d09f=_0xa7992b['profile'],_0x5ed850=_0x58d09f?_0x58d09f:_0x2037a0(0x7f);console['log'](_0x2037a0(0x9c)+_0x5ed850+_0x2037a0(0xc2)+_0x24c607+')');const _0x26fcc2=await resolveAPIKeyAsync(_0x24c607,_0x58d09f);if(_0x26fcc2){const {source:_0x493ae1,isDeprecated:_0x4e07f7}=_0x26fcc2,_0x2f91ee=_0x2037a0(0x77)+_0x493ae1;console[_0x2037a0(0x8c)](_0x4e07f7?a7_0x2c8c80['yellow'](_0x2f91ee):_0x2f91ee);}else console[_0x2037a0(0x8c)](a7_0x2c8c80[_0x2037a0(0xa3)]('No\x20credential\x20found'));try{const _0x20e044=await _0x2ba27c[_0x2037a0(0x83)]['getUserInfo']();return console[_0x2037a0(0x8c)](a7_0x2c8c80[_0x2037a0(0xb9)](_0x2037a0(0xa4))),console[_0x2037a0(0x8c)](_0x2037a0(0xa8)+_0x20e044[_0x2037a0(0x7b)]),(_0x20e044['first_name']||_0x20e044['last_name'])&&console['log'](_0x2037a0(0xc5)+[_0x20e044[_0x2037a0(0xc7)],_0x20e044['last_name']]['filter'](Boolean)[_0x2037a0(0x88)]('\x20')),0x0;}catch(_0x1f0aff){return _0x1f0aff instanceof HTTPClientError&&_0x1f0aff[_0x2037a0(0x89)]===0x191?printAuthError(_0x1f0aff,!![],_0x58d09f):console['error'](a7_0x2c8c80[_0x2037a0(0xb5)](_0x2037a0(0xcc)+(_0x1f0aff instanceof Error?_0x1f0aff['message']:String(_0x1f0aff)))),0x1;}}}export class AuthClearCommand extends BaseCommand{['name']=a7_0x5222d9(0xb6);['description']=a7_0x5222d9(0x9d);async['execute'](_0x26240f){const _0x2ea024=a7_0x5222d9,{options:_0x4c3bd1}=_0x26240f,_0x3086db=_0x4c3bd1[_0x2ea024(0xab)];console[_0x2ea024(0x8c)](a7_0x2c8c80['bold']('tdx:\x20auth\x20clear'));const _0xf86075=await isKeychainAvailable();if(!_0xf86075)return console[_0x2ea024(0xca)](a7_0x2c8c80[_0x2ea024(0xb5)](_0x2ea024(0xa6))),0x1;const _0x482c14=await deleteKeychainAPIKey(_0x3086db);return _0x482c14?(clearCredentialCache(),console[_0x2ea024(0x8c)](_0x2ea024(0xc8)+(_0x3086db?_0x2ea024(0x84)+_0x3086db+')':'')),0x0):(console[_0x2ea024(0x8c)](_0x2ea024(0x96)+(_0x3086db?_0x2ea024(0x82)+_0x3086db:'')),0x1);}}
1
+ const a7_0x492031=a7_0x3fe7;(function(_0x3f88bb,_0x5bacb7){const _0x553cad=a7_0x3fe7,_0x567ede=_0x3f88bb();while(!![]){try{const _0x25f0d0=parseInt(_0x553cad(0x205))/0x1+parseInt(_0x553cad(0x1fb))/0x2+-parseInt(_0x553cad(0x20a))/0x3*(-parseInt(_0x553cad(0x241))/0x4)+parseInt(_0x553cad(0x20b))/0x5+parseInt(_0x553cad(0x22d))/0x6*(-parseInt(_0x553cad(0x232))/0x7)+-parseInt(_0x553cad(0x22f))/0x8+parseInt(_0x553cad(0x1f9))/0x9*(-parseInt(_0x553cad(0x1f7))/0xa);if(_0x25f0d0===_0x5bacb7)break;else _0x567ede['push'](_0x567ede['shift']());}catch(_0x312769){_0x567ede['push'](_0x567ede['shift']());}}}(a7_0x42cb,0x4a762));function a7_0x3fe7(_0x208acb,_0x37076c){_0x208acb=_0x208acb-0x1ee;const _0x42cbc2=a7_0x42cb();let _0x3fe770=_0x42cbc2[_0x208acb];return _0x3fe770;}import{BaseCommand,printAuthError}from'./command.js';import{saveAPIKeyAsync,resolveSite,resolveAPIKeyAsync}from'../core/config.js';import{saveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';import{getConsoleUrl}from'../sdk/client/endpoints.js';function a7_0x42cb(){const _0x529dff=['✓\x20Default\x20site\x20set\x20to\x20','auth','N/A','Site\x20name\x20must\x20contain\x20only\x20lowercase\x20letters,\x20numbers,\x20and\x20hyphens','us01','name','trim','red','jobs','449556GOdwfT','findIndex','2124440iCJtsw','logLevel','✓\x20API\x20key\x20saved\x20to\x20system\x20keychain','35hRvfQN','site','✓\x20Profile\x20\x27','\x20--profile\x20','\x0aSetup\x20cancelled','getUserInfo','✗\x20Validation\x20failed:\x20','\x20\x20tdx','yellow','Validating\x20API\x20key...','description','Site\x20name\x20cannot\x20be\x20empty','push','API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.','bold','190004LQQBDa','jp\x20\x20\x20-\x20Japan','error','✓\x20API\x20key\x20removed\x20from\x20keychain','tdx:\x20auth\x20clear','✓\x20Authentication\x20successful\x0a','Setup\x20API\x20key\x20authentication\x20interactively','apiKey','Enter\x20custom\x20site','ERROR','System\x20keychain\x20is\x20not\x20available','warn','email','eu01','execute','10itIOvN','\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.','3294909PXeakt','log','854106pbAOFJ','ap02','API\x20key\x20cannot\x20be\x20empty','ap02\x20-\x20Korea','Name:\x20','User:\x20','create','Setting\x20up\x20authentication\x20for\x20site:\x20','Enter\x20site\x20name:','\x20for\x20profile:\x20','170657AvPIRN','profile','\x20(site:\x20','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','Select\x20your\x20Treasure\x20Data\x20site\x20(for\x20profile:\x20','33xVLPaA','955295alFwtM','\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication','filter','No\x20API\x20key\x20found\x20in\x20keychain','You\x20can\x20find\x20your\x20API\x20key\x20at:','green','\x20(profile:\x20','select','first_name','text','last_name','tdx:\x20auth\x20setup','Read\x20credential\x20from\x20','other','customSite','\x27\x20registered','password','test','auth:clear','us\x20\x20\x20-\x20United\x20States','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:','Enter\x20your\x20TD\x20API\x20key:','Remove\x20API\x20key\x20from\x20system\x20keychain','Select\x20your\x20Treasure\x20Data\x20site:','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key'];a7_0x42cb=function(){return _0x529dff;};return a7_0x42cb();}import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';import a7_0x3e2327 from'prompts';import{HTTPClientError}from'../sdk/client/http-client.js';import{TDX}from'../sdk/index.js';import{LogLevel}from'../utils/tdx-logger.js';import a7_0x2afc93 from'chalk';export class AuthSetupCommand extends BaseCommand{['name']='auth:setup';[a7_0x492031(0x23c)]=a7_0x492031(0x1ee);async[a7_0x492031(0x1f6)](_0x433b22){const _0x125660=a7_0x492031,{options:_0x2857aa}=_0x433b22,_0x2d300d=_0x2857aa[_0x125660(0x206)];console['log'](a7_0x2afc93[_0x125660(0x240)](_0x125660(0x216)));const _0x2a7c3e=_0x2857aa[_0x125660(0x233)]||_0x125660(0x228),_0x2e76b9=[{'title':_0x125660(0x21e),'value':'us01'},{'title':_0x125660(0x242),'value':'jp01'},{'title':'eu\x20\x20\x20-\x20Europe','value':_0x125660(0x1f5)},{'title':_0x125660(0x1fe),'value':_0x125660(0x1fc)}];let _0x13d13e=_0x2e76b9[_0x125660(0x22e)](_0x207926=>_0x207926['value']===_0x2a7c3e);_0x13d13e===-0x1&&_0x2a7c3e!==_0x125660(0x228)&&(_0x2e76b9['push']({'title':_0x2a7c3e,'value':_0x2a7c3e}),_0x13d13e=_0x2e76b9['length']-0x1);_0x2e76b9[_0x125660(0x23e)]({'title':_0x125660(0x1f0),'value':_0x125660(0x218)});const _0x6c995b=_0x2d300d?_0x125660(0x209)+_0x2d300d+'):':_0x125660(0x222),_0x6278ec=await a7_0x3e2327({'type':_0x125660(0x212),'name':_0x125660(0x233),'message':_0x6c995b,'choices':_0x2e76b9,'initial':_0x13d13e>=0x0?_0x13d13e:0x0});if(!_0x6278ec[_0x125660(0x233)])return console[_0x125660(0x1fa)](_0x125660(0x236)),0x1;let _0x3a4407;if(_0x6278ec[_0x125660(0x233)]===_0x125660(0x218)){const _0x20c104=await a7_0x3e2327({'type':_0x125660(0x214),'name':_0x125660(0x219),'message':_0x125660(0x203),'initial':'us01','validate':_0x428a73=>{const _0x417ae3=_0x125660;if(!_0x428a73||!_0x428a73[_0x417ae3(0x22a)]())return _0x417ae3(0x23d);if(!/^[a-z0-9-]+$/[_0x417ae3(0x21c)](_0x428a73[_0x417ae3(0x22a)]()))return _0x417ae3(0x227);return!![];}});if(!_0x20c104[_0x125660(0x219)])return console[_0x125660(0x1fa)]('\x0aSetup\x20cancelled'),0x1;_0x3a4407=_0x20c104[_0x125660(0x219)];}else _0x3a4407=_0x6278ec[_0x125660(0x233)];const _0x127d55=resolveSite(_0x3a4407);console[_0x125660(0x1fa)](_0x125660(0x202)+_0x127d55),console[_0x125660(0x1fa)](_0x125660(0x20f)),console[_0x125660(0x1fa)]('\x20\x20'+getConsoleUrl(_0x127d55,'/app/mp/ak'));const _0x5eb758=await a7_0x3e2327({'type':_0x125660(0x21b),'name':'apiKey','message':_0x125660(0x220),'validate':_0x5a75d8=>{const _0x3ea60e=_0x125660;if(!_0x5a75d8||!_0x5a75d8['trim']())return _0x3ea60e(0x1fd);return!![];}});if(!_0x5eb758[_0x125660(0x1ef)])return console[_0x125660(0x1fa)](_0x125660(0x236)),0x1;const _0x51e92e=_0x5eb758[_0x125660(0x1ef)];console['log'](_0x125660(0x23b));try{const _0x556faa=TDX[_0x125660(0x201)]({'site':_0x127d55,'apiKey':_0x51e92e[_0x125660(0x22a)](),'logLevel':_0x2857aa[_0x125660(0x230)]??LogLevel[_0x125660(0x1f1)]}),_0x2eab8b=await _0x556faa[_0x125660(0x22c)][_0x125660(0x237)]();console[_0x125660(0x1fa)](_0x125660(0x208)+_0x2eab8b[_0x125660(0x1f4)]+')');const _0x1bbc5a=await isKeychainAvailable();_0x1bbc5a?(await saveAPIKeyAsync(_0x51e92e[_0x125660(0x22a)](),_0x127d55,_0x2d300d),console[_0x125660(0x1fa)](_0x125660(0x231)+(_0x2d300d?'\x20(profile:\x20'+_0x2d300d+')':''))):(console[_0x125660(0x1f3)](a7_0x2afc93[_0x125660(0x23a)]('⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.')),console[_0x125660(0x1f3)](a7_0x2afc93[_0x125660(0x23a)](_0x125660(0x1f8))));if(_0x2d300d){const _0x56df3e={'site':_0x127d55};saveProfileToUserConfig(_0x2d300d,_0x56df3e),console[_0x125660(0x1fa)](_0x125660(0x234)+_0x2d300d+_0x125660(0x21a));}else saveDefaultSiteToUserConfig(_0x127d55),console[_0x125660(0x1fa)](_0x125660(0x224)+_0x127d55);const _0x13ce24=_0x2d300d?_0x125660(0x235)+_0x2d300d:'';return console[_0x125660(0x1fa)](),console[_0x125660(0x1fa)](_0x125660(0x21f)),console[_0x125660(0x1fa)](_0x125660(0x239)+_0x13ce24+_0x125660(0x20c)),console[_0x125660(0x1fa)](_0x125660(0x239)+_0x13ce24+'\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases'),0x0;}catch(_0x28e749){if(_0x28e749 instanceof HTTPClientError&&_0x28e749['status']===0x191)return printAuthError(_0x28e749),0x1;return console['error'](a7_0x2afc93['red'](_0x125660(0x238)+(_0x28e749 instanceof Error?_0x28e749['message']:String(_0x28e749)))),console[_0x125660(0x243)](_0x125660(0x23f)),0x1;}}}export class AuthStatusCommand extends BaseCommand{[a7_0x492031(0x229)]=a7_0x492031(0x225);[a7_0x492031(0x23c)]=a7_0x492031(0x223);async[a7_0x492031(0x1f6)](_0x4c0360){const _0x2a063e=a7_0x492031,{options:_0x485cd1,tdx:_0x1692ed}=_0x4c0360,_0x319f33=_0x485cd1[_0x2a063e(0x233)],_0x1b8ad2=_0x485cd1['profile'],_0x51829a=_0x1b8ad2?_0x1b8ad2:_0x2a063e(0x226);console[_0x2a063e(0x1fa)]('tdx\x20profile:\x20'+_0x51829a+_0x2a063e(0x207)+_0x319f33+')');const _0x784f03=await resolveAPIKeyAsync(_0x319f33,_0x1b8ad2);if(_0x784f03){const {source:_0x4413e6,isDeprecated:_0x501794}=_0x784f03,_0x5414e0=_0x2a063e(0x217)+_0x4413e6;console[_0x2a063e(0x1fa)](_0x501794?a7_0x2afc93[_0x2a063e(0x23a)](_0x5414e0):_0x5414e0);}else console[_0x2a063e(0x1fa)](a7_0x2afc93[_0x2a063e(0x23a)]('No\x20credential\x20found'));try{const _0x21ff02=await _0x1692ed[_0x2a063e(0x22c)]['getUserInfo']();return console['log'](a7_0x2afc93[_0x2a063e(0x210)](_0x2a063e(0x246))),console[_0x2a063e(0x1fa)](_0x2a063e(0x200)+_0x21ff02[_0x2a063e(0x1f4)]),(_0x21ff02[_0x2a063e(0x213)]||_0x21ff02['last_name'])&&console['log'](_0x2a063e(0x1ff)+[_0x21ff02[_0x2a063e(0x213)],_0x21ff02[_0x2a063e(0x215)]][_0x2a063e(0x20d)](Boolean)['join']('\x20')),0x0;}catch(_0x3da5b1){return _0x3da5b1 instanceof HTTPClientError&&_0x3da5b1['status']===0x191?printAuthError(_0x3da5b1,!![],_0x1b8ad2):console['error'](a7_0x2afc93[_0x2a063e(0x22b)](_0x2a063e(0x238)+(_0x3da5b1 instanceof Error?_0x3da5b1['message']:String(_0x3da5b1)))),0x1;}}}export class AuthClearCommand extends BaseCommand{[a7_0x492031(0x229)]=a7_0x492031(0x21d);[a7_0x492031(0x23c)]=a7_0x492031(0x221);async[a7_0x492031(0x1f6)](_0x1e359c){const _0x1b3fd4=a7_0x492031,{options:_0x3e6f6e}=_0x1e359c,_0x1e513b=_0x3e6f6e[_0x1b3fd4(0x206)];console[_0x1b3fd4(0x1fa)](a7_0x2afc93[_0x1b3fd4(0x240)](_0x1b3fd4(0x245)));const _0x3518b6=await isKeychainAvailable();if(!_0x3518b6)return console[_0x1b3fd4(0x243)](a7_0x2afc93[_0x1b3fd4(0x22b)](_0x1b3fd4(0x1f2))),0x1;const _0x2504e7=await deleteKeychainAPIKey(_0x1e513b);return _0x2504e7?(clearCredentialCache(),console[_0x1b3fd4(0x1fa)](_0x1b3fd4(0x244)+(_0x1e513b?_0x1b3fd4(0x211)+_0x1e513b+')':'')),0x0):(console[_0x1b3fd4(0x1fa)](_0x1b3fd4(0x20e)+(_0x1e513b?_0x1b3fd4(0x204)+_0x1e513b:'')),0x1);}}
@@ -1 +1 @@
1
- const a8_0x5c6d1b=a8_0x15f9;(function(_0x32a745,_0x29707f){const _0x31b920=a8_0x15f9,_0x3ea98c=_0x32a745();while(!![]){try{const _0x49f983=parseInt(_0x31b920(0xcc))/0x1+parseInt(_0x31b920(0xc6))/0x2+parseInt(_0x31b920(0xc3))/0x3*(-parseInt(_0x31b920(0xab))/0x4)+-parseInt(_0x31b920(0xb7))/0x5*(parseInt(_0x31b920(0xd7))/0x6)+parseInt(_0x31b920(0xb2))/0x7*(-parseInt(_0x31b920(0xce))/0x8)+-parseInt(_0x31b920(0xbc))/0x9+parseInt(_0x31b920(0xaf))/0xa;if(_0x49f983===_0x29707f)break;else _0x3ea98c['push'](_0x3ea98c['shift']());}catch(_0x4770e2){_0x3ea98c['push'](_0x3ea98c['shift']());}}}(a8_0x4217,0x9d195));function a8_0x4217(){const _0x5ba97b=['metadata','257264tuXwVR','chatId','cause','Continuing\x20chat:\x20','getDefaultAgent','code','Chat\x20session\x20not\x20found,\x20starting\x20new\x20chat...','getOrCreateDefaultAgent','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified)','4605420hGQTid','\x20\x20Cause:\x20','message','CHAT_NOT_FOUND','event','llmProject','--agent\x20flag','4BgTPNt','\x0aStack\x20trace:','name','agent','21942900zBcagy','Resolving\x20project\x20\x27','handleChatEvent','49sMUKsA','llm','llmAgent','data','resolveProjectId','5uXzcQD','description','Chat\x20session:\x20','validate','content','1985058hgNTOo','join','Using\x20cached\x20default\x20agent:\x20','error','streamChat','new','Getting\x20default\x20agent...','3281139BtlzCC','chat','log','277052xUnOMW','\x27...','type','includes','verbose','stack','617612aOsziK'];a8_0x4217=function(){return _0x5ba97b;};return a8_0x4217();}import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/errors.js';import{withSpinner}from'../utils/spinner.js';import{parseAgentRef}from'../sdk/agent/agent-ref-parser.js';import{saveLastChatId,loadLastChatId}from'../sdk/llm/chat-cache.js';function handleSDKError(_0x1c476c,_0x12cdc2){const _0x36bcb3=a8_0x15f9;if(_0x1c476c instanceof SDKError)console[_0x36bcb3(0xbf)]('Error:\x20'+_0x1c476c[_0x36bcb3(0xd9)]),_0x12cdc2[_0x36bcb3(0xca)]&&(_0x1c476c[_0x36bcb3(0xd0)]&&console[_0x36bcb3(0xbf)](_0x36bcb3(0xd8)+_0x1c476c[_0x36bcb3(0xd0)]),_0x1c476c[_0x36bcb3(0xcb)]&&(console['error'](_0x36bcb3(0xac)),console[_0x36bcb3(0xbf)](_0x1c476c[_0x36bcb3(0xcb)])));else throw _0x1c476c;}function a8_0x15f9(_0x3ae5f6,_0x5b5128){_0x3ae5f6=_0x3ae5f6-0xa7;const _0x421765=a8_0x4217();let _0x15f94e=_0x421765[_0x3ae5f6];return _0x15f94e;}export class ChatCommand extends BaseCommand{[a8_0x5c6d1b(0xad)]=a8_0x5c6d1b(0xc4);[a8_0x5c6d1b(0xb8)]=a8_0x5c6d1b(0xd6);[a8_0x5c6d1b(0xba)](_0x146075){const _0x5b39cc=a8_0x5c6d1b,_0x104816=_0x146075['args'][_0x5b39cc(0xbd)]('\x20');if(!_0x104816)return'Usage:\x20tdx\x20chat\x20\x22your\x20message\x22\x0a\x0aRun\x20\x27tdx\x20chat\x20--help\x27\x20for\x20more\x20options';return undefined;}async['streamChat'](_0x3e56a1,_0x160b60,_0x3b023f,_0x4794af,_0x112657){const _0x53f413=a8_0x5c6d1b;for await(const _0x44481a of _0x3e56a1[_0x53f413(0xb3)][_0x53f413(0xc4)](_0x160b60,{'agentId':_0x3b023f,'chatId':_0x4794af})){if(_0x44481a[_0x53f413(0xc8)]===_0x53f413(0xcd)){const _0x3191b2=_0x44481a[_0x53f413(0xb5)][_0x53f413(0xcf)];saveLastChatId(_0x3191b2),_0x112657&&console['error'](_0x53f413(0xb9)+_0x3191b2);}else _0x44481a['type']===_0x53f413(0xa8)&&this[_0x53f413(0xb1)](_0x44481a[_0x53f413(0xb5)]);}}async['getAgentId'](_0x410dea,_0x4670d0,_0x5b9370,_0x35ff52,_0x297b0f){const _0x541dba=a8_0x5c6d1b,_0x146b0e=_0x4670d0||_0x5b9370;if(_0x146b0e){const {projectName:_0x4db759,agentName:_0x4a1b55}=parseAgentRef(_0x146b0e),_0x24001f=_0x4a1b55||_0x146b0e,_0x3135dc=_0x4a1b55?_0x4db759:_0x35ff52;if(!_0x3135dc)throw new Error('No\x20project\x20specified.\x20Use\x20\x22Project/Agent\x22\x20format\x20or\x20set\x20project\x20with\x20\x22tdx\x20use\x20llm_project\x22');if(_0x297b0f){const _0xbacc7e=_0x4670d0?_0x541dba(0xaa):'session\x20context';console[_0x541dba(0xbf)]('Using\x20agent\x20from\x20'+_0xbacc7e+':\x20'+_0x3135dc+'/'+_0x24001f);}const _0x6b84a7=await withSpinner(_0x541dba(0xb0)+_0x3135dc+_0x541dba(0xc7),()=>_0x410dea[_0x541dba(0xb3)][_0x541dba(0xb6)](_0x3135dc),{'verbose':_0x297b0f}),_0xf8e337=await withSpinner('Resolving\x20agent\x20\x27'+_0x24001f+_0x541dba(0xc7),()=>_0x410dea['llm']['resolveAgentId'](_0x24001f,_0x6b84a7[_0x541dba(0xb5)]),{'verbose':_0x297b0f});return _0xf8e337[_0x541dba(0xb5)];}else{const _0x38d02e=_0x410dea[_0x541dba(0xb3)][_0x541dba(0xd2)]();if(_0x38d02e)return _0x297b0f&&console[_0x541dba(0xbf)](_0x541dba(0xbe)+_0x38d02e[_0x541dba(0xad)]),_0x38d02e['id'];const _0x2dfb26=await withSpinner(_0x541dba(0xc2),()=>_0x410dea[_0x541dba(0xb3)][_0x541dba(0xd5)]('claude-4.5-haiku',0x0),{'verbose':_0x297b0f});return _0x2dfb26[_0x541dba(0xb5)]['id'];}}async['execute'](_0x44bf37){const _0x1be05c=a8_0x5c6d1b,{options:_0x19d37a,args:_0x4913b1,tdx:_0xd7afc}=_0x44bf37,_0x3bee9f=_0x4913b1['join']('\x20'),_0x4ff5e0=_0x19d37a,_0x516c19=_0x4ff5e0[_0x1be05c(0xae)],_0x22c6b2=_0x4ff5e0[_0x1be05c(0xb4)],_0x15d5c7=_0x4ff5e0[_0x1be05c(0xa9)],_0x56502e=_0x4ff5e0[_0x1be05c(0xc1)];try{let _0x51df0b,_0x1d9849;!_0x56502e&&(_0x1d9849=loadLastChatId(),_0x1d9849&&_0x19d37a[_0x1be05c(0xca)]&&console[_0x1be05c(0xbf)](_0x1be05c(0xd1)+_0x1d9849));(_0x56502e||!_0x1d9849)&&(_0x51df0b=await this['getAgentId'](_0xd7afc,_0x516c19,_0x22c6b2,_0x15d5c7,_0x19d37a['verbose']));try{await this[_0x1be05c(0xc0)](_0xd7afc,_0x3bee9f,_0x51df0b,_0x1d9849,_0x19d37a[_0x1be05c(0xca)]);}catch(_0x2e10bf){const _0x5be2fe=_0x2e10bf instanceof SDKError&&_0x2e10bf[_0x1be05c(0xd3)]===ErrorCode[_0x1be05c(0xa7)]||_0x2e10bf instanceof Error&&_0x2e10bf['message'][_0x1be05c(0xc9)]('404');if(_0x5be2fe)_0x19d37a['verbose']&&console[_0x1be05c(0xbf)](_0x1be05c(0xd4)),!_0x51df0b&&(_0x51df0b=await this['getAgentId'](_0xd7afc,_0x516c19,_0x22c6b2,_0x15d5c7,_0x19d37a[_0x1be05c(0xca)])),await this['streamChat'](_0xd7afc,_0x3bee9f,_0x51df0b,undefined,_0x19d37a['verbose']);else throw _0x2e10bf;}return console[_0x1be05c(0xc5)](),0x0;}catch(_0x270ea8){return console[_0x1be05c(0xbf)](),handleSDKError(_0x270ea8,_0x19d37a),0x1;}}[a8_0x5c6d1b(0xb1)](_0x1a551a){const _0x587b9e=a8_0x5c6d1b;if(_0x587b9e(0xbb)in _0x1a551a)process['stdout']['write'](_0x1a551a[_0x587b9e(0xbb)]);else _0x587b9e(0xbf)in _0x1a551a&&console[_0x587b9e(0xbf)]('\x0aError:\x20'+_0x1a551a['error']);}}
1
+ const a8_0xa8c7ed=a8_0x53e1;function a8_0x53e1(_0x4208b6,_0x25603d){_0x4208b6=_0x4208b6-0x1a6;const _0x2391e6=a8_0x2391();let _0x53e146=_0x2391e6[_0x4208b6];return _0x53e146;}(function(_0xb1d7d3,_0x4e3865){const _0x3ed960=a8_0x53e1,_0x5e6885=_0xb1d7d3();while(!![]){try{const _0x436d34=parseInt(_0x3ed960(0x1b1))/0x1*(parseInt(_0x3ed960(0x1b0))/0x2)+-parseInt(_0x3ed960(0x1c9))/0x3*(parseInt(_0x3ed960(0x1d3))/0x4)+-parseInt(_0x3ed960(0x1ad))/0x5*(parseInt(_0x3ed960(0x1bb))/0x6)+-parseInt(_0x3ed960(0x1ab))/0x7*(-parseInt(_0x3ed960(0x1c0))/0x8)+-parseInt(_0x3ed960(0x1b5))/0x9*(parseInt(_0x3ed960(0x1ae))/0xa)+-parseInt(_0x3ed960(0x1d5))/0xb*(parseInt(_0x3ed960(0x1dd))/0xc)+parseInt(_0x3ed960(0x1bc))/0xd*(parseInt(_0x3ed960(0x1d7))/0xe);if(_0x436d34===_0x4e3865)break;else _0x5e6885['push'](_0x5e6885['shift']());}catch(_0x18276a){_0x5e6885['push'](_0x5e6885['shift']());}}}(a8_0x2391,0x72aaa));import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/errors.js';import{withSpinner}from'../utils/spinner.js';import{parseAgentRef}from'../sdk/agent/agent-ref-parser.js';function a8_0x2391(){const _0x8e6c87=['content','name','\x20\x20Cause:\x20','1680gQGiNn','agent','type','log','message','validate','session\x20context','Using\x20cached\x20default\x20agent:\x20','data','9MweSmV','handleChatEvent','llmAgent','resolveAgentId','claude-4.5-haiku','join','write','verbose','Chat\x20session:\x20','chat','1106876OwmdFn','Usage:\x20tdx\x20chat\x20\x22your\x20message\x22\x0a\x0aRun\x20\x27tdx\x20chat\x20--help\x27\x20for\x20more\x20options','319PyQOyg','Chat\x20session\x20not\x20found,\x20starting\x20new\x20chat...','10928848vJMaAq','Resolving\x20project\x20\x27','description','getDefaultAgent','Getting\x20default\x20agent...','getOrCreateDefaultAgent','26436FiSigH','args','chatId','new','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified)','stack','streamChat','includes','18690wQoXTX','\x0aStack\x20trace:','100885Pnbkel','220mTDGGY','stdout','2IsrUbq','270057wrbefY','error','llm','\x27...','115263pWXVrn','CHAT_NOT_FOUND','No\x20project\x20specified.\x20Use\x20\x22Project/Agent\x22\x20format\x20or\x20set\x20project\x20with\x20\x22tdx\x20use\x20llm_project\x22','Using\x20agent\x20from\x20','Resolving\x20agent\x20\x27','getAgentId','222UDguoQ','26IioQRY'];a8_0x2391=function(){return _0x8e6c87;};return a8_0x2391();}import{saveLastChatId,loadLastChatId}from'../sdk/llm/chat-cache.js';function handleSDKError(_0x46c29d,_0x1dc2cb){const _0x56428a=a8_0x53e1;if(_0x46c29d instanceof SDKError)console[_0x56428a(0x1b2)]('Error:\x20'+_0x46c29d[_0x56428a(0x1c4)]),_0x1dc2cb[_0x56428a(0x1d0)]&&(_0x46c29d['cause']&&console[_0x56428a(0x1b2)](_0x56428a(0x1bf)+_0x46c29d['cause']),_0x46c29d[_0x56428a(0x1a8)]&&(console[_0x56428a(0x1b2)](_0x56428a(0x1ac)),console[_0x56428a(0x1b2)](_0x46c29d[_0x56428a(0x1a8)])));else throw _0x46c29d;}export class ChatCommand extends BaseCommand{[a8_0xa8c7ed(0x1be)]=a8_0xa8c7ed(0x1d2);[a8_0xa8c7ed(0x1d9)]=a8_0xa8c7ed(0x1a7);[a8_0xa8c7ed(0x1c5)](_0x41734b){const _0x3a5281=a8_0xa8c7ed,_0x163786=_0x41734b[_0x3a5281(0x1de)][_0x3a5281(0x1ce)]('\x20');if(!_0x163786)return _0x3a5281(0x1d4);return undefined;}async[a8_0xa8c7ed(0x1a9)](_0x23c073,_0x299b90,_0x56e740,_0x49bc8d,_0x1f469e){const _0x28823e=a8_0xa8c7ed;for await(const _0x18aea6 of _0x23c073[_0x28823e(0x1b3)][_0x28823e(0x1d2)](_0x299b90,{'agentId':_0x56e740,'chatId':_0x49bc8d})){if(_0x18aea6[_0x28823e(0x1c2)]==='metadata'){const _0x2722b5=_0x18aea6['data'][_0x28823e(0x1df)];saveLastChatId(_0x2722b5),_0x1f469e&&console[_0x28823e(0x1b2)](_0x28823e(0x1d1)+_0x2722b5);}else _0x18aea6[_0x28823e(0x1c2)]==='event'&&this['handleChatEvent'](_0x18aea6[_0x28823e(0x1c8)]);}}async[a8_0xa8c7ed(0x1ba)](_0x1db581,_0xf5a33a,_0x199c07,_0x1bbd86,_0x22b8fd){const _0x472c0c=a8_0xa8c7ed,_0x528e9d=_0xf5a33a||_0x199c07;if(_0x528e9d){const {projectName:_0x371fb4,agentName:_0x1940b5}=parseAgentRef(_0x528e9d),_0x49773d=_0x1940b5||_0x528e9d,_0x3d50e2=_0x1940b5?_0x371fb4:_0x1bbd86;if(!_0x3d50e2)throw new Error(_0x472c0c(0x1b7));if(_0x22b8fd){const _0x99a06a=_0xf5a33a?'--agent\x20flag':_0x472c0c(0x1c6);console[_0x472c0c(0x1b2)](_0x472c0c(0x1b8)+_0x99a06a+':\x20'+_0x3d50e2+'/'+_0x49773d);}const _0x30145d=await withSpinner(_0x472c0c(0x1d8)+_0x3d50e2+_0x472c0c(0x1b4),()=>_0x1db581['llm']['resolveProjectId'](_0x3d50e2),{'verbose':_0x22b8fd}),_0x40535a=await withSpinner(_0x472c0c(0x1b9)+_0x49773d+'\x27...',()=>_0x1db581['llm'][_0x472c0c(0x1cc)](_0x49773d,_0x30145d[_0x472c0c(0x1c8)]),{'verbose':_0x22b8fd});return _0x40535a[_0x472c0c(0x1c8)];}else{const _0xc63ab2=_0x1db581[_0x472c0c(0x1b3)][_0x472c0c(0x1da)]();if(_0xc63ab2)return _0x22b8fd&&console[_0x472c0c(0x1b2)](_0x472c0c(0x1c7)+_0xc63ab2['name']),_0xc63ab2['id'];const _0x2e6554=await withSpinner(_0x472c0c(0x1db),()=>_0x1db581[_0x472c0c(0x1b3)][_0x472c0c(0x1dc)](_0x472c0c(0x1cd),0x0),{'verbose':_0x22b8fd});return _0x2e6554[_0x472c0c(0x1c8)]['id'];}}async['execute'](_0x229501){const _0x310e1e=a8_0xa8c7ed,{options:_0xd38040,args:_0x130e4a,tdx:_0xf77e07}=_0x229501,_0x360540=_0x130e4a[_0x310e1e(0x1ce)]('\x20'),_0x501494=_0xd38040,_0x19c1e4=_0x501494[_0x310e1e(0x1c1)],_0x5a02a5=_0x501494[_0x310e1e(0x1cb)],_0x1d0edc=_0x501494['llmProject'],_0x5e25b0=_0x501494[_0x310e1e(0x1a6)];try{let _0x555df3,_0x579e23;!_0x5e25b0&&(_0x579e23=loadLastChatId(),_0x579e23&&_0xd38040[_0x310e1e(0x1d0)]&&console[_0x310e1e(0x1b2)]('Continuing\x20chat:\x20'+_0x579e23));(_0x5e25b0||!_0x579e23)&&(_0x555df3=await this[_0x310e1e(0x1ba)](_0xf77e07,_0x19c1e4,_0x5a02a5,_0x1d0edc,_0xd38040[_0x310e1e(0x1d0)]));try{await this[_0x310e1e(0x1a9)](_0xf77e07,_0x360540,_0x555df3,_0x579e23,_0xd38040[_0x310e1e(0x1d0)]);}catch(_0x27b119){const _0x2702c0=_0x27b119 instanceof SDKError&&_0x27b119['code']===ErrorCode[_0x310e1e(0x1b6)]||_0x27b119 instanceof Error&&_0x27b119[_0x310e1e(0x1c4)][_0x310e1e(0x1aa)]('404');if(_0x2702c0)_0xd38040[_0x310e1e(0x1d0)]&&console['error'](_0x310e1e(0x1d6)),!_0x555df3&&(_0x555df3=await this[_0x310e1e(0x1ba)](_0xf77e07,_0x19c1e4,_0x5a02a5,_0x1d0edc,_0xd38040[_0x310e1e(0x1d0)])),await this[_0x310e1e(0x1a9)](_0xf77e07,_0x360540,_0x555df3,undefined,_0xd38040['verbose']);else throw _0x27b119;}return console[_0x310e1e(0x1c3)](),0x0;}catch(_0x59f5d9){return console[_0x310e1e(0x1b2)](),handleSDKError(_0x59f5d9,_0xd38040),0x1;}}[a8_0xa8c7ed(0x1ca)](_0xe43772){const _0x303a02=a8_0xa8c7ed;if(_0x303a02(0x1bd)in _0xe43772)process[_0x303a02(0x1af)][_0x303a02(0x1cf)](_0xe43772['content']);else _0x303a02(0x1b2)in _0xe43772&&console['error']('\x0aError:\x20'+_0xe43772[_0x303a02(0x1b2)]);}}
@@ -1 +1 @@
1
- const a9_0x47737c=a9_0x6147;(function(_0x59b453,_0x5c62bf){const _0x16d5f2=a9_0x6147,_0x405507=_0x59b453();while(!![]){try{const _0x29d16a=parseInt(_0x16d5f2(0x138))/0x1+parseInt(_0x16d5f2(0x1cc))/0x2*(-parseInt(_0x16d5f2(0x198))/0x3)+parseInt(_0x16d5f2(0x1bd))/0x4*(-parseInt(_0x16d5f2(0x150))/0x5)+-parseInt(_0x16d5f2(0x1be))/0x6+-parseInt(_0x16d5f2(0x183))/0x7*(-parseInt(_0x16d5f2(0x15b))/0x8)+parseInt(_0x16d5f2(0x189))/0x9+-parseInt(_0x16d5f2(0x13a))/0xa*(parseInt(_0x16d5f2(0x176))/0xb);if(_0x29d16a===_0x5c62bf)break;else _0x405507['push'](_0x405507['shift']());}catch(_0x416d93){_0x405507['push'](_0x405507['shift']());}}}(a9_0x44a7,0x8d796));import{readFile,writeFile,mkdir}from'node:fs/promises';import{existsSync}from'node:fs';import{join}from'node:path';import a9_0x131591 from'chalk';import{BaseCommand}from'./command.js';import{ProxyServer}from'../proxy/server.js';import{PassThroughProxyServer}from'../proxy/passthrough-server.js';import{TDXLogger}from'../utils/tdx-logger.js';import{getEndpoint}from'../sdk/client/endpoints.js';import{findAvailablePort}from'../utils/port.js';import{findExecutable,crossSpawn}from'../utils/process.js';function a9_0x6147(_0x1c4b96,_0x447675){_0x1c4b96=_0x1c4b96-0x136;const _0x44a7e8=a9_0x44a7();let _0x614715=_0x44a7e8[_0x1c4b96];return _0x614715;}import{SDKError,ErrorCode,errorContains}from'../sdk/errors.js';function a9_0x44a7(){const _0x5e69fe=['object','server','Failed\x20to\x20configure\x20marketplace\x20\x27','pipe','resume','2856952RdasFf','Initializing\x20proxy\x20logger...','CLAUDE_CODE_USE_VERTEX','https://github.com/treasure-data/td-skills','Claude\x20Code\x20CLI\x20not\x20found','parse','workflow-skills','✓\x20Logging\x20to\x20','tdx\x20claude\x20statusline','2.0.20','INVALID_ARGUMENT','update','ANTHROPIC_AUTH_TOKEN','site','error','Setup\x20failed','debug','Initializing...','ANTHROPIC_BASE_URL','\x27\x20installed','statusline','port','CLAUDE_CODE_USE_BEDROCK','canParse','warn','apiKey','✓\x20Settings\x20configured:\x20.claude/settings.local.json','77RzZbmR','false','Configuring\x20marketplace\x20\x27','Setting\x20up\x20project...','✓\x20MCP\x20server\x20\x27','profile','passThroughServer','✓\x20Logs\x20saved\x20to\x20','.claude','minor','logLevel','\x20configuration\x20failed','env','7pfmoIv','originalSettings','user','CLAUDE_CODE_UNSUPPORTED_VERSION','start','command','7964244ZAlgun','ENOENT','stringify','Failed\x20to\x20configure\x20MCP\x20server\x20\x27','Failed\x20to\x20launch\x20Claude\x20Code:\x20','Starting\x20TD\x20LLM\x20pass-through\x20proxy...','attributes','\x27\x20configured','match','context','mcp','cwd','Could\x20not\x20parse\x20Claude\x20Code\x20version\x20from:\x20','✓\x20TD\x20LLM\x20proxy\x20running\x20on\x20port\x20','td-skills','663FcggXs','log','Checking\x20Claude\x20Code\x20version...','\x20is\x20too\x20old\x20(minimum:\x20','tdx-skills','\x20→\x20','--transport','continue','proxy','red','✓\x20Settings\x20restored:\x20.claude/settings.local.json','type','tdx','inherit','init','info','account_id','already\x20configured','TD\x20Docs\x20MCP\x20Server','http://127.0.0.1:','API\x20key\x20is\x20required\x20for\x20TD\x20LLM\x20Proxy\x20mode','INSTALLATION_FAILED','Invalid\x20LLM\x20proxy\x20URL:\x20','hostname','patch','Configuring\x20MCP\x20server\x20\x27','getOrCreateDefaultProject','llm','Creating\x20.claude/settings.local.json...','message','plugin','claude','getLogPath','✓\x20Marketplace\x20\x27','green','\x20claude\x20statusline','verbose','41588PpmoOV','2898498suPXhX','Claude\x20Code\x20version\x20','CLAUDE_CODE_NOT_FOUND','Invalid\x20minimum\x20version\x20format:\x20','Skipping\x20TD\x20LLM\x20proxy\x20setup\x20(--no-proxy)','code','description','Checking\x20Claude\x20Code\x20version\x20(minimum\x20required:\x20','add','includes','close','tdx-managed-proxy','\x27\x20updated','Command\x20spawn\x20error:\x20','1354wQQuEu','marketplace','stop','execute','llm-proxy','ANTHROPIC_MODEL','\x20already\x20configured','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','Warning:\x20Failed\x20to\x20configure\x20','755624lPwKnz','string','156680IMqntQ','\x20does\x20not\x20support\x20required\x20features.\x20Please\x20upgrade\x20to\x20version\x20','utf-8','http','\x27...','name','logger','settings.local.json','stderr','toString','\x20meets\x20minimum\x20requirement','tdx\x20--profile\x20','td-skills\x20Plugins','already\x20installed','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20server\x20stopped','fail','exit','data','Please\x20install\x20Claude\x20Code\x20from\x20https://claude.com/claude-code','\x20or\x20later.','✓\x20Claude\x20Code\x20version\x20OK','✓\x20TD\x20LLM\x20proxy\x20server\x20stopped','325fhwLJs','text','statusLine','cause','major','unshift'];a9_0x44a7=function(){return _0x5e69fe;};return a9_0x44a7();}import{createCommandSpinner}from'../utils/spinner.js';import{writeCachedAccountInfo}from'../core/config.js';const MIN_CLAUDE_VERSION=a9_0x47737c(0x164);function handleInstallationError(_0x5c711f,_0x27b7a3,_0x30e20e,_0x29601d){const _0x53f916=a9_0x47737c;errorContains(_0x5c711f,'already\x20exists',_0x53f916(0x147),_0x53f916(0x1a9))?(_0x30e20e['text']='✓\x20'+_0x27b7a3+_0x53f916(0x1d2),_0x29601d?.['info'](_0x27b7a3+_0x53f916(0x1d2)),_0x5c711f instanceof SDKError&&_0x5c711f['cause']&&_0x29601d?.['debug']('Command\x20output:\x20'+_0x5c711f[_0x53f916(0x153)]['message'])):(_0x30e20e[_0x53f916(0x173)](_0x53f916(0x137)+_0x27b7a3),_0x29601d?.[_0x53f916(0x169)](_0x27b7a3+_0x53f916(0x181),_0x5c711f));}export function parseVersion(_0x52486e){const _0x4fe542=a9_0x47737c,_0x14c90a=_0x52486e['trim']()[_0x4fe542(0x191)](/^v?(\d+)\.(\d+)\.(\d+)/);if(!_0x14c90a)return null;return{'major':parseInt(_0x14c90a[0x1],0xa),'minor':parseInt(_0x14c90a[0x2],0xa),'patch':parseInt(_0x14c90a[0x3],0xa)};}export function compareVersions(_0x5e5682,_0x349fa3){const _0x50ed36=a9_0x47737c;if(_0x5e5682[_0x50ed36(0x154)]!==_0x349fa3[_0x50ed36(0x154)])return _0x5e5682[_0x50ed36(0x154)]-_0x349fa3[_0x50ed36(0x154)];if(_0x5e5682['minor']!==_0x349fa3[_0x50ed36(0x17f)])return _0x5e5682['minor']-_0x349fa3[_0x50ed36(0x17f)];return _0x5e5682[_0x50ed36(0x1b0)]-_0x349fa3[_0x50ed36(0x1b0)];}async function checkClaudeVersion(_0x183ef6,_0x52ce4e){const _0x1599a6=a9_0x47737c;_0x52ce4e?.[_0x1599a6(0x16b)](_0x1599a6(0x1c5)+_0x183ef6+')');const _0x5b45fd=await executeClaudeCommand(['--version'],undefined,_0x52ce4e),_0xbf14e6=parseVersion(_0x5b45fd);if(!_0xbf14e6){_0x52ce4e?.[_0x1599a6(0x173)](_0x1599a6(0x195)+_0x5b45fd);return;}const _0x56ab9b=_0xbf14e6[_0x1599a6(0x154)]+'.'+_0xbf14e6['minor']+'.'+_0xbf14e6[_0x1599a6(0x1b0)],_0x5a2664=parseVersion(_0x183ef6);if(!_0x5a2664){_0x52ce4e?.[_0x1599a6(0x173)](_0x1599a6(0x1c1)+_0x183ef6);return;}if(compareVersions(_0xbf14e6,_0x5a2664)<0x0){_0x52ce4e?.[_0x1599a6(0x169)](_0x1599a6(0x1bf)+_0x56ab9b+_0x1599a6(0x19b)+_0x183ef6+')');throw new SDKError(ErrorCode[_0x1599a6(0x186)],_0x1599a6(0x1bf)+_0x56ab9b+_0x1599a6(0x13b)+_0x183ef6+_0x1599a6(0x14d),undefined,{'helpText':'Download\x20the\x20latest\x20version\x20from\x20https://claude.com/claude-code'});}_0x52ce4e?.[_0x1599a6(0x16b)](_0x1599a6(0x1bf)+_0x56ab9b+_0x1599a6(0x144));}async function executeClaudeCommand(_0x32fa00,_0x9fc22d,_0x1a4fa7){const _0x395f0e=a9_0x47737c;return _0x1a4fa7?.[_0x395f0e(0x1a7)]('Executing:\x20claude\x20'+_0x32fa00['join']('\x20')),new Promise((_0x25eb87,_0x253f19)=>{const _0x2f4e5e=_0x395f0e,_0x58f4cc=crossSpawn('claude',_0x32fa00,{'stdio':_0x2f4e5e(0x159)});let _0xc0f814='',_0x59b365='';_0x58f4cc['stdout']?.['on'](_0x2f4e5e(0x14b),_0x56c889=>{const _0x242bb5=_0x2f4e5e;_0xc0f814+=_0x56c889[_0x242bb5(0x143)]();}),_0x58f4cc[_0x2f4e5e(0x142)]?.['on'](_0x2f4e5e(0x14b),_0x34534e=>{const _0xdd6b19=_0x2f4e5e;_0x59b365+=_0x34534e[_0xdd6b19(0x143)]();}),_0x58f4cc['on'](_0x2f4e5e(0x169),_0x2ff8c6=>{const _0x45bd0d=_0x2f4e5e;_0x2ff8c6[_0x45bd0d(0x1c3)]===_0x45bd0d(0x18a)?(_0x1a4fa7?.['error'](_0x45bd0d(0x15f)),_0x253f19(new SDKError(ErrorCode[_0x45bd0d(0x1c0)],_0x45bd0d(0x15f),_0x2ff8c6,{'helpText':_0x45bd0d(0x14c)}))):(_0x1a4fa7?.[_0x45bd0d(0x169)](_0x45bd0d(0x1cb)+_0x2ff8c6[_0x45bd0d(0x1b5)]),_0x253f19(new SDKError(ErrorCode['INTERNAL'],'Failed\x20to\x20spawn\x20claude\x20command:\x20'+_0x2ff8c6[_0x45bd0d(0x1b5)],_0x2ff8c6)));}),_0x58f4cc['on'](_0x2f4e5e(0x14a),_0x4d88e2=>{const _0xcabd9e=_0x2f4e5e;if(_0x4d88e2===0x0)_0x25eb87(_0xc0f814);else _0x9fc22d?(_0x1a4fa7?.[_0xcabd9e(0x169)]('Command\x20failed\x20(exit\x20'+_0x4d88e2+'):\x20claude\x20'+_0x32fa00['join']('\x20')),_0x253f19(new SDKError(ErrorCode[_0xcabd9e(0x1ad)],_0x9fc22d,new Error(_0x59b365)))):_0x25eb87('');});});}async function ensureMcpServer(_0x84d5be,_0x5bf252,_0x2f0512,_0x539e3b,_0x26b774){const _0x432427=a9_0x47737c;_0x539e3b[_0x432427(0x151)]=_0x432427(0x1b1)+_0x84d5be+_0x432427(0x13e),await executeClaudeCommand([_0x432427(0x193),_0x432427(0x1c6),_0x84d5be,_0x5bf252,_0x432427(0x19e),_0x2f0512],_0x432427(0x18c)+_0x84d5be+'\x27',_0x26b774),_0x539e3b[_0x432427(0x151)]=_0x432427(0x17a)+_0x84d5be+_0x432427(0x190);}async function ensureMarketplace(_0x31ffe7,_0x14aa42,_0x22e5d8,_0x25aa96){const _0x4fa134=a9_0x47737c;_0x22e5d8[_0x4fa134(0x151)]=_0x4fa134(0x178)+_0x31ffe7+_0x4fa134(0x13e),await executeClaudeCommand([_0x4fa134(0x1b6),'marketplace',_0x4fa134(0x1c6),_0x14aa42],_0x4fa134(0x158)+_0x31ffe7+'\x27',_0x25aa96),_0x22e5d8[_0x4fa134(0x151)]=_0x4fa134(0x1b9)+_0x31ffe7+'\x27\x20configured';}async function updateMarketplace(_0x43d369,_0x59e9f7,_0x9c0fbc){const _0x41935f=a9_0x47737c;_0x59e9f7[_0x41935f(0x151)]='Updating\x20marketplace\x20\x27'+_0x43d369+_0x41935f(0x13e),await executeClaudeCommand([_0x41935f(0x1b6),_0x41935f(0x1cd),_0x41935f(0x166)],'Failed\x20to\x20update\x20marketplace\x20\x27'+_0x43d369+'\x27',_0x9c0fbc),_0x59e9f7[_0x41935f(0x151)]='✓\x20Marketplace\x20\x27'+_0x43d369+_0x41935f(0x1ca);}async function ensurePlugin(_0x652ad6,_0x16e200,_0x598cac,_0x535cb4){const _0x22ed59=a9_0x47737c;_0x598cac[_0x22ed59(0x151)]='Installing\x20plugin\x20\x27'+_0x652ad6+_0x22ed59(0x13e),await executeClaudeCommand([_0x22ed59(0x1b6),'install',_0x652ad6+'@'+_0x16e200],'Failed\x20to\x20install\x20plugin\x20\x27'+_0x652ad6+'\x27',_0x535cb4),_0x598cac[_0x22ed59(0x151)]='✓\x20Plugin\x20\x27'+_0x652ad6+_0x22ed59(0x16e);}async function createClaudeSettings(_0x16895e,_0x195069,_0x23c07d){const _0xdf9a1=a9_0x47737c,_0x10cc9c=join(process[_0xdf9a1(0x194)](),_0xdf9a1(0x17e)),_0x275fd5=join(_0x10cc9c,_0xdf9a1(0x141));await mkdir(_0x10cc9c,{'recursive':!![]});let _0xae4c56={};if(existsSync(_0x275fd5))try{const _0x568f38=await readFile(_0x275fd5,_0xdf9a1(0x13c));_0xae4c56=JSON[_0xdf9a1(0x160)](_0x568f38);}catch{_0xae4c56={};}const _0x1ca225=_0xae4c56[_0xdf9a1(0x182)]||{},_0x8c01e={'ANTHROPIC_BASE_URL':_0x1ca225['ANTHROPIC_BASE_URL'],'ANTHROPIC_MODEL':_0x1ca225[_0xdf9a1(0x1d1)],'ANTHROPIC_AUTH_TOKEN':_0x1ca225[_0xdf9a1(0x167)],'CLAUDE_CODE_USE_BEDROCK':_0x1ca225[_0xdf9a1(0x171)],'CLAUDE_CODE_USE_VERTEX':_0x1ca225[_0xdf9a1(0x15d)],'statusLine':_0xae4c56[_0xdf9a1(0x152)]},_0x3a7761={..._0xae4c56,'env':{..._0x1ca225,'ANTHROPIC_BASE_URL':_0xdf9a1(0x1ab)+_0x16895e,..._0x195069&&{'ANTHROPIC_MODEL':_0x195069},'ANTHROPIC_AUTH_TOKEN':'tdx-managed-proxy','CLAUDE_CODE_USE_BEDROCK':'false','CLAUDE_CODE_USE_VERTEX':_0xdf9a1(0x177)},'statusLine':{'type':'command','command':_0x23c07d?_0xdf9a1(0x145)+_0x23c07d+_0xdf9a1(0x1bb):_0xdf9a1(0x163)}};return await writeFile(_0x275fd5,JSON[_0xdf9a1(0x18b)](_0x3a7761,null,0x2)+'\x0a'),_0x8c01e;}async function restoreClaudeSettings(_0x713192){const _0x1dd6e0=a9_0x47737c,_0x2a9706=join(process[_0x1dd6e0(0x194)](),_0x1dd6e0(0x17e)),_0x1ce1e8=join(_0x2a9706,_0x1dd6e0(0x141));if(!existsSync(_0x1ce1e8))return;try{const _0x380c65=await readFile(_0x1ce1e8,_0x1dd6e0(0x13c)),_0x28b628=JSON[_0x1dd6e0(0x160)](_0x380c65),_0x381a04=_0x28b628[_0x1dd6e0(0x182)]||{},_0x13a089=_0x381a04[_0x1dd6e0(0x16d)],_0x615b56=((()=>{const _0x2eab8a=_0x1dd6e0;if(typeof _0x13a089!==_0x2eab8a(0x139))return![];try{const _0x15d0e9=new URL(_0x13a089);return _0x15d0e9[_0x2eab8a(0x1af)]==='localhost'||_0x15d0e9['hostname']==='127.0.0.1';}catch{return![];}})());_0x615b56?(delete _0x381a04[_0x1dd6e0(0x16d)],delete _0x381a04[_0x1dd6e0(0x1d1)],delete _0x381a04[_0x1dd6e0(0x167)],delete _0x381a04['CLAUDE_CODE_USE_BEDROCK'],delete _0x381a04[_0x1dd6e0(0x15d)]):(_0x713192['ANTHROPIC_BASE_URL']!==undefined?_0x381a04[_0x1dd6e0(0x16d)]=_0x713192['ANTHROPIC_BASE_URL']:delete _0x381a04[_0x1dd6e0(0x16d)],_0x713192[_0x1dd6e0(0x1d1)]!==undefined?_0x381a04[_0x1dd6e0(0x1d1)]=_0x713192['ANTHROPIC_MODEL']:delete _0x381a04[_0x1dd6e0(0x1d1)],_0x713192['ANTHROPIC_AUTH_TOKEN']!==undefined?_0x381a04[_0x1dd6e0(0x167)]=_0x713192[_0x1dd6e0(0x167)]:delete _0x381a04[_0x1dd6e0(0x167)],_0x713192[_0x1dd6e0(0x171)]!==undefined?_0x381a04['CLAUDE_CODE_USE_BEDROCK']=_0x713192[_0x1dd6e0(0x171)]:delete _0x381a04[_0x1dd6e0(0x171)],_0x713192['CLAUDE_CODE_USE_VERTEX']!==undefined?_0x381a04[_0x1dd6e0(0x15d)]=_0x713192[_0x1dd6e0(0x15d)]:delete _0x381a04['CLAUDE_CODE_USE_VERTEX']);const _0x45f5d1=_0x28b628[_0x1dd6e0(0x152)],_0x508962=((()=>{const _0x1f22cc=_0x1dd6e0;if(!_0x45f5d1||typeof _0x45f5d1!==_0x1f22cc(0x156))return![];if(_0x45f5d1[_0x1f22cc(0x1a3)]!==_0x1f22cc(0x188))return![];if(typeof _0x45f5d1[_0x1f22cc(0x188)]!==_0x1f22cc(0x139))return![];return _0x45f5d1[_0x1f22cc(0x188)][_0x1f22cc(0x1c7)](_0x1f22cc(0x1a4))&&_0x45f5d1['command'][_0x1f22cc(0x1c7)](_0x1f22cc(0x16f));})());if(_0x508962)delete _0x28b628[_0x1dd6e0(0x152)];else _0x713192[_0x1dd6e0(0x152)]!==undefined?_0x28b628['statusLine']=_0x713192[_0x1dd6e0(0x152)]:delete _0x28b628['statusLine'];_0x28b628[_0x1dd6e0(0x182)]=_0x381a04,await writeFile(_0x1ce1e8,JSON['stringify'](_0x28b628,null,0x2)+'\x0a');}catch{}}export class ClaudeCommand extends BaseCommand{['name']=a9_0x47737c(0x1b7);[a9_0x47737c(0x1c4)]=a9_0x47737c(0x136);[a9_0x47737c(0x157)];[a9_0x47737c(0x17c)];[a9_0x47737c(0x184)];[a9_0x47737c(0x140)];[a9_0x47737c(0x170)];async[a9_0x47737c(0x1cf)](_0x1dc858){const _0x2b2b67=a9_0x47737c,{tdx:_0x1a37a0,options:_0x360acc,args:_0x226f02}=_0x1dc858;try{const _0xa51b8=_0x360acc,_0x49bb2e=_0xa51b8[_0x2b2b67(0x1a0)]===![],_0x2a4bf8=_0xa51b8[_0x2b2b67(0x19f)]===!![],_0x8514d6=_0xa51b8[_0x2b2b67(0x15a)]===!![],_0x4168d9=_0xa51b8['llmProxy'],_0x401f60=_0x4168d9!==undefined&&_0x4168d9!==![],_0x2574be=typeof _0x4168d9===_0x2b2b67(0x139)?_0x4168d9:undefined,_0x51198e=_0x401f60?undefined:_0xa51b8['model'],_0x321d4b=[..._0x226f02];if(_0x2a4bf8)_0x321d4b[_0x2b2b67(0x155)]('-c');else _0x8514d6&&_0x321d4b[_0x2b2b67(0x155)]('-r');const _0x13ff02=createCommandSpinner(_0x2b2b67(0x16c),{'verbose':_0x360acc[_0x2b2b67(0x1bc)]});_0x13ff02[_0x2b2b67(0x187)]();try{if(!_0x49bb2e){_0x13ff02[_0x2b2b67(0x151)]='Finding\x20available\x20port...',this[_0x2b2b67(0x170)]=await findAvailablePort(0xfa0),_0x13ff02['text']='✓\x20Found\x20available\x20port:\x20'+this['port'];const _0x31caa2=_0x360acc[_0x2b2b67(0x17b)];try{const _0x405cad=await _0x1a37a0[_0x2b2b67(0x185)]['getCurrent']();_0x405cad[_0x2b2b67(0x1a8)]&&writeCachedAccountInfo(_0x360acc['site'],_0x405cad[_0x2b2b67(0x1a8)],_0x31caa2);}catch{}_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x15c),this[_0x2b2b67(0x140)]=new TDXLogger(_0x360acc[_0x2b2b67(0x180)],!![]),await this['logger'][_0x2b2b67(0x1a6)]();const _0x9ec86d=this[_0x2b2b67(0x140)][_0x2b2b67(0x1b8)]();_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x162)+_0x9ec86d;if(_0x401f60){if(_0x2574be&&!URL[_0x2b2b67(0x172)](_0x2574be))throw new SDKError(ErrorCode[_0x2b2b67(0x165)],_0x2b2b67(0x1ae)+_0x2574be);const _0x388762=_0x2574be||getEndpoint(_0x360acc[_0x2b2b67(0x168)],_0x2b2b67(0x1d0));_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x18e);if(!_0x1a37a0['context'][_0x2b2b67(0x174)])throw new SDKError(ErrorCode[_0x2b2b67(0x165)],_0x2b2b67(0x1ac));this[_0x2b2b67(0x17c)]=new PassThroughProxyServer({'port':this[_0x2b2b67(0x170)],'llmProxyUrl':_0x388762,'apiKey':_0x1a37a0[_0x2b2b67(0x192)][_0x2b2b67(0x174)],'logger':this['logger'],'site':_0x360acc[_0x2b2b67(0x168)],'profile':_0x31caa2}),await this[_0x2b2b67(0x17c)]['start'](),_0x13ff02[_0x2b2b67(0x151)]='✓\x20TD\x20LLM\x20pass-through\x20proxy\x20running\x20on\x20port\x20'+this[_0x2b2b67(0x170)]+_0x2b2b67(0x19d)+_0x388762;}else{_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x179);const _0x33ace8=await _0x1a37a0[_0x2b2b67(0x1b3)][_0x2b2b67(0x1b2)](),_0x593d79=_0x33ace8['id'];_0x13ff02[_0x2b2b67(0x151)]='✓\x20Using\x20project:\x20'+_0x33ace8[_0x2b2b67(0x18f)][_0x2b2b67(0x13f)],_0x13ff02[_0x2b2b67(0x151)]='Starting\x20TD\x20LLM\x20proxy\x20server...',this[_0x2b2b67(0x157)]=new ProxyServer({'port':this[_0x2b2b67(0x170)],'projectId':_0x593d79,'tdx':_0x1a37a0,'logger':this[_0x2b2b67(0x140)],'site':_0x360acc[_0x2b2b67(0x168)]}),await this[_0x2b2b67(0x157)][_0x2b2b67(0x187)](),_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x196)+this[_0x2b2b67(0x170)];}_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x1b4),this['originalSettings']=await createClaudeSettings(this['port'],_0x51198e,_0x31caa2),_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x175);}else _0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x1c2);try{_0x13ff02['text']=_0x2b2b67(0x19a),await checkClaudeVersion(MIN_CLAUDE_VERSION,this[_0x2b2b67(0x140)]),_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x14e);}catch(_0x19875e){_0x13ff02[_0x2b2b67(0x149)]('Claude\x20Code\x20version\x20check\x20failed');throw _0x19875e;}try{await ensureMcpServer('td-docs','https://docs.treasuredata.com/mcp',_0x2b2b67(0x13d),_0x13ff02,this[_0x2b2b67(0x140)]);}catch(_0x402455){handleInstallationError(_0x402455,_0x2b2b67(0x1aa),_0x13ff02,this['logger']);}try{await ensureMarketplace(_0x2b2b67(0x197),_0x2b2b67(0x15e),_0x13ff02,this[_0x2b2b67(0x140)]),await updateMarketplace('td-skills',_0x13ff02,this[_0x2b2b67(0x140)]),await ensurePlugin('sql-skills',_0x2b2b67(0x197),_0x13ff02,this[_0x2b2b67(0x140)]),await ensurePlugin(_0x2b2b67(0x161),'td-skills',_0x13ff02,this[_0x2b2b67(0x140)]),await ensurePlugin(_0x2b2b67(0x19c),_0x2b2b67(0x197),_0x13ff02,this[_0x2b2b67(0x140)]);}catch(_0x16c0a0){handleInstallationError(_0x16c0a0,_0x2b2b67(0x146),_0x13ff02,this['logger']);}_0x13ff02[_0x2b2b67(0x1ce)]();}catch(_0x54e879){_0x13ff02[_0x2b2b67(0x149)](_0x2b2b67(0x16a));throw _0x54e879;}const _0x24eafa=await findExecutable(_0x2b2b67(0x1b7));if(!_0x24eafa)throw new SDKError(ErrorCode[_0x2b2b67(0x1c0)],_0x2b2b67(0x15f),undefined,{'helpText':_0x2b2b67(0x14c)});const _0x133380={...process[_0x2b2b67(0x182)]};!_0x49bb2e&&(_0x133380[_0x2b2b67(0x16d)]='http://127.0.0.1:'+this[_0x2b2b67(0x170)],_0x51198e&&(_0x133380[_0x2b2b67(0x1d1)]=_0x51198e),_0x133380[_0x2b2b67(0x167)]=_0x2b2b67(0x1c9),_0x133380['CLAUDE_CODE_USE_BEDROCK']=_0x2b2b67(0x177),_0x133380[_0x2b2b67(0x15d)]=_0x2b2b67(0x177));const _0x13d61e=crossSpawn(_0x24eafa,_0x321d4b,{'stdio':_0x2b2b67(0x1a5),'env':_0x133380}),_0x193f02=await new Promise(_0x554bce=>{const _0x206b8d=_0x2b2b67;_0x13d61e['on'](_0x206b8d(0x14a),_0x2bc3af=>{_0x554bce(_0x2bc3af||0x0);}),_0x13d61e['on'](_0x206b8d(0x169),_0x5e7977=>{const _0x4be15e=_0x206b8d;console[_0x4be15e(0x169)](a9_0x131591[_0x4be15e(0x1a1)](_0x4be15e(0x18d)+_0x5e7977['message'])),_0x554bce(0x1);});});this[_0x2b2b67(0x157)]&&(await this[_0x2b2b67(0x157)][_0x2b2b67(0x1ce)](),console['log'](a9_0x131591[_0x2b2b67(0x1ba)](_0x2b2b67(0x14f))));this[_0x2b2b67(0x17c)]&&(await this['passThroughServer'][_0x2b2b67(0x1ce)](),console[_0x2b2b67(0x199)](a9_0x131591['green'](_0x2b2b67(0x148))));if(this[_0x2b2b67(0x140)]){await this['logger'][_0x2b2b67(0x1c8)]();const _0x3854a4=this[_0x2b2b67(0x140)][_0x2b2b67(0x1b8)]();console[_0x2b2b67(0x199)](a9_0x131591['green'](_0x2b2b67(0x17d)+_0x3854a4));}return this[_0x2b2b67(0x184)]&&(await restoreClaudeSettings(this['originalSettings']),console[_0x2b2b67(0x199)](a9_0x131591[_0x2b2b67(0x1ba)](_0x2b2b67(0x1a2)))),_0x193f02;}catch(_0x22a3ed){this[_0x2b2b67(0x157)]&&await this['server'][_0x2b2b67(0x1ce)]();this[_0x2b2b67(0x17c)]&&await this['passThroughServer']['stop']();this['logger']&&await this[_0x2b2b67(0x140)][_0x2b2b67(0x1c8)]();this[_0x2b2b67(0x184)]&&await restoreClaudeSettings(this[_0x2b2b67(0x184)]);throw _0x22a3ed;}}}
1
+ const a9_0x10fb76=a9_0x1a9e;(function(_0x381010,_0x2a2431){const _0x34e096=a9_0x1a9e,_0xd76edc=_0x381010();while(!![]){try{const _0xf248ad=parseInt(_0x34e096(0x1d3))/0x1*(parseInt(_0x34e096(0x18c))/0x2)+parseInt(_0x34e096(0x142))/0x3*(parseInt(_0x34e096(0x1ab))/0x4)+-parseInt(_0x34e096(0x1a7))/0x5*(parseInt(_0x34e096(0x16a))/0x6)+-parseInt(_0x34e096(0x16d))/0x7*(parseInt(_0x34e096(0x19c))/0x8)+parseInt(_0x34e096(0x1a1))/0x9+parseInt(_0x34e096(0x1a3))/0xa+-parseInt(_0x34e096(0x18b))/0xb;if(_0xf248ad===_0x2a2431)break;else _0xd76edc['push'](_0xd76edc['shift']());}catch(_0x293dd3){_0xd76edc['push'](_0xd76edc['shift']());}}}(a9_0x599c,0x76904));import{readFile,writeFile,mkdir}from'node:fs/promises';import{existsSync}from'node:fs';import{join}from'node:path';import a9_0x12fdcc from'chalk';import{BaseCommand}from'./command.js';import{ProxyServer}from'../proxy/server.js';function a9_0x1a9e(_0x2e9c8d,_0x1c4c7c){_0x2e9c8d=_0x2e9c8d-0x136;const _0x599c52=a9_0x599c();let _0x1a9e8a=_0x599c52[_0x2e9c8d];return _0x1a9e8a;}import{PassThroughProxyServer}from'../proxy/passthrough-server.js';import{TDXLogger}from'../utils/tdx-logger.js';import{getEndpoint}from'../sdk/client/endpoints.js';import{findAvailablePort}from'../utils/port.js';import{findExecutable,crossSpawn}from'../utils/process.js';import{SDKError,ErrorCode,errorContains}from'../sdk/errors.js';import{createCommandSpinner}from'../utils/spinner.js';import{writeCachedAccountInfo}from'../core/config.js';const MIN_CLAUDE_VERSION='2.0.20';function handleInstallationError(_0x4fa23c,_0x320eb0,_0x403d75,_0x15ebb1){const _0x4bc3a4=a9_0x1a9e;errorContains(_0x4fa23c,'already\x20exists',_0x4bc3a4(0x156),_0x4bc3a4(0x160))?(_0x403d75[_0x4bc3a4(0x1c9)]='✓\x20'+_0x320eb0+_0x4bc3a4(0x19d),_0x15ebb1?.[_0x4bc3a4(0x162)](_0x320eb0+_0x4bc3a4(0x19d)),_0x4fa23c instanceof SDKError&&_0x4fa23c[_0x4bc3a4(0x178)]&&_0x15ebb1?.[_0x4bc3a4(0x17c)](_0x4bc3a4(0x194)+_0x4fa23c['cause'][_0x4bc3a4(0x1bd)])):(_0x403d75[_0x4bc3a4(0x197)](_0x4bc3a4(0x1cf)+_0x320eb0),_0x15ebb1?.[_0x4bc3a4(0x170)](_0x320eb0+'\x20configuration\x20failed',_0x4fa23c));}function a9_0x599c(){const _0x64baff=['Starting\x20TD\x20LLM\x20pass-through\x20proxy...','false','):\x20claude\x20','already\x20configured','green','info','\x20→\x20','pipe','port','ANTHROPIC_AUTH_TOKEN','\x27...','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20running\x20on\x20port\x20','\x20claude\x20statusline','6156JKcsRr','\x27\x20configured','site','1015UgmcAn','major','✓\x20MCP\x20server\x20\x27','error','execute','Claude\x20Code\x20version\x20check\x20failed','\x20or\x20later.','getLogPath','Checking\x20Claude\x20Code\x20version...','exit','CLAUDE_CODE_NOT_FOUND','cause','string','Could\x20not\x20parse\x20Claude\x20Code\x20version\x20from:\x20','getOrCreateDefaultProject','debug','stop','fail','tdx\x20claude\x20statusline','Creating\x20.claude/settings.local.json...','server','plugin','Download\x20the\x20latest\x20version\x20from\x20https://claude.com/claude-code','add','account_id','code','✓\x20Logs\x20saved\x20to\x20','model','Command\x20spawn\x20error:\x20','unshift','1395625MoeSiK','2ULevEg','Installing\x20plugin\x20\x27','Claude\x20Code\x20CLI\x20not\x20found','name','init','verbose','llm-proxy','logger','Command\x20output:\x20','localhost','td-skills','warn','API\x20key\x20is\x20required\x20for\x20TD\x20LLM\x20Proxy\x20mode','workflow-skills','✓\x20Settings\x20configured:\x20.claude/settings.local.json','Initializing...','24424UIJQfq','\x20already\x20configured','parse','stdout','Failed\x20to\x20configure\x20marketplace\x20\x27','1900665mSQvyh','tdx-skills','3161330PJokpF','minor','context','CLAUDE_CODE_USE_BEDROCK','345ILoHlw','data','Starting\x20TD\x20LLM\x20proxy\x20server...','INVALID_ARGUMENT','1568084fXpzwi','✓\x20Plugin\x20\x27','✓\x20Marketplace\x20\x27','\x20does\x20not\x20support\x20required\x20features.\x20Please\x20upgrade\x20to\x20version\x20','resume','tdx\x20--profile\x20','.claude','INTERNAL','command','marketplace','patch','✓\x20Using\x20project:\x20','getCurrent','ANTHROPIC_MODEL','sql-skills','Checking\x20Claude\x20Code\x20version\x20(minimum\x20required:\x20','statusLine','proxy','message','install','apiKey','red','toString','✓\x20Claude\x20Code\x20version\x20OK','td-skills\x20Plugins','inherit','trim','llm','claude','includes','text','https://github.com/treasure-data/td-skills','update','cwd','utf-8','Invalid\x20minimum\x20version\x20format:\x20','Warning:\x20Failed\x20to\x20configure\x20','description','✓\x20TD\x20LLM\x20proxy\x20running\x20on\x20port\x20','CLAUDE_CODE_UNSUPPORTED_VERSION','206651YpCpZs','continue','ANTHROPIC_BASE_URL','canParse','profile','--version','Skipping\x20TD\x20LLM\x20proxy\x20setup\x20(--no-proxy)','Finding\x20available\x20port...','Command\x20failed\x20(exit\x20','passThroughServer','log','env','hostname','tdx-managed-proxy','✓\x20Logging\x20to\x20','stderr','llmProxy','Configuring\x20MCP\x20server\x20\x27','3Nuxoik','originalSettings','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20server\x20stopped','--transport','TD\x20Docs\x20MCP\x20Server','Claude\x20Code\x20version\x20','✓\x20Found\x20available\x20port:\x20','settings.local.json','Setting\x20up\x20project...','type','start','Setup\x20failed','\x27\x20updated','attributes','join','CLAUDE_CODE_USE_VERTEX','Please\x20install\x20Claude\x20Code\x20from\x20https://claude.com/claude-code','Failed\x20to\x20configure\x20MCP\x20server\x20\x27','td-docs','mcp','already\x20installed','match','http','Executing:\x20claude\x20','\x20meets\x20minimum\x20requirement','Failed\x20to\x20install\x20plugin\x20\x27','http://127.0.0.1:'];a9_0x599c=function(){return _0x64baff;};return a9_0x599c();}export function parseVersion(_0xa63c5f){const _0xb35229=a9_0x1a9e,_0x1e0e84=_0xa63c5f[_0xb35229(0x1c5)]()[_0xb35229(0x157)](/^v?(\d+)\.(\d+)\.(\d+)/);if(!_0x1e0e84)return null;return{'major':parseInt(_0x1e0e84[0x1],0xa),'minor':parseInt(_0x1e0e84[0x2],0xa),'patch':parseInt(_0x1e0e84[0x3],0xa)};}export function compareVersions(_0x529831,_0x53c9b6){const _0x28b2c7=a9_0x1a9e;if(_0x529831[_0x28b2c7(0x16e)]!==_0x53c9b6[_0x28b2c7(0x16e)])return _0x529831['major']-_0x53c9b6[_0x28b2c7(0x16e)];if(_0x529831['minor']!==_0x53c9b6[_0x28b2c7(0x1a4)])return _0x529831['minor']-_0x53c9b6['minor'];return _0x529831[_0x28b2c7(0x1b5)]-_0x53c9b6[_0x28b2c7(0x1b5)];}async function checkClaudeVersion(_0xe4f771,_0x4f5807){const _0x273c70=a9_0x1a9e;_0x4f5807?.[_0x273c70(0x17c)](_0x273c70(0x1ba)+_0xe4f771+')');const _0xe51d02=await executeClaudeCommand([_0x273c70(0x1d8)],undefined,_0x4f5807),_0x56a568=parseVersion(_0xe51d02);if(!_0x56a568){_0x4f5807?.[_0x273c70(0x197)](_0x273c70(0x17a)+_0xe51d02);return;}const _0x57d7d3=_0x56a568[_0x273c70(0x16e)]+'.'+_0x56a568[_0x273c70(0x1a4)]+'.'+_0x56a568[_0x273c70(0x1b5)],_0x15ce12=parseVersion(_0xe4f771);if(!_0x15ce12){_0x4f5807?.['warn'](_0x273c70(0x1ce)+_0xe4f771);return;}if(compareVersions(_0x56a568,_0x15ce12)<0x0){_0x4f5807?.['error'](_0x273c70(0x147)+_0x57d7d3+'\x20is\x20too\x20old\x20(minimum:\x20'+_0xe4f771+')');throw new SDKError(ErrorCode[_0x273c70(0x1d2)],_0x273c70(0x147)+_0x57d7d3+_0x273c70(0x1ae)+_0xe4f771+_0x273c70(0x173),undefined,{'helpText':_0x273c70(0x183)});}_0x4f5807?.[_0x273c70(0x17c)](_0x273c70(0x147)+_0x57d7d3+_0x273c70(0x15a));}async function executeClaudeCommand(_0x9f366f,_0x1a7bd9,_0x3a09d2){const _0x5a909b=a9_0x1a9e;return _0x3a09d2?.[_0x5a909b(0x162)](_0x5a909b(0x159)+_0x9f366f[_0x5a909b(0x150)]('\x20')),new Promise((_0x41208e,_0x4baa90)=>{const _0x1d407d=_0x5a909b,_0x3beeac=crossSpawn('claude',_0x9f366f,{'stdio':_0x1d407d(0x164)});let _0x1954a6='',_0x28c2d1='';_0x3beeac[_0x1d407d(0x19f)]?.['on'](_0x1d407d(0x1a8),_0x49df3b=>{const _0x2b587d=_0x1d407d;_0x1954a6+=_0x49df3b[_0x2b587d(0x1c1)]();}),_0x3beeac[_0x1d407d(0x13f)]?.['on']('data',_0x263825=>{const _0x46d6ac=_0x1d407d;_0x28c2d1+=_0x263825[_0x46d6ac(0x1c1)]();}),_0x3beeac['on'](_0x1d407d(0x170),_0x599896=>{const _0x202952=_0x1d407d;_0x599896[_0x202952(0x186)]==='ENOENT'?(_0x3a09d2?.[_0x202952(0x170)](_0x202952(0x18e)),_0x4baa90(new SDKError(ErrorCode[_0x202952(0x177)],_0x202952(0x18e),_0x599896,{'helpText':_0x202952(0x152)}))):(_0x3a09d2?.['error'](_0x202952(0x189)+_0x599896['message']),_0x4baa90(new SDKError(ErrorCode[_0x202952(0x1b2)],'Failed\x20to\x20spawn\x20claude\x20command:\x20'+_0x599896['message'],_0x599896)));}),_0x3beeac['on'](_0x1d407d(0x176),_0x20ac7d=>{const _0x29219a=_0x1d407d;if(_0x20ac7d===0x0)_0x41208e(_0x1954a6);else _0x1a7bd9?(_0x3a09d2?.['error'](_0x29219a(0x138)+_0x20ac7d+_0x29219a(0x15f)+_0x9f366f[_0x29219a(0x150)]('\x20')),_0x4baa90(new SDKError(ErrorCode['INSTALLATION_FAILED'],_0x1a7bd9,new Error(_0x28c2d1)))):_0x41208e('');});});}async function ensureMcpServer(_0xca46a1,_0x524ae6,_0x5b4c22,_0x4a5586,_0x4e94dd){const _0x3528d3=a9_0x1a9e;_0x4a5586[_0x3528d3(0x1c9)]=_0x3528d3(0x141)+_0xca46a1+_0x3528d3(0x167),await executeClaudeCommand([_0x3528d3(0x155),_0x3528d3(0x184),_0xca46a1,_0x524ae6,_0x3528d3(0x145),_0x5b4c22],_0x3528d3(0x153)+_0xca46a1+'\x27',_0x4e94dd),_0x4a5586['text']=_0x3528d3(0x16f)+_0xca46a1+_0x3528d3(0x16b);}async function ensureMarketplace(_0x57a9a1,_0x26dc38,_0x518a0e,_0x36ed2b){const _0x4aea15=a9_0x1a9e;_0x518a0e[_0x4aea15(0x1c9)]='Configuring\x20marketplace\x20\x27'+_0x57a9a1+_0x4aea15(0x167),await executeClaudeCommand([_0x4aea15(0x182),_0x4aea15(0x1b4),'add',_0x26dc38],_0x4aea15(0x1a0)+_0x57a9a1+'\x27',_0x36ed2b),_0x518a0e[_0x4aea15(0x1c9)]='✓\x20Marketplace\x20\x27'+_0x57a9a1+_0x4aea15(0x16b);}async function updateMarketplace(_0x41443b,_0x5db677,_0x858e45){const _0xe39ed8=a9_0x1a9e;_0x5db677[_0xe39ed8(0x1c9)]='Updating\x20marketplace\x20\x27'+_0x41443b+_0xe39ed8(0x167),await executeClaudeCommand(['plugin',_0xe39ed8(0x1b4),_0xe39ed8(0x1cb)],'Failed\x20to\x20update\x20marketplace\x20\x27'+_0x41443b+'\x27',_0x858e45),_0x5db677[_0xe39ed8(0x1c9)]=_0xe39ed8(0x1ad)+_0x41443b+_0xe39ed8(0x14e);}async function ensurePlugin(_0x4e516e,_0x371758,_0x38d9c8,_0x50be09){const _0x1cee2a=a9_0x1a9e;_0x38d9c8['text']=_0x1cee2a(0x18d)+_0x4e516e+'\x27...',await executeClaudeCommand(['plugin',_0x1cee2a(0x1be),_0x4e516e+'@'+_0x371758],_0x1cee2a(0x15b)+_0x4e516e+'\x27',_0x50be09),_0x38d9c8['text']=_0x1cee2a(0x1ac)+_0x4e516e+'\x27\x20installed';}async function createClaudeSettings(_0x3004a0,_0x4cdfc4,_0x4dfe0e){const _0x401064=a9_0x1a9e,_0x3b359b=join(process[_0x401064(0x1cc)](),_0x401064(0x1b1)),_0x464977=join(_0x3b359b,_0x401064(0x149));await mkdir(_0x3b359b,{'recursive':!![]});let _0x3adc27={};if(existsSync(_0x464977))try{const _0x2428c7=await readFile(_0x464977,_0x401064(0x1cd));_0x3adc27=JSON[_0x401064(0x19e)](_0x2428c7);}catch{_0x3adc27={};}const _0x17a36e=_0x3adc27[_0x401064(0x13b)]||{},_0x55ab34={'ANTHROPIC_BASE_URL':_0x17a36e['ANTHROPIC_BASE_URL'],'ANTHROPIC_MODEL':_0x17a36e[_0x401064(0x1b8)],'ANTHROPIC_AUTH_TOKEN':_0x17a36e[_0x401064(0x166)],'CLAUDE_CODE_USE_BEDROCK':_0x17a36e[_0x401064(0x1a6)],'CLAUDE_CODE_USE_VERTEX':_0x17a36e[_0x401064(0x151)],'statusLine':_0x3adc27[_0x401064(0x1bb)]},_0x198d71={..._0x3adc27,'env':{..._0x17a36e,'ANTHROPIC_BASE_URL':_0x401064(0x15c)+_0x3004a0,..._0x4cdfc4&&{'ANTHROPIC_MODEL':_0x4cdfc4},'ANTHROPIC_AUTH_TOKEN':_0x401064(0x13d),'CLAUDE_CODE_USE_BEDROCK':_0x401064(0x15e),'CLAUDE_CODE_USE_VERTEX':_0x401064(0x15e)},'statusLine':{'type':_0x401064(0x1b3),'command':_0x4dfe0e?_0x401064(0x1b0)+_0x4dfe0e+_0x401064(0x169):_0x401064(0x17f)}};return await writeFile(_0x464977,JSON['stringify'](_0x198d71,null,0x2)+'\x0a'),_0x55ab34;}async function restoreClaudeSettings(_0x52e1b8){const _0xcd3d5b=a9_0x1a9e,_0x183204=join(process[_0xcd3d5b(0x1cc)](),_0xcd3d5b(0x1b1)),_0x523456=join(_0x183204,_0xcd3d5b(0x149));if(!existsSync(_0x523456))return;try{const _0x442222=await readFile(_0x523456,'utf-8'),_0x44f3bb=JSON[_0xcd3d5b(0x19e)](_0x442222),_0x8c079c=_0x44f3bb[_0xcd3d5b(0x13b)]||{},_0x4f7239=_0x8c079c[_0xcd3d5b(0x1d5)],_0x124886=((()=>{const _0x5b3326=_0xcd3d5b;if(typeof _0x4f7239!==_0x5b3326(0x179))return![];try{const _0xf0dff9=new URL(_0x4f7239);return _0xf0dff9[_0x5b3326(0x13c)]===_0x5b3326(0x195)||_0xf0dff9[_0x5b3326(0x13c)]==='127.0.0.1';}catch{return![];}})());_0x124886?(delete _0x8c079c[_0xcd3d5b(0x1d5)],delete _0x8c079c['ANTHROPIC_MODEL'],delete _0x8c079c[_0xcd3d5b(0x166)],delete _0x8c079c[_0xcd3d5b(0x1a6)],delete _0x8c079c[_0xcd3d5b(0x151)]):(_0x52e1b8[_0xcd3d5b(0x1d5)]!==undefined?_0x8c079c[_0xcd3d5b(0x1d5)]=_0x52e1b8['ANTHROPIC_BASE_URL']:delete _0x8c079c[_0xcd3d5b(0x1d5)],_0x52e1b8[_0xcd3d5b(0x1b8)]!==undefined?_0x8c079c[_0xcd3d5b(0x1b8)]=_0x52e1b8[_0xcd3d5b(0x1b8)]:delete _0x8c079c[_0xcd3d5b(0x1b8)],_0x52e1b8[_0xcd3d5b(0x166)]!==undefined?_0x8c079c['ANTHROPIC_AUTH_TOKEN']=_0x52e1b8['ANTHROPIC_AUTH_TOKEN']:delete _0x8c079c[_0xcd3d5b(0x166)],_0x52e1b8[_0xcd3d5b(0x1a6)]!==undefined?_0x8c079c['CLAUDE_CODE_USE_BEDROCK']=_0x52e1b8['CLAUDE_CODE_USE_BEDROCK']:delete _0x8c079c[_0xcd3d5b(0x1a6)],_0x52e1b8[_0xcd3d5b(0x151)]!==undefined?_0x8c079c['CLAUDE_CODE_USE_VERTEX']=_0x52e1b8['CLAUDE_CODE_USE_VERTEX']:delete _0x8c079c[_0xcd3d5b(0x151)]);const _0x4c3d87=_0x44f3bb[_0xcd3d5b(0x1bb)],_0x2b1dbf=((()=>{const _0x3aea80=_0xcd3d5b;if(!_0x4c3d87||typeof _0x4c3d87!=='object')return![];if(_0x4c3d87[_0x3aea80(0x14b)]!==_0x3aea80(0x1b3))return![];if(typeof _0x4c3d87[_0x3aea80(0x1b3)]!==_0x3aea80(0x179))return![];return _0x4c3d87[_0x3aea80(0x1b3)][_0x3aea80(0x1c8)]('tdx')&&_0x4c3d87[_0x3aea80(0x1b3)][_0x3aea80(0x1c8)]('statusline');})());if(_0x2b1dbf)delete _0x44f3bb['statusLine'];else _0x52e1b8['statusLine']!==undefined?_0x44f3bb['statusLine']=_0x52e1b8[_0xcd3d5b(0x1bb)]:delete _0x44f3bb[_0xcd3d5b(0x1bb)];_0x44f3bb[_0xcd3d5b(0x13b)]=_0x8c079c,await writeFile(_0x523456,JSON['stringify'](_0x44f3bb,null,0x2)+'\x0a');}catch{}}export class ClaudeCommand extends BaseCommand{[a9_0x10fb76(0x18f)]='claude';[a9_0x10fb76(0x1d0)]='Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy';['server'];[a9_0x10fb76(0x139)];[a9_0x10fb76(0x143)];[a9_0x10fb76(0x193)];[a9_0x10fb76(0x165)];async[a9_0x10fb76(0x171)](_0x55e112){const _0x1efc6b=a9_0x10fb76,{tdx:_0x219908,options:_0x3a8047,args:_0x225a1a}=_0x55e112;try{const _0x2ec6b8=_0x3a8047,_0x35cacf=_0x2ec6b8[_0x1efc6b(0x1bc)]===![],_0x1cb34f=_0x2ec6b8[_0x1efc6b(0x1d4)]===!![],_0x204488=_0x2ec6b8[_0x1efc6b(0x1af)]===!![],_0x29530b=_0x2ec6b8[_0x1efc6b(0x140)],_0x55c6ed=_0x29530b!==undefined&&_0x29530b!==![],_0x571d93=typeof _0x29530b===_0x1efc6b(0x179)?_0x29530b:undefined,_0x15a181=_0x55c6ed?undefined:_0x2ec6b8[_0x1efc6b(0x188)],_0x3f7a89=[..._0x225a1a];if(_0x1cb34f)_0x3f7a89[_0x1efc6b(0x18a)]('-c');else _0x204488&&_0x3f7a89[_0x1efc6b(0x18a)]('-r');const _0x46f32f=createCommandSpinner(_0x1efc6b(0x19b),{'verbose':_0x3a8047[_0x1efc6b(0x191)]});_0x46f32f['start']();try{if(!_0x35cacf){_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x137),this[_0x1efc6b(0x165)]=await findAvailablePort(0xfa0),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x148)+this[_0x1efc6b(0x165)];const _0x22528f=_0x3a8047[_0x1efc6b(0x1d7)];try{const _0x401c3b=await _0x219908['user'][_0x1efc6b(0x1b7)]();_0x401c3b['account_id']&&writeCachedAccountInfo(_0x3a8047['site'],_0x401c3b[_0x1efc6b(0x185)],_0x22528f);}catch{}_0x46f32f[_0x1efc6b(0x1c9)]='Initializing\x20proxy\x20logger...',this[_0x1efc6b(0x193)]=new TDXLogger(_0x3a8047['logLevel'],!![]),await this['logger'][_0x1efc6b(0x190)]();const _0x17e7f5=this[_0x1efc6b(0x193)][_0x1efc6b(0x174)]();_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x13e)+_0x17e7f5;if(_0x55c6ed){if(_0x571d93&&!URL[_0x1efc6b(0x1d6)](_0x571d93))throw new SDKError(ErrorCode[_0x1efc6b(0x1aa)],'Invalid\x20LLM\x20proxy\x20URL:\x20'+_0x571d93);const _0x58ede2=_0x571d93||getEndpoint(_0x3a8047[_0x1efc6b(0x16c)],_0x1efc6b(0x192));_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x15d);if(!_0x219908[_0x1efc6b(0x1a5)]['apiKey'])throw new SDKError(ErrorCode[_0x1efc6b(0x1aa)],_0x1efc6b(0x198));this[_0x1efc6b(0x139)]=new PassThroughProxyServer({'port':this[_0x1efc6b(0x165)],'llmProxyUrl':_0x58ede2,'apiKey':_0x219908['context'][_0x1efc6b(0x1bf)],'logger':this[_0x1efc6b(0x193)],'site':_0x3a8047[_0x1efc6b(0x16c)],'profile':_0x22528f}),await this['passThroughServer'][_0x1efc6b(0x14c)](),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x168)+this[_0x1efc6b(0x165)]+_0x1efc6b(0x163)+_0x58ede2;}else{_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x14a);const _0x5f398d=await _0x219908[_0x1efc6b(0x1c6)][_0x1efc6b(0x17b)](),_0x521407=_0x5f398d['id'];_0x46f32f['text']=_0x1efc6b(0x1b6)+_0x5f398d[_0x1efc6b(0x14f)][_0x1efc6b(0x18f)],_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x1a9),this[_0x1efc6b(0x181)]=new ProxyServer({'port':this[_0x1efc6b(0x165)],'projectId':_0x521407,'tdx':_0x219908,'logger':this[_0x1efc6b(0x193)],'site':_0x3a8047[_0x1efc6b(0x16c)]}),await this[_0x1efc6b(0x181)]['start'](),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x1d1)+this[_0x1efc6b(0x165)];}_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x180),this[_0x1efc6b(0x143)]=await createClaudeSettings(this[_0x1efc6b(0x165)],_0x15a181,_0x22528f),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x19a);}else _0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x136);try{_0x46f32f['text']=_0x1efc6b(0x175),await checkClaudeVersion(MIN_CLAUDE_VERSION,this[_0x1efc6b(0x193)]),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x1c2);}catch(_0x562995){_0x46f32f[_0x1efc6b(0x17e)](_0x1efc6b(0x172));throw _0x562995;}try{await ensureMcpServer(_0x1efc6b(0x154),'https://docs.treasuredata.com/mcp',_0x1efc6b(0x158),_0x46f32f,this['logger']);}catch(_0x4de0d5){handleInstallationError(_0x4de0d5,_0x1efc6b(0x146),_0x46f32f,this[_0x1efc6b(0x193)]);}try{await ensureMarketplace(_0x1efc6b(0x196),_0x1efc6b(0x1ca),_0x46f32f,this[_0x1efc6b(0x193)]),await updateMarketplace('td-skills',_0x46f32f,this['logger']),await ensurePlugin(_0x1efc6b(0x1b9),_0x1efc6b(0x196),_0x46f32f,this[_0x1efc6b(0x193)]),await ensurePlugin(_0x1efc6b(0x199),_0x1efc6b(0x196),_0x46f32f,this[_0x1efc6b(0x193)]),await ensurePlugin(_0x1efc6b(0x1a2),_0x1efc6b(0x196),_0x46f32f,this['logger']);}catch(_0x222727){handleInstallationError(_0x222727,_0x1efc6b(0x1c3),_0x46f32f,this[_0x1efc6b(0x193)]);}_0x46f32f[_0x1efc6b(0x17d)]();}catch(_0x2ed9c5){_0x46f32f['fail'](_0x1efc6b(0x14d));throw _0x2ed9c5;}const _0x746b4d=await findExecutable(_0x1efc6b(0x1c7));if(!_0x746b4d)throw new SDKError(ErrorCode[_0x1efc6b(0x177)],'Claude\x20Code\x20CLI\x20not\x20found',undefined,{'helpText':_0x1efc6b(0x152)});const _0x5c0f15={...process[_0x1efc6b(0x13b)]};!_0x35cacf&&(_0x5c0f15[_0x1efc6b(0x1d5)]='http://127.0.0.1:'+this[_0x1efc6b(0x165)],_0x15a181&&(_0x5c0f15[_0x1efc6b(0x1b8)]=_0x15a181),_0x5c0f15['ANTHROPIC_AUTH_TOKEN']=_0x1efc6b(0x13d),_0x5c0f15['CLAUDE_CODE_USE_BEDROCK']=_0x1efc6b(0x15e),_0x5c0f15[_0x1efc6b(0x151)]=_0x1efc6b(0x15e));const _0x34c416=crossSpawn(_0x746b4d,_0x3f7a89,{'stdio':_0x1efc6b(0x1c4),'env':_0x5c0f15}),_0x5338e4=await new Promise(_0x2e2642=>{const _0x54e7dd=_0x1efc6b;_0x34c416['on'](_0x54e7dd(0x176),_0x5bb388=>{_0x2e2642(_0x5bb388||0x0);}),_0x34c416['on'](_0x54e7dd(0x170),_0x5a591b=>{const _0x54b414=_0x54e7dd;console[_0x54b414(0x170)](a9_0x12fdcc[_0x54b414(0x1c0)]('Failed\x20to\x20launch\x20Claude\x20Code:\x20'+_0x5a591b['message'])),_0x2e2642(0x1);});});this[_0x1efc6b(0x181)]&&(await this[_0x1efc6b(0x181)]['stop'](),console['log'](a9_0x12fdcc[_0x1efc6b(0x161)]('✓\x20TD\x20LLM\x20proxy\x20server\x20stopped')));this[_0x1efc6b(0x139)]&&(await this['passThroughServer'][_0x1efc6b(0x17d)](),console['log'](a9_0x12fdcc[_0x1efc6b(0x161)](_0x1efc6b(0x144))));if(this['logger']){await this['logger']['close']();const _0x1a0a9d=this['logger'][_0x1efc6b(0x174)]();console[_0x1efc6b(0x13a)](a9_0x12fdcc['green'](_0x1efc6b(0x187)+_0x1a0a9d));}return this[_0x1efc6b(0x143)]&&(await restoreClaudeSettings(this[_0x1efc6b(0x143)]),console['log'](a9_0x12fdcc[_0x1efc6b(0x161)]('✓\x20Settings\x20restored:\x20.claude/settings.local.json'))),_0x5338e4;}catch(_0x4125c9){this['server']&&await this[_0x1efc6b(0x181)][_0x1efc6b(0x17d)]();this['passThroughServer']&&await this[_0x1efc6b(0x139)]['stop']();this['logger']&&await this[_0x1efc6b(0x193)]['close']();this['originalSettings']&&await restoreClaudeSettings(this[_0x1efc6b(0x143)]);throw _0x4125c9;}}}