@treasuredata/tdx 0.16.3 → 0.16.4

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 (157) 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.d.ts +3 -0
  25. package/dist/commands/mcp-command.d.ts.map +1 -1
  26. package/dist/commands/mcp-command.js +1 -1
  27. package/dist/commands/mcp-command.js.map +1 -1
  28. package/dist/commands/parent-segment-command.js +1 -1
  29. package/dist/commands/profile-command.js +1 -1
  30. package/dist/commands/profiles-command.js +1 -1
  31. package/dist/commands/query-command.js +1 -1
  32. package/dist/commands/segment-command.js +1 -1
  33. package/dist/commands/segment-create-command.js +1 -1
  34. package/dist/commands/segment-fields-command.js +1 -1
  35. package/dist/commands/segment-pull-command.js +1 -1
  36. package/dist/commands/segment-push-command.js +1 -1
  37. package/dist/commands/segment-update-command.js +1 -1
  38. package/dist/commands/segment-use-command.js +1 -1
  39. package/dist/commands/segment-validate-command.js +1 -1
  40. package/dist/commands/segments.js +1 -1
  41. package/dist/commands/show.js +1 -1
  42. package/dist/commands/tables.js +1 -1
  43. package/dist/commands/unset-command.js +1 -1
  44. package/dist/commands/use-command.js +1 -1
  45. package/dist/commands/user-command.js +1 -1
  46. package/dist/commands/workflow-command.js +1 -1
  47. package/dist/core/auth.js +1 -1
  48. package/dist/core/command-output.js +1 -1
  49. package/dist/core/config.js +1 -1
  50. package/dist/core/connection-cache.js +1 -1
  51. package/dist/core/constants.js +1 -1
  52. package/dist/core/credential-cache.js +1 -1
  53. package/dist/core/global-context.js +1 -1
  54. package/dist/core/keychain.js +1 -1
  55. package/dist/core/profile.js +1 -1
  56. package/dist/core/project-config.js +1 -1
  57. package/dist/core/session.js +1 -1
  58. package/dist/core/user-cache.js +1 -1
  59. package/dist/core/version.js +1 -1
  60. package/dist/index.js +1 -1
  61. package/dist/mcp/server.js +1 -1
  62. package/dist/mcp/tools/index.js +1 -1
  63. package/dist/mcp/tools/tdx-run.js +1 -1
  64. package/dist/mcp/tools/tdx-search.js +1 -1
  65. package/dist/mcp/utils.js +1 -1
  66. package/dist/proxy/anthropic-adapter.js +1 -1
  67. package/dist/proxy/claude-usage-tracker.js +1 -1
  68. package/dist/proxy/context-signature.js +1 -1
  69. package/dist/proxy/conversation-utils.js +1 -1
  70. package/dist/proxy/passthrough-server.js +1 -1
  71. package/dist/proxy/server.js +1 -1
  72. package/dist/proxy/session-cache.js +1 -1
  73. package/dist/proxy/sse-usage-parser.js +1 -1
  74. package/dist/sdk/agent/agent-config.js +1 -1
  75. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  76. package/dist/sdk/agent/agent-yaml.js +1 -1
  77. package/dist/sdk/agent/test/evaluator.js +1 -1
  78. package/dist/sdk/agent/test/executor.js +1 -1
  79. package/dist/sdk/agent/test/index.js +1 -1
  80. package/dist/sdk/agent/test/output.js +1 -1
  81. package/dist/sdk/agent/test/parser.js +1 -1
  82. package/dist/sdk/api.js +1 -1
  83. package/dist/sdk/claude-agent/claude-agent-client.js +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/client/cdp-api-client.js +1 -1
  88. package/dist/sdk/client/endpoints.js +1 -1
  89. package/dist/sdk/client/engage-api-client.js +1 -1
  90. package/dist/sdk/client/http-client.js +1 -1
  91. package/dist/sdk/client/llm-api-client.js +1 -1
  92. package/dist/sdk/client/rate-limiter.js +1 -1
  93. package/dist/sdk/client/td-api-client.js +1 -1
  94. package/dist/sdk/client/trino-api-client.js +1 -1
  95. package/dist/sdk/client/workflow-client.js +1 -1
  96. package/dist/sdk/connection-validator.js +1 -1
  97. package/dist/sdk/connection.js +1 -1
  98. package/dist/sdk/engage.js +1 -1
  99. package/dist/sdk/errors.js +1 -1
  100. package/dist/sdk/index.js +1 -1
  101. package/dist/sdk/io/index.js +1 -1
  102. package/dist/sdk/io/node-filesystem.js +1 -1
  103. package/dist/sdk/job.js +1 -1
  104. package/dist/sdk/journey.js +1 -1
  105. package/dist/sdk/llm/chat-cache.js +1 -1
  106. package/dist/sdk/llm/index.js +1 -1
  107. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  108. package/dist/sdk/llm/model-aliases.js +1 -1
  109. package/dist/sdk/llm/model-factors.js +1 -1
  110. package/dist/sdk/query/index.js +1 -1
  111. package/dist/sdk/query/sql-parser.js +1 -1
  112. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  113. package/dist/sdk/segment/fields-display.js +1 -1
  114. package/dist/sdk/segment/file-discovery.js +1 -1
  115. package/dist/sdk/segment/journey-utils.js +1 -1
  116. package/dist/sdk/segment/journey-yaml.js +1 -1
  117. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  118. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  119. package/dist/sdk/segment/pull-workflow.js +1 -1
  120. package/dist/sdk/segment/push-workflow.js +1 -1
  121. package/dist/sdk/segment/resolution-context.js +1 -1
  122. package/dist/sdk/segment/segment-path-parser.js +1 -1
  123. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  124. package/dist/sdk/segment/target-resolution.js +1 -1
  125. package/dist/sdk/segment/tdx-config.js +1 -1
  126. package/dist/sdk/segment/validate-files.js +1 -1
  127. package/dist/sdk/segment/yaml-validator.js +1 -1
  128. package/dist/sdk/segment.js +1 -1
  129. package/dist/sdk/types/index.js +1 -1
  130. package/dist/sdk/types/progress.js +1 -1
  131. package/dist/sdk/user.js +1 -1
  132. package/dist/sdk/util/format-detector.js +1 -1
  133. package/dist/sdk/util/formatters.js +1 -1
  134. package/dist/sdk/util/index.js +1 -1
  135. package/dist/sdk/util/tree-formatter.js +1 -1
  136. package/dist/sdk/workflow/clone-workflow.js +1 -1
  137. package/dist/sdk/workflow/index.js +1 -1
  138. package/dist/sdk/workflow/pull-workflow.js +1 -1
  139. package/dist/sdk/workflow/push-workflow.js +1 -1
  140. package/dist/sdk/workflow/tdx-config.js +1 -1
  141. package/dist/sdk/workflow/workflow-utils.js +1 -1
  142. package/dist/utils/async.js +1 -1
  143. package/dist/utils/colors.js +1 -1
  144. package/dist/utils/diff.js +1 -1
  145. package/dist/utils/file-permissions.js +1 -1
  146. package/dist/utils/json-loader.js +1 -1
  147. package/dist/utils/option-validation.js +1 -1
  148. package/dist/utils/port.js +1 -1
  149. package/dist/utils/process.js +1 -1
  150. package/dist/utils/prompt.js +1 -1
  151. package/dist/utils/spinner.js +1 -1
  152. package/dist/utils/sse-parser.js +1 -1
  153. package/dist/utils/string-utils.js +1 -1
  154. package/dist/utils/table-ref-parser.js +1 -1
  155. package/dist/utils/tdx-logger.js +1 -1
  156. package/dist/utils/version-check.js +1 -1
  157. package/package.json +1 -1
@@ -1 +1 @@
1
- const a3_0x25214a=a3_0x4843;(function(_0x5afdc0,_0x81a81d){const _0x13d6f7=a3_0x4843,_0x110785=_0x5afdc0();while(!![]){try{const _0x58aab2=-parseInt(_0x13d6f7(0x98))/0x1+parseInt(_0x13d6f7(0xa0))/0x2+-parseInt(_0x13d6f7(0xad))/0x3*(parseInt(_0x13d6f7(0xab))/0x4)+parseInt(_0x13d6f7(0x96))/0x5*(-parseInt(_0x13d6f7(0xa3))/0x6)+parseInt(_0x13d6f7(0xb0))/0x7*(parseInt(_0x13d6f7(0xb3))/0x8)+parseInt(_0x13d6f7(0x97))/0x9*(-parseInt(_0x13d6f7(0x9f))/0xa)+parseInt(_0x13d6f7(0xa7))/0xb*(parseInt(_0x13d6f7(0xb7))/0xc);if(_0x58aab2===_0x81a81d)break;else _0x110785['push'](_0x110785['shift']());}catch(_0x16453b){_0x110785['push'](_0x110785['shift']());}}}(a3_0xe22f,0x931f5));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';function a3_0x4843(_0x3ab3c3,_0x2ed042){_0x3ab3c3=_0x3ab3c3-0x95;const _0xe22f20=a3_0xe22f();let _0x484363=_0xe22f20[_0x3ab3c3];return _0x484363;}function a3_0xe22f(){const _0x484dac=['error','description','verbose','Error:\x20Child\x20segment\x20name\x20is\x20required\x20for\x20activations','activations','2367880muEZbS','211514CWmSFw','length','Resolving\x20child\x20segment\x20\x27','6swxjDl','\x20\x20Cause:\x20','data','\x27...','1727bZdphs','Resolving\x20parent\x20segment\x20\x27','Parent\x20name:\x20','cause','1454636TDtodT','name','3bkhtzd','Resolved\x20parent\x20ID:\x20','listActivations','1605303AQbTfx','resolveSegmentId','Error:\x20','16lZazQj','Usage:\x20tdx\x20activations\x20<parent_name/child_name>','Site:\x20','site','151644xjDfCm','\x20activation','Child\x20name:\x20','4094730lUKNgq','9dmKTEE','526418hUHoCw','List\x20activations\x20for\x20a\x20segment'];a3_0xe22f=function(){return _0x484dac;};return a3_0xe22f();}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{[a3_0x25214a(0xac)]=a3_0x25214a(0x9e);[a3_0x25214a(0x9b)]=a3_0x25214a(0x99);async['execute'](_0x1ce6c0){const _0x4e6d02=a3_0x25214a,{options:_0x59d1de,args:_0x106584,tdx:_0x5ab2eb}=_0x1ce6c0;if(_0x106584[_0x4e6d02(0xa1)]===0x0)return console['error']('Error:\x20Segment\x20name\x20is\x20required'),console[_0x4e6d02(0x9a)](_0x4e6d02(0xb4)),0x1;try{const {parentId:_0x540a63,childId:_0x221654}=parseSegmentRef(_0x106584[0x0]);if(!_0x221654)return console[_0x4e6d02(0x9a)](_0x4e6d02(0x9d)),console[_0x4e6d02(0x9a)](_0x4e6d02(0xb4)),0x1;_0x59d1de[_0x4e6d02(0x9c)]&&(console[_0x4e6d02(0x9a)](_0x4e6d02(0xb5)+_0x59d1de[_0x4e6d02(0xb6)]),console[_0x4e6d02(0x9a)](_0x4e6d02(0xa9)+_0x540a63),console[_0x4e6d02(0x9a)](_0x4e6d02(0x95)+_0x221654));const _0x431a43=await withSpinner(_0x4e6d02(0xa8)+_0x540a63+_0x4e6d02(0xa6),()=>_0x5ab2eb['segment']['resolveParentId'](_0x540a63),{'verbose':_0x59d1de[_0x4e6d02(0x9c)]}),_0x5b497a=_0x431a43[_0x4e6d02(0xa5)];_0x59d1de[_0x4e6d02(0x9c)]&&console[_0x4e6d02(0x9a)](_0x4e6d02(0xae)+_0x5b497a);const _0x334840=await withSpinner(_0x4e6d02(0xa2)+_0x221654+_0x4e6d02(0xa6),()=>_0x5ab2eb['segment'][_0x4e6d02(0xb1)](_0x5b497a,_0x221654),{'verbose':_0x59d1de['verbose']}),_0x77a14d=_0x334840[_0x4e6d02(0xa5)];_0x59d1de['verbose']&&console[_0x4e6d02(0x9a)]('Resolved\x20child\x20ID:\x20'+_0x77a14d);const _0x2d2953=await withSpinner('Listing\x20activations\x20for\x20segment\x20\x27'+_0x221654+_0x4e6d02(0xa6),()=>_0x5ab2eb['segment'][_0x4e6d02(0xaf)](_0x5b497a,_0x77a14d),{'verbose':_0x59d1de['verbose']}),_0xc84178=_0x2d2953[_0x4e6d02(0xa5)];return console[_0x4e6d02(0x9a)]('✔\x20Found\x20'+_0xc84178[_0x4e6d02(0xa1)]+_0x4e6d02(0xb8)+(_0xc84178[_0x4e6d02(0xa1)]!==0x1?'s':'')),await handleSDKOutput(_0xc84178,_0x59d1de),0x0;}catch(_0x49bac5){if(_0x49bac5 instanceof SDKError)return console[_0x4e6d02(0x9a)](_0x4e6d02(0xb2)+_0x49bac5['message']),_0x49bac5[_0x4e6d02(0xaa)]&&console[_0x4e6d02(0x9a)](_0x4e6d02(0xa4)+_0x49bac5[_0x4e6d02(0xaa)]),0x1;throw _0x49bac5;}}}
1
+ const a3_0x2b7a9a=a3_0x5100;(function(_0x5f095e,_0x3eb200){const _0x3d4de5=a3_0x5100,_0x5e980e=_0x5f095e();while(!![]){try{const _0x399397=-parseInt(_0x3d4de5(0x172))/0x1+-parseInt(_0x3d4de5(0x16b))/0x2+-parseInt(_0x3d4de5(0x154))/0x3*(-parseInt(_0x3d4de5(0x15e))/0x4)+-parseInt(_0x3d4de5(0x171))/0x5*(parseInt(_0x3d4de5(0x162))/0x6)+-parseInt(_0x3d4de5(0x152))/0x7*(parseInt(_0x3d4de5(0x175))/0x8)+parseInt(_0x3d4de5(0x174))/0x9+-parseInt(_0x3d4de5(0x158))/0xa*(-parseInt(_0x3d4de5(0x165))/0xb);if(_0x399397===_0x3eb200)break;else _0x5e980e['push'](_0x5e980e['shift']());}catch(_0x2fff75){_0x5e980e['push'](_0x5e980e['shift']());}}}(a3_0x1b2f,0x877ea));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_0x5100(_0x175139,_0x1e23d3){_0x175139=_0x175139-0x152;const _0x1b2f24=a3_0x1b2f();let _0x51008a=_0x1b2f24[_0x175139];return _0x51008a;}import{parseSegmentRef}from'../sdk/segment/segment-ref-parser.js';function a3_0x1b2f(){const _0x44106c=['7637ROApUe','Parent\x20name:\x20','1289559abPYEd','data','execute','\x20activation','270eERxzY','Error:\x20','listActivations','✔\x20Found\x20','List\x20activations\x20for\x20a\x20segment','Resolved\x20parent\x20ID:\x20','4bCqAmK','length','verbose','\x27...','769722CaJakT','error','activations','1248698QxyRMX','resolveParentId','cause','site','Usage:\x20tdx\x20activations\x20<parent_name/child_name>','Error:\x20Child\x20segment\x20name\x20is\x20required\x20for\x20activations','1060710GZaZtl','Error:\x20Segment\x20name\x20is\x20required','segment','Resolved\x20child\x20ID:\x20','name','message','30lfMFAu','897155xPnOqU','resolveSegmentId','2340072qFeDAn','7352IyWyhr'];a3_0x1b2f=function(){return _0x44106c;};return a3_0x1b2f();}export class ActivationsCommand extends BaseCommand{[a3_0x2b7a9a(0x16f)]=a3_0x2b7a9a(0x164);['description']=a3_0x2b7a9a(0x15c);async[a3_0x2b7a9a(0x156)](_0x29d960){const _0x2baf82=a3_0x2b7a9a,{options:_0x28c454,args:_0x2de274,tdx:_0x44536e}=_0x29d960;if(_0x2de274[_0x2baf82(0x15f)]===0x0)return console['error'](_0x2baf82(0x16c)),console[_0x2baf82(0x163)](_0x2baf82(0x169)),0x1;try{const {parentId:_0x3e5b42,childId:_0xf1a649}=parseSegmentRef(_0x2de274[0x0]);if(!_0xf1a649)return console[_0x2baf82(0x163)](_0x2baf82(0x16a)),console['error'](_0x2baf82(0x169)),0x1;_0x28c454['verbose']&&(console[_0x2baf82(0x163)]('Site:\x20'+_0x28c454[_0x2baf82(0x168)]),console['error'](_0x2baf82(0x153)+_0x3e5b42),console[_0x2baf82(0x163)]('Child\x20name:\x20'+_0xf1a649));const _0x5b0e1a=await withSpinner('Resolving\x20parent\x20segment\x20\x27'+_0x3e5b42+_0x2baf82(0x161),()=>_0x44536e[_0x2baf82(0x16d)][_0x2baf82(0x166)](_0x3e5b42),{'verbose':_0x28c454[_0x2baf82(0x160)]}),_0x3c2f79=_0x5b0e1a[_0x2baf82(0x155)];_0x28c454[_0x2baf82(0x160)]&&console[_0x2baf82(0x163)](_0x2baf82(0x15d)+_0x3c2f79);const _0x32bf14=await withSpinner('Resolving\x20child\x20segment\x20\x27'+_0xf1a649+_0x2baf82(0x161),()=>_0x44536e[_0x2baf82(0x16d)][_0x2baf82(0x173)](_0x3c2f79,_0xf1a649),{'verbose':_0x28c454['verbose']}),_0x52942e=_0x32bf14['data'];_0x28c454[_0x2baf82(0x160)]&&console[_0x2baf82(0x163)](_0x2baf82(0x16e)+_0x52942e);const _0x4a7609=await withSpinner('Listing\x20activations\x20for\x20segment\x20\x27'+_0xf1a649+_0x2baf82(0x161),()=>_0x44536e[_0x2baf82(0x16d)][_0x2baf82(0x15a)](_0x3c2f79,_0x52942e),{'verbose':_0x28c454['verbose']}),_0x3a6016=_0x4a7609[_0x2baf82(0x155)];return console[_0x2baf82(0x163)](_0x2baf82(0x15b)+_0x3a6016[_0x2baf82(0x15f)]+_0x2baf82(0x157)+(_0x3a6016[_0x2baf82(0x15f)]!==0x1?'s':'')),await handleSDKOutput(_0x3a6016,_0x28c454),0x0;}catch(_0x57d596){if(_0x57d596 instanceof SDKError)return console[_0x2baf82(0x163)](_0x2baf82(0x159)+_0x57d596[_0x2baf82(0x170)]),_0x57d596[_0x2baf82(0x167)]&&console[_0x2baf82(0x163)]('\x20\x20Cause:\x20'+_0x57d596[_0x2baf82(0x167)]),0x1;throw _0x57d596;}}}
@@ -1 +1 @@
1
- const a4_0x46a82e=a4_0xcbe6;(function(_0x24a0c2,_0x2b6635){const _0xacf647=a4_0xcbe6,_0x15a2e7=_0x24a0c2();while(!![]){try{const _0x367be4=parseInt(_0xacf647(0x20e))/0x1+parseInt(_0xacf647(0x1fb))/0x2*(-parseInt(_0xacf647(0x1ad))/0x3)+-parseInt(_0xacf647(0x1d7))/0x4*(-parseInt(_0xacf647(0x216))/0x5)+parseInt(_0xacf647(0x21e))/0x6*(parseInt(_0xacf647(0x213))/0x7)+-parseInt(_0xacf647(0x1bc))/0x8*(parseInt(_0xacf647(0x1d8))/0x9)+-parseInt(_0xacf647(0x191))/0xa+-parseInt(_0xacf647(0x1c5))/0xb*(-parseInt(_0xacf647(0x1b8))/0xc);if(_0x367be4===_0x2b6635)break;else _0x15a2e7['push'](_0x15a2e7['shift']());}catch(_0x15705c){_0x15a2e7['push'](_0x15a2e7['shift']());}}}(a4_0x5bbc,0xb5b8c));import a4_0x4ac130 from'chalk';function a4_0xcbe6(_0x30149b,_0x29f02d){_0x30149b=_0x30149b-0x179;const _0x5bbc9d=a4_0x5bbc();let _0xcbe62f=_0x5bbc9d[_0x30149b];return _0xcbe62f;}import a4_0xad9d58 from'path';import{existsSync,readFileSync}from'fs';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(_0x407b07){const _0x43a422=a4_0xcbe6,_0x2c9373=[];if(_0x407b07['total']!==undefined)_0x2c9373[_0x43a422(0x212)](_0x407b07[_0x43a422(0x192)]+_0x43a422(0x1f6));if(_0x407b07[_0x43a422(0x1fc)]!==undefined&&_0x407b07[_0x43a422(0x1fc)]>0x0)_0x2c9373[_0x43a422(0x212)](a4_0x4ac130[_0x43a422(0x188)](_0x407b07[_0x43a422(0x1fc)]+_0x43a422(0x1f5)));if(_0x407b07[_0x43a422(0x1d6)]!==undefined&&_0x407b07[_0x43a422(0x1d6)]>0x0)_0x2c9373[_0x43a422(0x212)](a4_0x4ac130[_0x43a422(0x188)](_0x407b07['created']+_0x43a422(0x1bd)));if(_0x407b07[_0x43a422(0x1f0)]!==undefined&&_0x407b07['updated']>0x0)_0x2c9373[_0x43a422(0x212)](a4_0x4ac130['yellow'](_0x407b07[_0x43a422(0x1f0)]+_0x43a422(0x183)));if(_0x407b07[_0x43a422(0x21c)]!==undefined&&_0x407b07[_0x43a422(0x21c)]>0x0)_0x2c9373[_0x43a422(0x212)](a4_0x4ac130[_0x43a422(0x1aa)](_0x407b07['unchanged']+'\x20unchanged'));if(_0x407b07['errors']!==undefined&&_0x407b07[_0x43a422(0x193)]>0x0)_0x2c9373['push'](a4_0x4ac130[_0x43a422(0x217)](_0x407b07['errors']+_0x43a422(0x1b3)));return _0x2c9373['join'](',\x20');}function a4_0x5bbc(){const _0x517feb=['pushProject','textKnowledgeBases','push','392679EJokXR','\x20\x20Agent\x20\x22','Output:\x20','2382440xlFvdt','red','tdx.json','\x20\x20Text\x20Knowledge\x20Bases:\x20','description','\x22\x20from\x20project\x20\x22','unchanged','name','12xHWfgJ','\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date','\x20\x20Knowledge\x20Bases:\x20','agent.yml','Clone\x20cancelled','error','reason','Using\x20context\x20project:\x20','context','\x0aPull\x20summary\x20for\x20\x27','agentName','New\x20project\x20ID:\x20','sourceProjectName','hasChanges','<new-name>','\x20updated','New\x20project\x20name\x20is\x20required','\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed','\x22\x20to\x20new\x20project\x20\x22','agent:push','green','llmProject','\x20\x20Prompts:\x20','Source:\x20','Run\x20\x27tdx\x20agent\x20pull\x20<project>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure,\x20or\x20specify\x20an\x20agent\x20directory\x20with\x20agent.yml.','Errors:','action','counts','\x0aErrors\x20found:','2448880ItzsdJ','total','errors','execute','Summary:','log','\x22:\x20','\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27','Pull\x20cancelled','\x20\x20Agents:\x20','force','agentId','projectName','\x20\x20Target:\x20','New\x20project:\x20','\x20\x20tdx\x20agent\x20pull\x20','No\x20tdx.json\x20found\x20in\x20','Using\x20local\x20project:\x20','no_context','llm','knowledgeBases','session','\x20resources?','\x20=\x20','cyan','gray','Project:\x20','\x20successfully','119847zGBdwv','No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a','\x0a✔\x20Pulled\x20','Failed\x20to\x20push\x20agent:\x20','message','Push\x20cancelled','\x20errors','\x27\x20to\x20create\x20the\x20folder\x20structure.','diff','Output\x20path:\x20','dim','31212pkgJrG','\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)','join','\x20\x20Prompt\x20\x22','128oMFtqd','\x20created','\x20resources\x20to\x20\x27','Pulling\x20agent\x20\x22','MISSING_ARGUMENT','Would\x20pull\x20agent:\x20','✔\x20Context\x20set:\x20','site','Agent:\x20','33fmmcNE','Using\x20current\x20project:\x20','Writing\x20files...','dirname','Pushing\x20to\x20project...','\x0aChanges\x20to\x20agent\x20\x27','Using\x20project:\x20','agents','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project','\x0aProject\x20pushed\x20with\x20errors','utf-8','dryRun','\x0aPush\x20','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','\x0aChanges:','Pushing\x20agent\x20from\x20\x22','created','4FIAjGQ','285759PkyIYT','\x22...','agent:pull','found','Cannot\x20clone\x20from\x20context\x20project\x20\x22','Analyzing\x20project\x20\x22','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','\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','Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>','output','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)','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','\x20\x20Text\x20Knowledge\x20Base\x20\x22','\x20--name\x20','parse','prompts','\x0aRun\x20\x27tdx\x20agent\x20pull\x20','\x0aPush\x20summary\x20for\x20\x27','\x0aWrite\x20','yellow','isNew','Would\x20clone:','yes','outputDir','updated','projectDir','Dry\x20run\x20-\x20no\x20files\x20written','\x20files\x20to\x20','\x20changed','\x20new','\x20total','no_local_folder','INVALID_ARGUMENT','profile','llm_project','14wLuIGT','new','projectId','\x20\x20Knowledge\x20Base\x20\x22','\x20|\x20','source','cwd','outputPath','Project\x20cloned\x20with\x20errors','Project\x20cloned\x20successfully','Chat:\x20','newProjectId','\x0aChanges\x20to\x20prompt\x20\x27','Dry\x20run\x20-\x20no\x20changes\x20made','repeat','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20#\x20Pull\x20specific\x20agent','Clone\x20\x22','Cloning\x20\x22','\x20unchanged','1180394deQEoi','pullProject'];a4_0x5bbc=function(){return _0x517feb;};return a4_0x5bbc();}function displayDiffs(_0x312978,_0x39172,_0x3f083e,_0x25103a){const _0x13f82b=a4_0xcbe6;for(const _0x5a90ec of _0x312978){if(_0x5a90ec[_0x13f82b(0x1b5)]){const _0x4087ef=_0x5a90ec[_0x13f82b(0x17e)]||_0x5a90ec[_0x13f82b(0x21d)];console[_0x13f82b(0x196)](_0x13f82b(0x1ca)+_0x4087ef+'\x27:'),console['log']('─'[_0x13f82b(0x209)](0x3c)),console[_0x13f82b(0x196)](_0x5a90ec[_0x13f82b(0x1b5)]),console[_0x13f82b(0x196)]('─'['repeat'](0x3c));}}for(const _0x3ec090 of _0x39172){_0x3ec090['diff']&&(console[_0x13f82b(0x196)]('\x0aChanges\x20to\x20knowledge\x20base\x20\x27'+_0x3ec090['name']+'\x27:'),console[_0x13f82b(0x196)]('─'['repeat'](0x3c)),console['log'](_0x3ec090[_0x13f82b(0x1b5)]),console[_0x13f82b(0x196)]('─'[_0x13f82b(0x209)](0x3c)));}for(const _0x490b36 of _0x3f083e){_0x490b36[_0x13f82b(0x1b5)]&&(console['log'](_0x13f82b(0x198)+_0x490b36[_0x13f82b(0x21d)]+'\x27:'),console['log']('─'[_0x13f82b(0x209)](0x3c)),console[_0x13f82b(0x196)](_0x490b36[_0x13f82b(0x1b5)]),console[_0x13f82b(0x196)]('─'[_0x13f82b(0x209)](0x3c)));}for(const _0x58629f of _0x25103a){_0x58629f[_0x13f82b(0x1b5)]&&(console[_0x13f82b(0x196)](_0x13f82b(0x207)+_0x58629f[_0x13f82b(0x21d)]+'\x27:'),console[_0x13f82b(0x196)]('─'[_0x13f82b(0x209)](0x3c)),console[_0x13f82b(0x196)](_0x58629f[_0x13f82b(0x1b5)]),console['log']('─'[_0x13f82b(0x209)](0x3c)));}}export class AgentPullCommand extends BaseCommand{[a4_0x46a82e(0x21d)]=a4_0x46a82e(0x1da);[a4_0x46a82e(0x21a)]=a4_0x46a82e(0x1d3);async[a4_0x46a82e(0x194)](_0x2e2be0){const _0x5afe13=a4_0x46a82e,{options:_0x314fc5,args:_0x2ec9e0,tdx:_0x5b0285}=_0x2e2be0,_0x95c7c9=_0x2ec9e0[0x0],_0x529617=_0x2ec9e0[0x1],_0x4f3e2d=_0x314fc5[_0x5afe13(0x1e1)],_0x5af07a=_0x314fc5[_0x5afe13(0x1d1)],_0x3437ba=_0x314fc5[_0x5afe13(0x19b)],_0x4b47dc=_0x314fc5[_0x5afe13(0x1ee)],_0x2c15c0=_0x314fc5[_0x5afe13(0x189)];let _0x58d643,_0x7608f2;const _0x1fe1e4=findAgentConfigPath(process[_0x5afe13(0x201)]());if(_0x95c7c9){const _0x487e2c=a4_0xad9d58[_0x5afe13(0x1ba)](_0x95c7c9,'tdx.json');if(existsSync(_0x487e2c))try{const _0x4d4d4f=JSON['parse'](readFileSync(_0x487e2c,_0x5afe13(0x1d0)));_0x58d643=_0x4d4d4f[_0x5afe13(0x1fa)],_0x7608f2=_0x95c7c9,console[_0x5afe13(0x196)](a4_0x4ac130[_0x5afe13(0x1b7)]('Using\x20project\x20from\x20'+_0x487e2c+':\x20'+_0x58d643));}catch{_0x58d643=_0x95c7c9;}else _0x58d643=_0x95c7c9;}else{if(_0x1fe1e4)try{const _0x157a89=JSON[_0x5afe13(0x1e6)](readFileSync(_0x1fe1e4,_0x5afe13(0x1d0)));_0x58d643=_0x157a89[_0x5afe13(0x1fa)],_0x7608f2=a4_0xad9d58[_0x5afe13(0x1c8)](_0x1fe1e4),console['log'](a4_0x4ac130[_0x5afe13(0x1b7)](_0x5afe13(0x1cb)+_0x58d643));}catch{_0x58d643=_0x2c15c0;}else _0x58d643=_0x2c15c0;}if(!_0x58d643)return console[_0x5afe13(0x196)](a4_0x4ac130[_0x5afe13(0x1eb)]('llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a')),console[_0x5afe13(0x196)](_0x5afe13(0x1e2)),console[_0x5afe13(0x196)]('\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'),console[_0x5afe13(0x196)](_0x5afe13(0x1df)),console[_0x5afe13(0x196)](_0x5afe13(0x20a)),0x1;if(_0x529617){const {data:_0x37dfb6}=await withSpinner(_0x5afe13(0x1bf)+_0x529617+_0x5afe13(0x21b)+_0x58d643+_0x5afe13(0x1d9),()=>_0x5b0285['llm']['pullAgent'](_0x58d643,_0x529617,_0x4f3e2d,{'dryRun':_0x5af07a,'force':_0x3437ba}));if(_0x5af07a)return console[_0x5afe13(0x196)](a4_0x4ac130['yellow'](_0x5afe13(0x1f2))),console[_0x5afe13(0x196)](_0x5afe13(0x1c1)+_0x37dfb6[_0x5afe13(0x17e)]),console[_0x5afe13(0x196)](_0x5afe13(0x1b6)+_0x37dfb6[_0x5afe13(0x202)]),_0x37dfb6[_0x5afe13(0x1b5)]&&(console['log'](_0x5afe13(0x1d4)),console[_0x5afe13(0x196)]('─'[_0x5afe13(0x209)](0x3c)),console[_0x5afe13(0x196)](_0x37dfb6[_0x5afe13(0x1b5)]),console[_0x5afe13(0x196)]('─'['repeat'](0x3c))),0x0;return console[_0x5afe13(0x196)](a4_0x4ac130[_0x5afe13(0x188)]('Agent\x20pulled\x20successfully')),console[_0x5afe13(0x196)](_0x5afe13(0x1c4)+_0x37dfb6[_0x5afe13(0x17e)]),console['log'](_0x5afe13(0x215)+_0x37dfb6[_0x5afe13(0x202)]),console[_0x5afe13(0x196)]('Status:\x20'+(_0x37dfb6[_0x5afe13(0x1ec)]?a4_0x4ac130[_0x5afe13(0x188)](_0x5afe13(0x1fc)):_0x37dfb6[_0x5afe13(0x181)]?a4_0x4ac130['yellow'](_0x5afe13(0x1f0)):a4_0x4ac130[_0x5afe13(0x1aa)](_0x5afe13(0x21c)))),0x0;}const _0x7bf854=_0x7608f2||_0x4f3e2d,{data:_0x40e4eb}=await withSpinner(_0x5afe13(0x1dd)+_0x58d643+_0x5afe13(0x1d9),()=>_0x5b0285[_0x5afe13(0x1a4)][_0x5afe13(0x20f)](_0x58d643,_0x7bf854,{'dryRun':!![]})),_0x52c58b=_0x40e4eb['counts'][_0x5afe13(0x1cc)]['new']+_0x40e4eb[_0x5afe13(0x18f)][_0x5afe13(0x1a5)]['new']+_0x40e4eb[_0x5afe13(0x18f)][_0x5afe13(0x211)][_0x5afe13(0x1fc)]+_0x40e4eb[_0x5afe13(0x18f)][_0x5afe13(0x1e7)][_0x5afe13(0x1fc)],_0x4c1144=_0x40e4eb['counts'][_0x5afe13(0x1cc)]['updated']+_0x40e4eb[_0x5afe13(0x18f)][_0x5afe13(0x1a5)][_0x5afe13(0x1f0)]+_0x40e4eb[_0x5afe13(0x18f)][_0x5afe13(0x211)][_0x5afe13(0x1f0)]+_0x40e4eb[_0x5afe13(0x18f)]['prompts'][_0x5afe13(0x1f0)],_0x46404b=_0x40e4eb['counts'][_0x5afe13(0x1cc)][_0x5afe13(0x21c)]+_0x40e4eb[_0x5afe13(0x18f)][_0x5afe13(0x1a5)][_0x5afe13(0x21c)]+_0x40e4eb[_0x5afe13(0x18f)]['textKnowledgeBases'][_0x5afe13(0x21c)]+_0x40e4eb[_0x5afe13(0x18f)]['prompts']['unchanged'];console[_0x5afe13(0x196)](_0x5afe13(0x17d)+_0x40e4eb[_0x5afe13(0x19d)]+'\x27:'),console['log']('\x20\x20'+a4_0x4ac130['green']('+\x20'+_0x52c58b+_0x5afe13(0x1f5))+_0x5afe13(0x1ff)+a4_0x4ac130[_0x5afe13(0x1eb)]('~\x20'+_0x4c1144+_0x5afe13(0x1f4))+_0x5afe13(0x1ff)+a4_0x4ac130[_0x5afe13(0x1b7)]('=\x20'+_0x46404b+_0x5afe13(0x20d))),console[_0x5afe13(0x196)](_0x5afe13(0x19a)+formatCountSummary(_0x40e4eb['counts']['agents'])),console[_0x5afe13(0x196)](_0x5afe13(0x220)+formatCountSummary(_0x40e4eb[_0x5afe13(0x18f)][_0x5afe13(0x1a5)])),console[_0x5afe13(0x196)](_0x5afe13(0x219)+formatCountSummary(_0x40e4eb['counts']['textKnowledgeBases'])),console[_0x5afe13(0x196)](_0x5afe13(0x18a)+formatCountSummary(_0x40e4eb['counts'][_0x5afe13(0x1e7)])),console[_0x5afe13(0x196)](_0x5afe13(0x19e)+a4_0x4ac130['cyan'](_0x40e4eb[_0x5afe13(0x1ef)])),displayDiffs(_0x40e4eb[_0x5afe13(0x1cc)],_0x40e4eb['knowledgeBases'],_0x40e4eb[_0x5afe13(0x211)],_0x40e4eb['prompts']);if(_0x5af07a)return console[_0x5afe13(0x196)](a4_0x4ac130[_0x5afe13(0x1eb)]('\x0a[Dry\x20run]\x20No\x20files\x20were\x20written')),0x0;if(_0x52c58b===0x0&&_0x4c1144===0x0)return console['log'](a4_0x4ac130[_0x5afe13(0x188)]('\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date')),saveSessionContext({'llm_project':_0x40e4eb[_0x5afe13(0x19d)]},_0x314fc5[_0x5afe13(0x1a6)]),console[_0x5afe13(0x196)](a4_0x4ac130[_0x5afe13(0x188)](_0x5afe13(0x1c2)+a4_0x4ac130[_0x5afe13(0x1b7)](_0x5afe13(0x1fa))+_0x5afe13(0x1a8)+a4_0x4ac130['cyan'](_0x40e4eb[_0x5afe13(0x19d)]))),0x0;if(!_0x4b47dc&&!_0x3437ba){const _0x2ca404=await confirmKey(_0x5afe13(0x1ea)+(_0x52c58b+_0x4c1144)+'\x20files?');if(!_0x2ca404)return console[_0x5afe13(0x196)](_0x5afe13(0x199)),0x0;}const {data:_0x530775}=await withSpinner(_0x5afe13(0x1c7),()=>_0x5b0285[_0x5afe13(0x1a4)]['pullProject'](_0x58d643,_0x7bf854,{'force':_0x3437ba}));return console[_0x5afe13(0x196)](a4_0x4ac130['green'](_0x5afe13(0x1af)+(_0x52c58b+_0x4c1144)+_0x5afe13(0x1f3)+_0x530775[_0x5afe13(0x1ef)])),saveSessionContext({'llm_project':_0x530775[_0x5afe13(0x19d)]},_0x314fc5[_0x5afe13(0x1a6)]),console[_0x5afe13(0x196)](a4_0x4ac130[_0x5afe13(0x188)](_0x5afe13(0x1c2)+a4_0x4ac130['dim']('llm_project')+_0x5afe13(0x1a8)+a4_0x4ac130[_0x5afe13(0x1a9)](_0x530775[_0x5afe13(0x19d)]))),0x0;}}export class AgentCloneCommand extends BaseCommand{[a4_0x46a82e(0x21d)]='agent:clone';[a4_0x46a82e(0x21a)]=a4_0x46a82e(0x1e3);async[a4_0x46a82e(0x194)](_0x399b2d){const _0xe31fae=a4_0x46a82e,{options:_0x5649fd,args:_0x160a1f,tdx:_0x3b972c}=_0x399b2d,_0x3d4661=_0x160a1f[0x0],_0x485ea5=_0x5649fd[_0xe31fae(0x21d)],_0xe090c7=_0x5649fd[_0xe31fae(0x1d1)],_0x28709b=_0x5649fd['yes'],_0x30e623=_0x5649fd[_0xe31fae(0x1c3)],_0x102b6f=_0x5649fd[_0xe31fae(0x189)];let _0x20f687;const _0x547941=findAgentConfigPath(process[_0xe31fae(0x201)]());if(_0x3d4661){const _0x254b6d=a4_0xad9d58[_0xe31fae(0x1ba)](_0x3d4661,_0xe31fae(0x218));existsSync(_0x254b6d)?(_0x20f687=_0x3d4661,console[_0xe31fae(0x196)](a4_0x4ac130[_0xe31fae(0x1b7)]('Using\x20local\x20project:\x20'+_0x3d4661))):_0x20f687=_0x3d4661;}else{if(_0x547941)_0x20f687=a4_0xad9d58[_0xe31fae(0x1c8)](_0x547941),console['log'](a4_0x4ac130[_0xe31fae(0x1b7)](_0xe31fae(0x1c6)+_0x20f687));else{if(_0x102b6f){const _0x4b733b=sanitizeForFilesystem(_0x102b6f);let _0x319ace=_0x4b733b,_0x161870=a4_0xad9d58['join'](process[_0xe31fae(0x201)](),'agents',_0x4b733b,_0xe31fae(0x218));if(!existsSync(_0x161870)){const _0x3c0986=normalizeName(_0x102b6f),_0x105552=a4_0xad9d58[_0xe31fae(0x1ba)](process[_0xe31fae(0x201)](),_0xe31fae(0x1cc),_0x3c0986,_0xe31fae(0x218));existsSync(_0x105552)&&(_0x319ace=_0x3c0986,_0x161870=_0x105552);}if(existsSync(_0x161870))_0x20f687=a4_0xad9d58['dirname'](_0x161870),console[_0xe31fae(0x196)](a4_0x4ac130[_0xe31fae(0x1b7)](_0xe31fae(0x1a2)+_0x20f687));else{const _0x34b10a=_0x5649fd[_0xe31fae(0x1f9)];if(_0x34b10a)throw new SDKError(ErrorCode[_0xe31fae(0x1f8)],_0xe31fae(0x1dc)+_0x102b6f+'\x22\x20to\x20a\x20different\x20profile',undefined,{'helpText':_0xe31fae(0x1cd)+'First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a'+(_0xe31fae(0x1a0)+_0x102b6f+'\x0a')+('\x20\x20tdx\x20agent\x20clone\x20agents/'+_0x319ace+_0xe31fae(0x1e5)+(_0x485ea5||_0xe31fae(0x182))+'\x20--profile\x20'+_0x34b10a)});_0x20f687=_0x102b6f,console[_0xe31fae(0x196)](a4_0x4ac130[_0xe31fae(0x1b7)](_0xe31fae(0x17b)+_0x102b6f));}}}}if(!_0x20f687)return console[_0xe31fae(0x196)](a4_0x4ac130['yellow'](_0xe31fae(0x1ae))),console[_0xe31fae(0x196)](_0xe31fae(0x1ce)),console[_0xe31fae(0x196)]('\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory'),console[_0xe31fae(0x196)](_0xe31fae(0x1b9)),console[_0xe31fae(0x196)]('\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>'),0x1;if(!_0x485ea5)throw new SDKError(ErrorCode[_0xe31fae(0x1c0)],_0xe31fae(0x184),undefined,{'helpText':_0xe31fae(0x1e0)});if(!_0x28709b&&!_0xe090c7){const _0x3ae5bc=await confirmKey(_0xe31fae(0x20b)+_0x20f687+_0xe31fae(0x186)+_0x485ea5+'\x22?');if(!_0x3ae5bc)return console['log'](_0xe31fae(0x222)),0x0;}const {data:_0x3431a2}=await withSpinner(_0xe31fae(0x20c)+_0x20f687+'\x22\x20to\x20\x22'+_0x485ea5+_0xe31fae(0x1d9),()=>_0x3b972c['llm']['cloneProject'](_0x20f687,_0x485ea5,{'dryRun':_0xe090c7}));if(_0xe090c7)return console[_0xe31fae(0x196)](a4_0x4ac130['yellow'](_0xe31fae(0x208))),console[_0xe31fae(0x196)](_0xe31fae(0x18b)+_0x3431a2[_0xe31fae(0x180)]),console['log'](_0xe31fae(0x19f)+_0x485ea5),console['log'](_0xe31fae(0x1ed)),console['log'](_0xe31fae(0x19a)+_0x3431a2[_0xe31fae(0x18f)][_0xe31fae(0x1cc)][_0xe31fae(0x1d6)]),console[_0xe31fae(0x196)](_0xe31fae(0x220)+_0x3431a2[_0xe31fae(0x18f)][_0xe31fae(0x1a5)][_0xe31fae(0x1d6)]),console['log'](_0xe31fae(0x18a)+_0x3431a2[_0xe31fae(0x18f)][_0xe31fae(0x1e7)][_0xe31fae(0x1d6)]),0x0;const _0x220a1d=_0x3431a2[_0xe31fae(0x18f)][_0xe31fae(0x1cc)][_0xe31fae(0x193)]>0x0||_0x3431a2[_0xe31fae(0x18f)][_0xe31fae(0x1a5)][_0xe31fae(0x193)]>0x0||_0x3431a2['counts'][_0xe31fae(0x1e7)][_0xe31fae(0x193)]>0x0;_0x220a1d?console[_0xe31fae(0x196)](a4_0x4ac130[_0xe31fae(0x1eb)](_0xe31fae(0x203))):console[_0xe31fae(0x196)](a4_0x4ac130[_0xe31fae(0x188)](_0xe31fae(0x204)));console['log'](_0xe31fae(0x18b)+_0x3431a2[_0xe31fae(0x180)]),console[_0xe31fae(0x196)](_0xe31fae(0x19f)+_0x3431a2['newProjectName']),console['log'](_0xe31fae(0x17f)+_0x3431a2['newProjectId']),console['log'](),console['log'](_0xe31fae(0x195)),console[_0xe31fae(0x196)](_0xe31fae(0x19a)+formatCountSummary(_0x3431a2['counts']['agents'])),console[_0xe31fae(0x196)](_0xe31fae(0x220)+formatCountSummary(_0x3431a2[_0xe31fae(0x18f)]['knowledgeBases'])),console['log'](_0xe31fae(0x18a)+formatCountSummary(_0x3431a2[_0xe31fae(0x18f)][_0xe31fae(0x1e7)]));if(_0x220a1d){console[_0xe31fae(0x196)](),console[_0xe31fae(0x196)](a4_0x4ac130[_0xe31fae(0x217)]('Errors:'));for(const _0x5989bd of _0x3431a2['agents']){_0x5989bd[_0xe31fae(0x18e)]===_0xe31fae(0x179)&&console[_0xe31fae(0x196)](a4_0x4ac130[_0xe31fae(0x217)](_0xe31fae(0x214)+_0x5989bd[_0xe31fae(0x17e)]+_0xe31fae(0x197)+_0x5989bd[_0xe31fae(0x179)]));}for(const _0x3393bb of _0x3431a2[_0xe31fae(0x1a5)]){_0x3393bb[_0xe31fae(0x18e)]===_0xe31fae(0x179)&&console['log'](a4_0x4ac130[_0xe31fae(0x217)](_0xe31fae(0x1fe)+_0x3393bb[_0xe31fae(0x21d)]+'\x22:\x20'+_0x3393bb[_0xe31fae(0x179)]));}for(const _0x517cda of _0x3431a2[_0xe31fae(0x1e7)]){_0x517cda[_0xe31fae(0x18e)]===_0xe31fae(0x179)&&console[_0xe31fae(0x196)](a4_0x4ac130['red'](_0xe31fae(0x1bb)+_0x517cda[_0xe31fae(0x21d)]+_0xe31fae(0x197)+_0x517cda[_0xe31fae(0x179)]));}return 0x1;}console[_0xe31fae(0x196)]();const _0x3e4a83=getLLMProjectUrl(_0x30e623,_0x3431a2[_0xe31fae(0x206)]);return console['log'](_0xe31fae(0x1ab)+a4_0x4ac130[_0xe31fae(0x1a9)](_0x3e4a83)),0x0;}}export class AgentPushCommand extends BaseCommand{[a4_0x46a82e(0x21d)]=a4_0x46a82e(0x187);['description']=a4_0x46a82e(0x1de);async[a4_0x46a82e(0x194)](_0x384431){const _0x51f19b=a4_0x46a82e,{options:_0x13eb02,args:_0x3464c6,tdx:_0x57c4ea}=_0x384431;let _0xa8fb5c=_0x3464c6[0x0]||process[_0x51f19b(0x201)]();const _0x2b6109=_0x13eb02['dryRun'],_0x5c6c8d=_0x13eb02[_0x51f19b(0x19b)],_0x4a573c=_0x13eb02[_0x51f19b(0x1ee)],_0x4234e7=_0x13eb02[_0x51f19b(0x1c3)],_0x272127=a4_0xad9d58['join'](_0xa8fb5c,_0x51f19b(0x221)),_0x2f928d=existsSync(_0x272127);if(_0x2f928d){const {data:_0x4e7c85}=await withSpinner(_0x51f19b(0x1d5)+_0xa8fb5c+_0x51f19b(0x1d9),()=>_0x57c4ea[_0x51f19b(0x1a4)]['pushAgent'](_0xa8fb5c,{'dryRun':_0x2b6109,'force':_0x5c6c8d}));if(_0x2b6109)return console['log'](a4_0x4ac130[_0x51f19b(0x1eb)](_0x51f19b(0x208))),console[_0x51f19b(0x196)]('Would\x20push\x20agent:\x20'+_0x4e7c85['agentName']),0x0;if(_0x4e7c85['action']===_0x51f19b(0x179))return console[_0x51f19b(0x196)](a4_0x4ac130[_0x51f19b(0x217)](_0x51f19b(0x1b0)+_0x4e7c85['error'])),0x1;console[_0x51f19b(0x196)](a4_0x4ac130[_0x51f19b(0x188)]('Agent\x20'+_0x4e7c85['action']+_0x51f19b(0x1ac))),console['log'](_0x51f19b(0x1c4)+_0x4e7c85['agentName']);if(_0x4e7c85[_0x51f19b(0x19c)]&&_0x4e7c85['projectId']){const _0x5ec1b2=getLLMAgentChatUrl(_0x4234e7,_0x4e7c85[_0x51f19b(0x1fd)],_0x4e7c85[_0x51f19b(0x19c)]);console[_0x51f19b(0x196)](_0x51f19b(0x205)+a4_0x4ac130[_0x51f19b(0x1a9)](_0x5ec1b2));}return 0x0;}const _0x27e8b5=_0x13eb02[_0x51f19b(0x189)],_0x22e8c4=resolveProjectFromContext(_0xa8fb5c,_0x27e8b5);if(_0x22e8c4[_0x51f19b(0x1db)])_0xa8fb5c=_0x22e8c4[_0x51f19b(0x1f1)],_0x22e8c4[_0x51f19b(0x200)]===_0x51f19b(0x17c)&&console[_0x51f19b(0x196)](a4_0x4ac130['dim'](_0x51f19b(0x1cb)+_0xa8fb5c));else{let _0x1ebde3=_0x51f19b(0x18c);_0x22e8c4['reason']===_0x51f19b(0x1f7)&&(_0x1ebde3=_0x22e8c4[_0x51f19b(0x1b1)]+_0x51f19b(0x1e8)+_0x22e8c4[_0x51f19b(0x189)]+_0x51f19b(0x1b4));throw new SDKError(ErrorCode[_0x51f19b(0x1f8)],_0x22e8c4[_0x51f19b(0x17a)]===_0x51f19b(0x1a3)?_0x22e8c4[_0x51f19b(0x1b1)]:_0x51f19b(0x1a1)+_0xa8fb5c,undefined,{'helpText':_0x1ebde3});}const {data:_0x1a4511}=await withSpinner('Analyzing\x20changes\x20to\x20push...',()=>_0x57c4ea[_0x51f19b(0x1a4)]['pushProject'](_0xa8fb5c,{'dryRun':!![]})),_0x106254=_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x1cc)]['errors']>0x0;if(_0x106254){console[_0x51f19b(0x196)](a4_0x4ac130[_0x51f19b(0x217)](_0x51f19b(0x190)));for(const _0x106ffb of _0x1a4511[_0x51f19b(0x1cc)]){_0x106ffb['action']===_0x51f19b(0x179)&&console['log'](a4_0x4ac130[_0x51f19b(0x217)](_0x51f19b(0x214)+_0x106ffb['agentName']+_0x51f19b(0x197)+_0x106ffb[_0x51f19b(0x179)]));}return 0x1;}const _0x4f178c=_0x1a4511['counts']['agents']['created']+_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x1a5)][_0x51f19b(0x1d6)]+_0x1a4511['counts'][_0x51f19b(0x211)][_0x51f19b(0x1d6)]+_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x1e7)]['created'],_0x44dfda=_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x1cc)][_0x51f19b(0x1f0)]+_0x1a4511['counts'][_0x51f19b(0x1a5)][_0x51f19b(0x1f0)]+_0x1a4511['counts'][_0x51f19b(0x211)]['updated']+_0x1a4511[_0x51f19b(0x18f)]['prompts'][_0x51f19b(0x1f0)],_0x5d9ace=_0x1a4511[_0x51f19b(0x18f)]['agents'][_0x51f19b(0x21c)]+_0x1a4511['counts'][_0x51f19b(0x1a5)][_0x51f19b(0x21c)]+_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x211)][_0x51f19b(0x21c)]+_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x1e7)]['unchanged'];console['log'](_0x51f19b(0x1e9)+_0x1a4511['projectName']+'\x27:'),console[_0x51f19b(0x196)]('\x20\x20'+a4_0x4ac130[_0x51f19b(0x188)]('+\x20'+_0x4f178c+_0x51f19b(0x1f5))+_0x51f19b(0x1ff)+a4_0x4ac130[_0x51f19b(0x1eb)]('~\x20'+_0x44dfda+_0x51f19b(0x1f4))+_0x51f19b(0x1ff)+a4_0x4ac130[_0x51f19b(0x1b7)]('=\x20'+_0x5d9ace+_0x51f19b(0x20d))),console[_0x51f19b(0x196)](_0x51f19b(0x19a)+formatCountSummary(_0x1a4511[_0x51f19b(0x18f)]['agents'])),console['log'](_0x51f19b(0x220)+formatCountSummary(_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x1a5)])),console[_0x51f19b(0x196)](_0x51f19b(0x219)+formatCountSummary(_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x211)])),console['log'](_0x51f19b(0x18a)+formatCountSummary(_0x1a4511[_0x51f19b(0x18f)][_0x51f19b(0x1e7)])),console[_0x51f19b(0x196)]('\x20\x20Source:\x20'+a4_0x4ac130[_0x51f19b(0x1a9)](_0xa8fb5c)),displayDiffs(_0x1a4511[_0x51f19b(0x1cc)],_0x1a4511['knowledgeBases'],_0x1a4511[_0x51f19b(0x211)],_0x1a4511['prompts']);if(_0x2b6109)return console[_0x51f19b(0x196)](a4_0x4ac130[_0x51f19b(0x1eb)](_0x51f19b(0x185))),0x0;if(_0x4f178c===0x0&&_0x44dfda===0x0){console['log'](a4_0x4ac130['green'](_0x51f19b(0x21f)));const _0xce77fc=getLLMProjectUrl(_0x4234e7,_0x1a4511[_0x51f19b(0x1fd)]);return console[_0x51f19b(0x196)](_0x51f19b(0x1ab)+a4_0x4ac130['cyan'](_0xce77fc)),0x0;}if(!_0x4a573c&&!_0x5c6c8d){const _0x47f1e4=await confirmKey(_0x51f19b(0x1d2)+(_0x4f178c+_0x44dfda)+_0x51f19b(0x1a7));if(!_0x47f1e4)return console['log'](_0x51f19b(0x1b2)),0x0;}const {data:_0x352e0e}=await withSpinner(_0x51f19b(0x1c9),()=>_0x57c4ea[_0x51f19b(0x1a4)][_0x51f19b(0x210)](_0xa8fb5c,{'force':_0x5c6c8d})),_0x215443=_0x352e0e[_0x51f19b(0x18f)]['agents'][_0x51f19b(0x193)]>0x0||_0x352e0e[_0x51f19b(0x18f)][_0x51f19b(0x1a5)][_0x51f19b(0x193)]>0x0||_0x352e0e[_0x51f19b(0x18f)][_0x51f19b(0x211)][_0x51f19b(0x193)]>0x0||_0x352e0e[_0x51f19b(0x18f)][_0x51f19b(0x1e7)][_0x51f19b(0x193)]>0x0;if(_0x215443){console['log'](a4_0x4ac130[_0x51f19b(0x1eb)](_0x51f19b(0x1cf))),console[_0x51f19b(0x196)](),console[_0x51f19b(0x196)](a4_0x4ac130[_0x51f19b(0x217)](_0x51f19b(0x18d)));for(const _0x4af102 of _0x352e0e[_0x51f19b(0x1cc)]){_0x4af102[_0x51f19b(0x18e)]===_0x51f19b(0x179)&&console[_0x51f19b(0x196)](a4_0x4ac130[_0x51f19b(0x217)](_0x51f19b(0x214)+_0x4af102[_0x51f19b(0x17e)]+_0x51f19b(0x197)+_0x4af102[_0x51f19b(0x179)]));}for(const _0x421f16 of _0x352e0e[_0x51f19b(0x1a5)]){_0x421f16[_0x51f19b(0x18e)]==='error'&&console[_0x51f19b(0x196)](a4_0x4ac130[_0x51f19b(0x217)]('\x20\x20Knowledge\x20Base\x20\x22'+_0x421f16['name']+_0x51f19b(0x197)+_0x421f16[_0x51f19b(0x179)]));}for(const _0x268a55 of _0x352e0e[_0x51f19b(0x211)]){_0x268a55[_0x51f19b(0x18e)]===_0x51f19b(0x179)&&console['log'](a4_0x4ac130[_0x51f19b(0x217)](_0x51f19b(0x1e4)+_0x268a55[_0x51f19b(0x21d)]+'\x22:\x20'+_0x268a55['error']));}for(const _0x2354f3 of _0x352e0e[_0x51f19b(0x1e7)]){_0x2354f3[_0x51f19b(0x18e)]==='error'&&console['log'](a4_0x4ac130[_0x51f19b(0x217)](_0x51f19b(0x1bb)+_0x2354f3[_0x51f19b(0x21d)]+_0x51f19b(0x197)+_0x2354f3[_0x51f19b(0x179)]));}return 0x1;}console['log'](a4_0x4ac130[_0x51f19b(0x188)]('\x0a✔\x20Pushed\x20'+(_0x4f178c+_0x44dfda)+_0x51f19b(0x1be)+_0x352e0e['projectName']+'\x27'));const _0x9a8706=getLLMProjectUrl(_0x4234e7,_0x352e0e[_0x51f19b(0x1fd)]);return console[_0x51f19b(0x196)](_0x51f19b(0x1ab)+a4_0x4ac130[_0x51f19b(0x1a9)](_0x9a8706)),0x0;}}
1
+ const a4_0x1c3aa5=a4_0x1b7c;(function(_0x2fe5a0,_0x4e31f7){const _0x4beed1=a4_0x1b7c,_0x719e33=_0x2fe5a0();while(!![]){try{const _0x23f640=-parseInt(_0x4beed1(0x1cd))/0x1+-parseInt(_0x4beed1(0x238))/0x2+parseInt(_0x4beed1(0x230))/0x3*(parseInt(_0x4beed1(0x1fd))/0x4)+parseInt(_0x4beed1(0x1d3))/0x5*(parseInt(_0x4beed1(0x1f1))/0x6)+parseInt(_0x4beed1(0x21a))/0x7+parseInt(_0x4beed1(0x202))/0x8+parseInt(_0x4beed1(0x1bd))/0x9*(-parseInt(_0x4beed1(0x24f))/0xa);if(_0x23f640===_0x4e31f7)break;else _0x719e33['push'](_0x719e33['shift']());}catch(_0x4fe6a5){_0x719e33['push'](_0x719e33['shift']());}}}(a4_0x4835,0x94001));import a4_0x3458ff from'chalk';import a4_0x5079e8 from'path';import{existsSync,readFileSync}from'fs';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';function a4_0x4835(){const _0x5c7a6d=['\x20errors','outputDir','Pulling\x20agent\x20\x22','agent:push','\x20\x20Agent\x20\x22','execute','Analyzing\x20project\x20\x22','Chat:\x20','cloneProject','Clone\x20cancelled','unchanged','Dry\x20run\x20-\x20no\x20changes\x20made','\x20--profile\x20','llm','Using\x20context\x20project:\x20','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','69880RIHKqI','name','Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>','Agent\x20pulled\x20successfully','Dry\x20run\x20-\x20no\x20files\x20written','context','New\x20project:\x20','\x22\x20to\x20a\x20different\x20profile','message','\x20=\x20','\x22...','found','log','\x20\x20Target:\x20','Agent:\x20','pullProject','join','new','999CEQARO','\x20changed','Using\x20local\x20project:\x20','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20#\x20Pull\x20specific\x20agent','yes','Would\x20push\x20agent:\x20','diff','\x20\x20Text\x20Knowledge\x20Bases:\x20','updated','\x20resources?','pullAgent','\x20\x20tdx\x20agent\x20clone\x20agents/','Using\x20current\x20project:\x20','gray','dirname','pushProject','331683YsVYhp','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)','cwd','\x27\x20to\x20create\x20the\x20folder\x20structure.','\x0aPull\x20summary\x20for\x20\x27','\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','35aRXQiJ','\x0aPush\x20summary\x20for\x20\x27','Project\x20cloned\x20with\x20errors','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','Errors:','\x0aChanges:','Status:\x20','Clone\x20\x22','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','\x20updated','\x20files?','tdx.json','projectName','\x0a✔\x20Pushed\x20','New\x20project\x20ID:\x20','yellow','✔\x20Context\x20set:\x20','Agent\x20','\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27','dim','error','force','\x22\x20to\x20\x22','Would\x20clone:','No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a','\x20\x20Knowledge\x20Bases:\x20','textKnowledgeBases','Output\x20path:\x20','agentName','224286aplGPS','outputPath','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','\x20\x20Text\x20Knowledge\x20Base\x20\x22','prompts','\x22\x20from\x20project\x20\x22','projectDir','knowledgeBases','First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a','\x20\x20Source:\x20','Using\x20project:\x20','push','4tSAMSQ','\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project','No\x20tdx.json\x20found\x20in\x20','output','description','8231848Wznstu','Project:\x20','sourceProjectName','reason','\x20\x20Prompts:\x20','llm_project','\x0aPush\x20','\x20new','pushAgent','counts','Push\x20cancelled','created','\x22:\x20','\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory','Source:\x20','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','Cannot\x20clone\x20from\x20context\x20project\x20\x22','\x20unchanged','Project\x20cloned\x20successfully','newProjectId','Cloning\x20\x22','agentId','red','repeat','3367728VMdtCM','MISSING_ARGUMENT','\x20--name\x20','errors','total','\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date','\x0aErrors\x20found:','newProjectName','\x20\x20tdx\x20agent\x20pull\x20','utf-8','\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date','\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed','Analyzing\x20changes\x20to\x20push...','\x20successfully','no_context','\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','agent:pull','\x0aChanges\x20to\x20agent\x20\x27','New\x20project\x20name\x20is\x20required','profile','dryRun','llmProject','2071926teJnsi','projectId','\x20files\x20to\x20','action','\x0aWrite\x20','\x20|\x20','green','cyan','1497668ZElhQN','Pushing\x20to\x20project...','\x20\x20Agents:\x20','agents','\x22\x20to\x20new\x20project\x20\x22','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','no_local_folder'];a4_0x4835=function(){return _0x5c7a6d;};return a4_0x4835();}import{saveSessionContext}from'../core/session.js';import{sanitizeForFilesystem,normalizeName}from'../sdk/agent/agent-yaml.js';function a4_0x1b7c(_0x58acaa,_0x220a0e){_0x58acaa=_0x58acaa-0x1ba;const _0x48359d=a4_0x4835();let _0x1b7c3d=_0x48359d[_0x58acaa];return _0x1b7c3d;}import{getLLMProjectUrl,getLLMAgentChatUrl}from'../sdk/client/endpoints.js';function formatCountSummary(_0x340978){const _0x4dc47b=a4_0x1b7c,_0x4dc11a=[];if(_0x340978[_0x4dc47b(0x21e)]!==undefined)_0x4dc11a['push'](_0x340978['total']+'\x20total');if(_0x340978[_0x4dc47b(0x1bc)]!==undefined&&_0x340978[_0x4dc47b(0x1bc)]>0x0)_0x4dc11a[_0x4dc47b(0x1fc)](a4_0x3458ff[_0x4dc47b(0x236)](_0x340978[_0x4dc47b(0x1bc)]+_0x4dc47b(0x209)));if(_0x340978[_0x4dc47b(0x20d)]!==undefined&&_0x340978[_0x4dc47b(0x20d)]>0x0)_0x4dc11a[_0x4dc47b(0x1fc)](a4_0x3458ff['green'](_0x340978['created']+'\x20created'));if(_0x340978[_0x4dc47b(0x1c5)]!==undefined&&_0x340978[_0x4dc47b(0x1c5)]>0x0)_0x4dc11a['push'](a4_0x3458ff[_0x4dc47b(0x1e3)](_0x340978[_0x4dc47b(0x1c5)]+_0x4dc47b(0x1dd)));if(_0x340978['unchanged']!==undefined&&_0x340978[_0x4dc47b(0x249)]>0x0)_0x4dc11a[_0x4dc47b(0x1fc)](a4_0x3458ff[_0x4dc47b(0x1ca)](_0x340978[_0x4dc47b(0x249)]+_0x4dc47b(0x213)));if(_0x340978['errors']!==undefined&&_0x340978[_0x4dc47b(0x21d)]>0x0)_0x4dc11a[_0x4dc47b(0x1fc)](a4_0x3458ff[_0x4dc47b(0x218)](_0x340978[_0x4dc47b(0x21d)]+_0x4dc47b(0x23f)));return _0x4dc11a['join'](',\x20');}function displayDiffs(_0x33029d,_0x59380e,_0xba66c,_0x19603b){const _0x4a0af4=a4_0x1b7c;for(const _0x41f4c6 of _0x33029d){if(_0x41f4c6[_0x4a0af4(0x1c3)]){const _0x52e7ba=_0x41f4c6['agentName']||_0x41f4c6[_0x4a0af4(0x250)];console['log'](_0x4a0af4(0x22b)+_0x52e7ba+'\x27:'),console[_0x4a0af4(0x25b)]('─'['repeat'](0x3c)),console[_0x4a0af4(0x25b)](_0x41f4c6['diff']),console['log']('─'[_0x4a0af4(0x219)](0x3c));}}for(const _0x538e1f of _0x59380e){_0x538e1f['diff']&&(console[_0x4a0af4(0x25b)]('\x0aChanges\x20to\x20knowledge\x20base\x20\x27'+_0x538e1f[_0x4a0af4(0x250)]+'\x27:'),console[_0x4a0af4(0x25b)]('─'[_0x4a0af4(0x219)](0x3c)),console[_0x4a0af4(0x25b)](_0x538e1f[_0x4a0af4(0x1c3)]),console[_0x4a0af4(0x25b)]('─'[_0x4a0af4(0x219)](0x3c)));}for(const _0x568840 of _0xba66c){_0x568840[_0x4a0af4(0x1c3)]&&(console['log'](_0x4a0af4(0x1e6)+_0x568840[_0x4a0af4(0x250)]+'\x27:'),console[_0x4a0af4(0x25b)]('─'[_0x4a0af4(0x219)](0x3c)),console['log'](_0x568840['diff']),console['log']('─'['repeat'](0x3c)));}for(const _0x3c26ee of _0x19603b){_0x3c26ee['diff']&&(console['log']('\x0aChanges\x20to\x20prompt\x20\x27'+_0x3c26ee[_0x4a0af4(0x250)]+'\x27:'),console[_0x4a0af4(0x25b)]('─'[_0x4a0af4(0x219)](0x3c)),console[_0x4a0af4(0x25b)](_0x3c26ee[_0x4a0af4(0x1c3)]),console['log']('─'['repeat'](0x3c)));}}export class AgentPullCommand extends BaseCommand{[a4_0x1c3aa5(0x250)]=a4_0x1c3aa5(0x22a);[a4_0x1c3aa5(0x201)]=a4_0x1c3aa5(0x24e);async[a4_0x1c3aa5(0x244)](_0x537987){const _0x30b69e=a4_0x1c3aa5,{options:_0x2a36d2,args:_0x3c204f,tdx:_0x5a1b81}=_0x537987,_0x6561cd=_0x3c204f[0x0],_0x29c527=_0x3c204f[0x1],_0x330eff=_0x2a36d2[_0x30b69e(0x200)],_0x519802=_0x2a36d2[_0x30b69e(0x22e)],_0x33ab13=_0x2a36d2['force'],_0xc08e9d=_0x2a36d2[_0x30b69e(0x1c1)],_0x52b6e1=_0x2a36d2['llmProject'];let _0x5c1d38,_0xf8fe9;const _0x30aee1=findAgentConfigPath(process['cwd']());if(_0x6561cd){const _0x101263=a4_0x5079e8[_0x30b69e(0x1bb)](_0x6561cd,'tdx.json');if(existsSync(_0x101263))try{const _0x324b17=JSON['parse'](readFileSync(_0x101263,_0x30b69e(0x223)));_0x5c1d38=_0x324b17[_0x30b69e(0x207)],_0xf8fe9=_0x6561cd,console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x1e7)]('Using\x20project\x20from\x20'+_0x101263+':\x20'+_0x5c1d38));}catch{_0x5c1d38=_0x6561cd;}else _0x5c1d38=_0x6561cd;}else{if(_0x30aee1)try{const _0x36a27c=JSON['parse'](readFileSync(_0x30aee1,_0x30b69e(0x223)));_0x5c1d38=_0x36a27c[_0x30b69e(0x207)],_0xf8fe9=a4_0x5079e8[_0x30b69e(0x1cb)](_0x30aee1),console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x1e7)](_0x30b69e(0x1fb)+_0x5c1d38));}catch{_0x5c1d38=_0x52b6e1;}else _0x5c1d38=_0x52b6e1;}if(!_0x5c1d38)return console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x1e3)]('llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a')),console[_0x30b69e(0x25b)](_0x30b69e(0x1ce)),console[_0x30b69e(0x25b)](_0x30b69e(0x1d2)),console[_0x30b69e(0x25b)]('\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[_0x30b69e(0x25b)](_0x30b69e(0x1c0)),0x1;if(_0x29c527){const {data:_0x3d7c3b}=await withSpinner(_0x30b69e(0x241)+_0x29c527+_0x30b69e(0x1f6)+_0x5c1d38+_0x30b69e(0x259),()=>_0x5a1b81['llm'][_0x30b69e(0x1c7)](_0x5c1d38,_0x29c527,_0x330eff,{'dryRun':_0x519802,'force':_0x33ab13}));if(_0x519802)return console[_0x30b69e(0x25b)](a4_0x3458ff['yellow'](_0x30b69e(0x253))),console[_0x30b69e(0x25b)]('Would\x20pull\x20agent:\x20'+_0x3d7c3b[_0x30b69e(0x1f0)]),console[_0x30b69e(0x25b)](_0x30b69e(0x1ef)+_0x3d7c3b[_0x30b69e(0x1f2)]),_0x3d7c3b[_0x30b69e(0x1c3)]&&(console['log'](_0x30b69e(0x1d8)),console[_0x30b69e(0x25b)]('─'[_0x30b69e(0x219)](0x3c)),console[_0x30b69e(0x25b)](_0x3d7c3b[_0x30b69e(0x1c3)]),console['log']('─'[_0x30b69e(0x219)](0x3c))),0x0;return console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x236)](_0x30b69e(0x252))),console[_0x30b69e(0x25b)]('Agent:\x20'+_0x3d7c3b[_0x30b69e(0x1f0)]),console['log']('Output:\x20'+_0x3d7c3b[_0x30b69e(0x1f2)]),console['log'](_0x30b69e(0x1d9)+(_0x3d7c3b['isNew']?a4_0x3458ff[_0x30b69e(0x236)]('new'):_0x3d7c3b['hasChanges']?a4_0x3458ff[_0x30b69e(0x1e3)](_0x30b69e(0x1c5)):a4_0x3458ff[_0x30b69e(0x1ca)](_0x30b69e(0x249)))),0x0;}const _0x2a8f15=_0xf8fe9||_0x330eff,{data:_0x4fbd17}=await withSpinner(_0x30b69e(0x245)+_0x5c1d38+_0x30b69e(0x259),()=>_0x5a1b81[_0x30b69e(0x24c)]['pullProject'](_0x5c1d38,_0x2a8f15,{'dryRun':!![]})),_0x18162d=_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x23b)][_0x30b69e(0x1bc)]+_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1f8)][_0x30b69e(0x1bc)]+_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1ee)][_0x30b69e(0x1bc)]+_0x4fbd17[_0x30b69e(0x20b)]['prompts'][_0x30b69e(0x1bc)],_0x13bb16=_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x23b)]['updated']+_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1f8)][_0x30b69e(0x1c5)]+_0x4fbd17[_0x30b69e(0x20b)]['textKnowledgeBases']['updated']+_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1f5)][_0x30b69e(0x1c5)],_0x35baf6=_0x4fbd17['counts'][_0x30b69e(0x23b)][_0x30b69e(0x249)]+_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1f8)][_0x30b69e(0x249)]+_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1ee)]['unchanged']+_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1f5)][_0x30b69e(0x249)];console['log'](_0x30b69e(0x1d1)+_0x4fbd17[_0x30b69e(0x1e0)]+'\x27:'),console['log']('\x20\x20'+a4_0x3458ff[_0x30b69e(0x236)]('+\x20'+_0x18162d+_0x30b69e(0x209))+'\x20|\x20'+a4_0x3458ff[_0x30b69e(0x1e3)]('~\x20'+_0x13bb16+_0x30b69e(0x1be))+_0x30b69e(0x235)+a4_0x3458ff[_0x30b69e(0x1e7)]('=\x20'+_0x35baf6+'\x20unchanged')),console[_0x30b69e(0x25b)](_0x30b69e(0x23a)+formatCountSummary(_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x23b)])),console['log'](_0x30b69e(0x1ed)+formatCountSummary(_0x4fbd17[_0x30b69e(0x20b)]['knowledgeBases'])),console['log'](_0x30b69e(0x1c4)+formatCountSummary(_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1ee)])),console[_0x30b69e(0x25b)](_0x30b69e(0x206)+formatCountSummary(_0x4fbd17[_0x30b69e(0x20b)][_0x30b69e(0x1f5)])),console['log'](_0x30b69e(0x25c)+a4_0x3458ff[_0x30b69e(0x237)](_0x4fbd17['outputDir'])),displayDiffs(_0x4fbd17['agents'],_0x4fbd17[_0x30b69e(0x1f8)],_0x4fbd17['textKnowledgeBases'],_0x4fbd17['prompts']);if(_0x519802)return console['log'](a4_0x3458ff[_0x30b69e(0x1e3)](_0x30b69e(0x1f3))),0x0;if(_0x18162d===0x0&&_0x13bb16===0x0)return console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x236)](_0x30b69e(0x224))),saveSessionContext({'llm_project':_0x4fbd17['projectName']},_0x2a36d2['session']),console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x236)](_0x30b69e(0x1e4)+a4_0x3458ff['dim'](_0x30b69e(0x207))+_0x30b69e(0x258)+a4_0x3458ff[_0x30b69e(0x237)](_0x4fbd17[_0x30b69e(0x1e0)]))),0x0;if(!_0xc08e9d&&!_0x33ab13){const _0xbccde6=await confirmKey(_0x30b69e(0x234)+(_0x18162d+_0x13bb16)+_0x30b69e(0x1de));if(!_0xbccde6)return console[_0x30b69e(0x25b)]('Pull\x20cancelled'),0x0;}const {data:_0x129a5e}=await withSpinner('Writing\x20files...',()=>_0x5a1b81[_0x30b69e(0x24c)][_0x30b69e(0x1ba)](_0x5c1d38,_0x2a8f15,{'force':_0x33ab13}));return console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x236)]('\x0a✔\x20Pulled\x20'+(_0x18162d+_0x13bb16)+_0x30b69e(0x232)+_0x129a5e[_0x30b69e(0x240)])),saveSessionContext({'llm_project':_0x129a5e[_0x30b69e(0x1e0)]},_0x2a36d2['session']),console[_0x30b69e(0x25b)](a4_0x3458ff[_0x30b69e(0x236)](_0x30b69e(0x1e4)+a4_0x3458ff[_0x30b69e(0x1e7)](_0x30b69e(0x207))+_0x30b69e(0x258)+a4_0x3458ff[_0x30b69e(0x237)](_0x129a5e[_0x30b69e(0x1e0)]))),0x0;}}export class AgentCloneCommand extends BaseCommand{[a4_0x1c3aa5(0x250)]='agent:clone';['description']=a4_0x1c3aa5(0x211);async[a4_0x1c3aa5(0x244)](_0x26ea1c){const _0x5e161c=a4_0x1c3aa5,{options:_0x211974,args:_0x2392aa,tdx:_0xcc99fa}=_0x26ea1c,_0x5f0eee=_0x2392aa[0x0],_0x5bea10=_0x211974[_0x5e161c(0x250)],_0x4a6e8a=_0x211974['dryRun'],_0x28479d=_0x211974[_0x5e161c(0x1c1)],_0x1d0982=_0x211974['site'],_0x53ba08=_0x211974[_0x5e161c(0x22f)];let _0x361d97;const _0xfb622e=findAgentConfigPath(process[_0x5e161c(0x1cf)]());if(_0x5f0eee){const _0x69eca8=a4_0x5079e8[_0x5e161c(0x1bb)](_0x5f0eee,_0x5e161c(0x1df));existsSync(_0x69eca8)?(_0x361d97=_0x5f0eee,console['log'](a4_0x3458ff[_0x5e161c(0x1e7)](_0x5e161c(0x1bf)+_0x5f0eee))):_0x361d97=_0x5f0eee;}else{if(_0xfb622e)_0x361d97=a4_0x5079e8[_0x5e161c(0x1cb)](_0xfb622e),console[_0x5e161c(0x25b)](a4_0x3458ff[_0x5e161c(0x1e7)](_0x5e161c(0x1c9)+_0x361d97));else{if(_0x53ba08){const _0x148b15=sanitizeForFilesystem(_0x53ba08);let _0x5d8e93=_0x148b15,_0x250491=a4_0x5079e8[_0x5e161c(0x1bb)](process[_0x5e161c(0x1cf)](),_0x5e161c(0x23b),_0x148b15,_0x5e161c(0x1df));if(!existsSync(_0x250491)){const _0x15e83e=normalizeName(_0x53ba08),_0x260131=a4_0x5079e8['join'](process['cwd'](),_0x5e161c(0x23b),_0x15e83e,_0x5e161c(0x1df));existsSync(_0x260131)&&(_0x5d8e93=_0x15e83e,_0x250491=_0x260131);}if(existsSync(_0x250491))_0x361d97=a4_0x5079e8[_0x5e161c(0x1cb)](_0x250491),console[_0x5e161c(0x25b)](a4_0x3458ff[_0x5e161c(0x1e7)](_0x5e161c(0x1bf)+_0x361d97));else{const _0x275fa9=_0x211974[_0x5e161c(0x22d)];if(_0x275fa9)throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x5e161c(0x212)+_0x53ba08+_0x5e161c(0x256),undefined,{'helpText':_0x5e161c(0x1d6)+_0x5e161c(0x1f9)+(_0x5e161c(0x222)+_0x53ba08+'\x0a')+(_0x5e161c(0x1c8)+_0x5d8e93+_0x5e161c(0x21c)+(_0x5bea10||'<new-name>')+_0x5e161c(0x24b)+_0x275fa9)});_0x361d97=_0x53ba08,console[_0x5e161c(0x25b)](a4_0x3458ff[_0x5e161c(0x1e7)](_0x5e161c(0x24d)+_0x53ba08));}}}}if(!_0x361d97)return console[_0x5e161c(0x25b)](a4_0x3458ff['yellow'](_0x5e161c(0x1ec))),console[_0x5e161c(0x25b)](_0x5e161c(0x1fe)),console[_0x5e161c(0x25b)](_0x5e161c(0x20f)),console[_0x5e161c(0x25b)]('\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)'),console[_0x5e161c(0x25b)](_0x5e161c(0x229)),0x1;if(!_0x5bea10)throw new SDKError(ErrorCode[_0x5e161c(0x21b)],_0x5e161c(0x22c),undefined,{'helpText':_0x5e161c(0x251)});if(!_0x28479d&&!_0x4a6e8a){const _0x3be8e6=await confirmKey(_0x5e161c(0x1da)+_0x361d97+_0x5e161c(0x23c)+_0x5bea10+'\x22?');if(!_0x3be8e6)return console[_0x5e161c(0x25b)](_0x5e161c(0x248)),0x0;}const {data:_0x1c21c6}=await withSpinner(_0x5e161c(0x216)+_0x361d97+_0x5e161c(0x1ea)+_0x5bea10+'\x22...',()=>_0xcc99fa[_0x5e161c(0x24c)][_0x5e161c(0x247)](_0x361d97,_0x5bea10,{'dryRun':_0x4a6e8a}));if(_0x4a6e8a)return console['log'](a4_0x3458ff[_0x5e161c(0x1e3)](_0x5e161c(0x24a))),console[_0x5e161c(0x25b)](_0x5e161c(0x210)+_0x1c21c6[_0x5e161c(0x204)]),console[_0x5e161c(0x25b)]('New\x20project:\x20'+_0x5bea10),console[_0x5e161c(0x25b)](_0x5e161c(0x1eb)),console[_0x5e161c(0x25b)](_0x5e161c(0x23a)+_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x23b)]['created']),console[_0x5e161c(0x25b)](_0x5e161c(0x1ed)+_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x1f8)][_0x5e161c(0x20d)]),console['log'](_0x5e161c(0x206)+_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x1f5)][_0x5e161c(0x20d)]),0x0;const _0x44636d=_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x23b)][_0x5e161c(0x21d)]>0x0||_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x1f8)][_0x5e161c(0x21d)]>0x0||_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x1f5)][_0x5e161c(0x21d)]>0x0;_0x44636d?console['log'](a4_0x3458ff[_0x5e161c(0x1e3)](_0x5e161c(0x1d5))):console[_0x5e161c(0x25b)](a4_0x3458ff['green'](_0x5e161c(0x214)));console[_0x5e161c(0x25b)](_0x5e161c(0x210)+_0x1c21c6['sourceProjectName']),console[_0x5e161c(0x25b)](_0x5e161c(0x255)+_0x1c21c6[_0x5e161c(0x221)]),console[_0x5e161c(0x25b)](_0x5e161c(0x1e2)+_0x1c21c6['newProjectId']),console[_0x5e161c(0x25b)](),console['log']('Summary:'),console[_0x5e161c(0x25b)](_0x5e161c(0x23a)+formatCountSummary(_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x23b)])),console[_0x5e161c(0x25b)](_0x5e161c(0x1ed)+formatCountSummary(_0x1c21c6[_0x5e161c(0x20b)][_0x5e161c(0x1f8)])),console[_0x5e161c(0x25b)](_0x5e161c(0x206)+formatCountSummary(_0x1c21c6[_0x5e161c(0x20b)]['prompts']));if(_0x44636d){console[_0x5e161c(0x25b)](),console[_0x5e161c(0x25b)](a4_0x3458ff[_0x5e161c(0x218)](_0x5e161c(0x1d7)));for(const _0x3ad8c8 of _0x1c21c6[_0x5e161c(0x23b)]){_0x3ad8c8[_0x5e161c(0x233)]===_0x5e161c(0x1e8)&&console[_0x5e161c(0x25b)](a4_0x3458ff['red']('\x20\x20Agent\x20\x22'+_0x3ad8c8[_0x5e161c(0x1f0)]+_0x5e161c(0x20e)+_0x3ad8c8[_0x5e161c(0x1e8)]));}for(const _0x40fbe0 of _0x1c21c6['knowledgeBases']){_0x40fbe0[_0x5e161c(0x233)]===_0x5e161c(0x1e8)&&console['log'](a4_0x3458ff['red']('\x20\x20Knowledge\x20Base\x20\x22'+_0x40fbe0['name']+_0x5e161c(0x20e)+_0x40fbe0[_0x5e161c(0x1e8)]));}for(const _0x52404e of _0x1c21c6[_0x5e161c(0x1f5)]){_0x52404e[_0x5e161c(0x233)]===_0x5e161c(0x1e8)&&console['log'](a4_0x3458ff[_0x5e161c(0x218)]('\x20\x20Prompt\x20\x22'+_0x52404e[_0x5e161c(0x250)]+'\x22:\x20'+_0x52404e[_0x5e161c(0x1e8)]));}return 0x1;}console[_0x5e161c(0x25b)]();const _0x136b8a=getLLMProjectUrl(_0x1d0982,_0x1c21c6[_0x5e161c(0x215)]);return console[_0x5e161c(0x25b)](_0x5e161c(0x203)+a4_0x3458ff[_0x5e161c(0x237)](_0x136b8a)),0x0;}}export class AgentPushCommand extends BaseCommand{[a4_0x1c3aa5(0x250)]=a4_0x1c3aa5(0x242);[a4_0x1c3aa5(0x201)]=a4_0x1c3aa5(0x23d);async[a4_0x1c3aa5(0x244)](_0x1b1ba5){const _0x5c7b8b=a4_0x1c3aa5,{options:_0x5e3455,args:_0xc10c0e,tdx:_0x2f2ec0}=_0x1b1ba5;let _0x3d92af=_0xc10c0e[0x0]||process[_0x5c7b8b(0x1cf)]();const _0x215bfb=_0x5e3455[_0x5c7b8b(0x22e)],_0x2e94e1=_0x5e3455[_0x5c7b8b(0x1e9)],_0x39b177=_0x5e3455[_0x5c7b8b(0x1c1)],_0x381e5b=_0x5e3455['site'],_0x3c0dee=a4_0x5079e8[_0x5c7b8b(0x1bb)](_0x3d92af,'agent.yml'),_0x285b74=existsSync(_0x3c0dee);if(_0x285b74){const {data:_0x5070eb}=await withSpinner('Pushing\x20agent\x20from\x20\x22'+_0x3d92af+_0x5c7b8b(0x259),()=>_0x2f2ec0[_0x5c7b8b(0x24c)][_0x5c7b8b(0x20a)](_0x3d92af,{'dryRun':_0x215bfb,'force':_0x2e94e1}));if(_0x215bfb)return console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x1e3)](_0x5c7b8b(0x24a))),console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x1c2)+_0x5070eb[_0x5c7b8b(0x1f0)]),0x0;if(_0x5070eb[_0x5c7b8b(0x233)]===_0x5c7b8b(0x1e8))return console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)]('Failed\x20to\x20push\x20agent:\x20'+_0x5070eb[_0x5c7b8b(0x1e8)])),0x1;console['log'](a4_0x3458ff[_0x5c7b8b(0x236)](_0x5c7b8b(0x1e5)+_0x5070eb['action']+_0x5c7b8b(0x227))),console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x25d)+_0x5070eb[_0x5c7b8b(0x1f0)]);if(_0x5070eb[_0x5c7b8b(0x217)]&&_0x5070eb['projectId']){const _0x5430ea=getLLMAgentChatUrl(_0x381e5b,_0x5070eb[_0x5c7b8b(0x231)],_0x5070eb[_0x5c7b8b(0x217)]);console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x246)+a4_0x3458ff[_0x5c7b8b(0x237)](_0x5430ea));}return 0x0;}const _0x15c902=_0x5e3455[_0x5c7b8b(0x22f)],_0x2b2b52=resolveProjectFromContext(_0x3d92af,_0x15c902);if(_0x2b2b52[_0x5c7b8b(0x25a)])_0x3d92af=_0x2b2b52[_0x5c7b8b(0x1f7)],_0x2b2b52['source']===_0x5c7b8b(0x254)&&console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x1e7)]('Using\x20project:\x20'+_0x3d92af));else{let _0x17f41b=_0x5c7b8b(0x1db);_0x2b2b52[_0x5c7b8b(0x205)]===_0x5c7b8b(0x23e)&&(_0x17f41b=_0x2b2b52[_0x5c7b8b(0x257)]+_0x5c7b8b(0x1dc)+_0x2b2b52[_0x5c7b8b(0x22f)]+_0x5c7b8b(0x1d0));throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x2b2b52[_0x5c7b8b(0x205)]===_0x5c7b8b(0x228)?_0x2b2b52[_0x5c7b8b(0x257)]:_0x5c7b8b(0x1ff)+_0x3d92af,undefined,{'helpText':_0x17f41b});}const {data:_0x5826c7}=await withSpinner(_0x5c7b8b(0x226),()=>_0x2f2ec0[_0x5c7b8b(0x24c)]['pushProject'](_0x3d92af,{'dryRun':!![]})),_0x4638ae=_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x23b)][_0x5c7b8b(0x21d)]>0x0;if(_0x4638ae){console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)](_0x5c7b8b(0x220)));for(const _0x411086 of _0x5826c7[_0x5c7b8b(0x23b)]){_0x411086['action']==='error'&&console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)]('\x20\x20Agent\x20\x22'+_0x411086[_0x5c7b8b(0x1f0)]+_0x5c7b8b(0x20e)+_0x411086[_0x5c7b8b(0x1e8)]));}return 0x1;}const _0x12eec1=_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x23b)][_0x5c7b8b(0x20d)]+_0x5826c7[_0x5c7b8b(0x20b)]['knowledgeBases'][_0x5c7b8b(0x20d)]+_0x5826c7[_0x5c7b8b(0x20b)]['textKnowledgeBases'][_0x5c7b8b(0x20d)]+_0x5826c7['counts']['prompts'][_0x5c7b8b(0x20d)],_0x52e1c7=_0x5826c7['counts']['agents'][_0x5c7b8b(0x1c5)]+_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x1f8)][_0x5c7b8b(0x1c5)]+_0x5826c7['counts']['textKnowledgeBases'][_0x5c7b8b(0x1c5)]+_0x5826c7['counts'][_0x5c7b8b(0x1f5)][_0x5c7b8b(0x1c5)],_0x2c972a=_0x5826c7[_0x5c7b8b(0x20b)]['agents'][_0x5c7b8b(0x249)]+_0x5826c7['counts']['knowledgeBases']['unchanged']+_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x1ee)][_0x5c7b8b(0x249)]+_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x1f5)][_0x5c7b8b(0x249)];console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x1d4)+_0x5826c7['projectName']+'\x27:'),console[_0x5c7b8b(0x25b)]('\x20\x20'+a4_0x3458ff['green']('+\x20'+_0x12eec1+'\x20new')+_0x5c7b8b(0x235)+a4_0x3458ff[_0x5c7b8b(0x1e3)]('~\x20'+_0x52e1c7+'\x20changed')+_0x5c7b8b(0x235)+a4_0x3458ff[_0x5c7b8b(0x1e7)]('=\x20'+_0x2c972a+_0x5c7b8b(0x213))),console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x23a)+formatCountSummary(_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x23b)])),console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x1ed)+formatCountSummary(_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x1f8)])),console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x1c4)+formatCountSummary(_0x5826c7[_0x5c7b8b(0x20b)][_0x5c7b8b(0x1ee)])),console[_0x5c7b8b(0x25b)]('\x20\x20Prompts:\x20'+formatCountSummary(_0x5826c7['counts'][_0x5c7b8b(0x1f5)])),console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x1fa)+a4_0x3458ff[_0x5c7b8b(0x237)](_0x3d92af)),displayDiffs(_0x5826c7[_0x5c7b8b(0x23b)],_0x5826c7[_0x5c7b8b(0x1f8)],_0x5826c7['textKnowledgeBases'],_0x5826c7[_0x5c7b8b(0x1f5)]);if(_0x215bfb)return console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x1e3)](_0x5c7b8b(0x225))),0x0;if(_0x12eec1===0x0&&_0x52e1c7===0x0){console['log'](a4_0x3458ff['green'](_0x5c7b8b(0x21f)));const _0x3d0888=getLLMProjectUrl(_0x381e5b,_0x5826c7[_0x5c7b8b(0x231)]);return console[_0x5c7b8b(0x25b)]('Project:\x20'+a4_0x3458ff['cyan'](_0x3d0888)),0x0;}if(!_0x39b177&&!_0x2e94e1){const _0x5b7701=await confirmKey(_0x5c7b8b(0x208)+(_0x12eec1+_0x52e1c7)+_0x5c7b8b(0x1c6));if(!_0x5b7701)return console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x20c)),0x0;}const {data:_0x2515de}=await withSpinner(_0x5c7b8b(0x239),()=>_0x2f2ec0['llm'][_0x5c7b8b(0x1cc)](_0x3d92af,{'force':_0x2e94e1})),_0xf2a5f3=_0x2515de['counts']['agents']['errors']>0x0||_0x2515de[_0x5c7b8b(0x20b)]['knowledgeBases'][_0x5c7b8b(0x21d)]>0x0||_0x2515de[_0x5c7b8b(0x20b)][_0x5c7b8b(0x1ee)][_0x5c7b8b(0x21d)]>0x0||_0x2515de['counts'][_0x5c7b8b(0x1f5)][_0x5c7b8b(0x21d)]>0x0;if(_0xf2a5f3){console['log'](a4_0x3458ff[_0x5c7b8b(0x1e3)]('\x0aProject\x20pushed\x20with\x20errors')),console['log'](),console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)]('Errors:'));for(const _0x561712 of _0x2515de[_0x5c7b8b(0x23b)]){_0x561712[_0x5c7b8b(0x233)]==='error'&&console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)](_0x5c7b8b(0x243)+_0x561712[_0x5c7b8b(0x1f0)]+_0x5c7b8b(0x20e)+_0x561712['error']));}for(const _0x4f5e4f of _0x2515de['knowledgeBases']){_0x4f5e4f['action']==='error'&&console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)]('\x20\x20Knowledge\x20Base\x20\x22'+_0x4f5e4f[_0x5c7b8b(0x250)]+'\x22:\x20'+_0x4f5e4f[_0x5c7b8b(0x1e8)]));}for(const _0x4c6845 of _0x2515de[_0x5c7b8b(0x1ee)]){_0x4c6845[_0x5c7b8b(0x233)]===_0x5c7b8b(0x1e8)&&console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)](_0x5c7b8b(0x1f4)+_0x4c6845[_0x5c7b8b(0x250)]+_0x5c7b8b(0x20e)+_0x4c6845[_0x5c7b8b(0x1e8)]));}for(const _0x3304b9 of _0x2515de[_0x5c7b8b(0x1f5)]){_0x3304b9[_0x5c7b8b(0x233)]==='error'&&console[_0x5c7b8b(0x25b)](a4_0x3458ff[_0x5c7b8b(0x218)]('\x20\x20Prompt\x20\x22'+_0x3304b9[_0x5c7b8b(0x250)]+_0x5c7b8b(0x20e)+_0x3304b9[_0x5c7b8b(0x1e8)]));}return 0x1;}console['log'](a4_0x3458ff['green'](_0x5c7b8b(0x1e1)+(_0x12eec1+_0x52e1c7)+'\x20resources\x20to\x20\x27'+_0x2515de['projectName']+'\x27'));const _0x2eb9d4=getLLMProjectUrl(_0x381e5b,_0x2515de['projectId']);return console[_0x5c7b8b(0x25b)](_0x5c7b8b(0x203)+a4_0x3458ff['cyan'](_0x2eb9d4)),0x0;}}
@@ -1 +1 @@
1
- const a5_0x228e5e=a5_0x3ee5;(function(_0x148f97,_0x431198){const _0x17ee18=a5_0x3ee5,_0x3cf43d=_0x148f97();while(!![]){try{const _0x17d4fb=parseInt(_0x17ee18(0x1fd))/0x1+-parseInt(_0x17ee18(0x1eb))/0x2+-parseInt(_0x17ee18(0x22f))/0x3*(-parseInt(_0x17ee18(0x1f1))/0x4)+-parseInt(_0x17ee18(0x1d3))/0x5+parseInt(_0x17ee18(0x23d))/0x6+-parseInt(_0x17ee18(0x1fe))/0x7*(parseInt(_0x17ee18(0x1db))/0x8)+-parseInt(_0x17ee18(0x209))/0x9*(parseInt(_0x17ee18(0x1d7))/0xa);if(_0x17d4fb===_0x431198)break;else _0x3cf43d['push'](_0x3cf43d['shift']());}catch(_0x344cae){_0x3cf43d['push'](_0x3cf43d['shift']());}}}(a5_0x4e90,0x22008));import*as a5_0x118681 from'node:fs';function a5_0x4e90(){const _0x3724c9=['yellow','agentName','verbose','basename','FAIL','repeat','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22','not\x20found','\x20\x20Project:\x20','Using\x20agent:\x20','name','\x20\x20Agent:\x20','dryRun','stop','ERROR','json','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','toLowerCase','Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/','Run\x20tests\x20for\x20an\x20LLM\x20agent','message','table','3gNVKYl','start','status','utf-8','tests','Passed:\x20\x20\x20','\x27\x20to\x20create\x20the\x20folder\x20structure.','agentDirs','no_local_folder','Test\x20Summary','Output\x20written\x20to:\x20','Errors:\x20\x20\x20','output','tsv','1377324WTMEjR','✗\x20ERROR:\x20Project\x20not\x20found:\x20','length',':\x20Sending\x20user\x20input...','✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20','\x20\x20Site:\x20','resolveProjectId','map','Test\x20Configuration:','Total:\x20\x20\x20\x20','rounds','404','llm','621550axaPab','trim','PASS','test.yml','40YxIRNE','Test\x20','No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22','execute','21584DbItiz','round','\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','now','filter','...','Run\x20\x27tdx\x20agent\x20pull\x20','llmProject','Running\x20test:\x20','projectDir','✓\x20PASS:\x20','red','text','\x20\x20Round\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)','green','278796wuYELv','Round\x201/','Evaluating\x20response...','no_context','projectName','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','1018456WhdfRc','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','push','source','✗\x20ERROR:\x20Agent\x20not\x20found:\x20','no_tests','toISOString','✗\x20FAIL:\x20','✗\x20ERROR:\x20','Error\x20writing\x20output\x20file:\x20','existsSync','agent:test','81342ENGLhW','77UZhGOe','Usage:','reason','conversation_url','Round\x20','split','/<agent-name>','\x20\x20Evaluating...\x20','resolveAgentId','context','...\x20','298917RICxEP','writeFileSync','Conversation\x20URL:\x20','Available\x20tests:\x20','includes','found','join','multiple_agents','white','eval','\x22:\x20','\x20\x20-\x20','dim','cyan','log','jsonl'];a5_0x4e90=function(){return _0x3724c9;};return a5_0x4e90();}import*as a5_0x15039c from'node:path';import a5_0x63cb3c from'chalk';import{BaseCommand}from'./command.js';import{parseTestFile,runTest,formatResults,setupEvaluatorAgent}from'../sdk/agent/test/index.js';function a5_0x3ee5(_0x2b0676,_0x23b0a6){_0x2b0676=_0x2b0676-0x1c9;const _0x4e9031=a5_0x4e90();let _0x3ee5da=_0x4e9031[_0x2b0676];return _0x3ee5da;}import{resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{createCommandSpinner,formatElapsed}from'../utils/spinner.js';export class AgentTestCommand extends BaseCommand{[a5_0x228e5e(0x223)]=a5_0x228e5e(0x1fc);['description']=a5_0x228e5e(0x22c);async[a5_0x228e5e(0x1da)](_0x4a3404){const _0x47d7db=a5_0x228e5e,{options:_0x4fd097,args:_0x309685,tdx:_0x433061}=_0x4a3404,_0x2218ad=_0x309685[0x0]||'.',_0x8a81ca=_0x4fd097[_0x47d7db(0x225)],_0x577af7=_0x4fd097,_0x4d2779=_0x577af7[_0x47d7db(0x212)]===![],_0x439b65=_0x577af7[_0x47d7db(0x223)],_0x56091c=_0x4fd097['site'],_0x3e2293=_0x577af7[_0x47d7db(0x23b)];let _0x419976=_0x47d7db(0x22e);if(_0x577af7[_0x47d7db(0x228)])_0x419976='json';else{if(_0x577af7[_0x47d7db(0x218)])_0x419976=_0x47d7db(0x218);else{if(_0x577af7[_0x47d7db(0x23c)])_0x419976=_0x47d7db(0x23c);else{if(_0x577af7[_0x47d7db(0x22e)])_0x419976=_0x47d7db(0x22e);}}}const _0xaabfe4=_0x577af7[_0x47d7db(0x1e2)];let _0x3b2a1c=_0x2218ad;const _0x5775fa=a5_0x118681[_0x47d7db(0x1fb)](_0x2218ad),_0x594864=_0x2218ad==='.';if(!_0x5775fa||_0x594864){const _0x50926d=resolveProjectFromContext(_0x2218ad,_0xaabfe4,{'requireFile':_0x47d7db(0x1d6)});if(_0x50926d[_0x47d7db(0x20e)])_0x3b2a1c=_0x50926d[_0x47d7db(0x1e4)],_0x50926d[_0x47d7db(0x1f4)]===_0x47d7db(0x207)&&console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x215)](_0x47d7db(0x222)+_0x3b2a1c));else switch(_0x50926d[_0x47d7db(0x200)]){case _0x47d7db(0x1ee):console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x219)](_0x50926d['message'])),console[_0x47d7db(0x217)](),console[_0x47d7db(0x217)](_0x47d7db(0x1ff)),console['log'](_0x47d7db(0x1dd)),console['log'](_0x47d7db(0x1e9)),console[_0x47d7db(0x217)](),console['log'](_0x47d7db(0x1f2));return 0x1;case _0x47d7db(0x237):console['log'](a5_0x63cb3c['yellow'](_0x50926d['message'])),console[_0x47d7db(0x217)](),console['log'](_0x47d7db(0x1e1)+_0x50926d['llmProject']+_0x47d7db(0x235));return 0x1;case _0x47d7db(0x210):{const _0x21c455=a5_0x15039c[_0x47d7db(0x21c)](_0x50926d['projectDir']);console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x219)]('Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22'+_0x50926d['llmProject']+'\x22:'));for(const _0x6c011f of _0x50926d[_0x47d7db(0x236)]){console[_0x47d7db(0x217)](_0x47d7db(0x214)+_0x6c011f);}return console[_0x47d7db(0x217)](),console[_0x47d7db(0x217)](_0x47d7db(0x22b)+_0x21c455+_0x47d7db(0x204)),0x1;}case _0x47d7db(0x1f6):console['log'](a5_0x63cb3c['yellow'](_0x47d7db(0x1d9)+_0x50926d[_0x47d7db(0x1e2)]+'\x22.')),console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x215)]('Project\x20path:\x20'+_0x50926d[_0x47d7db(0x1e4)])),console[_0x47d7db(0x217)](),console[_0x47d7db(0x217)](_0x47d7db(0x1f0));return 0x1;}}const {definition:_0x3c1786,agentInfo:_0x36ed04}=parseTestFile(_0x3b2a1c);let _0x4c0773=_0x3c1786[_0x47d7db(0x233)];if(_0x439b65){const _0x378e67=_0x439b65[_0x47d7db(0x203)](',')['map'](_0x2aae64=>_0x2aae64[_0x47d7db(0x1d4)]());_0x4c0773=_0x3c1786[_0x47d7db(0x233)][_0x47d7db(0x1df)](_0x2a6b6b=>_0x378e67[_0x47d7db(0x20d)](_0x2a6b6b[_0x47d7db(0x223)]));if(_0x4c0773[_0x47d7db(0x23f)]===0x0)return console['log'](a5_0x63cb3c[_0x47d7db(0x219)]('No\x20tests\x20found\x20matching:\x20'+_0x439b65)),console[_0x47d7db(0x217)](a5_0x63cb3c['dim'](_0x47d7db(0x20c)+_0x3c1786[_0x47d7db(0x233)][_0x47d7db(0x1cd)](_0x8fb73e=>_0x8fb73e[_0x47d7db(0x223)])[_0x47d7db(0x20f)](',\x20'))),0x1;}if(_0x8a81ca){console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x216)](_0x47d7db(0x1ce))),console['log'](_0x47d7db(0x1cb)+a5_0x63cb3c['white'](_0x56091c)),console[_0x47d7db(0x217)](_0x47d7db(0x221)+a5_0x63cb3c[_0x47d7db(0x211)](_0x36ed04['projectName'])),console[_0x47d7db(0x217)](_0x47d7db(0x224)+a5_0x63cb3c[_0x47d7db(0x211)](_0x36ed04['agentName'])),console[_0x47d7db(0x217)](),console['log']('Tests\x20found:\x20'+a5_0x63cb3c[_0x47d7db(0x211)](_0x4c0773[_0x47d7db(0x23f)]));for(let _0xf3a081=0x0;_0xf3a081<_0x4c0773['length'];_0xf3a081++){const _0x25fcbd=_0x4c0773[_0xf3a081],_0x4a7236=_0x25fcbd[_0x47d7db(0x1d0)][_0x47d7db(0x23f)]===0x1?_0x47d7db(0x1dc):_0x47d7db(0x1d0);console['log']('\x20\x20'+(_0xf3a081+0x1)+'.\x20'+a5_0x63cb3c['white'](_0x25fcbd[_0x47d7db(0x223)])+'\x20('+_0x25fcbd[_0x47d7db(0x1d0)][_0x47d7db(0x23f)]+'\x20'+_0x4a7236+')');}return 0x0;}let _0x355a3e,_0x38971c;try{_0x355a3e=await _0x433061['llm'][_0x47d7db(0x1cc)](_0x36ed04[_0x47d7db(0x1ef)]);}catch(_0x4955ce){const _0x6706fa=_0x4955ce instanceof Error?_0x4955ce[_0x47d7db(0x22d)]:String(_0x4955ce);return _0x6706fa[_0x47d7db(0x20d)](_0x47d7db(0x1d1))||_0x6706fa[_0x47d7db(0x22a)]()[_0x47d7db(0x20d)](_0x47d7db(0x220))?console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x23e)+_0x36ed04[_0x47d7db(0x1ef)])):console['log'](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x229)+_0x36ed04[_0x47d7db(0x1ef)]+_0x47d7db(0x213)+_0x6706fa)),0x1;}try{_0x38971c=await _0x433061[_0x47d7db(0x1d2)][_0x47d7db(0x206)](_0x36ed04[_0x47d7db(0x21a)],_0x355a3e);}catch(_0x18c34b){const _0x45f946=_0x18c34b instanceof Error?_0x18c34b['message']:String(_0x18c34b);return _0x45f946[_0x47d7db(0x20d)](_0x47d7db(0x1d1))||_0x45f946[_0x47d7db(0x22a)]()[_0x47d7db(0x20d)](_0x47d7db(0x220))?console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x1f5)+_0x36ed04[_0x47d7db(0x21a)])):console['log'](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x21f)+_0x36ed04[_0x47d7db(0x21a)]+_0x47d7db(0x213)+_0x45f946)),0x1;}let _0x20640f;if(!_0x4d2779)try{_0x20640f=await setupEvaluatorAgent(_0x433061[_0x47d7db(0x1d2)],_0x4fd097[_0x47d7db(0x21b)]);}catch(_0x3448ec){const _0x153673=_0x3448ec instanceof Error?_0x3448ec[_0x47d7db(0x22d)]:String(_0x3448ec);return console[_0x47d7db(0x217)](a5_0x63cb3c['red'](_0x47d7db(0x1ca)+_0x153673)),0x1;}console[_0x47d7db(0x217)](a5_0x63cb3c['cyan']('Running\x20agent\x20tests...')),console[_0x47d7db(0x217)]('Site:\x20'+a5_0x63cb3c[_0x47d7db(0x211)](_0x56091c)),console[_0x47d7db(0x217)]('Agent:\x20'+a5_0x63cb3c[_0x47d7db(0x211)](_0x36ed04[_0x47d7db(0x1ef)]+'/'+_0x36ed04[_0x47d7db(0x21a)])),console[_0x47d7db(0x217)]();const _0x5543e9=[],_0x4c8966=Date['now']();for(let _0x4ee87a=0x0;_0x4ee87a<_0x4c0773[_0x47d7db(0x23f)];_0x4ee87a++){const _0x1f507b=_0x4c0773[_0x4ee87a];_0x4c0773[_0x47d7db(0x23f)]>0x1?console['log'](_0x47d7db(0x1d8)+(_0x4ee87a+0x1)+'/'+_0x4c0773[_0x47d7db(0x23f)]+':\x20'+a5_0x63cb3c['white'](_0x1f507b[_0x47d7db(0x223)])):console['log'](_0x47d7db(0x1e3)+a5_0x63cb3c['white'](_0x1f507b['name']));const _0x50777d=createCommandSpinner(_0x47d7db(0x1ec)+_0x1f507b[_0x47d7db(0x1d0)]['length']+':\x20Sending\x20user\x20input...');_0x50777d[_0x47d7db(0x230)]();try{const {result:_0x5970d2}=await runTest(_0x433061[_0x47d7db(0x1d2)],_0x1f507b,{'agentId':_0x38971c,'projectId':_0x355a3e,'site':_0x56091c,'noEval':_0x4d2779,'evaluatorId':_0x20640f,'onRoundStart':(_0x10d16b,_0x11581c)=>{const _0x51fdec=_0x47d7db;_0x50777d[_0x51fdec(0x1e7)]=_0x51fdec(0x202)+(_0x10d16b+0x1)+'/'+_0x11581c+_0x51fdec(0x1c9);},'onRoundComplete':(_0x56cefd,_0x2f4b28,_0x460000)=>{const _0x2d4e06=_0x47d7db,_0x3d108a=formatElapsed(_0x2f4b28);_0x460000?console[_0x2d4e06(0x217)](_0x2d4e06(0x1e8)+(_0x56cefd+0x1)+'/'+_0x1f507b[_0x2d4e06(0x1d0)][_0x2d4e06(0x23f)]+'...\x20'+a5_0x63cb3c['green']('✓')+'\x20('+_0x3d108a+')'):console[_0x2d4e06(0x217)](_0x2d4e06(0x1e8)+(_0x56cefd+0x1)+'/'+_0x1f507b[_0x2d4e06(0x1d0)][_0x2d4e06(0x23f)]+_0x2d4e06(0x208)+a5_0x63cb3c['red']('✗'));},'onEvaluationStart':()=>{const _0x2d230c=_0x47d7db;_0x50777d[_0x2d230c(0x1e7)]=_0x2d230c(0x1ed);},'onEvaluationComplete':_0x2fae0c=>{const _0x6000f8=_0x47d7db,_0x4188f4=formatElapsed(_0x2fae0c);console['log'](_0x6000f8(0x205)+a5_0x63cb3c['green']('✓')+'\x20('+_0x4188f4+')');}});_0x50777d[_0x47d7db(0x226)](),_0x5543e9[_0x47d7db(0x1f3)](_0x5970d2);if(_0x5970d2[_0x47d7db(0x231)]===_0x47d7db(0x1d5))console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x1ea)](_0x47d7db(0x1e5)+_0x5970d2['reason']));else _0x5970d2[_0x47d7db(0x231)]===_0x47d7db(0x21d)?console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x1f8)+_0x5970d2[_0x47d7db(0x200)])):console['log'](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x1f9)+_0x5970d2[_0x47d7db(0x200)]));_0x5970d2[_0x47d7db(0x201)]&&console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x215)](_0x47d7db(0x20b)+_0x5970d2['conversation_url'])),console[_0x47d7db(0x217)]();}catch(_0x42bb63){_0x50777d[_0x47d7db(0x226)]();const _0x10a663=_0x42bb63 instanceof Error?_0x42bb63[_0x47d7db(0x22d)]:String(_0x42bb63);console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x1f9)+_0x10a663)),console[_0x47d7db(0x217)](),_0x5543e9['push']({'name':_0x1f507b['name'],'status':_0x47d7db(0x227),'reason':_0x10a663,'timestamp':new Date()[_0x47d7db(0x1f7)](),'duration_ms':0x0});}}const _0x5186ce=Date[_0x47d7db(0x1de)]()-_0x4c8966,_0x5b3a96=_0x5543e9[_0x47d7db(0x1df)](_0x2734c7=>_0x2734c7['status']===_0x47d7db(0x1d5))[_0x47d7db(0x23f)],_0x394deb=_0x5543e9[_0x47d7db(0x1df)](_0x41d0d8=>_0x41d0d8[_0x47d7db(0x231)]===_0x47d7db(0x21d))[_0x47d7db(0x23f)],_0x2b20c1=_0x5543e9[_0x47d7db(0x1df)](_0x8adeb=>_0x8adeb[_0x47d7db(0x231)]===_0x47d7db(0x227))['length'];console[_0x47d7db(0x217)]('━'['repeat'](0x3c)),console[_0x47d7db(0x217)](_0x47d7db(0x238)),console[_0x47d7db(0x217)]('━'[_0x47d7db(0x21e)](0x3c)),console[_0x47d7db(0x217)](_0x47d7db(0x1cf)+_0x5543e9['length']),console['log'](_0x47d7db(0x234)+a5_0x63cb3c[_0x47d7db(0x1ea)](_0x5b3a96)),console[_0x47d7db(0x217)]('Failed:\x20\x20\x20'+a5_0x63cb3c[_0x47d7db(0x1e6)](_0x394deb));_0x2b20c1>0x0&&console[_0x47d7db(0x217)](_0x47d7db(0x23a)+a5_0x63cb3c[_0x47d7db(0x1e6)](_0x2b20c1));console[_0x47d7db(0x217)]('Duration:\x20'+formatElapsed(_0x5186ce)),console[_0x47d7db(0x217)]('━'[_0x47d7db(0x21e)](0x3c));const _0x1993d1=_0x5543e9[_0x47d7db(0x1df)](_0x2a8ece=>_0x2a8ece[_0x47d7db(0x231)]!==_0x47d7db(0x1d5));if(_0x1993d1[_0x47d7db(0x23f)]>0x0){console[_0x47d7db(0x217)](),console['log']('Failed\x20Tests:');for(const _0x4750cb of _0x1993d1){const _0x59e66a=a5_0x63cb3c['red']('✗'),_0x4bf74a=_0x4750cb[_0x47d7db(0x200)][_0x47d7db(0x23f)]>0x32?_0x4750cb['reason']['substring'](0x0,0x32)+_0x47d7db(0x1e0):_0x4750cb[_0x47d7db(0x200)];console[_0x47d7db(0x217)]('\x20\x20'+_0x59e66a+'\x20'+_0x4750cb['name']+':\x20'+_0x4bf74a);}}const _0x1d9448={'summary':{'total':_0x5543e9[_0x47d7db(0x23f)],'passed':_0x5b3a96,'failed':_0x394deb,'errors':_0x2b20c1>0x0?_0x2b20c1:undefined,'duration_ms':_0x5186ce},'tests':_0x5543e9,'agent':{'project':_0x36ed04[_0x47d7db(0x1ef)],'name':_0x36ed04[_0x47d7db(0x21a)],'site':_0x56091c},'timestamp':new Date(_0x4c8966)['toISOString']()};if(_0x419976!=='table'||_0x3e2293){const _0x1997c6=formatResults(_0x1d9448,_0x419976);if(_0x3e2293)try{a5_0x118681[_0x47d7db(0x20a)](_0x3e2293,_0x1997c6,_0x47d7db(0x232)),console[_0x47d7db(0x217)](),console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x215)](_0x47d7db(0x239)+_0x3e2293));}catch(_0x3a110d){return console[_0x47d7db(0x217)](),console[_0x47d7db(0x217)](a5_0x63cb3c[_0x47d7db(0x1e6)](_0x47d7db(0x1fa)+_0x3a110d)),0x1;}else console['log'](),console[_0x47d7db(0x217)](_0x1997c6);}return _0x1993d1[_0x47d7db(0x23f)]>0x0?0x1:0x0;}}
1
+ function a5_0x24b3(){const _0x4d0a25=['27351lRZCjl','Test\x20Configuration:','6MqcVMa','7733AvaihW','Using\x20agent:\x20','Duration:\x20','reason','2FfocPe','tsv','description','repeat','basename','1969852XzAgOf','ERROR','name','rounds','dryRun','/<agent-name>','159066WCbusm','found','\x20\x20Agent:\x20','Project\x20path:\x20','FAIL','5132170voKwaM','448MIjrmU','green','PASS','\x20\x20Evaluating...\x20','1076747fRbQKE','✗\x20ERROR:\x20Agent\x20not\x20found:\x20','Errors:\x20\x20\x20','round','table','Test\x20','404','no_local_folder','5LOguZT','text','output','site','resolveAgentId','start','resolveProjectId','message','Failed\x20Tests:','toLowerCase','verbose','llmProject','\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)','No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22','context','log','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','writeFileSync','\x20\x20Site:\x20','Total:\x20\x20\x20\x20','✗\x20FAIL:\x20','jsonl','agentName','status','Failed:\x20\x20\x20','1001365CQhWKI','trim','✗\x20ERROR:\x20','no_tests','Evaluating\x20response...','agentDirs','red','\x22:\x20','Error\x20writing\x20output\x20file:\x20','projectName','push','✗\x20ERROR:\x20Project\x20not\x20found:\x20','Test\x20Summary','projectDir','\x20\x20-\x20','now','source','test.yml','Round\x201/','conversation_url','yellow','Conversation\x20URL:\x20','stop','\x20\x20Project:\x20','\x20\x20Round\x20','...\x20','join','toISOString','Usage:','multiple_agents','\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','eval','json','white','llm','agent:test','map','includes','filter','split','length','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','\x27\x20to\x20create\x20the\x20folder\x20structure.','cyan','Run\x20tests\x20for\x20an\x20LLM\x20agent','tests','utf-8','8388TQFcIO','dim','not\x20found','Tests\x20found:\x20','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22'];a5_0x24b3=function(){return _0x4d0a25;};return a5_0x24b3();}const a5_0x1a16dd=a5_0x1730;(function(_0x2e4e33,_0x254b1b){const _0xc7c0f1=a5_0x1730,_0x1acacc=_0x2e4e33();while(!![]){try{const _0x51b835=parseInt(_0xc7c0f1(0x1d7))/0x1+-parseInt(_0xc7c0f1(0x213))/0x2*(-parseInt(_0xc7c0f1(0x20c))/0x3)+-parseInt(_0xc7c0f1(0x218))/0x4*(parseInt(_0xc7c0f1(0x230))/0x5)+parseInt(_0xc7c0f1(0x20e))/0x6*(parseInt(_0xc7c0f1(0x228))/0x7)+parseInt(_0xc7c0f1(0x224))/0x8*(parseInt(_0xc7c0f1(0x21e))/0x9)+-parseInt(_0xc7c0f1(0x223))/0xa+-parseInt(_0xc7c0f1(0x20f))/0xb*(parseInt(_0xc7c0f1(0x207))/0xc);if(_0x51b835===_0x254b1b)break;else _0x1acacc['push'](_0x1acacc['shift']());}catch(_0x2d9505){_0x1acacc['push'](_0x1acacc['shift']());}}}(a5_0x24b3,0xa064a));import*as a5_0x11719c from'node:fs';function a5_0x1730(_0x40cb2c,_0x1fee8c){_0x40cb2c=_0x40cb2c-0x1c8;const _0x24b370=a5_0x24b3();let _0x17306d=_0x24b370[_0x40cb2c];return _0x17306d;}import*as a5_0x305696 from'node:path';import a5_0x53c258 from'chalk';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_0x1a16dd(0x1fa);[a5_0x1a16dd(0x215)]=a5_0x1a16dd(0x204);async['execute'](_0x20209f){const _0x295b9d=a5_0x1a16dd,{options:_0x57fc41,args:_0x38090e,tdx:_0xdcfb63}=_0x20209f,_0x4fc6b4=_0x38090e[0x0]||'.',_0x3a5818=_0x57fc41[_0x295b9d(0x21c)],_0x398645=_0x57fc41,_0x8c6afd=_0x398645[_0x295b9d(0x1f6)]===![],_0x29a84c=_0x398645[_0x295b9d(0x21a)],_0x3f24c9=_0x57fc41[_0x295b9d(0x233)],_0x105abb=_0x398645[_0x295b9d(0x232)];let _0x5348da=_0x295b9d(0x22c);if(_0x398645[_0x295b9d(0x1f7)])_0x5348da=_0x295b9d(0x1f7);else{if(_0x398645[_0x295b9d(0x1d3)])_0x5348da='jsonl';else{if(_0x398645['tsv'])_0x5348da=_0x295b9d(0x214);else{if(_0x398645[_0x295b9d(0x22c)])_0x5348da=_0x295b9d(0x22c);}}}const _0x363ddc=_0x398645[_0x295b9d(0x1c9)];let _0x4767b4=_0x4fc6b4;const _0x4b3cce=a5_0x11719c['existsSync'](_0x4fc6b4),_0x2320a3=_0x4fc6b4==='.';if(!_0x4b3cce||_0x2320a3){const _0x21af42=resolveProjectFromContext(_0x4fc6b4,_0x363ddc,{'requireFile':_0x295b9d(0x1e8)});if(_0x21af42[_0x295b9d(0x21f)])_0x4767b4=_0x21af42[_0x295b9d(0x1e4)],_0x21af42[_0x295b9d(0x1e7)]===_0x295b9d(0x1cc)&&console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x208)](_0x295b9d(0x210)+_0x4767b4));else switch(_0x21af42[_0x295b9d(0x212)]){case'no_context':console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x1eb)](_0x21af42[_0x295b9d(0x237)])),console[_0x295b9d(0x1cd)](),console[_0x295b9d(0x1cd)](_0x295b9d(0x1f3)),console[_0x295b9d(0x1cd)](_0x295b9d(0x1f5)),console[_0x295b9d(0x1cd)](_0x295b9d(0x1ca)),console['log'](),console['log'](_0x295b9d(0x1ce));return 0x1;case _0x295b9d(0x22f):console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x1eb)](_0x21af42['message'])),console['log'](),console[_0x295b9d(0x1cd)]('Run\x20\x27tdx\x20agent\x20pull\x20'+_0x21af42[_0x295b9d(0x1c9)]+_0x295b9d(0x202));return 0x1;case _0x295b9d(0x1f4):{const _0x544f96=a5_0x305696[_0x295b9d(0x217)](_0x21af42[_0x295b9d(0x1e4)]);console[_0x295b9d(0x1cd)](a5_0x53c258['yellow']('Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22'+_0x21af42['llmProject']+'\x22:'));for(const _0x4bcdfc of _0x21af42[_0x295b9d(0x1dc)]){console['log'](_0x295b9d(0x1e5)+_0x4bcdfc);}return console[_0x295b9d(0x1cd)](),console[_0x295b9d(0x1cd)]('Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/'+_0x544f96+_0x295b9d(0x21d)),0x1;}case _0x295b9d(0x1da):console[_0x295b9d(0x1cd)](a5_0x53c258['yellow'](_0x295b9d(0x1cb)+_0x21af42[_0x295b9d(0x1c9)]+'\x22.')),console['log'](a5_0x53c258[_0x295b9d(0x208)](_0x295b9d(0x221)+_0x21af42[_0x295b9d(0x1e4)])),console['log'](),console[_0x295b9d(0x1cd)](_0x295b9d(0x200));return 0x1;}}const {definition:_0x35dfd2,agentInfo:_0x189094}=parseTestFile(_0x4767b4);let _0x5eafbb=_0x35dfd2[_0x295b9d(0x205)];if(_0x29a84c){const _0x490ad4=_0x29a84c[_0x295b9d(0x1fe)](',')['map'](_0x2d300a=>_0x2d300a[_0x295b9d(0x1d8)]());_0x5eafbb=_0x35dfd2[_0x295b9d(0x205)][_0x295b9d(0x1fd)](_0x4cc294=>_0x490ad4['includes'](_0x4cc294[_0x295b9d(0x21a)]));if(_0x5eafbb['length']===0x0)return console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x1eb)]('No\x20tests\x20found\x20matching:\x20'+_0x29a84c)),console[_0x295b9d(0x1cd)](a5_0x53c258['dim']('Available\x20tests:\x20'+_0x35dfd2['tests'][_0x295b9d(0x1fb)](_0x5c0432=>_0x5c0432[_0x295b9d(0x21a)])[_0x295b9d(0x1f1)](',\x20'))),0x1;}if(_0x3a5818){console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x203)](_0x295b9d(0x20d))),console['log'](_0x295b9d(0x1d0)+a5_0x53c258['white'](_0x3f24c9)),console[_0x295b9d(0x1cd)](_0x295b9d(0x1ee)+a5_0x53c258[_0x295b9d(0x1f8)](_0x189094[_0x295b9d(0x1e0)])),console[_0x295b9d(0x1cd)](_0x295b9d(0x220)+a5_0x53c258[_0x295b9d(0x1f8)](_0x189094['agentName'])),console[_0x295b9d(0x1cd)](),console[_0x295b9d(0x1cd)](_0x295b9d(0x20a)+a5_0x53c258[_0x295b9d(0x1f8)](_0x5eafbb[_0x295b9d(0x1ff)]));for(let _0x59ca35=0x0;_0x59ca35<_0x5eafbb[_0x295b9d(0x1ff)];_0x59ca35++){const _0x2c6dad=_0x5eafbb[_0x59ca35],_0x2834dd=_0x2c6dad[_0x295b9d(0x21b)][_0x295b9d(0x1ff)]===0x1?_0x295b9d(0x22b):_0x295b9d(0x21b);console[_0x295b9d(0x1cd)]('\x20\x20'+(_0x59ca35+0x1)+'.\x20'+a5_0x53c258[_0x295b9d(0x1f8)](_0x2c6dad[_0x295b9d(0x21a)])+'\x20('+_0x2c6dad['rounds'][_0x295b9d(0x1ff)]+'\x20'+_0x2834dd+')');}return 0x0;}let _0x54ceee,_0x2bae7f;try{_0x54ceee=await _0xdcfb63['llm'][_0x295b9d(0x236)](_0x189094['projectName']);}catch(_0x320b3c){const _0x305cef=_0x320b3c instanceof Error?_0x320b3c[_0x295b9d(0x237)]:String(_0x320b3c);return _0x305cef[_0x295b9d(0x1fc)](_0x295b9d(0x22e))||_0x305cef['toLowerCase']()[_0x295b9d(0x1fc)](_0x295b9d(0x209))?console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x1dd)](_0x295b9d(0x1e2)+_0x189094[_0x295b9d(0x1e0)])):console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x1dd)](_0x295b9d(0x201)+_0x189094[_0x295b9d(0x1e0)]+'\x22:\x20'+_0x305cef)),0x1;}try{_0x2bae7f=await _0xdcfb63[_0x295b9d(0x1f9)][_0x295b9d(0x234)](_0x189094[_0x295b9d(0x1d4)],_0x54ceee);}catch(_0x59946a){const _0x23c43f=_0x59946a instanceof Error?_0x59946a['message']:String(_0x59946a);return _0x23c43f[_0x295b9d(0x1fc)](_0x295b9d(0x22e))||_0x23c43f[_0x295b9d(0x239)]()[_0x295b9d(0x1fc)](_0x295b9d(0x209))?console[_0x295b9d(0x1cd)](a5_0x53c258['red'](_0x295b9d(0x229)+_0x189094[_0x295b9d(0x1d4)])):console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x1dd)](_0x295b9d(0x20b)+_0x189094[_0x295b9d(0x1d4)]+_0x295b9d(0x1de)+_0x23c43f)),0x1;}let _0x2b52bf;if(!_0x8c6afd)try{_0x2b52bf=await setupEvaluatorAgent(_0xdcfb63[_0x295b9d(0x1f9)],_0x57fc41[_0x295b9d(0x1c8)]);}catch(_0x7e1984){const _0x197166=_0x7e1984 instanceof Error?_0x7e1984[_0x295b9d(0x237)]:String(_0x7e1984);return console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x1dd)]('✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20'+_0x197166)),0x1;}console['log'](a5_0x53c258[_0x295b9d(0x203)]('Running\x20agent\x20tests...')),console['log']('Site:\x20'+a5_0x53c258[_0x295b9d(0x1f8)](_0x3f24c9)),console[_0x295b9d(0x1cd)]('Agent:\x20'+a5_0x53c258['white'](_0x189094['projectName']+'/'+_0x189094['agentName'])),console['log']();const _0x19f21c=[],_0xa1d807=Date[_0x295b9d(0x1e6)]();for(let _0x19f05b=0x0;_0x19f05b<_0x5eafbb[_0x295b9d(0x1ff)];_0x19f05b++){const _0x16182f=_0x5eafbb[_0x19f05b];_0x5eafbb['length']>0x1?console[_0x295b9d(0x1cd)](_0x295b9d(0x22d)+(_0x19f05b+0x1)+'/'+_0x5eafbb['length']+':\x20'+a5_0x53c258[_0x295b9d(0x1f8)](_0x16182f[_0x295b9d(0x21a)])):console[_0x295b9d(0x1cd)]('Running\x20test:\x20'+a5_0x53c258['white'](_0x16182f[_0x295b9d(0x21a)]));const _0x1d19fe=createCommandSpinner(_0x295b9d(0x1e9)+_0x16182f[_0x295b9d(0x21b)][_0x295b9d(0x1ff)]+':\x20Sending\x20user\x20input...');_0x1d19fe[_0x295b9d(0x235)]();try{const {result:_0x49d660}=await runTest(_0xdcfb63[_0x295b9d(0x1f9)],_0x16182f,{'agentId':_0x2bae7f,'projectId':_0x54ceee,'site':_0x3f24c9,'noEval':_0x8c6afd,'evaluatorId':_0x2b52bf,'onRoundStart':(_0x341004,_0x3c3348)=>{_0x1d19fe['text']='Round\x20'+(_0x341004+0x1)+'/'+_0x3c3348+':\x20Sending\x20user\x20input...';},'onRoundComplete':(_0x1eff54,_0x145de9,_0x5b4b54)=>{const _0x4d45ab=_0x295b9d,_0x1a716b=formatElapsed(_0x145de9);_0x5b4b54?console['log'](_0x4d45ab(0x1ef)+(_0x1eff54+0x1)+'/'+_0x16182f[_0x4d45ab(0x21b)][_0x4d45ab(0x1ff)]+'...\x20'+a5_0x53c258[_0x4d45ab(0x225)]('✓')+'\x20('+_0x1a716b+')'):console['log'](_0x4d45ab(0x1ef)+(_0x1eff54+0x1)+'/'+_0x16182f['rounds'][_0x4d45ab(0x1ff)]+_0x4d45ab(0x1f0)+a5_0x53c258[_0x4d45ab(0x1dd)]('✗'));},'onEvaluationStart':()=>{const _0x292ef6=_0x295b9d;_0x1d19fe[_0x292ef6(0x231)]=_0x292ef6(0x1db);},'onEvaluationComplete':_0x942a1f=>{const _0xc345e9=_0x295b9d,_0x55e5b5=formatElapsed(_0x942a1f);console[_0xc345e9(0x1cd)](_0xc345e9(0x227)+a5_0x53c258['green']('✓')+'\x20('+_0x55e5b5+')');}});_0x1d19fe[_0x295b9d(0x1ed)](),_0x19f21c[_0x295b9d(0x1e1)](_0x49d660);if(_0x49d660[_0x295b9d(0x1d5)]===_0x295b9d(0x226))console[_0x295b9d(0x1cd)](a5_0x53c258[_0x295b9d(0x225)]('✓\x20PASS:\x20'+_0x49d660[_0x295b9d(0x212)]));else _0x49d660[_0x295b9d(0x1d5)]===_0x295b9d(0x222)?console['log'](a5_0x53c258[_0x295b9d(0x1dd)](_0x295b9d(0x1d2)+_0x49d660[_0x295b9d(0x212)])):console[_0x295b9d(0x1cd)](a5_0x53c258['red']('✗\x20ERROR:\x20'+_0x49d660[_0x295b9d(0x212)]));_0x49d660[_0x295b9d(0x1ea)]&&console['log'](a5_0x53c258[_0x295b9d(0x208)](_0x295b9d(0x1ec)+_0x49d660[_0x295b9d(0x1ea)])),console[_0x295b9d(0x1cd)]();}catch(_0xb89e1f){_0x1d19fe[_0x295b9d(0x1ed)]();const _0x5c834d=_0xb89e1f instanceof Error?_0xb89e1f[_0x295b9d(0x237)]:String(_0xb89e1f);console[_0x295b9d(0x1cd)](a5_0x53c258['red'](_0x295b9d(0x1d9)+_0x5c834d)),console[_0x295b9d(0x1cd)](),_0x19f21c[_0x295b9d(0x1e1)]({'name':_0x16182f[_0x295b9d(0x21a)],'status':_0x295b9d(0x219),'reason':_0x5c834d,'timestamp':new Date()['toISOString'](),'duration_ms':0x0});}}const _0x551e7f=Date[_0x295b9d(0x1e6)]()-_0xa1d807,_0x383240=_0x19f21c['filter'](_0x26030f=>_0x26030f[_0x295b9d(0x1d5)]===_0x295b9d(0x226))[_0x295b9d(0x1ff)],_0x16a2f6=_0x19f21c[_0x295b9d(0x1fd)](_0x2606c8=>_0x2606c8['status']===_0x295b9d(0x222))[_0x295b9d(0x1ff)],_0x480e30=_0x19f21c[_0x295b9d(0x1fd)](_0x1fdc9d=>_0x1fdc9d[_0x295b9d(0x1d5)]==='ERROR')[_0x295b9d(0x1ff)];console['log']('━'[_0x295b9d(0x216)](0x3c)),console[_0x295b9d(0x1cd)](_0x295b9d(0x1e3)),console['log']('━'[_0x295b9d(0x216)](0x3c)),console['log'](_0x295b9d(0x1d1)+_0x19f21c[_0x295b9d(0x1ff)]),console['log']('Passed:\x20\x20\x20'+a5_0x53c258[_0x295b9d(0x225)](_0x383240)),console[_0x295b9d(0x1cd)](_0x295b9d(0x1d6)+a5_0x53c258[_0x295b9d(0x1dd)](_0x16a2f6));_0x480e30>0x0&&console['log'](_0x295b9d(0x22a)+a5_0x53c258['red'](_0x480e30));console['log'](_0x295b9d(0x211)+formatElapsed(_0x551e7f)),console['log']('━'[_0x295b9d(0x216)](0x3c));const _0x4ac6b0=_0x19f21c[_0x295b9d(0x1fd)](_0x2933df=>_0x2933df[_0x295b9d(0x1d5)]!==_0x295b9d(0x226));if(_0x4ac6b0[_0x295b9d(0x1ff)]>0x0){console[_0x295b9d(0x1cd)](),console[_0x295b9d(0x1cd)](_0x295b9d(0x238));for(const _0xacb3db of _0x4ac6b0){const _0x40c812=a5_0x53c258[_0x295b9d(0x1dd)]('✗'),_0x37d80f=_0xacb3db[_0x295b9d(0x212)][_0x295b9d(0x1ff)]>0x32?_0xacb3db[_0x295b9d(0x212)]['substring'](0x0,0x32)+'...':_0xacb3db[_0x295b9d(0x212)];console[_0x295b9d(0x1cd)]('\x20\x20'+_0x40c812+'\x20'+_0xacb3db['name']+':\x20'+_0x37d80f);}}const _0x1bbf26={'summary':{'total':_0x19f21c['length'],'passed':_0x383240,'failed':_0x16a2f6,'errors':_0x480e30>0x0?_0x480e30:undefined,'duration_ms':_0x551e7f},'tests':_0x19f21c,'agent':{'project':_0x189094[_0x295b9d(0x1e0)],'name':_0x189094['agentName'],'site':_0x3f24c9},'timestamp':new Date(_0xa1d807)[_0x295b9d(0x1f2)]()};if(_0x5348da!==_0x295b9d(0x22c)||_0x105abb){const _0x23c552=formatResults(_0x1bbf26,_0x5348da);if(_0x105abb)try{a5_0x11719c[_0x295b9d(0x1cf)](_0x105abb,_0x23c552,_0x295b9d(0x206)),console['log'](),console['log'](a5_0x53c258[_0x295b9d(0x208)]('Output\x20written\x20to:\x20'+_0x105abb));}catch(_0x357845){return console[_0x295b9d(0x1cd)](),console['log'](a5_0x53c258[_0x295b9d(0x1dd)](_0x295b9d(0x1df)+_0x357845)),0x1;}else console[_0x295b9d(0x1cd)](),console[_0x295b9d(0x1cd)](_0x23c552);}return _0x4ac6b0[_0x295b9d(0x1ff)]>0x0?0x1:0x0;}}
@@ -1 +1 @@
1
- const a6_0x14e94e=a6_0x21fa;(function(_0xf0d1b4,_0x277ad1){const _0x4e76f0=a6_0x21fa,_0x83f0a8=_0xf0d1b4();while(!![]){try{const _0x19d014=parseInt(_0x4e76f0(0x215))/0x1*(-parseInt(_0x4e76f0(0x21b))/0x2)+-parseInt(_0x4e76f0(0x22e))/0x3*(-parseInt(_0x4e76f0(0x209))/0x4)+-parseInt(_0x4e76f0(0x210))/0x5+parseInt(_0x4e76f0(0x1ef))/0x6*(-parseInt(_0x4e76f0(0x1f9))/0x7)+-parseInt(_0x4e76f0(0x218))/0x8+parseInt(_0x4e76f0(0x1ee))/0x9+parseInt(_0x4e76f0(0x21f))/0xa*(parseInt(_0x4e76f0(0x1f5))/0xb);if(_0x19d014===_0x277ad1)break;else _0x83f0a8['push'](_0x83f0a8['shift']());}catch(_0x5b817f){_0x83f0a8['push'](_0x83f0a8['shift']());}}}(a6_0x4aba,0x70120));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';function a6_0x21fa(_0x4b9cc8,_0x3a0cac){_0x4b9cc8=_0x4b9cc8-0x1eb;const _0x4aba43=a6_0x4aba();let _0x21fa22=_0x4aba43[_0x4b9cc8];return _0x21fa22;}function a6_0x4aba(){const _0x2247f2=['6oubogG','type','api','isArray','130hcdXMr','.\x20Valid\x20types:\x20','workflow','file','trino','PUT','data','length','trim','startsWith','color','noColor','llm-proxy','Invalid\x20header\x20format:\x20\x22','includes','3063sTMiEe','description','\x0aStack\x20trace:\x0a','toUpperCase','6292620aciduk','342NKdfxz','POST','stack','output','x-auth-token','authorization','1063183ISxkyE','error','Cannot\x20use\x20both\x20--data\x20and\x20--file\x20options.\x20Choose\x20one.','join','59059FWCHzU','validate','Results\x20saved\x20to\x20','name','Endpoint\x20is\x20required.\x20Example:\x20tdx\x20api\x20/v3/database/list','.\x20Valid\x20methods:\x20','\x22.\x20','execute','readBodyFromFile','Expected\x20format:\x20\x22Key:\x20Value\x22\x20or\x20\x22Key:Value\x22','Invalid\x20API\x20type:\x20','site','keys','indexOf','Endpoint\x20must\x20start\x20with\x20/:\x20','DELETE','1668jhHncM','entries','toLowerCase','Header\x20key\x20cannot\x20be\x20empty:\x20\x22','verbose','substring','GET','2462310pDqMVM','cdp','header','Error:\x20','PATCH','21029mEWgSR','headers','log','7087424mSlbCd','request','proxy-authorization'];a6_0x4aba=function(){return _0x2247f2;};return a6_0x4aba();}import{getAuthHeaders}from'../core/auth.js';const SENSITIVE_HEADERS=new Set([a6_0x14e94e(0x1f4),a6_0x14e94e(0x21a),'cookie','set-cookie','set-cookie2','x-xsrf-token',a6_0x14e94e(0x1f3),'x-trino-user']);function isSensitiveHeader(_0x5377bc){const _0x5081c9=a6_0x14e94e;return SENSITIVE_HEADERS['has'](_0x5377bc[_0x5081c9(0x20b)]());}function parseHeader(_0x1706cc){const _0x340265=a6_0x14e94e,_0xbf8834=_0x1706cc[_0x340265(0x206)](':');if(_0xbf8834===-0x1)throw new Error(_0x340265(0x22c)+_0x1706cc+_0x340265(0x1ff)+_0x340265(0x202));const _0x1de072=_0x1706cc[_0x340265(0x20e)](0x0,_0xbf8834)['trim'](),_0x24a107=_0x1706cc[_0x340265(0x20e)](_0xbf8834+0x1)[_0x340265(0x227)]();if(!_0x1de072)throw new Error(_0x340265(0x20c)+_0x1706cc+'\x22');return[_0x1de072,_0x24a107];}export class ApiCommand extends BaseCommand{[a6_0x14e94e(0x1fc)]=a6_0x14e94e(0x21d);[a6_0x14e94e(0x1eb)]='Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs';[a6_0x14e94e(0x1fa)](_0xf614e5){const _0x17f6ce=a6_0x14e94e,{args:_0x371674,options:_0x387215}=_0xf614e5,_0x491bf1=_0x387215;if(_0x371674[_0x17f6ce(0x226)]===0x0)return _0x17f6ce(0x1fd);const _0x382596=_0x371674[0x0];if(!_0x382596[_0x17f6ce(0x228)]('/'))return _0x17f6ce(0x207)+_0x382596;const _0x5a21d8=_0x491bf1[_0x17f6ce(0x225)],_0x2d8d13=_0x491bf1[_0x17f6ce(0x222)];if(_0x5a21d8&&_0x2d8d13)return _0x17f6ce(0x1f7);const _0x500f1e=_0x491bf1['method']||_0x17f6ce(0x20f),_0x149258=[_0x17f6ce(0x20f),_0x17f6ce(0x1f0),_0x17f6ce(0x224),_0x17f6ce(0x208),_0x17f6ce(0x214)];if(!_0x149258[_0x17f6ce(0x22d)](_0x500f1e[_0x17f6ce(0x1ed)]()))return'Invalid\x20HTTP\x20method:\x20'+_0x500f1e+_0x17f6ce(0x1fe)+_0x149258[_0x17f6ce(0x1f8)](',\x20');const _0x27e936=_0x491bf1[_0x17f6ce(0x21c)]||'td',_0x58d60c=['td',_0x17f6ce(0x211),_0x17f6ce(0x221),_0x17f6ce(0x223),'llm',_0x17f6ce(0x22b)];if(!_0x58d60c[_0x17f6ce(0x22d)](_0x27e936))return _0x17f6ce(0x203)+_0x27e936+_0x17f6ce(0x220)+_0x58d60c[_0x17f6ce(0x1f8)](',\x20');return undefined;}async[a6_0x14e94e(0x200)](_0x46b307){const _0x426bc2=a6_0x14e94e,{options:_0x37d95b,args:_0x44eb9e,tdx:_0x35acf9}=_0x46b307,_0x30573f=_0x37d95b,_0x1177c6=_0x44eb9e[0x0],_0x43e3db=(_0x30573f['method']||'GET')[_0x426bc2(0x1ed)](),_0x40cc3c=_0x30573f[_0x426bc2(0x225)],_0x248f08=_0x30573f[_0x426bc2(0x222)],_0xf7baa2=_0x30573f[_0x426bc2(0x212)],_0x516988=_0x30573f[_0x426bc2(0x21c)]||'td';try{const _0x19305e={};if(_0xf7baa2){const _0x3b8040=Array[_0x426bc2(0x21e)](_0xf7baa2)?_0xf7baa2:[_0xf7baa2];for(const _0x3a5faf of _0x3b8040){const [_0x370de9,_0x84ae48]=parseHeader(_0x3a5faf);_0x19305e[_0x370de9]=_0x84ae48;}}let _0x12fe1f;if(_0x40cc3c)_0x12fe1f=_0x40cc3c;else{if(_0x248f08)try{_0x12fe1f=RawAPI[_0x426bc2(0x201)](_0x248f08);}catch(_0x4130f1){return console['error'](_0x426bc2(0x213)+(_0x4130f1 instanceof Error?_0x4130f1['message']:String(_0x4130f1))),0x1;}}const _0x3a0554={'method':_0x43e3db,'apiType':_0x516988,'includeHeaders':_0x37d95b['verbose']};_0x12fe1f&&(_0x3a0554['body']=_0x12fe1f);Object[_0x426bc2(0x205)](_0x19305e)[_0x426bc2(0x226)]>0x0&&(_0x3a0554[_0x426bc2(0x216)]=_0x19305e);if(_0x37d95b[_0x426bc2(0x20d)]){const _0x4feaa0=resolveSite(_0x37d95b[_0x426bc2(0x204)]),_0x4ee86b=getEndpoint(_0x4feaa0,_0x516988),_0x5a8563=''+_0x4ee86b+_0x1177c6;console[_0x426bc2(0x1f6)]('>\x20'+_0x43e3db+'\x20'+_0x5a8563);const _0x31a270=getAuthHeaders(_0x4feaa0),_0x310b0b={..._0x31a270,..._0x19305e};for(const [_0xa76c37,_0x1345c9]of Object[_0x426bc2(0x20a)](_0x310b0b)){!isSensitiveHeader(_0xa76c37)&&console['error']('>\x20'+_0xa76c37+':\x20'+_0x1345c9);}_0x12fe1f&&console['error']('>'),console[_0x426bc2(0x1f6)]('');}const _0x258859=await _0x35acf9[_0x426bc2(0x21d)][_0x426bc2(0x219)](_0x1177c6,_0x3a0554);if(_0x37d95b['verbose']&&_0x258859[_0x426bc2(0x216)]){console[_0x426bc2(0x1f6)]('<\x20HTTP/1.1\x20'+_0x258859['status']);for(const [_0x4f1111,_0x1d0542]of Object[_0x426bc2(0x20a)](_0x258859[_0x426bc2(0x216)])){!isSensitiveHeader(_0x4f1111)&&console[_0x426bc2(0x1f6)]('<\x20'+_0x4f1111+':\x20'+_0x1d0542);}console[_0x426bc2(0x1f6)]('');}const _0x341349=Boolean(_0x37d95b[_0x426bc2(0x1f2)]),_0x283a83={'color':_0x37d95b[_0x426bc2(0x229)],'noColor':_0x37d95b[_0x426bc2(0x22a)]||_0x341349&&!_0x37d95b['color']},_0x4cdcf7=colorizeJSON(_0x258859[_0x426bc2(0x225)],_0x283a83);return _0x37d95b[_0x426bc2(0x1f2)]?(writeFileSync(_0x37d95b[_0x426bc2(0x1f2)],_0x4cdcf7),console[_0x426bc2(0x1f6)](_0x426bc2(0x1fb)+_0x37d95b[_0x426bc2(0x1f2)])):console[_0x426bc2(0x217)](_0x4cdcf7),0x0;}catch(_0x1a4cbc){return _0x1a4cbc instanceof Error?(console[_0x426bc2(0x1f6)]('Error:\x20'+_0x1a4cbc['message']),_0x37d95b[_0x426bc2(0x20d)]&&_0x1a4cbc[_0x426bc2(0x1f1)]&&console['error'](_0x426bc2(0x1ec)+_0x1a4cbc[_0x426bc2(0x1f1)])):console[_0x426bc2(0x1f6)](_0x426bc2(0x213)+String(_0x1a4cbc)),0x1;}}}
1
+ function a6_0x3ac0(_0x5a330c,_0x12814b){_0x5a330c=_0x5a330c-0x73;const _0x4c56cc=a6_0x4c56();let _0x3ac061=_0x4c56cc[_0x5a330c];return _0x3ac061;}const a6_0x17138c=a6_0x3ac0;(function(_0x233a4d,_0x5e1b08){const _0x268309=a6_0x3ac0,_0xd77879=_0x233a4d();while(!![]){try{const _0x4870b4=-parseInt(_0x268309(0x81))/0x1*(-parseInt(_0x268309(0xa5))/0x2)+-parseInt(_0x268309(0xa4))/0x3*(-parseInt(_0x268309(0x7f))/0x4)+parseInt(_0x268309(0x89))/0x5+-parseInt(_0x268309(0x97))/0x6+-parseInt(_0x268309(0xac))/0x7+-parseInt(_0x268309(0xa1))/0x8+parseInt(_0x268309(0x7e))/0x9;if(_0x4870b4===_0x5e1b08)break;else _0xd77879['push'](_0xd77879['shift']());}catch(_0x2c8eaa){_0xd77879['push'](_0xd77879['shift']());}}}(a6_0x4c56,0x6d8db));import{BaseCommand}from'./command.js';import{RawAPI}from'../sdk/api.js';function a6_0x4c56(){const _0x493b76=['set-cookie','header','verbose','headers','file','stack','x-trino-user','method','set-cookie2','Error:\x20','error','Endpoint\x20is\x20required.\x20Example:\x20tdx\x20api\x20/v3/database/list','site','type','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','trim','body','toLowerCase','description','api','\x0aStack\x20trace:\x0a','authorization','execute','message','3034899IgxKPA','1351412XYUXvO','includes','21313SMDQSk','readBodyFromFile','Expected\x20format:\x20\x22Key:\x20Value\x22\x20or\x20\x22Key:Value\x22','x-auth-token','name','startsWith','data','GET','2222655NjTIVv','keys','PUT','entries','substring','Results\x20saved\x20to\x20','\x22.\x20','request','Endpoint\x20must\x20start\x20with\x20/:\x20','length','join','Invalid\x20header\x20format:\x20\x22','color','validate','214998JKqaqV','output','status','llm-proxy','workflow','x-xsrf-token','.\x20Valid\x20types:\x20','Header\x20key\x20cannot\x20be\x20empty:\x20\x22','isArray','proxy-authorization','6417760ltRhKG','indexOf','cdp','3TeqwGH','20QhMkHd','trino','Invalid\x20API\x20type:\x20','toUpperCase','has','.\x20Valid\x20methods:\x20','<\x20HTTP/1.1\x20','321587MHoITX'];a6_0x4c56=function(){return _0x493b76;};return a6_0x4c56();}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_0x17138c(0x7b),a6_0x17138c(0xa0),'cookie',a6_0x17138c(0xad),a6_0x17138c(0xb5),a6_0x17138c(0x9c),a6_0x17138c(0x84),a6_0x17138c(0xb3)]);function isSensitiveHeader(_0x1205e0){const _0x496f4c=a6_0x17138c;return SENSITIVE_HEADERS[_0x496f4c(0xa9)](_0x1205e0[_0x496f4c(0x77)]());}function parseHeader(_0x5a261b){const _0x149040=a6_0x17138c,_0x8cd306=_0x5a261b[_0x149040(0xa2)](':');if(_0x8cd306===-0x1)throw new Error(_0x149040(0x94)+_0x5a261b+_0x149040(0x8f)+_0x149040(0x83));const _0x3c8f1f=_0x5a261b[_0x149040(0x8d)](0x0,_0x8cd306)[_0x149040(0x75)](),_0x2387c7=_0x5a261b['substring'](_0x8cd306+0x1)['trim']();if(!_0x3c8f1f)throw new Error(_0x149040(0x9e)+_0x5a261b+'\x22');return[_0x3c8f1f,_0x2387c7];}export class ApiCommand extends BaseCommand{[a6_0x17138c(0x85)]=a6_0x17138c(0x79);[a6_0x17138c(0x78)]=a6_0x17138c(0x74);[a6_0x17138c(0x96)](_0x96bfcc){const _0x490070=a6_0x17138c,{args:_0x40afee,options:_0x2b2726}=_0x96bfcc,_0xcb2b1d=_0x2b2726;if(_0x40afee[_0x490070(0x92)]===0x0)return _0x490070(0xb8);const _0xf3ecfb=_0x40afee[0x0];if(!_0xf3ecfb[_0x490070(0x86)]('/'))return _0x490070(0x91)+_0xf3ecfb;const _0x28610a=_0xcb2b1d[_0x490070(0x87)],_0x1c7352=_0xcb2b1d[_0x490070(0xb1)];if(_0x28610a&&_0x1c7352)return'Cannot\x20use\x20both\x20--data\x20and\x20--file\x20options.\x20Choose\x20one.';const _0x1fbc87=_0xcb2b1d[_0x490070(0xb4)]||_0x490070(0x88),_0x2c72bb=[_0x490070(0x88),'POST',_0x490070(0x8b),'DELETE','PATCH'];if(!_0x2c72bb[_0x490070(0x80)](_0x1fbc87[_0x490070(0xa8)]()))return'Invalid\x20HTTP\x20method:\x20'+_0x1fbc87+_0x490070(0xaa)+_0x2c72bb[_0x490070(0x93)](',\x20');const _0x59322c=_0xcb2b1d[_0x490070(0x73)]||'td',_0x5023f1=['td',_0x490070(0xa3),_0x490070(0x9b),_0x490070(0xa6),'llm',_0x490070(0x9a)];if(!_0x5023f1[_0x490070(0x80)](_0x59322c))return _0x490070(0xa7)+_0x59322c+_0x490070(0x9d)+_0x5023f1[_0x490070(0x93)](',\x20');return undefined;}async[a6_0x17138c(0x7c)](_0x1af27f){const _0x48df18=a6_0x17138c,{options:_0xfbe3ab,args:_0x1ba402,tdx:_0x214537}=_0x1af27f,_0x1de088=_0xfbe3ab,_0x2983dc=_0x1ba402[0x0],_0x333c8b=(_0x1de088[_0x48df18(0xb4)]||'GET')[_0x48df18(0xa8)](),_0x4b7b73=_0x1de088[_0x48df18(0x87)],_0x16fd0f=_0x1de088[_0x48df18(0xb1)],_0x1edbb4=_0x1de088[_0x48df18(0xae)],_0x5ad8c1=_0x1de088[_0x48df18(0x73)]||'td';try{const _0x4ab768={};if(_0x1edbb4){const _0x226806=Array[_0x48df18(0x9f)](_0x1edbb4)?_0x1edbb4:[_0x1edbb4];for(const _0x11e960 of _0x226806){const [_0x334454,_0x1a5057]=parseHeader(_0x11e960);_0x4ab768[_0x334454]=_0x1a5057;}}let _0x1773c4;if(_0x4b7b73)_0x1773c4=_0x4b7b73;else{if(_0x16fd0f)try{_0x1773c4=RawAPI[_0x48df18(0x82)](_0x16fd0f);}catch(_0x2f4773){return console[_0x48df18(0xb7)](_0x48df18(0xb6)+(_0x2f4773 instanceof Error?_0x2f4773[_0x48df18(0x7d)]:String(_0x2f4773))),0x1;}}const _0x1bf8b0={'method':_0x333c8b,'apiType':_0x5ad8c1,'includeHeaders':_0xfbe3ab[_0x48df18(0xaf)]};_0x1773c4&&(_0x1bf8b0[_0x48df18(0x76)]=_0x1773c4);Object[_0x48df18(0x8a)](_0x4ab768)[_0x48df18(0x92)]>0x0&&(_0x1bf8b0[_0x48df18(0xb0)]=_0x4ab768);if(_0xfbe3ab[_0x48df18(0xaf)]){const _0x75185d=resolveSite(_0xfbe3ab[_0x48df18(0xb9)]),_0x3791ca=getEndpoint(_0x75185d,_0x5ad8c1),_0x54c154=''+_0x3791ca+_0x2983dc;console[_0x48df18(0xb7)]('>\x20'+_0x333c8b+'\x20'+_0x54c154);const _0x35e5bd=getAuthHeaders(_0x75185d),_0x9a20cc={..._0x35e5bd,..._0x4ab768};for(const [_0x1c13b9,_0x345600]of Object[_0x48df18(0x8c)](_0x9a20cc)){!isSensitiveHeader(_0x1c13b9)&&console[_0x48df18(0xb7)]('>\x20'+_0x1c13b9+':\x20'+_0x345600);}_0x1773c4&&console[_0x48df18(0xb7)]('>'),console[_0x48df18(0xb7)]('');}const _0x73a490=await _0x214537[_0x48df18(0x79)][_0x48df18(0x90)](_0x2983dc,_0x1bf8b0);if(_0xfbe3ab['verbose']&&_0x73a490['headers']){console[_0x48df18(0xb7)](_0x48df18(0xab)+_0x73a490[_0x48df18(0x99)]);for(const [_0x4c666b,_0x46acfe]of Object[_0x48df18(0x8c)](_0x73a490['headers'])){!isSensitiveHeader(_0x4c666b)&&console[_0x48df18(0xb7)]('<\x20'+_0x4c666b+':\x20'+_0x46acfe);}console[_0x48df18(0xb7)]('');}const _0x250dd3=Boolean(_0xfbe3ab[_0x48df18(0x98)]),_0x23e2dd={'color':_0xfbe3ab['color'],'noColor':_0xfbe3ab['noColor']||_0x250dd3&&!_0xfbe3ab[_0x48df18(0x95)]},_0x2e9598=colorizeJSON(_0x73a490[_0x48df18(0x87)],_0x23e2dd);return _0xfbe3ab[_0x48df18(0x98)]?(writeFileSync(_0xfbe3ab[_0x48df18(0x98)],_0x2e9598),console['error'](_0x48df18(0x8e)+_0xfbe3ab[_0x48df18(0x98)])):console['log'](_0x2e9598),0x0;}catch(_0x11ebe1){return _0x11ebe1 instanceof Error?(console[_0x48df18(0xb7)]('Error:\x20'+_0x11ebe1[_0x48df18(0x7d)]),_0xfbe3ab[_0x48df18(0xaf)]&&_0x11ebe1[_0x48df18(0xb2)]&&console['error'](_0x48df18(0x7a)+_0x11ebe1[_0x48df18(0xb2)])):console[_0x48df18(0xb7)](_0x48df18(0xb6)+String(_0x11ebe1)),0x1;}}}
@@ -1 +1 @@
1
- const a7_0x55d19f=a7_0x499e;(function(_0x2890c3,_0x48941c){const _0x83d944=a7_0x499e,_0x586e1d=_0x2890c3();while(!![]){try{const _0x57b1f4=parseInt(_0x83d944(0x1ac))/0x1+parseInt(_0x83d944(0x1c4))/0x2+-parseInt(_0x83d944(0x1a9))/0x3+parseInt(_0x83d944(0x1b8))/0x4+parseInt(_0x83d944(0x192))/0x5*(parseInt(_0x83d944(0x1bc))/0x6)+parseInt(_0x83d944(0x1c2))/0x7+-parseInt(_0x83d944(0x18a))/0x8;if(_0x57b1f4===_0x48941c)break;else _0x586e1d['push'](_0x586e1d['shift']());}catch(_0x2ebbab){_0x586e1d['push'](_0x586e1d['shift']());}}}(a7_0x3756,0x820ae));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_0x3756(){const _0x514ef8=['value','665030yaXXsV','Select\x20your\x20Treasure\x20Data\x20site\x20(for\x20profile:\x20','\x20\x20tdx','site','\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication','profile','email','✓\x20API\x20key\x20saved\x20to\x20system\x20keychain','Select\x20your\x20Treasure\x20Data\x20site:','\x20(profile:\x20','name','apiKey','auth:setup','green','other','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','customSite','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','✗\x20Validation\x20failed:\x20','tdx\x20profile:\x20','N/A','System\x20keychain\x20is\x20not\x20available','yellow','2965704XHPxbb','execute','jobs','259847iDHktZ','✓\x20API\x20key\x20removed\x20from\x20keychain','jp01','tdx:\x20auth\x20clear','ap02','\x20--profile\x20','Read\x20credential\x20from\x20','warn','length','getUserInfo','Site\x20name\x20must\x20contain\x20only\x20lowercase\x20letters,\x20numbers,\x20and\x20hyphens','Site\x20name\x20cannot\x20be\x20empty','3209848LbCaWv','No\x20API\x20key\x20found\x20in\x20keychain','✓\x20Authentication\x20successful\x0a','logLevel','30HiwaKJ','\x27\x20registered','\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.','description','\x20for\x20profile:\x20','eu01','269682CYaYXN','jp\x20\x20\x20-\x20Japan','155284QwynZE','message','auth:clear','log','\x20(site:\x20','Name:\x20','text','Enter\x20site\x20name:','auth','us01','API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.','error','Enter\x20custom\x20site','No\x20credential\x20found','ERROR','test','findIndex','\x0aSetup\x20cancelled','Validating\x20API\x20key...','push','first_name','join','last_name','filter','Enter\x20your\x20TD\x20API\x20key:','trim','create','Setting\x20up\x20authentication\x20for\x20site:\x20','2578280KUaxxw','red','bold','status','password','Setup\x20API\x20key\x20authentication\x20interactively','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:'];a7_0x3756=function(){return _0x514ef8;};return a7_0x3756();}import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';function a7_0x499e(_0x348128,_0x5426f1){_0x348128=_0x348128-0x17a;const _0x375665=a7_0x3756();let _0x499e6f=_0x375665[_0x348128];return _0x499e6f;}import a7_0x3ab051 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_0x40e7f7 from'chalk';export class AuthSetupCommand extends BaseCommand{[a7_0x55d19f(0x19c)]=a7_0x55d19f(0x19e);[a7_0x55d19f(0x1bf)]=a7_0x55d19f(0x18f);async[a7_0x55d19f(0x1aa)](_0x45d131){const _0x1f1372=a7_0x55d19f,{options:_0x21a97c}=_0x45d131,_0x126c33=_0x21a97c[_0x1f1372(0x197)];console[_0x1f1372(0x1c7)](a7_0x40e7f7['bold']('tdx:\x20auth\x20setup'));const _0x3309c7=_0x21a97c[_0x1f1372(0x195)]||'us01',_0x118180=[{'title':'us\x20\x20\x20-\x20United\x20States','value':_0x1f1372(0x1cd)},{'title':_0x1f1372(0x1c3),'value':_0x1f1372(0x1ae)},{'title':'eu\x20\x20\x20-\x20Europe','value':_0x1f1372(0x1c1)},{'title':'ap02\x20-\x20Korea','value':_0x1f1372(0x1b0)}];let _0x14ddde=_0x118180[_0x1f1372(0x17e)](_0xab7e0e=>_0xab7e0e[_0x1f1372(0x191)]===_0x3309c7);_0x14ddde===-0x1&&_0x3309c7!==_0x1f1372(0x1cd)&&(_0x118180['push']({'title':_0x3309c7,'value':_0x3309c7}),_0x14ddde=_0x118180[_0x1f1372(0x1b4)]-0x1);_0x118180[_0x1f1372(0x181)]({'title':_0x1f1372(0x17a),'value':_0x1f1372(0x1a0)});const _0x50617f=_0x126c33?_0x1f1372(0x193)+_0x126c33+'):':_0x1f1372(0x19a),_0x1bcf27=await a7_0x3ab051({'type':'select','name':_0x1f1372(0x195),'message':_0x50617f,'choices':_0x118180,'initial':_0x14ddde>=0x0?_0x14ddde:0x0});if(!_0x1bcf27['site'])return console['log'](_0x1f1372(0x17f)),0x1;let _0x557fb5;if(_0x1bcf27[_0x1f1372(0x195)]===_0x1f1372(0x1a0)){const _0x4cf22f=await a7_0x3ab051({'type':_0x1f1372(0x1ca),'name':_0x1f1372(0x1a2),'message':_0x1f1372(0x1cb),'initial':_0x1f1372(0x1cd),'validate':_0x261479=>{const _0x1a75c5=_0x1f1372;if(!_0x261479||!_0x261479[_0x1a75c5(0x187)]())return _0x1a75c5(0x1b7);if(!/^[a-z0-9-]+$/[_0x1a75c5(0x17d)](_0x261479[_0x1a75c5(0x187)]()))return _0x1a75c5(0x1b6);return!![];}});if(!_0x4cf22f[_0x1f1372(0x1a2)])return console['log'](_0x1f1372(0x17f)),0x1;_0x557fb5=_0x4cf22f[_0x1f1372(0x1a2)];}else _0x557fb5=_0x1bcf27[_0x1f1372(0x195)];const _0x213955=resolveSite(_0x557fb5);console['log'](_0x1f1372(0x189)+_0x213955),console[_0x1f1372(0x1c7)]('You\x20can\x20find\x20your\x20API\x20key\x20at:'),console[_0x1f1372(0x1c7)]('\x20\x20'+getConsoleUrl(_0x213955,'/app/mp/ak'));const _0x2fec3d=await a7_0x3ab051({'type':_0x1f1372(0x18e),'name':_0x1f1372(0x19d),'message':_0x1f1372(0x186),'validate':_0x24d0e8=>{const _0x1306dc=_0x1f1372;if(!_0x24d0e8||!_0x24d0e8[_0x1306dc(0x187)]())return'API\x20key\x20cannot\x20be\x20empty';return!![];}});if(!_0x2fec3d[_0x1f1372(0x19d)])return console['log'](_0x1f1372(0x17f)),0x1;const _0x31f4c0=_0x2fec3d['apiKey'];console[_0x1f1372(0x1c7)](_0x1f1372(0x180));try{const _0x635ed1=TDX[_0x1f1372(0x188)]({'site':_0x213955,'apiKey':_0x31f4c0['trim'](),'logLevel':_0x21a97c[_0x1f1372(0x1bb)]??LogLevel[_0x1f1372(0x17c)]}),_0x353671=await _0x635ed1[_0x1f1372(0x1ab)][_0x1f1372(0x1b5)]();console['log'](_0x1f1372(0x1a1)+_0x353671[_0x1f1372(0x198)]+')');const _0x4425ae=await isKeychainAvailable();_0x4425ae?(await saveAPIKeyAsync(_0x31f4c0['trim'](),_0x213955,_0x126c33),console['log'](_0x1f1372(0x199)+(_0x126c33?_0x1f1372(0x19b)+_0x126c33+')':''))):(console[_0x1f1372(0x1b3)](a7_0x40e7f7['yellow']('⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.')),console[_0x1f1372(0x1b3)](a7_0x40e7f7[_0x1f1372(0x1a8)](_0x1f1372(0x1be))));if(_0x126c33){const _0x405a6e={'site':_0x213955};saveProfileToUserConfig(_0x126c33,_0x405a6e),console['log']('✓\x20Profile\x20\x27'+_0x126c33+_0x1f1372(0x1bd));}else saveDefaultSiteToUserConfig(_0x213955),console['log']('✓\x20Default\x20site\x20set\x20to\x20'+_0x213955);const _0x30efe2=_0x126c33?_0x1f1372(0x1b1)+_0x126c33:'';return console[_0x1f1372(0x1c7)](),console['log'](_0x1f1372(0x190)),console[_0x1f1372(0x1c7)](_0x1f1372(0x194)+_0x30efe2+_0x1f1372(0x196)),console[_0x1f1372(0x1c7)]('\x20\x20tdx'+_0x30efe2+'\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases'),0x0;}catch(_0x44e886){if(_0x44e886 instanceof HTTPClientError&&_0x44e886[_0x1f1372(0x18d)]===0x191)return printAuthError(_0x44e886),0x1;return console['error'](a7_0x40e7f7['red'](_0x1f1372(0x1a4)+(_0x44e886 instanceof Error?_0x44e886[_0x1f1372(0x1c5)]:String(_0x44e886)))),console[_0x1f1372(0x1cf)](_0x1f1372(0x1ce)),0x1;}}}export class AuthStatusCommand extends BaseCommand{['name']=a7_0x55d19f(0x1cc);[a7_0x55d19f(0x1bf)]=a7_0x55d19f(0x1a3);async['execute'](_0xcc83ad){const _0x44070b=a7_0x55d19f,{options:_0x1a1b69,tdx:_0x3859a8}=_0xcc83ad,_0x43f8ed=_0x1a1b69[_0x44070b(0x195)],_0xafff07=_0x1a1b69[_0x44070b(0x197)],_0xed20be=_0xafff07?_0xafff07:_0x44070b(0x1a6);console[_0x44070b(0x1c7)](_0x44070b(0x1a5)+_0xed20be+_0x44070b(0x1c8)+_0x43f8ed+')');const _0x505356=await resolveAPIKeyAsync(_0x43f8ed,_0xafff07);if(_0x505356){const {source:_0x10d42d,isDeprecated:_0x5e2770}=_0x505356,_0x24e0b0=_0x44070b(0x1b2)+_0x10d42d;console['log'](_0x5e2770?a7_0x40e7f7['yellow'](_0x24e0b0):_0x24e0b0);}else console[_0x44070b(0x1c7)](a7_0x40e7f7[_0x44070b(0x1a8)](_0x44070b(0x17b)));try{const _0x2bfcec=await _0x3859a8[_0x44070b(0x1ab)][_0x44070b(0x1b5)]();return console['log'](a7_0x40e7f7[_0x44070b(0x19f)](_0x44070b(0x1ba))),console['log']('User:\x20'+_0x2bfcec['email']),(_0x2bfcec[_0x44070b(0x182)]||_0x2bfcec[_0x44070b(0x184)])&&console[_0x44070b(0x1c7)](_0x44070b(0x1c9)+[_0x2bfcec[_0x44070b(0x182)],_0x2bfcec['last_name']][_0x44070b(0x185)](Boolean)[_0x44070b(0x183)]('\x20')),0x0;}catch(_0x133bfc){return _0x133bfc instanceof HTTPClientError&&_0x133bfc[_0x44070b(0x18d)]===0x191?printAuthError(_0x133bfc,!![],_0xafff07):console['error'](a7_0x40e7f7[_0x44070b(0x18b)](_0x44070b(0x1a4)+(_0x133bfc instanceof Error?_0x133bfc[_0x44070b(0x1c5)]:String(_0x133bfc)))),0x1;}}}export class AuthClearCommand extends BaseCommand{['name']=a7_0x55d19f(0x1c6);['description']='Remove\x20API\x20key\x20from\x20system\x20keychain';async[a7_0x55d19f(0x1aa)](_0x1e892d){const _0xf2d541=a7_0x55d19f,{options:_0x35ae8f}=_0x1e892d,_0x2f128f=_0x35ae8f['profile'];console['log'](a7_0x40e7f7[_0xf2d541(0x18c)](_0xf2d541(0x1af)));const _0x248727=await isKeychainAvailable();if(!_0x248727)return console[_0xf2d541(0x1cf)](a7_0x40e7f7[_0xf2d541(0x18b)](_0xf2d541(0x1a7))),0x1;const _0x5dba57=await deleteKeychainAPIKey(_0x2f128f);return _0x5dba57?(clearCredentialCache(),console[_0xf2d541(0x1c7)](_0xf2d541(0x1ad)+(_0x2f128f?_0xf2d541(0x19b)+_0x2f128f+')':'')),0x0):(console[_0xf2d541(0x1c7)](_0xf2d541(0x1b9)+(_0x2f128f?_0xf2d541(0x1c0)+_0x2f128f:'')),0x1);}}
1
+ const a7_0x50acd0=a7_0x5cae;(function(_0x407ce1,_0x19cec3){const _0x36d496=a7_0x5cae,_0x3a7e92=_0x407ce1();while(!![]){try{const _0x282ab2=-parseInt(_0x36d496(0xd1))/0x1+parseInt(_0x36d496(0xb4))/0x2+parseInt(_0x36d496(0x96))/0x3*(parseInt(_0x36d496(0xa0))/0x4)+parseInt(_0x36d496(0xa3))/0x5*(-parseInt(_0x36d496(0x8c))/0x6)+-parseInt(_0x36d496(0xd9))/0x7+parseInt(_0x36d496(0xcf))/0x8+-parseInt(_0x36d496(0xd7))/0x9;if(_0x282ab2===_0x19cec3)break;else _0x3a7e92['push'](_0x3a7e92['shift']());}catch(_0x8aa8ce){_0x3a7e92['push'](_0x3a7e92['shift']());}}}(a7_0x12df,0xabd92));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';import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';function a7_0x5cae(_0x4adafd,_0x21e311){_0x4adafd=_0x4adafd-0x8b;const _0x12dfcf=a7_0x12df();let _0x5cae9e=_0x12dfcf[_0x4adafd];return _0x5cae9e;}import a7_0x23f02a from'prompts';import{HTTPClientError}from'../sdk/client/http-client.js';function a7_0x12df(){const _0x49bef8=['name','Enter\x20site\x20name:','join','You\x20can\x20find\x20your\x20API\x20key\x20at:','11040544gYeNxl','warn','1182415ARDHMk','✓\x20Default\x20site\x20set\x20to\x20','/app/mp/ak','Select\x20your\x20Treasure\x20Data\x20site\x20(for\x20profile:\x20','filter','No\x20credential\x20found','2150181ncRdUE','✓\x20API\x20key\x20saved\x20to\x20system\x20keychain','3934238vsdrkH','profile','API\x20key\x20cannot\x20be\x20empty','\x0aSetup\x20cancelled','error','\x20\x20tdx','Site\x20name\x20cannot\x20be\x20empty','API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.','Enter\x20your\x20TD\x20API\x20key:','log','6UKrQKw','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','value','email','Validating\x20API\x20key...','last_name','status','text','yellow','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:','2340XLwxmh','eu\x20\x20\x20-\x20Europe','Select\x20your\x20Treasure\x20Data\x20site:','trim','first_name','auth:setup','push','auth:clear','System\x20keychain\x20is\x20not\x20available','green','4272QinEcE','message','\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication','4341535bUKhBj','us\x20\x20\x20-\x20United\x20States','site','jobs','select','\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases','Remove\x20API\x20key\x20from\x20system\x20keychain','\x27\x20registered','bold','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.','getUserInfo','⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.','User:\x20','jp01','\x20(profile:\x20','No\x20API\x20key\x20found\x20in\x20keychain','2684894IlYUew','us01','length','tdx\x20profile:\x20','tdx:\x20auth\x20clear','jp\x20\x20\x20-\x20Japan','✗\x20Validation\x20failed:\x20','Site\x20name\x20must\x20contain\x20only\x20lowercase\x20letters,\x20numbers,\x20and\x20hyphens','Enter\x20custom\x20site','description','Setting\x20up\x20authentication\x20for\x20site:\x20','other','execute','Read\x20credential\x20from\x20','✓\x20API\x20key\x20removed\x20from\x20keychain','red','auth','\x20(site:\x20','password','Name:\x20','apiKey','Setup\x20API\x20key\x20authentication\x20interactively','ap02\x20-\x20Korea'];a7_0x12df=function(){return _0x49bef8;};return a7_0x12df();}import{TDX}from'../sdk/index.js';import{LogLevel}from'../utils/tdx-logger.js';import a7_0x224dde from'chalk';export class AuthSetupCommand extends BaseCommand{[a7_0x50acd0(0xcb)]=a7_0x50acd0(0x9b);[a7_0x50acd0(0xbd)]=a7_0x50acd0(0xc9);async['execute'](_0x101277){const _0x12c03b=a7_0x50acd0,{options:_0x512bbb}=_0x101277,_0x4d2ed6=_0x512bbb['profile'];console['log'](a7_0x224dde[_0x12c03b(0xab)]('tdx:\x20auth\x20setup'));const _0x245a08=_0x512bbb[_0x12c03b(0xa5)]||_0x12c03b(0xb5),_0xeb786f=[{'title':_0x12c03b(0xa4),'value':'us01'},{'title':_0x12c03b(0xb9),'value':_0x12c03b(0xb1)},{'title':_0x12c03b(0x97),'value':'eu01'},{'title':_0x12c03b(0xca),'value':'ap02'}];let _0x586352=_0xeb786f['findIndex'](_0x578098=>_0x578098[_0x12c03b(0x8e)]===_0x245a08);_0x586352===-0x1&&_0x245a08!==_0x12c03b(0xb5)&&(_0xeb786f[_0x12c03b(0x9c)]({'title':_0x245a08,'value':_0x245a08}),_0x586352=_0xeb786f[_0x12c03b(0xb6)]-0x1);_0xeb786f[_0x12c03b(0x9c)]({'title':_0x12c03b(0xbc),'value':_0x12c03b(0xbf)});const _0x135546=_0x4d2ed6?_0x12c03b(0xd4)+_0x4d2ed6+'):':_0x12c03b(0x98),_0x4457a2=await a7_0x23f02a({'type':_0x12c03b(0xa7),'name':_0x12c03b(0xa5),'message':_0x135546,'choices':_0xeb786f,'initial':_0x586352>=0x0?_0x586352:0x0});if(!_0x4457a2[_0x12c03b(0xa5)])return console[_0x12c03b(0x8b)]('\x0aSetup\x20cancelled'),0x1;let _0x34152f;if(_0x4457a2[_0x12c03b(0xa5)]===_0x12c03b(0xbf)){const _0x21adf4=await a7_0x23f02a({'type':_0x12c03b(0x93),'name':'customSite','message':_0x12c03b(0xcc),'initial':'us01','validate':_0x5009d8=>{const _0x5a34f7=_0x12c03b;if(!_0x5009d8||!_0x5009d8[_0x5a34f7(0x99)]())return _0x5a34f7(0xdf);if(!/^[a-z0-9-]+$/['test'](_0x5009d8[_0x5a34f7(0x99)]()))return _0x5a34f7(0xbb);return!![];}});if(!_0x21adf4['customSite'])return console['log'](_0x12c03b(0xdc)),0x1;_0x34152f=_0x21adf4['customSite'];}else _0x34152f=_0x4457a2['site'];const _0x31994f=resolveSite(_0x34152f);console[_0x12c03b(0x8b)](_0x12c03b(0xbe)+_0x31994f),console['log'](_0x12c03b(0xce)),console[_0x12c03b(0x8b)]('\x20\x20'+getConsoleUrl(_0x31994f,_0x12c03b(0xd3)));const _0x40a89c=await a7_0x23f02a({'type':_0x12c03b(0xc6),'name':_0x12c03b(0xc8),'message':_0x12c03b(0xe1),'validate':_0x33746e=>{const _0x44a9f0=_0x12c03b;if(!_0x33746e||!_0x33746e[_0x44a9f0(0x99)]())return _0x44a9f0(0xdb);return!![];}});if(!_0x40a89c[_0x12c03b(0xc8)])return console[_0x12c03b(0x8b)](_0x12c03b(0xdc)),0x1;const _0x44f3fc=_0x40a89c[_0x12c03b(0xc8)];console['log'](_0x12c03b(0x90));try{const _0x28ca82=TDX['create']({'site':_0x31994f,'apiKey':_0x44f3fc[_0x12c03b(0x99)](),'logLevel':_0x512bbb['logLevel']??LogLevel['ERROR']}),_0x5a9497=await _0x28ca82[_0x12c03b(0xa6)][_0x12c03b(0xae)]();console[_0x12c03b(0x8b)](_0x12c03b(0x8d)+_0x5a9497['email']+')');const _0x10b417=await isKeychainAvailable();_0x10b417?(await saveAPIKeyAsync(_0x44f3fc[_0x12c03b(0x99)](),_0x31994f,_0x4d2ed6),console[_0x12c03b(0x8b)](_0x12c03b(0xd8)+(_0x4d2ed6?'\x20(profile:\x20'+_0x4d2ed6+')':''))):(console[_0x12c03b(0xd0)](a7_0x224dde[_0x12c03b(0x94)](_0x12c03b(0xaf))),console[_0x12c03b(0xd0)](a7_0x224dde[_0x12c03b(0x94)](_0x12c03b(0xad))));if(_0x4d2ed6){const _0x914f2c={'site':_0x31994f};saveProfileToUserConfig(_0x4d2ed6,_0x914f2c),console[_0x12c03b(0x8b)]('✓\x20Profile\x20\x27'+_0x4d2ed6+_0x12c03b(0xaa));}else saveDefaultSiteToUserConfig(_0x31994f),console['log'](_0x12c03b(0xd2)+_0x31994f);const _0x30e195=_0x4d2ed6?'\x20--profile\x20'+_0x4d2ed6:'';return console['log'](),console[_0x12c03b(0x8b)](_0x12c03b(0x95)),console[_0x12c03b(0x8b)](_0x12c03b(0xde)+_0x30e195+_0x12c03b(0xa2)),console['log'](_0x12c03b(0xde)+_0x30e195+_0x12c03b(0xa8)),0x0;}catch(_0x252e05){if(_0x252e05 instanceof HTTPClientError&&_0x252e05['status']===0x191)return printAuthError(_0x252e05),0x1;return console[_0x12c03b(0xdd)](a7_0x224dde[_0x12c03b(0xc3)](_0x12c03b(0xba)+(_0x252e05 instanceof Error?_0x252e05[_0x12c03b(0xa1)]:String(_0x252e05)))),console[_0x12c03b(0xdd)](_0x12c03b(0xe0)),0x1;}}}export class AuthStatusCommand extends BaseCommand{[a7_0x50acd0(0xcb)]=a7_0x50acd0(0xc4);[a7_0x50acd0(0xbd)]=a7_0x50acd0(0xac);async[a7_0x50acd0(0xc0)](_0x41a1a2){const _0x5524cb=a7_0x50acd0,{options:_0x324f13,tdx:_0x48b905}=_0x41a1a2,_0x2de11d=_0x324f13[_0x5524cb(0xa5)],_0x2633ab=_0x324f13[_0x5524cb(0xda)],_0x920be=_0x2633ab?_0x2633ab:'N/A';console[_0x5524cb(0x8b)](_0x5524cb(0xb7)+_0x920be+_0x5524cb(0xc5)+_0x2de11d+')');const _0x456f30=await resolveAPIKeyAsync(_0x2de11d,_0x2633ab);if(_0x456f30){const {source:_0x2f585e,isDeprecated:_0x50fe5b}=_0x456f30,_0x570eae=_0x5524cb(0xc1)+_0x2f585e;console['log'](_0x50fe5b?a7_0x224dde[_0x5524cb(0x94)](_0x570eae):_0x570eae);}else console[_0x5524cb(0x8b)](a7_0x224dde[_0x5524cb(0x94)](_0x5524cb(0xd6)));try{const _0x5470f2=await _0x48b905[_0x5524cb(0xa6)]['getUserInfo']();return console[_0x5524cb(0x8b)](a7_0x224dde[_0x5524cb(0x9f)]('✓\x20Authentication\x20successful\x0a')),console[_0x5524cb(0x8b)](_0x5524cb(0xb0)+_0x5470f2[_0x5524cb(0x8f)]),(_0x5470f2[_0x5524cb(0x9a)]||_0x5470f2['last_name'])&&console['log'](_0x5524cb(0xc7)+[_0x5470f2[_0x5524cb(0x9a)],_0x5470f2[_0x5524cb(0x91)]][_0x5524cb(0xd5)](Boolean)[_0x5524cb(0xcd)]('\x20')),0x0;}catch(_0x5a6c1b){return _0x5a6c1b instanceof HTTPClientError&&_0x5a6c1b[_0x5524cb(0x92)]===0x191?printAuthError(_0x5a6c1b,!![],_0x2633ab):console[_0x5524cb(0xdd)](a7_0x224dde[_0x5524cb(0xc3)]('✗\x20Validation\x20failed:\x20'+(_0x5a6c1b instanceof Error?_0x5a6c1b[_0x5524cb(0xa1)]:String(_0x5a6c1b)))),0x1;}}}export class AuthClearCommand extends BaseCommand{['name']=a7_0x50acd0(0x9d);[a7_0x50acd0(0xbd)]=a7_0x50acd0(0xa9);async['execute'](_0x320bdd){const _0xc8eeab=a7_0x50acd0,{options:_0x1afa21}=_0x320bdd,_0x54d538=_0x1afa21[_0xc8eeab(0xda)];console[_0xc8eeab(0x8b)](a7_0x224dde[_0xc8eeab(0xab)](_0xc8eeab(0xb8)));const _0x47a67f=await isKeychainAvailable();if(!_0x47a67f)return console[_0xc8eeab(0xdd)](a7_0x224dde['red'](_0xc8eeab(0x9e))),0x1;const _0xb7e59=await deleteKeychainAPIKey(_0x54d538);return _0xb7e59?(clearCredentialCache(),console[_0xc8eeab(0x8b)](_0xc8eeab(0xc2)+(_0x54d538?_0xc8eeab(0xb2)+_0x54d538+')':'')),0x0):(console[_0xc8eeab(0x8b)](_0xc8eeab(0xb3)+(_0x54d538?'\x20for\x20profile:\x20'+_0x54d538:'')),0x1);}}
@@ -1 +1 @@
1
- function a8_0x3430(_0x283699,_0xa5f9){_0x283699=_0x283699-0x8e;const _0x3cf8f5=a8_0x3cf8();let _0x3430f5=_0x3cf8f5[_0x283699];return _0x3430f5;}const a8_0x443654=a8_0x3430;(function(_0x43bf09,_0x51ee0f){const _0x39291c=a8_0x3430,_0x5a26a1=_0x43bf09();while(!![]){try{const _0x26e0f0=parseInt(_0x39291c(0xaa))/0x1+-parseInt(_0x39291c(0xa3))/0x2*(-parseInt(_0x39291c(0xb1))/0x3)+parseInt(_0x39291c(0x9c))/0x4+-parseInt(_0x39291c(0xbc))/0x5*(parseInt(_0x39291c(0x9b))/0x6)+-parseInt(_0x39291c(0xb7))/0x7+-parseInt(_0x39291c(0xb3))/0x8+-parseInt(_0x39291c(0xbb))/0x9*(-parseInt(_0x39291c(0x93))/0xa);if(_0x26e0f0===_0x51ee0f)break;else _0x5a26a1['push'](_0x5a26a1['shift']());}catch(_0x3b0fbe){_0x5a26a1['push'](_0x5a26a1['shift']());}}}(a8_0x3cf8,0x8b8aa));function a8_0x3cf8(){const _0x3ddc3a=['stack','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified)','name','404','llm','5409HaZAQT','\x0aStack\x20trace:','8954088ltjLva','session\x20context','stdout','type','6787158rWboxL','Error:\x20','\x20\x20Cause:\x20','new','13896qzuWTT','239920TbXNFQ','verbose','streamChat','\x0aError:\x20','args','execute','resolveAgentId','metadata','join','2990MKNzXX','log','\x27...','includes','llmProject','description','cause','error','12waskQn','3003268HvLWRE','Usage:\x20tdx\x20chat\x20\x22your\x20message\x22\x0a\x0aRun\x20\x27tdx\x20chat\x20--help\x27\x20for\x20more\x20options','claude-4.5-haiku','getDefaultAgent','getOrCreateDefaultAgent','data','Using\x20cached\x20default\x20agent:\x20','862qAIQcD','content','chat','write','getAgentId','--agent\x20flag','Resolving\x20agent\x20\x27','766819pxnJdE','handleChatEvent'];a8_0x3cf8=function(){return _0x3ddc3a;};return a8_0x3cf8();}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(_0x276530,_0x4c0eac){const _0x38edb4=a8_0x3430;if(_0x276530 instanceof SDKError)console[_0x38edb4(0x9a)](_0x38edb4(0xb8)+_0x276530['message']),_0x4c0eac[_0x38edb4(0xbd)]&&(_0x276530[_0x38edb4(0x99)]&&console[_0x38edb4(0x9a)](_0x38edb4(0xb9)+_0x276530[_0x38edb4(0x99)]),_0x276530[_0x38edb4(0xac)]&&(console[_0x38edb4(0x9a)](_0x38edb4(0xb2)),console['error'](_0x276530['stack'])));else throw _0x276530;}export class ChatCommand extends BaseCommand{['name']='chat';[a8_0x443654(0x98)]=a8_0x443654(0xad);['validate'](_0x472b9d){const _0x1b7d68=a8_0x443654,_0x166a11=_0x472b9d[_0x1b7d68(0x8e)][_0x1b7d68(0x92)]('\x20');if(!_0x166a11)return _0x1b7d68(0x9d);return undefined;}async[a8_0x443654(0xbe)](_0x37815a,_0x5dd53a,_0x3fbe08,_0x1be4d4,_0x4bb176){const _0x84de6a=a8_0x443654;for await(const _0x423ebe of _0x37815a[_0x84de6a(0xb0)][_0x84de6a(0xa5)](_0x5dd53a,{'agentId':_0x3fbe08,'chatId':_0x1be4d4})){if(_0x423ebe[_0x84de6a(0xb6)]===_0x84de6a(0x91)){const _0xe3f3ec=_0x423ebe[_0x84de6a(0xa1)]['chatId'];saveLastChatId(_0xe3f3ec),_0x4bb176&&console['error']('Chat\x20session:\x20'+_0xe3f3ec);}else _0x423ebe[_0x84de6a(0xb6)]==='event'&&this['handleChatEvent'](_0x423ebe[_0x84de6a(0xa1)]);}}async[a8_0x443654(0xa7)](_0x58a3e1,_0x11d932,_0x4d4a7a,_0x201f1c,_0x12ad46){const _0x52d0fa=a8_0x443654,_0x3df3ff=_0x11d932||_0x4d4a7a;if(_0x3df3ff){const {projectName:_0x5ce283,agentName:_0x5aed6b}=parseAgentRef(_0x3df3ff),_0xe75898=_0x5aed6b||_0x3df3ff,_0x1eeea4=_0x5aed6b?_0x5ce283:_0x201f1c;if(!_0x1eeea4)throw new Error('No\x20project\x20specified.\x20Use\x20\x22Project/Agent\x22\x20format\x20or\x20set\x20project\x20with\x20\x22tdx\x20use\x20llm_project\x22');if(_0x12ad46){const _0x5f5b2b=_0x11d932?_0x52d0fa(0xa8):_0x52d0fa(0xb4);console[_0x52d0fa(0x9a)]('Using\x20agent\x20from\x20'+_0x5f5b2b+':\x20'+_0x1eeea4+'/'+_0xe75898);}const _0x2a547e=await withSpinner('Resolving\x20project\x20\x27'+_0x1eeea4+_0x52d0fa(0x95),()=>_0x58a3e1['llm']['resolveProjectId'](_0x1eeea4),{'verbose':_0x12ad46}),_0x49d572=await withSpinner(_0x52d0fa(0xa9)+_0xe75898+_0x52d0fa(0x95),()=>_0x58a3e1[_0x52d0fa(0xb0)][_0x52d0fa(0x90)](_0xe75898,_0x2a547e[_0x52d0fa(0xa1)]),{'verbose':_0x12ad46});return _0x49d572[_0x52d0fa(0xa1)];}else{const _0xaf5c01=_0x58a3e1[_0x52d0fa(0xb0)][_0x52d0fa(0x9f)]();if(_0xaf5c01)return _0x12ad46&&console[_0x52d0fa(0x9a)](_0x52d0fa(0xa2)+_0xaf5c01[_0x52d0fa(0xae)]),_0xaf5c01['id'];const _0x29185a=await withSpinner('Getting\x20default\x20agent...',()=>_0x58a3e1['llm'][_0x52d0fa(0xa0)](_0x52d0fa(0x9e),0x0),{'verbose':_0x12ad46});return _0x29185a[_0x52d0fa(0xa1)]['id'];}}async[a8_0x443654(0x8f)](_0x3d34c4){const _0x4fe828=a8_0x443654,{options:_0x32a8a0,args:_0x35e8c8,tdx:_0x507b7a}=_0x3d34c4,_0x383c2a=_0x35e8c8[_0x4fe828(0x92)]('\x20'),_0x3076be=_0x32a8a0,_0x41bd09=_0x3076be['agent'],_0x13bd0f=_0x3076be['llmAgent'],_0x2aba0c=_0x3076be[_0x4fe828(0x97)],_0x56c260=_0x3076be[_0x4fe828(0xba)];try{let _0x4d1f40,_0x381804;!_0x56c260&&(_0x381804=loadLastChatId(),_0x381804&&_0x32a8a0[_0x4fe828(0xbd)]&&console['error']('Continuing\x20chat:\x20'+_0x381804));(_0x56c260||!_0x381804)&&(_0x4d1f40=await this[_0x4fe828(0xa7)](_0x507b7a,_0x41bd09,_0x13bd0f,_0x2aba0c,_0x32a8a0[_0x4fe828(0xbd)]));try{await this['streamChat'](_0x507b7a,_0x383c2a,_0x4d1f40,_0x381804,_0x32a8a0[_0x4fe828(0xbd)]);}catch(_0x2b5926){const _0x2b8ebc=_0x2b5926 instanceof SDKError&&_0x2b5926['code']===ErrorCode['CHAT_NOT_FOUND']||_0x2b5926 instanceof Error&&_0x2b5926['message'][_0x4fe828(0x96)](_0x4fe828(0xaf));if(_0x2b8ebc)_0x32a8a0[_0x4fe828(0xbd)]&&console['error']('Chat\x20session\x20not\x20found,\x20starting\x20new\x20chat...'),!_0x4d1f40&&(_0x4d1f40=await this['getAgentId'](_0x507b7a,_0x41bd09,_0x13bd0f,_0x2aba0c,_0x32a8a0[_0x4fe828(0xbd)])),await this['streamChat'](_0x507b7a,_0x383c2a,_0x4d1f40,undefined,_0x32a8a0[_0x4fe828(0xbd)]);else throw _0x2b5926;}return console[_0x4fe828(0x94)](),0x0;}catch(_0x2e3e39){return console['error'](),handleSDKError(_0x2e3e39,_0x32a8a0),0x1;}}[a8_0x443654(0xab)](_0x416336){const _0x22ff4d=a8_0x443654;if(_0x22ff4d(0xa4)in _0x416336)process[_0x22ff4d(0xb5)][_0x22ff4d(0xa6)](_0x416336[_0x22ff4d(0xa4)]);else _0x22ff4d(0x9a)in _0x416336&&console[_0x22ff4d(0x9a)](_0x22ff4d(0xbf)+_0x416336[_0x22ff4d(0x9a)]);}}
1
+ const a8_0x104de4=a8_0x3d71;(function(_0x224bda,_0x202a0f){const _0x173afb=a8_0x3d71,_0x5b8970=_0x224bda();while(!![]){try{const _0x2a5adc=parseInt(_0x173afb(0xb6))/0x1+-parseInt(_0x173afb(0xd1))/0x2*(-parseInt(_0x173afb(0xb9))/0x3)+-parseInt(_0x173afb(0xc6))/0x4*(-parseInt(_0x173afb(0xd4))/0x5)+-parseInt(_0x173afb(0xd2))/0x6+-parseInt(_0x173afb(0xcb))/0x7*(parseInt(_0x173afb(0xd9))/0x8)+parseInt(_0x173afb(0xc2))/0x9*(parseInt(_0x173afb(0xe5))/0xa)+parseInt(_0x173afb(0xc1))/0xb*(parseInt(_0x173afb(0xe8))/0xc);if(_0x2a5adc===_0x202a0f)break;else _0x5b8970['push'](_0x5b8970['shift']());}catch(_0x31e4ed){_0x5b8970['push'](_0x5b8970['shift']());}}}(a8_0x5c52,0x516db));import{BaseCommand}from'./command.js';function a8_0x3d71(_0x35a00a,_0x4fafca){_0x35a00a=_0x35a00a-0xb1;const _0x5c52e8=a8_0x5c52();let _0x3d711d=_0x5c52e8[_0x35a00a];return _0x3d711d;}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 a8_0x5c52(){const _0x49a10a=['join','metadata','content','48990qLEvwa','message','404','591jaPzQI','Using\x20agent\x20from\x20','llm','type','No\x20project\x20specified.\x20Use\x20\x22Project/Agent\x22\x20format\x20or\x20set\x20project\x20with\x20\x22tdx\x20use\x20llm_project\x22','getOrCreateDefaultAgent','write','\x0aStack\x20trace:','11jvJDmp','92466YKRWoh','session\x20context','data','CHAT_NOT_FOUND','1546052pAxfqR','verbose','execute','getAgentId','agent','226051wuqKZM','chat','includes','claude-4.5-haiku','getDefaultAgent','event','2934lBOiGA','3361626LCwRHr','validate','5TFKFEM','code','Using\x20cached\x20default\x20agent:\x20','resolveProjectId','Getting\x20default\x20agent...','136iLwKEI','args','--agent\x20flag','llmAgent','error','chatId','Resolving\x20agent\x20\x27','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified)','name','\x27...','handleChatEvent','streamChat','280HpYaEJ','Chat\x20session\x20not\x20found,\x20starting\x20new\x20chat...','\x20\x20Cause:\x20','5167308hOJLNz','llmProject','cause','stack'];a8_0x5c52=function(){return _0x49a10a;};return a8_0x5c52();}function handleSDKError(_0x38828e,_0x490211){const _0x7385f6=a8_0x3d71;if(_0x38828e instanceof SDKError)console['error']('Error:\x20'+_0x38828e[_0x7385f6(0xb7)]),_0x490211[_0x7385f6(0xc7)]&&(_0x38828e[_0x7385f6(0xb1)]&&console[_0x7385f6(0xdd)](_0x7385f6(0xe7)+_0x38828e[_0x7385f6(0xb1)]),_0x38828e[_0x7385f6(0xb2)]&&(console[_0x7385f6(0xdd)](_0x7385f6(0xc0)),console[_0x7385f6(0xdd)](_0x38828e['stack'])));else throw _0x38828e;}export class ChatCommand extends BaseCommand{['name']=a8_0x104de4(0xcc);['description']=a8_0x104de4(0xe0);[a8_0x104de4(0xd3)](_0x2dc0c3){const _0x2508db=a8_0x104de4,_0x34d076=_0x2dc0c3[_0x2508db(0xda)][_0x2508db(0xb3)]('\x20');if(!_0x34d076)return'Usage:\x20tdx\x20chat\x20\x22your\x20message\x22\x0a\x0aRun\x20\x27tdx\x20chat\x20--help\x27\x20for\x20more\x20options';return undefined;}async[a8_0x104de4(0xe4)](_0x208b83,_0x284fee,_0x10276c,_0x4b5d59,_0x3d246a){const _0x4c2aac=a8_0x104de4;for await(const _0x5916bb of _0x208b83['llm'][_0x4c2aac(0xcc)](_0x284fee,{'agentId':_0x10276c,'chatId':_0x4b5d59})){if(_0x5916bb[_0x4c2aac(0xbc)]===_0x4c2aac(0xb4)){const _0x4c0e01=_0x5916bb[_0x4c2aac(0xc4)][_0x4c2aac(0xde)];saveLastChatId(_0x4c0e01),_0x3d246a&&console[_0x4c2aac(0xdd)]('Chat\x20session:\x20'+_0x4c0e01);}else _0x5916bb['type']===_0x4c2aac(0xd0)&&this['handleChatEvent'](_0x5916bb[_0x4c2aac(0xc4)]);}}async[a8_0x104de4(0xc9)](_0x3ee558,_0x4c8a0c,_0x4ecaf6,_0x5c2604,_0x4c7df4){const _0x8d18e1=a8_0x104de4,_0xe48d3c=_0x4c8a0c||_0x4ecaf6;if(_0xe48d3c){const {projectName:_0xbc5194,agentName:_0x21c527}=parseAgentRef(_0xe48d3c),_0x267613=_0x21c527||_0xe48d3c,_0x36603b=_0x21c527?_0xbc5194:_0x5c2604;if(!_0x36603b)throw new Error(_0x8d18e1(0xbd));if(_0x4c7df4){const _0x5e5041=_0x4c8a0c?_0x8d18e1(0xdb):_0x8d18e1(0xc3);console[_0x8d18e1(0xdd)](_0x8d18e1(0xba)+_0x5e5041+':\x20'+_0x36603b+'/'+_0x267613);}const _0xb4be41=await withSpinner('Resolving\x20project\x20\x27'+_0x36603b+'\x27...',()=>_0x3ee558[_0x8d18e1(0xbb)][_0x8d18e1(0xd7)](_0x36603b),{'verbose':_0x4c7df4}),_0x1682e7=await withSpinner(_0x8d18e1(0xdf)+_0x267613+_0x8d18e1(0xe2),()=>_0x3ee558[_0x8d18e1(0xbb)]['resolveAgentId'](_0x267613,_0xb4be41[_0x8d18e1(0xc4)]),{'verbose':_0x4c7df4});return _0x1682e7[_0x8d18e1(0xc4)];}else{const _0x5e624a=_0x3ee558[_0x8d18e1(0xbb)][_0x8d18e1(0xcf)]();if(_0x5e624a)return _0x4c7df4&&console[_0x8d18e1(0xdd)](_0x8d18e1(0xd6)+_0x5e624a[_0x8d18e1(0xe1)]),_0x5e624a['id'];const _0x13cfd1=await withSpinner(_0x8d18e1(0xd8),()=>_0x3ee558[_0x8d18e1(0xbb)][_0x8d18e1(0xbe)](_0x8d18e1(0xce),0x0),{'verbose':_0x4c7df4});return _0x13cfd1['data']['id'];}}async[a8_0x104de4(0xc8)](_0x5af5a6){const _0x4fa507=a8_0x104de4,{options:_0x32464e,args:_0x3d55bc,tdx:_0x4dc35d}=_0x5af5a6,_0x175280=_0x3d55bc[_0x4fa507(0xb3)]('\x20'),_0x5bcdc5=_0x32464e,_0x1ea852=_0x5bcdc5[_0x4fa507(0xca)],_0x1f3cf0=_0x5bcdc5[_0x4fa507(0xdc)],_0x4b3f75=_0x5bcdc5[_0x4fa507(0xe9)],_0x5aa35e=_0x5bcdc5['new'];try{let _0x2ac780,_0x58691f;!_0x5aa35e&&(_0x58691f=loadLastChatId(),_0x58691f&&_0x32464e['verbose']&&console[_0x4fa507(0xdd)]('Continuing\x20chat:\x20'+_0x58691f));(_0x5aa35e||!_0x58691f)&&(_0x2ac780=await this[_0x4fa507(0xc9)](_0x4dc35d,_0x1ea852,_0x1f3cf0,_0x4b3f75,_0x32464e[_0x4fa507(0xc7)]));try{await this[_0x4fa507(0xe4)](_0x4dc35d,_0x175280,_0x2ac780,_0x58691f,_0x32464e[_0x4fa507(0xc7)]);}catch(_0x1c169f){const _0x5058ca=_0x1c169f instanceof SDKError&&_0x1c169f[_0x4fa507(0xd5)]===ErrorCode[_0x4fa507(0xc5)]||_0x1c169f instanceof Error&&_0x1c169f[_0x4fa507(0xb7)][_0x4fa507(0xcd)](_0x4fa507(0xb8));if(_0x5058ca)_0x32464e['verbose']&&console[_0x4fa507(0xdd)](_0x4fa507(0xe6)),!_0x2ac780&&(_0x2ac780=await this[_0x4fa507(0xc9)](_0x4dc35d,_0x1ea852,_0x1f3cf0,_0x4b3f75,_0x32464e[_0x4fa507(0xc7)])),await this[_0x4fa507(0xe4)](_0x4dc35d,_0x175280,_0x2ac780,undefined,_0x32464e[_0x4fa507(0xc7)]);else throw _0x1c169f;}return console['log'](),0x0;}catch(_0xedb8f8){return console[_0x4fa507(0xdd)](),handleSDKError(_0xedb8f8,_0x32464e),0x1;}}[a8_0x104de4(0xe3)](_0x10544f){const _0x2bbc16=a8_0x104de4;if(_0x2bbc16(0xb5)in _0x10544f)process['stdout'][_0x2bbc16(0xbf)](_0x10544f[_0x2bbc16(0xb5)]);else'error'in _0x10544f&&console['error']('\x0aError:\x20'+_0x10544f[_0x2bbc16(0xdd)]);}}
@@ -1 +1 @@
1
- const a9_0x3e7c51=a9_0x31cb;(function(_0x4fb005,_0x2b400e){const _0x5400a3=a9_0x31cb,_0x3a6c48=_0x4fb005();while(!![]){try{const _0x357e75=-parseInt(_0x5400a3(0x239))/0x1+parseInt(_0x5400a3(0x215))/0x2*(parseInt(_0x5400a3(0x22c))/0x3)+-parseInt(_0x5400a3(0x200))/0x4+parseInt(_0x5400a3(0x23d))/0x5+-parseInt(_0x5400a3(0x206))/0x6+parseInt(_0x5400a3(0x275))/0x7*(parseInt(_0x5400a3(0x289))/0x8)+parseInt(_0x5400a3(0x284))/0x9*(parseInt(_0x5400a3(0x236))/0xa);if(_0x357e75===_0x2b400e)break;else _0x3a6c48['push'](_0x3a6c48['shift']());}catch(_0x424847){_0x3a6c48['push'](_0x3a6c48['shift']());}}}(a9_0x4862,0xedecb));import{readFile,writeFile,mkdir}from'node:fs/promises';import{existsSync}from'node:fs';import{join}from'node:path';import a9_0x486806 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';import{SDKError,ErrorCode,errorContains}from'../sdk/errors.js';import{createCommandSpinner}from'../utils/spinner.js';import{writeCachedAccountInfo}from'../core/config.js';const MIN_CLAUDE_VERSION=a9_0x3e7c51(0x287);function handleInstallationError(_0x301017,_0x20fb1b,_0x1f074c,_0x981ec8){const _0x3f073b=a9_0x3e7c51;errorContains(_0x301017,_0x3f073b(0x1fc),_0x3f073b(0x27e),_0x3f073b(0x25c))?(_0x1f074c[_0x3f073b(0x24e)]='✓\x20'+_0x20fb1b+_0x3f073b(0x224),_0x981ec8?.[_0x3f073b(0x24f)](_0x20fb1b+'\x20already\x20configured'),_0x301017 instanceof SDKError&&_0x301017['cause']&&_0x981ec8?.[_0x3f073b(0x231)]('Command\x20output:\x20'+_0x301017[_0x3f073b(0x276)][_0x3f073b(0x20e)])):(_0x1f074c['warn']('Warning:\x20Failed\x20to\x20configure\x20'+_0x20fb1b),_0x981ec8?.[_0x3f073b(0x203)](_0x20fb1b+_0x3f073b(0x27b),_0x301017));}export function parseVersion(_0x5b67b9){const _0x194403=a9_0x3e7c51,_0xaf0a18=_0x5b67b9[_0x194403(0x246)]()[_0x194403(0x248)](/^v?(\d+)\.(\d+)\.(\d+)/);if(!_0xaf0a18)return null;return{'major':parseInt(_0xaf0a18[0x1],0xa),'minor':parseInt(_0xaf0a18[0x2],0xa),'patch':parseInt(_0xaf0a18[0x3],0xa)};}export function compareVersions(_0x4d2e33,_0x11d0b2){const _0x257a37=a9_0x3e7c51;if(_0x4d2e33[_0x257a37(0x26e)]!==_0x11d0b2[_0x257a37(0x26e)])return _0x4d2e33[_0x257a37(0x26e)]-_0x11d0b2['major'];if(_0x4d2e33['minor']!==_0x11d0b2[_0x257a37(0x270)])return _0x4d2e33[_0x257a37(0x270)]-_0x11d0b2[_0x257a37(0x270)];return _0x4d2e33[_0x257a37(0x26f)]-_0x11d0b2[_0x257a37(0x26f)];}async function checkClaudeVersion(_0x48a239,_0x5380b2){const _0x1adccd=a9_0x3e7c51;_0x5380b2?.[_0x1adccd(0x231)]('Checking\x20Claude\x20Code\x20version\x20(minimum\x20required:\x20'+_0x48a239+')');const _0x45652f=await executeClaudeCommand([_0x1adccd(0x1f8)],undefined,_0x5380b2),_0x425630=parseVersion(_0x45652f);if(!_0x425630){_0x5380b2?.[_0x1adccd(0x269)]('Could\x20not\x20parse\x20Claude\x20Code\x20version\x20from:\x20'+_0x45652f);return;}const _0x386c4f=_0x425630[_0x1adccd(0x26e)]+'.'+_0x425630[_0x1adccd(0x270)]+'.'+_0x425630[_0x1adccd(0x26f)],_0xfc0c33=parseVersion(_0x48a239);if(!_0xfc0c33){_0x5380b2?.[_0x1adccd(0x269)](_0x1adccd(0x23f)+_0x48a239);return;}if(compareVersions(_0x425630,_0xfc0c33)<0x0){_0x5380b2?.['error'](_0x1adccd(0x219)+_0x386c4f+_0x1adccd(0x285)+_0x48a239+')');throw new SDKError(ErrorCode[_0x1adccd(0x234)],_0x1adccd(0x219)+_0x386c4f+_0x1adccd(0x266)+_0x48a239+_0x1adccd(0x274),undefined,{'helpText':_0x1adccd(0x20b)});}_0x5380b2?.[_0x1adccd(0x231)]('Claude\x20Code\x20version\x20'+_0x386c4f+_0x1adccd(0x220));}async function executeClaudeCommand(_0x6dd73c,_0x2331dd,_0x15b223){const _0x3ab0d4=a9_0x3e7c51;return _0x15b223?.[_0x3ab0d4(0x24f)](_0x3ab0d4(0x21c)+_0x6dd73c[_0x3ab0d4(0x228)]('\x20')),new Promise((_0x33c8e2,_0x381a04)=>{const _0x1bb972=_0x3ab0d4,_0x258cdd=crossSpawn(_0x1bb972(0x255),_0x6dd73c,{'stdio':'pipe'});let _0x33bda6='',_0x4acc26='';_0x258cdd['stdout']?.['on'](_0x1bb972(0x208),_0x20b4d4=>{const _0x12bf1f=_0x1bb972;_0x33bda6+=_0x20b4d4[_0x12bf1f(0x213)]();}),_0x258cdd[_0x1bb972(0x22a)]?.['on']('data',_0x371bc6=>{_0x4acc26+=_0x371bc6['toString']();}),_0x258cdd['on']('error',_0x5e70ef=>{const _0x14eea0=_0x1bb972;_0x5e70ef['code']===_0x14eea0(0x254)?(_0x15b223?.[_0x14eea0(0x203)]('Claude\x20Code\x20CLI\x20not\x20found'),_0x381a04(new SDKError(ErrorCode[_0x14eea0(0x20d)],'Claude\x20Code\x20CLI\x20not\x20found',_0x5e70ef,{'helpText':_0x14eea0(0x273)}))):(_0x15b223?.['error']('Command\x20spawn\x20error:\x20'+_0x5e70ef['message']),_0x381a04(new SDKError(ErrorCode[_0x14eea0(0x217)],_0x14eea0(0x268)+_0x5e70ef['message'],_0x5e70ef)));}),_0x258cdd['on'](_0x1bb972(0x27d),_0xfacf61=>{const _0x1cf3eb=_0x1bb972;if(_0xfacf61===0x0)_0x33c8e2(_0x33bda6);else _0x2331dd?(_0x15b223?.['error'](_0x1cf3eb(0x265)+_0xfacf61+_0x1cf3eb(0x1f2)+_0x6dd73c[_0x1cf3eb(0x228)]('\x20')),_0x381a04(new SDKError(ErrorCode[_0x1cf3eb(0x22b)],_0x2331dd,new Error(_0x4acc26)))):_0x33c8e2('');});});}async function ensureMcpServer(_0x5ed5db,_0xa7b241,_0x5e2081,_0x3a3000,_0x4a25b9){const _0x2adef8=a9_0x3e7c51;_0x3a3000['text']=_0x2adef8(0x25b)+_0x5ed5db+_0x2adef8(0x258),await executeClaudeCommand([_0x2adef8(0x242),'add',_0x5ed5db,_0xa7b241,_0x2adef8(0x252),_0x5e2081],_0x2adef8(0x278)+_0x5ed5db+'\x27',_0x4a25b9),_0x3a3000[_0x2adef8(0x24e)]=_0x2adef8(0x233)+_0x5ed5db+'\x27\x20configured';}async function ensureMarketplace(_0x434bc7,_0x9784d6,_0x8cab81,_0x4be1bb){const _0x3abc28=a9_0x3e7c51;_0x8cab81['text']=_0x3abc28(0x1f6)+_0x434bc7+_0x3abc28(0x258),await executeClaudeCommand([_0x3abc28(0x25f),_0x3abc28(0x21e),_0x3abc28(0x281),_0x9784d6],_0x3abc28(0x218)+_0x434bc7+'\x27',_0x4be1bb),_0x8cab81[_0x3abc28(0x24e)]=_0x3abc28(0x209)+_0x434bc7+'\x27\x20configured';}async function updateMarketplace(_0x503639,_0x2e4639,_0x5b1cdc){const _0x4a2847=a9_0x3e7c51;_0x2e4639[_0x4a2847(0x24e)]='Updating\x20marketplace\x20\x27'+_0x503639+_0x4a2847(0x258),await executeClaudeCommand(['plugin',_0x4a2847(0x21e),_0x4a2847(0x1f4)],_0x4a2847(0x23a)+_0x503639+'\x27',_0x5b1cdc),_0x2e4639[_0x4a2847(0x24e)]=_0x4a2847(0x209)+_0x503639+_0x4a2847(0x260);}function a9_0x31cb(_0x2c0ac4,_0xa8064c){_0x2c0ac4=_0x2c0ac4-0x1f2;const _0x4862ce=a9_0x4862();let _0x31cbb3=_0x4862ce[_0x2c0ac4];return _0x31cbb3;}async function ensurePlugin(_0x36fd0d,_0x207f1a,_0x8293dc,_0x3ef9b5){const _0x550efa=a9_0x3e7c51;_0x8293dc['text']=_0x550efa(0x279)+_0x36fd0d+_0x550efa(0x258),await executeClaudeCommand([_0x550efa(0x25f),_0x550efa(0x282),_0x36fd0d+'@'+_0x207f1a],_0x550efa(0x247)+_0x36fd0d+'\x27',_0x3ef9b5),_0x8293dc[_0x550efa(0x24e)]='✓\x20Plugin\x20\x27'+_0x36fd0d+_0x550efa(0x23e);}function a9_0x4862(){const _0x28e62c=['https://github.com/treasure-data/td-skills','\x20already\x20configured','inherit','llm-proxy','td-skills','join','fail','stderr','INSTALLATION_FAILED','6fhnbhv','type','parse','CLAUDE_CODE_USE_BEDROCK','model','debug','✓\x20Using\x20project:\x20','✓\x20MCP\x20server\x20\x27','CLAUDE_CODE_UNSUPPORTED_VERSION','ANTHROPIC_AUTH_TOKEN','10ouwkmo','Starting\x20TD\x20LLM\x20pass-through\x20proxy...','127.0.0.1','1677866NVAZxw','Failed\x20to\x20update\x20marketplace\x20\x27','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','utf-8','3297005iWtqaM','\x27\x20installed','Invalid\x20minimum\x20version\x20format:\x20','td-skills\x20Plugins','log','mcp','.claude','passThroughServer','logLevel','trim','Failed\x20to\x20install\x20plugin\x20\x27','match','Starting\x20TD\x20LLM\x20proxy\x20server...','hostname','profile','canParse','name','text','info','context','settings.local.json','--transport','execute','ENOENT','claude','tdx-skills','Skipping\x20TD\x20LLM\x20proxy\x20setup\x20(--no-proxy)','\x27...','llm','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20server\x20stopped','Configuring\x20MCP\x20server\x20\x27','already\x20configured','env','getLogPath','plugin','\x27\x20updated','Finding\x20available\x20port...','user','INVALID_ARGUMENT','tdx\x20claude\x20statusline','Command\x20failed\x20(exit\x20','\x20does\x20not\x20support\x20required\x20features.\x20Please\x20upgrade\x20to\x20version\x20','✓\x20Settings\x20configured:\x20.claude/settings.local.json','Failed\x20to\x20spawn\x20claude\x20command:\x20','warn','http://127.0.0.1:','start','originalSettings','llmProxy','major','patch','minor','verbose','server','Please\x20install\x20Claude\x20Code\x20from\x20https://claude.com/claude-code','\x20or\x20later.','13380927jDuSjq','cause','site','Failed\x20to\x20configure\x20MCP\x20server\x20\x27','Installing\x20plugin\x20\x27','includes','\x20configuration\x20failed','resume','exit','already\x20installed','Checking\x20Claude\x20Code\x20version...','false','add','install','✓\x20Logs\x20saved\x20to\x20','23175351PFicRs','\x20is\x20too\x20old\x20(minimum:\x20','stop','2.0.20','\x20→\x20','8yKTeKZ','port','):\x20claude\x20','ANTHROPIC_BASE_URL','update','workflow-skills','Configuring\x20marketplace\x20\x27','unshift','--version','ANTHROPIC_MODEL','command','td-docs','already\x20exists','Claude\x20Code\x20CLI\x20not\x20found','CLAUDE_CODE_USE_VERTEX','statusLine','7143588AYcOwt','TD\x20Docs\x20MCP\x20Server','Setup\x20failed','error','tdx-managed-proxy','proxy','7821954DPiYeF','logger','data','✓\x20Marketplace\x20\x27','apiKey','Download\x20the\x20latest\x20version\x20from\x20https://claude.com/claude-code','✓\x20Claude\x20Code\x20version\x20OK','CLAUDE_CODE_NOT_FOUND','message','tdx\x20--profile\x20','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20running\x20on\x20port\x20','description','green','toString','✓\x20Found\x20available\x20port:\x20','595960ZRGQUr','cwd','INTERNAL','Failed\x20to\x20configure\x20marketplace\x20\x27','Claude\x20Code\x20version\x20','Creating\x20.claude/settings.local.json...','string','Executing:\x20claude\x20','Claude\x20Code\x20version\x20check\x20failed','marketplace','https://docs.treasuredata.com/mcp','\x20meets\x20minimum\x20requirement','init','account_id'];a9_0x4862=function(){return _0x28e62c;};return a9_0x4862();}async function createClaudeSettings(_0x58b11b,_0x1a6095,_0x5e3dfe){const _0x4e85d3=a9_0x3e7c51,_0x34d21b=join(process[_0x4e85d3(0x216)](),'.claude'),_0x2537e5=join(_0x34d21b,'settings.local.json');await mkdir(_0x34d21b,{'recursive':!![]});let _0x2fb27e={};if(existsSync(_0x2537e5))try{const _0x312494=await readFile(_0x2537e5,'utf-8');_0x2fb27e=JSON['parse'](_0x312494);}catch{_0x2fb27e={};}const _0x3caa19=_0x2fb27e[_0x4e85d3(0x25d)]||{},_0xf64f64={'ANTHROPIC_BASE_URL':_0x3caa19[_0x4e85d3(0x1f3)],'ANTHROPIC_MODEL':_0x3caa19[_0x4e85d3(0x1f9)],'ANTHROPIC_AUTH_TOKEN':_0x3caa19[_0x4e85d3(0x235)],'CLAUDE_CODE_USE_BEDROCK':_0x3caa19[_0x4e85d3(0x22f)],'CLAUDE_CODE_USE_VERTEX':_0x3caa19[_0x4e85d3(0x1fe)],'statusLine':_0x2fb27e[_0x4e85d3(0x1ff)]},_0x420fd2={..._0x2fb27e,'env':{..._0x3caa19,'ANTHROPIC_BASE_URL':_0x4e85d3(0x26a)+_0x58b11b,..._0x1a6095&&{'ANTHROPIC_MODEL':_0x1a6095},'ANTHROPIC_AUTH_TOKEN':_0x4e85d3(0x204),'CLAUDE_CODE_USE_BEDROCK':'false','CLAUDE_CODE_USE_VERTEX':_0x4e85d3(0x280)},'statusLine':{'type':_0x4e85d3(0x1fa),'command':_0x5e3dfe?_0x4e85d3(0x20f)+_0x5e3dfe+'\x20claude\x20statusline':_0x4e85d3(0x264)}};return await writeFile(_0x2537e5,JSON['stringify'](_0x420fd2,null,0x2)+'\x0a'),_0xf64f64;}async function restoreClaudeSettings(_0x30ccf6){const _0x34c5b0=a9_0x3e7c51,_0x61aad2=join(process[_0x34c5b0(0x216)](),_0x34c5b0(0x243)),_0xb3f99b=join(_0x61aad2,_0x34c5b0(0x251));if(!existsSync(_0xb3f99b))return;try{const _0x2a8a92=await readFile(_0xb3f99b,_0x34c5b0(0x23c)),_0x30a8e8=JSON[_0x34c5b0(0x22e)](_0x2a8a92),_0x39aede=_0x30a8e8[_0x34c5b0(0x25d)]||{},_0x124a62=_0x39aede[_0x34c5b0(0x1f3)],_0xf8f5f0=((()=>{const _0x45ba3c=_0x34c5b0;if(typeof _0x124a62!==_0x45ba3c(0x21b))return![];try{const _0x499408=new URL(_0x124a62);return _0x499408[_0x45ba3c(0x24a)]==='localhost'||_0x499408[_0x45ba3c(0x24a)]===_0x45ba3c(0x238);}catch{return![];}})());_0xf8f5f0?(delete _0x39aede[_0x34c5b0(0x1f3)],delete _0x39aede['ANTHROPIC_MODEL'],delete _0x39aede[_0x34c5b0(0x235)],delete _0x39aede[_0x34c5b0(0x22f)],delete _0x39aede[_0x34c5b0(0x1fe)]):(_0x30ccf6[_0x34c5b0(0x1f3)]!==undefined?_0x39aede['ANTHROPIC_BASE_URL']=_0x30ccf6['ANTHROPIC_BASE_URL']:delete _0x39aede['ANTHROPIC_BASE_URL'],_0x30ccf6[_0x34c5b0(0x1f9)]!==undefined?_0x39aede[_0x34c5b0(0x1f9)]=_0x30ccf6[_0x34c5b0(0x1f9)]:delete _0x39aede['ANTHROPIC_MODEL'],_0x30ccf6[_0x34c5b0(0x235)]!==undefined?_0x39aede[_0x34c5b0(0x235)]=_0x30ccf6[_0x34c5b0(0x235)]:delete _0x39aede[_0x34c5b0(0x235)],_0x30ccf6['CLAUDE_CODE_USE_BEDROCK']!==undefined?_0x39aede[_0x34c5b0(0x22f)]=_0x30ccf6['CLAUDE_CODE_USE_BEDROCK']:delete _0x39aede[_0x34c5b0(0x22f)],_0x30ccf6['CLAUDE_CODE_USE_VERTEX']!==undefined?_0x39aede[_0x34c5b0(0x1fe)]=_0x30ccf6[_0x34c5b0(0x1fe)]:delete _0x39aede[_0x34c5b0(0x1fe)]);const _0x36f4a0=_0x30a8e8['statusLine'],_0x3ec07d=((()=>{const _0x402a8e=_0x34c5b0;if(!_0x36f4a0||typeof _0x36f4a0!=='object')return![];if(_0x36f4a0[_0x402a8e(0x22d)]!==_0x402a8e(0x1fa))return![];if(typeof _0x36f4a0['command']!=='string')return![];return _0x36f4a0[_0x402a8e(0x1fa)][_0x402a8e(0x27a)]('tdx')&&_0x36f4a0[_0x402a8e(0x1fa)]['includes']('statusline');})());if(_0x3ec07d)delete _0x30a8e8['statusLine'];else _0x30ccf6[_0x34c5b0(0x1ff)]!==undefined?_0x30a8e8[_0x34c5b0(0x1ff)]=_0x30ccf6[_0x34c5b0(0x1ff)]:delete _0x30a8e8['statusLine'];_0x30a8e8[_0x34c5b0(0x25d)]=_0x39aede,await writeFile(_0xb3f99b,JSON['stringify'](_0x30a8e8,null,0x2)+'\x0a');}catch{}}export class ClaudeCommand extends BaseCommand{[a9_0x3e7c51(0x24d)]=a9_0x3e7c51(0x255);[a9_0x3e7c51(0x211)]=a9_0x3e7c51(0x23b);[a9_0x3e7c51(0x272)];[a9_0x3e7c51(0x244)];[a9_0x3e7c51(0x26c)];[a9_0x3e7c51(0x207)];[a9_0x3e7c51(0x28a)];async[a9_0x3e7c51(0x253)](_0x2ef89a){const _0x5535f4=a9_0x3e7c51,{tdx:_0x36c6ee,options:_0x30d65c,args:_0xfef919}=_0x2ef89a;try{const _0x448105=_0x30d65c,_0x586cc0=_0x448105[_0x5535f4(0x205)]===![],_0x1f4a3e=_0x448105['continue']===!![],_0x1b7ef1=_0x448105[_0x5535f4(0x27c)]===!![],_0x414d24=_0x448105[_0x5535f4(0x26d)],_0x21cf97=_0x414d24!==undefined&&_0x414d24!==![],_0x155e88=typeof _0x414d24===_0x5535f4(0x21b)?_0x414d24:undefined,_0x1833da=_0x21cf97?undefined:_0x448105[_0x5535f4(0x230)],_0x4be69a=[..._0xfef919];if(_0x1f4a3e)_0x4be69a['unshift']('-c');else _0x1b7ef1&&_0x4be69a[_0x5535f4(0x1f7)]('-r');const _0x5653a7=createCommandSpinner('Initializing...',{'verbose':_0x30d65c[_0x5535f4(0x271)]});_0x5653a7['start']();try{if(!_0x586cc0){_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x261),this[_0x5535f4(0x28a)]=await findAvailablePort(0xfa0),_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x214)+this['port'];const _0x2f7335=_0x30d65c[_0x5535f4(0x24b)];try{const _0x278d3a=await _0x36c6ee[_0x5535f4(0x262)]['getCurrent']();_0x278d3a['account_id']&&writeCachedAccountInfo(_0x30d65c[_0x5535f4(0x277)],_0x278d3a[_0x5535f4(0x222)],_0x2f7335);}catch{}_0x5653a7['text']='Initializing\x20proxy\x20logger...',this['logger']=new TDXLogger(_0x30d65c[_0x5535f4(0x245)],!![]),await this[_0x5535f4(0x207)][_0x5535f4(0x221)]();const _0x2316b2=this[_0x5535f4(0x207)][_0x5535f4(0x25e)]();_0x5653a7[_0x5535f4(0x24e)]='✓\x20Logging\x20to\x20'+_0x2316b2;if(_0x21cf97){if(_0x155e88&&!URL[_0x5535f4(0x24c)](_0x155e88))throw new SDKError(ErrorCode[_0x5535f4(0x263)],'Invalid\x20LLM\x20proxy\x20URL:\x20'+_0x155e88);const _0x4886b3=_0x155e88||getEndpoint(_0x30d65c[_0x5535f4(0x277)],_0x5535f4(0x226));_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x237);if(!_0x36c6ee[_0x5535f4(0x250)][_0x5535f4(0x20a)])throw new SDKError(ErrorCode[_0x5535f4(0x263)],'API\x20key\x20is\x20required\x20for\x20TD\x20LLM\x20Proxy\x20mode');this[_0x5535f4(0x244)]=new PassThroughProxyServer({'port':this[_0x5535f4(0x28a)],'llmProxyUrl':_0x4886b3,'apiKey':_0x36c6ee[_0x5535f4(0x250)][_0x5535f4(0x20a)],'logger':this['logger'],'site':_0x30d65c[_0x5535f4(0x277)],'profile':_0x2f7335}),await this[_0x5535f4(0x244)][_0x5535f4(0x26b)](),_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x210)+this['port']+_0x5535f4(0x288)+_0x4886b3;}else{_0x5653a7[_0x5535f4(0x24e)]='Setting\x20up\x20project...';const _0x311b6c=await _0x36c6ee[_0x5535f4(0x259)]['getOrCreateDefaultProject'](),_0x43aa74=_0x311b6c['id'];_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x232)+_0x311b6c['attributes'][_0x5535f4(0x24d)],_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x249),this[_0x5535f4(0x272)]=new ProxyServer({'port':this[_0x5535f4(0x28a)],'projectId':_0x43aa74,'tdx':_0x36c6ee,'logger':this['logger'],'site':_0x30d65c[_0x5535f4(0x277)]}),await this[_0x5535f4(0x272)][_0x5535f4(0x26b)](),_0x5653a7['text']='✓\x20TD\x20LLM\x20proxy\x20running\x20on\x20port\x20'+this[_0x5535f4(0x28a)];}_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x21a),this[_0x5535f4(0x26c)]=await createClaudeSettings(this[_0x5535f4(0x28a)],_0x1833da,_0x2f7335),_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x267);}else _0x5653a7['text']=_0x5535f4(0x257);try{_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x27f),await checkClaudeVersion(MIN_CLAUDE_VERSION,this[_0x5535f4(0x207)]),_0x5653a7[_0x5535f4(0x24e)]=_0x5535f4(0x20c);}catch(_0x53d33a){_0x5653a7[_0x5535f4(0x229)](_0x5535f4(0x21d));throw _0x53d33a;}try{await ensureMcpServer(_0x5535f4(0x1fb),_0x5535f4(0x21f),'http',_0x5653a7,this[_0x5535f4(0x207)]);}catch(_0x31f001){handleInstallationError(_0x31f001,_0x5535f4(0x201),_0x5653a7,this['logger']);}try{await ensureMarketplace(_0x5535f4(0x227),_0x5535f4(0x223),_0x5653a7,this[_0x5535f4(0x207)]),await updateMarketplace('td-skills',_0x5653a7,this[_0x5535f4(0x207)]),await ensurePlugin('sql-skills',_0x5535f4(0x227),_0x5653a7,this[_0x5535f4(0x207)]),await ensurePlugin(_0x5535f4(0x1f5),_0x5535f4(0x227),_0x5653a7,this['logger']),await ensurePlugin(_0x5535f4(0x256),_0x5535f4(0x227),_0x5653a7,this[_0x5535f4(0x207)]);}catch(_0x2a022d){handleInstallationError(_0x2a022d,_0x5535f4(0x240),_0x5653a7,this[_0x5535f4(0x207)]);}_0x5653a7[_0x5535f4(0x286)]();}catch(_0x2616d3){_0x5653a7[_0x5535f4(0x229)](_0x5535f4(0x202));throw _0x2616d3;}const _0x6e058b=await findExecutable('claude');if(!_0x6e058b)throw new SDKError(ErrorCode[_0x5535f4(0x20d)],_0x5535f4(0x1fd),undefined,{'helpText':_0x5535f4(0x273)});const _0x762f39={...process[_0x5535f4(0x25d)]};!_0x586cc0&&(_0x762f39[_0x5535f4(0x1f3)]=_0x5535f4(0x26a)+this[_0x5535f4(0x28a)],_0x1833da&&(_0x762f39['ANTHROPIC_MODEL']=_0x1833da),_0x762f39[_0x5535f4(0x235)]=_0x5535f4(0x204),_0x762f39['CLAUDE_CODE_USE_BEDROCK']=_0x5535f4(0x280),_0x762f39[_0x5535f4(0x1fe)]=_0x5535f4(0x280));const _0x1bd211=crossSpawn(_0x6e058b,_0x4be69a,{'stdio':_0x5535f4(0x225),'env':_0x762f39}),_0x1b3a61=await new Promise(_0x2105f1=>{const _0x1dd6b3=_0x5535f4;_0x1bd211['on'](_0x1dd6b3(0x27d),_0x586778=>{_0x2105f1(_0x586778||0x0);}),_0x1bd211['on'](_0x1dd6b3(0x203),_0x46d2d9=>{const _0x4ae4c3=_0x1dd6b3;console[_0x4ae4c3(0x203)](a9_0x486806['red']('Failed\x20to\x20launch\x20Claude\x20Code:\x20'+_0x46d2d9['message'])),_0x2105f1(0x1);});});this[_0x5535f4(0x272)]&&(await this[_0x5535f4(0x272)]['stop'](),console[_0x5535f4(0x241)](a9_0x486806[_0x5535f4(0x212)]('✓\x20TD\x20LLM\x20proxy\x20server\x20stopped')));this[_0x5535f4(0x244)]&&(await this['passThroughServer'][_0x5535f4(0x286)](),console[_0x5535f4(0x241)](a9_0x486806[_0x5535f4(0x212)](_0x5535f4(0x25a))));if(this[_0x5535f4(0x207)]){await this[_0x5535f4(0x207)]['close']();const _0x45ebe7=this[_0x5535f4(0x207)]['getLogPath']();console['log'](a9_0x486806[_0x5535f4(0x212)](_0x5535f4(0x283)+_0x45ebe7));}return this[_0x5535f4(0x26c)]&&(await restoreClaudeSettings(this[_0x5535f4(0x26c)]),console[_0x5535f4(0x241)](a9_0x486806[_0x5535f4(0x212)]('✓\x20Settings\x20restored:\x20.claude/settings.local.json'))),_0x1b3a61;}catch(_0x29a4db){this[_0x5535f4(0x272)]&&await this[_0x5535f4(0x272)][_0x5535f4(0x286)]();this['passThroughServer']&&await this[_0x5535f4(0x244)][_0x5535f4(0x286)]();this[_0x5535f4(0x207)]&&await this['logger']['close']();this[_0x5535f4(0x26c)]&&await restoreClaudeSettings(this[_0x5535f4(0x26c)]);throw _0x29a4db;}}}
1
+ const a9_0x5add6b=a9_0x2e6c;(function(_0x2e7208,_0x12d131){const _0x27d6d4=a9_0x2e6c,_0x4e39e6=_0x2e7208();while(!![]){try{const _0x155928=-parseInt(_0x27d6d4(0x186))/0x1*(parseInt(_0x27d6d4(0x12c))/0x2)+parseInt(_0x27d6d4(0x12b))/0x3+-parseInt(_0x27d6d4(0x151))/0x4*(parseInt(_0x27d6d4(0x165))/0x5)+parseInt(_0x27d6d4(0x190))/0x6+parseInt(_0x27d6d4(0x178))/0x7+-parseInt(_0x27d6d4(0x10f))/0x8*(-parseInt(_0x27d6d4(0x166))/0x9)+-parseInt(_0x27d6d4(0x160))/0xa*(parseInt(_0x27d6d4(0x142))/0xb);if(_0x155928===_0x12d131)break;else _0x4e39e6['push'](_0x4e39e6['shift']());}catch(_0x43b06a){_0x4e39e6['push'](_0x4e39e6['shift']());}}}(a9_0x132a,0xb0900));import{readFile,writeFile,mkdir}from'node:fs/promises';import{existsSync}from'node:fs';import{join}from'node:path';import a9_0x2bccd9 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';function a9_0x2e6c(_0x2c6fb4,_0x44935e){_0x2c6fb4=_0x2c6fb4-0x100;const _0x132a80=a9_0x132a();let _0x2e6cb7=_0x132a80[_0x2c6fb4];return _0x2e6cb7;}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=a9_0x5add6b(0x174);function handleInstallationError(_0x2be884,_0x234fa8,_0x582201,_0x494f99){const _0x19ba75=a9_0x5add6b;errorContains(_0x2be884,_0x19ba75(0x188),_0x19ba75(0x121),_0x19ba75(0x19c))?(_0x582201['text']='✓\x20'+_0x234fa8+_0x19ba75(0x11c),_0x494f99?.[_0x19ba75(0x181)](_0x234fa8+_0x19ba75(0x11c)),_0x2be884 instanceof SDKError&&_0x2be884[_0x19ba75(0x18b)]&&_0x494f99?.['debug'](_0x19ba75(0x17e)+_0x2be884[_0x19ba75(0x18b)][_0x19ba75(0x13a)])):(_0x582201[_0x19ba75(0x193)](_0x19ba75(0x177)+_0x234fa8),_0x494f99?.[_0x19ba75(0x10b)](_0x234fa8+_0x19ba75(0x196),_0x2be884));}export function parseVersion(_0x1e4faa){const _0x4d96a1=a9_0x5add6b,_0x858af7=_0x1e4faa[_0x4d96a1(0x14c)]()[_0x4d96a1(0x162)](/^v?(\d+)\.(\d+)\.(\d+)/);if(!_0x858af7)return null;return{'major':parseInt(_0x858af7[0x1],0xa),'minor':parseInt(_0x858af7[0x2],0xa),'patch':parseInt(_0x858af7[0x3],0xa)};}export function compareVersions(_0x538096,_0x2e2b17){const _0x2b11e1=a9_0x5add6b;if(_0x538096[_0x2b11e1(0x10a)]!==_0x2e2b17[_0x2b11e1(0x10a)])return _0x538096['major']-_0x2e2b17['major'];if(_0x538096[_0x2b11e1(0x127)]!==_0x2e2b17[_0x2b11e1(0x127)])return _0x538096[_0x2b11e1(0x127)]-_0x2e2b17[_0x2b11e1(0x127)];return _0x538096[_0x2b11e1(0x155)]-_0x2e2b17[_0x2b11e1(0x155)];}async function checkClaudeVersion(_0x6d1936,_0x17bb03){const _0x2860ea=a9_0x5add6b;_0x17bb03?.[_0x2860ea(0x13c)](_0x2860ea(0x103)+_0x6d1936+')');const _0x5328b5=await executeClaudeCommand([_0x2860ea(0x170)],undefined,_0x17bb03),_0x1f63f8=parseVersion(_0x5328b5);if(!_0x1f63f8){_0x17bb03?.[_0x2860ea(0x193)]('Could\x20not\x20parse\x20Claude\x20Code\x20version\x20from:\x20'+_0x5328b5);return;}const _0x10bb7a=_0x1f63f8['major']+'.'+_0x1f63f8[_0x2860ea(0x127)]+'.'+_0x1f63f8[_0x2860ea(0x155)],_0x45b956=parseVersion(_0x6d1936);if(!_0x45b956){_0x17bb03?.[_0x2860ea(0x193)](_0x2860ea(0x11b)+_0x6d1936);return;}if(compareVersions(_0x1f63f8,_0x45b956)<0x0){_0x17bb03?.['error'](_0x2860ea(0x139)+_0x10bb7a+_0x2860ea(0x110)+_0x6d1936+')');throw new SDKError(ErrorCode[_0x2860ea(0x11a)],_0x2860ea(0x139)+_0x10bb7a+_0x2860ea(0x16e)+_0x6d1936+'\x20or\x20later.',undefined,{'helpText':_0x2860ea(0x189)});}_0x17bb03?.['debug']('Claude\x20Code\x20version\x20'+_0x10bb7a+_0x2860ea(0x173));}async function executeClaudeCommand(_0x5bb1e2,_0x5c9972,_0x1e96d4){const _0x31dde0=a9_0x5add6b;return _0x1e96d4?.['info'](_0x31dde0(0x149)+_0x5bb1e2['join']('\x20')),new Promise((_0x3b26c8,_0x36d8a0)=>{const _0x2957c2=_0x31dde0,_0x277872=crossSpawn(_0x2957c2(0x161),_0x5bb1e2,{'stdio':'pipe'});let _0x452751='',_0x36f65b='';_0x277872[_0x2957c2(0x118)]?.['on']('data',_0x3fbb40=>{const _0x5c2766=_0x2957c2;_0x452751+=_0x3fbb40[_0x5c2766(0x13d)]();}),_0x277872[_0x2957c2(0x10e)]?.['on'](_0x2957c2(0x199),_0x53efb1=>{const _0x5a9b16=_0x2957c2;_0x36f65b+=_0x53efb1[_0x5a9b16(0x13d)]();}),_0x277872['on'](_0x2957c2(0x10b),_0x24ec04=>{const _0x59936b=_0x2957c2;_0x24ec04['code']===_0x59936b(0x19a)?(_0x1e96d4?.[_0x59936b(0x10b)](_0x59936b(0x124)),_0x36d8a0(new SDKError(ErrorCode['CLAUDE_CODE_NOT_FOUND'],_0x59936b(0x124),_0x24ec04,{'helpText':_0x59936b(0x17a)}))):(_0x1e96d4?.[_0x59936b(0x10b)]('Command\x20spawn\x20error:\x20'+_0x24ec04['message']),_0x36d8a0(new SDKError(ErrorCode[_0x59936b(0x109)],_0x59936b(0x192)+_0x24ec04['message'],_0x24ec04)));}),_0x277872['on'](_0x2957c2(0x104),_0x5df13d=>{const _0x16d6a1=_0x2957c2;if(_0x5df13d===0x0)_0x3b26c8(_0x452751);else _0x5c9972?(_0x1e96d4?.[_0x16d6a1(0x10b)]('Command\x20failed\x20(exit\x20'+_0x5df13d+_0x16d6a1(0x16a)+_0x5bb1e2[_0x16d6a1(0x17b)]('\x20')),_0x36d8a0(new SDKError(ErrorCode[_0x16d6a1(0x16d)],_0x5c9972,new Error(_0x36f65b)))):_0x3b26c8('');});});}async function ensureMcpServer(_0x3e012b,_0x3b52b6,_0x503558,_0x43a5be,_0x101ac6){const _0x222159=a9_0x5add6b;_0x43a5be['text']=_0x222159(0x11e)+_0x3e012b+_0x222159(0x15d),await executeClaudeCommand([_0x222159(0x116),'add',_0x3e012b,_0x3b52b6,_0x222159(0x15f),_0x503558],_0x222159(0x16c)+_0x3e012b+'\x27',_0x101ac6),_0x43a5be[_0x222159(0x123)]=_0x222159(0x13f)+_0x3e012b+_0x222159(0x156);}function a9_0x132a(){const _0x488069=['statusline','\x20configuration\x20failed','site','utf-8','data','ENOENT','Invalid\x20LLM\x20proxy\x20URL:\x20','already\x20configured','log','logger','getOrCreateDefaultProject','add','server','Checking\x20Claude\x20Code\x20version\x20(minimum\x20required:\x20','exit','✓\x20Logs\x20saved\x20to\x20','workflow-skills','Failed\x20to\x20launch\x20Claude\x20Code:\x20','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20running\x20on\x20port\x20','INTERNAL','major','error','CLAUDE_CODE_USE_BEDROCK','env','stderr','31944ycEdVr','\x20is\x20too\x20old\x20(minimum:\x20','tdx-managed-proxy','marketplace','update','http','ANTHROPIC_AUTH_TOKEN','mcp','✓\x20Found\x20available\x20port:\x20','stdout','close','CLAUDE_CODE_UNSUPPORTED_VERSION','Invalid\x20minimum\x20version\x20format:\x20','\x20already\x20configured','ANTHROPIC_MODEL','Configuring\x20MCP\x20server\x20\x27','TD\x20Docs\x20MCP\x20Server','includes','already\x20installed','Failed\x20to\x20update\x20marketplace\x20\x27','text','Claude\x20Code\x20CLI\x20not\x20found','command','start','minor','llm-proxy','verbose','.claude','1813992USepEC','2844ORGzQP','object','getCurrent','Installing\x20plugin\x20\x27','cwd','✓\x20Settings\x20configured:\x20.claude/settings.local.json','\x27\x20installed','settings.local.json','port','hostname','td-skills','context','logLevel','Claude\x20Code\x20version\x20','message','canParse','debug','toString','Starting\x20TD\x20LLM\x20pass-through\x20proxy...','✓\x20MCP\x20server\x20\x27','apiKey','name','528SdKPJE','td-docs','getLogPath','CLAUDE_CODE_USE_VERTEX','continue','plugin','originalSettings','Executing:\x20claude\x20','account_id','inherit','trim','llmProxy','✓\x20Using\x20project:\x20','INVALID_ARGUMENT','Failed\x20to\x20configure\x20marketplace\x20\x27','6084HiuvFx','parse','CLAUDE_CODE_NOT_FOUND','resume','patch','\x27\x20configured','http://127.0.0.1:','td-skills\x20Plugins','statusLine','stop','Skipping\x20TD\x20LLM\x20proxy\x20setup\x20(--no-proxy)','unshift','\x27...','Initializing...','--transport','8270AICOQJ','claude','match','description','passThroughServer','3265xBzCTD','1521bFYADa','Finding\x20available\x20port...','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20server\x20stopped','user','):\x20claude\x20','\x27\x20updated','Failed\x20to\x20configure\x20MCP\x20server\x20\x27','INSTALLATION_FAILED','\x20does\x20not\x20support\x20required\x20features.\x20Please\x20upgrade\x20to\x20version\x20','✓\x20Plugin\x20\x27','--version','✓\x20TD\x20LLM\x20proxy\x20running\x20on\x20port\x20','red','\x20meets\x20minimum\x20requirement','2.0.20','Claude\x20Code\x20version\x20check\x20failed','string','Warning:\x20Failed\x20to\x20configure\x20','8189748fzYbha','green','Please\x20install\x20Claude\x20Code\x20from\x20https://claude.com/claude-code','join','init','tdx\x20claude\x20statusline','Command\x20output:\x20','✓\x20Marketplace\x20\x27','sql-skills','info','profile','Creating\x20.claude/settings.local.json...','type','Checking\x20Claude\x20Code\x20version...','911ECYRib','execute','already\x20exists','Download\x20the\x20latest\x20version\x20from\x20https://claude.com/claude-code','✓\x20Settings\x20restored:\x20.claude/settings.local.json','cause','stringify','ANTHROPIC_BASE_URL','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','tdx\x20--profile\x20','3612636gTBSmb','proxy','Failed\x20to\x20spawn\x20claude\x20command:\x20','warn','false'];a9_0x132a=function(){return _0x488069;};return a9_0x132a();}async function ensureMarketplace(_0x1ea294,_0x3156af,_0x55181b,_0x21ef0f){const _0x817fb5=a9_0x5add6b;_0x55181b['text']='Configuring\x20marketplace\x20\x27'+_0x1ea294+_0x817fb5(0x15d),await executeClaudeCommand([_0x817fb5(0x147),_0x817fb5(0x112),_0x817fb5(0x101),_0x3156af],_0x817fb5(0x150)+_0x1ea294+'\x27',_0x21ef0f),_0x55181b[_0x817fb5(0x123)]=_0x817fb5(0x17f)+_0x1ea294+_0x817fb5(0x156);}async function updateMarketplace(_0x1516ba,_0x2cbcf1,_0x457215){const _0x44f84c=a9_0x5add6b;_0x2cbcf1['text']='Updating\x20marketplace\x20\x27'+_0x1516ba+_0x44f84c(0x15d),await executeClaudeCommand(['plugin',_0x44f84c(0x112),_0x44f84c(0x113)],_0x44f84c(0x122)+_0x1516ba+'\x27',_0x457215),_0x2cbcf1[_0x44f84c(0x123)]=_0x44f84c(0x17f)+_0x1516ba+_0x44f84c(0x16b);}async function ensurePlugin(_0x2514ff,_0xfcdd0f,_0x7b1004,_0x46c61f){const _0xf83a4a=a9_0x5add6b;_0x7b1004['text']=_0xf83a4a(0x12f)+_0x2514ff+_0xf83a4a(0x15d),await executeClaudeCommand(['plugin','install',_0x2514ff+'@'+_0xfcdd0f],'Failed\x20to\x20install\x20plugin\x20\x27'+_0x2514ff+'\x27',_0x46c61f),_0x7b1004[_0xf83a4a(0x123)]=_0xf83a4a(0x16f)+_0x2514ff+_0xf83a4a(0x132);}async function createClaudeSettings(_0x14dcd3,_0x4d356a,_0x12c10a){const _0x272f7c=a9_0x5add6b,_0x374ead=join(process[_0x272f7c(0x130)](),_0x272f7c(0x12a)),_0x34bffb=join(_0x374ead,'settings.local.json');await mkdir(_0x374ead,{'recursive':!![]});let _0x421cbb={};if(existsSync(_0x34bffb))try{const _0x4db495=await readFile(_0x34bffb,_0x272f7c(0x198));_0x421cbb=JSON[_0x272f7c(0x152)](_0x4db495);}catch{_0x421cbb={};}const _0x151fbc=_0x421cbb[_0x272f7c(0x10d)]||{},_0x51baf3={'ANTHROPIC_BASE_URL':_0x151fbc[_0x272f7c(0x18d)],'ANTHROPIC_MODEL':_0x151fbc[_0x272f7c(0x11d)],'ANTHROPIC_AUTH_TOKEN':_0x151fbc['ANTHROPIC_AUTH_TOKEN'],'CLAUDE_CODE_USE_BEDROCK':_0x151fbc['CLAUDE_CODE_USE_BEDROCK'],'CLAUDE_CODE_USE_VERTEX':_0x151fbc[_0x272f7c(0x145)],'statusLine':_0x421cbb[_0x272f7c(0x159)]},_0x325279={..._0x421cbb,'env':{..._0x151fbc,'ANTHROPIC_BASE_URL':_0x272f7c(0x157)+_0x14dcd3,..._0x4d356a&&{'ANTHROPIC_MODEL':_0x4d356a},'ANTHROPIC_AUTH_TOKEN':_0x272f7c(0x111),'CLAUDE_CODE_USE_BEDROCK':_0x272f7c(0x194),'CLAUDE_CODE_USE_VERTEX':_0x272f7c(0x194)},'statusLine':{'type':_0x272f7c(0x125),'command':_0x12c10a?_0x272f7c(0x18f)+_0x12c10a+'\x20claude\x20statusline':_0x272f7c(0x17d)}};return await writeFile(_0x34bffb,JSON[_0x272f7c(0x18c)](_0x325279,null,0x2)+'\x0a'),_0x51baf3;}async function restoreClaudeSettings(_0x4f7036){const _0x331d9f=a9_0x5add6b,_0x4fce79=join(process[_0x331d9f(0x130)](),_0x331d9f(0x12a)),_0x446c26=join(_0x4fce79,_0x331d9f(0x133));if(!existsSync(_0x446c26))return;try{const _0x5e6b4b=await readFile(_0x446c26,_0x331d9f(0x198)),_0x41a472=JSON['parse'](_0x5e6b4b),_0xb065fb=_0x41a472[_0x331d9f(0x10d)]||{},_0x59b6b4=_0xb065fb['ANTHROPIC_BASE_URL'],_0x3af6a0=((()=>{const _0x4a6d3f=_0x331d9f;if(typeof _0x59b6b4!==_0x4a6d3f(0x176))return![];try{const _0x5e52fc=new URL(_0x59b6b4);return _0x5e52fc[_0x4a6d3f(0x135)]==='localhost'||_0x5e52fc['hostname']==='127.0.0.1';}catch{return![];}})());_0x3af6a0?(delete _0xb065fb['ANTHROPIC_BASE_URL'],delete _0xb065fb[_0x331d9f(0x11d)],delete _0xb065fb[_0x331d9f(0x115)],delete _0xb065fb[_0x331d9f(0x10c)],delete _0xb065fb[_0x331d9f(0x145)]):(_0x4f7036[_0x331d9f(0x18d)]!==undefined?_0xb065fb['ANTHROPIC_BASE_URL']=_0x4f7036['ANTHROPIC_BASE_URL']:delete _0xb065fb[_0x331d9f(0x18d)],_0x4f7036['ANTHROPIC_MODEL']!==undefined?_0xb065fb['ANTHROPIC_MODEL']=_0x4f7036[_0x331d9f(0x11d)]:delete _0xb065fb[_0x331d9f(0x11d)],_0x4f7036[_0x331d9f(0x115)]!==undefined?_0xb065fb[_0x331d9f(0x115)]=_0x4f7036[_0x331d9f(0x115)]:delete _0xb065fb['ANTHROPIC_AUTH_TOKEN'],_0x4f7036[_0x331d9f(0x10c)]!==undefined?_0xb065fb[_0x331d9f(0x10c)]=_0x4f7036[_0x331d9f(0x10c)]:delete _0xb065fb['CLAUDE_CODE_USE_BEDROCK'],_0x4f7036[_0x331d9f(0x145)]!==undefined?_0xb065fb[_0x331d9f(0x145)]=_0x4f7036[_0x331d9f(0x145)]:delete _0xb065fb[_0x331d9f(0x145)]);const _0xd536b5=_0x41a472[_0x331d9f(0x159)],_0x373152=((()=>{const _0x554040=_0x331d9f;if(!_0xd536b5||typeof _0xd536b5!==_0x554040(0x12d))return![];if(_0xd536b5[_0x554040(0x184)]!==_0x554040(0x125))return![];if(typeof _0xd536b5[_0x554040(0x125)]!==_0x554040(0x176))return![];return _0xd536b5[_0x554040(0x125)][_0x554040(0x120)]('tdx')&&_0xd536b5['command'][_0x554040(0x120)](_0x554040(0x195));})());if(_0x373152)delete _0x41a472['statusLine'];else _0x4f7036[_0x331d9f(0x159)]!==undefined?_0x41a472[_0x331d9f(0x159)]=_0x4f7036['statusLine']:delete _0x41a472[_0x331d9f(0x159)];_0x41a472[_0x331d9f(0x10d)]=_0xb065fb,await writeFile(_0x446c26,JSON['stringify'](_0x41a472,null,0x2)+'\x0a');}catch{}}export class ClaudeCommand extends BaseCommand{[a9_0x5add6b(0x141)]=a9_0x5add6b(0x161);[a9_0x5add6b(0x163)]=a9_0x5add6b(0x18e);['server'];['passThroughServer'];['originalSettings'];['logger'];['port'];async[a9_0x5add6b(0x187)](_0x5e173a){const _0x1ab173=a9_0x5add6b,{tdx:_0x18ed24,options:_0x3dd36d,args:_0x3e3154}=_0x5e173a;try{const _0xfc0384=_0x3dd36d,_0x1edeb7=_0xfc0384[_0x1ab173(0x191)]===![],_0x44b8ea=_0xfc0384[_0x1ab173(0x146)]===!![],_0x301b06=_0xfc0384[_0x1ab173(0x154)]===!![],_0x41a5a9=_0xfc0384[_0x1ab173(0x14d)],_0x4ee8c3=_0x41a5a9!==undefined&&_0x41a5a9!==![],_0x2b9265=typeof _0x41a5a9===_0x1ab173(0x176)?_0x41a5a9:undefined,_0x12f89e=_0x4ee8c3?undefined:_0xfc0384['model'],_0x2ad8fd=[..._0x3e3154];if(_0x44b8ea)_0x2ad8fd['unshift']('-c');else _0x301b06&&_0x2ad8fd[_0x1ab173(0x15c)]('-r');const _0x226434=createCommandSpinner(_0x1ab173(0x15e),{'verbose':_0x3dd36d[_0x1ab173(0x129)]});_0x226434[_0x1ab173(0x126)]();try{if(!_0x1edeb7){_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x167),this[_0x1ab173(0x134)]=await findAvailablePort(0xfa0),_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x117)+this[_0x1ab173(0x134)];const _0x49e642=_0x3dd36d[_0x1ab173(0x182)];try{const _0x597689=await _0x18ed24[_0x1ab173(0x169)][_0x1ab173(0x12e)]();_0x597689['account_id']&&writeCachedAccountInfo(_0x3dd36d[_0x1ab173(0x197)],_0x597689[_0x1ab173(0x14a)],_0x49e642);}catch{}_0x226434[_0x1ab173(0x123)]='Initializing\x20proxy\x20logger...',this[_0x1ab173(0x19e)]=new TDXLogger(_0x3dd36d[_0x1ab173(0x138)],!![]),await this[_0x1ab173(0x19e)][_0x1ab173(0x17c)]();const _0xcadd0d=this[_0x1ab173(0x19e)]['getLogPath']();_0x226434[_0x1ab173(0x123)]='✓\x20Logging\x20to\x20'+_0xcadd0d;if(_0x4ee8c3){if(_0x2b9265&&!URL[_0x1ab173(0x13b)](_0x2b9265))throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x1ab173(0x19b)+_0x2b9265);const _0x4dfddb=_0x2b9265||getEndpoint(_0x3dd36d[_0x1ab173(0x197)],_0x1ab173(0x128));_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x13e);if(!_0x18ed24[_0x1ab173(0x137)][_0x1ab173(0x140)])throw new SDKError(ErrorCode[_0x1ab173(0x14f)],'API\x20key\x20is\x20required\x20for\x20TD\x20LLM\x20Proxy\x20mode');this[_0x1ab173(0x164)]=new PassThroughProxyServer({'port':this['port'],'llmProxyUrl':_0x4dfddb,'apiKey':_0x18ed24[_0x1ab173(0x137)][_0x1ab173(0x140)],'logger':this[_0x1ab173(0x19e)],'site':_0x3dd36d[_0x1ab173(0x197)],'profile':_0x49e642}),await this[_0x1ab173(0x164)][_0x1ab173(0x126)](),_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x108)+this[_0x1ab173(0x134)]+'\x20→\x20'+_0x4dfddb;}else{_0x226434['text']='Setting\x20up\x20project...';const _0x1c5c32=await _0x18ed24['llm'][_0x1ab173(0x100)](),_0x26c3fb=_0x1c5c32['id'];_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x14e)+_0x1c5c32['attributes'][_0x1ab173(0x141)],_0x226434['text']='Starting\x20TD\x20LLM\x20proxy\x20server...',this[_0x1ab173(0x102)]=new ProxyServer({'port':this[_0x1ab173(0x134)],'projectId':_0x26c3fb,'tdx':_0x18ed24,'logger':this['logger'],'site':_0x3dd36d[_0x1ab173(0x197)]}),await this[_0x1ab173(0x102)][_0x1ab173(0x126)](),_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x171)+this[_0x1ab173(0x134)];}_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x183),this[_0x1ab173(0x148)]=await createClaudeSettings(this[_0x1ab173(0x134)],_0x12f89e,_0x49e642),_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x131);}else _0x226434[_0x1ab173(0x123)]=_0x1ab173(0x15b);try{_0x226434[_0x1ab173(0x123)]=_0x1ab173(0x185),await checkClaudeVersion(MIN_CLAUDE_VERSION,this['logger']),_0x226434['text']='✓\x20Claude\x20Code\x20version\x20OK';}catch(_0x24515b){_0x226434['fail'](_0x1ab173(0x175));throw _0x24515b;}try{await ensureMcpServer(_0x1ab173(0x143),'https://docs.treasuredata.com/mcp',_0x1ab173(0x114),_0x226434,this[_0x1ab173(0x19e)]);}catch(_0x48646c){handleInstallationError(_0x48646c,_0x1ab173(0x11f),_0x226434,this[_0x1ab173(0x19e)]);}try{await ensureMarketplace(_0x1ab173(0x136),'https://github.com/treasure-data/td-skills',_0x226434,this[_0x1ab173(0x19e)]),await updateMarketplace(_0x1ab173(0x136),_0x226434,this[_0x1ab173(0x19e)]),await ensurePlugin(_0x1ab173(0x180),'td-skills',_0x226434,this[_0x1ab173(0x19e)]),await ensurePlugin(_0x1ab173(0x106),_0x1ab173(0x136),_0x226434,this[_0x1ab173(0x19e)]),await ensurePlugin('tdx-skills',_0x1ab173(0x136),_0x226434,this[_0x1ab173(0x19e)]);}catch(_0x271af2){handleInstallationError(_0x271af2,_0x1ab173(0x158),_0x226434,this['logger']);}_0x226434[_0x1ab173(0x15a)]();}catch(_0x32d234){_0x226434['fail']('Setup\x20failed');throw _0x32d234;}const _0x29934a=await findExecutable(_0x1ab173(0x161));if(!_0x29934a)throw new SDKError(ErrorCode[_0x1ab173(0x153)],_0x1ab173(0x124),undefined,{'helpText':'Please\x20install\x20Claude\x20Code\x20from\x20https://claude.com/claude-code'});const _0x48297d={...process['env']};!_0x1edeb7&&(_0x48297d['ANTHROPIC_BASE_URL']=_0x1ab173(0x157)+this[_0x1ab173(0x134)],_0x12f89e&&(_0x48297d[_0x1ab173(0x11d)]=_0x12f89e),_0x48297d[_0x1ab173(0x115)]=_0x1ab173(0x111),_0x48297d[_0x1ab173(0x10c)]=_0x1ab173(0x194),_0x48297d[_0x1ab173(0x145)]='false');const _0x6f6d8b=crossSpawn(_0x29934a,_0x2ad8fd,{'stdio':_0x1ab173(0x14b),'env':_0x48297d}),_0x199cfa=await new Promise(_0x39c48a=>{_0x6f6d8b['on']('exit',_0x192216=>{_0x39c48a(_0x192216||0x0);}),_0x6f6d8b['on']('error',_0x221eac=>{const _0x5b129d=a9_0x2e6c;console[_0x5b129d(0x10b)](a9_0x2bccd9[_0x5b129d(0x172)](_0x5b129d(0x107)+_0x221eac[_0x5b129d(0x13a)])),_0x39c48a(0x1);});});this['server']&&(await this[_0x1ab173(0x102)][_0x1ab173(0x15a)](),console['log'](a9_0x2bccd9[_0x1ab173(0x179)]('✓\x20TD\x20LLM\x20proxy\x20server\x20stopped')));this[_0x1ab173(0x164)]&&(await this['passThroughServer'][_0x1ab173(0x15a)](),console[_0x1ab173(0x19d)](a9_0x2bccd9[_0x1ab173(0x179)](_0x1ab173(0x168))));if(this[_0x1ab173(0x19e)]){await this[_0x1ab173(0x19e)][_0x1ab173(0x119)]();const _0x4d4452=this[_0x1ab173(0x19e)][_0x1ab173(0x144)]();console[_0x1ab173(0x19d)](a9_0x2bccd9[_0x1ab173(0x179)](_0x1ab173(0x105)+_0x4d4452));}return this[_0x1ab173(0x148)]&&(await restoreClaudeSettings(this[_0x1ab173(0x148)]),console['log'](a9_0x2bccd9[_0x1ab173(0x179)](_0x1ab173(0x18a)))),_0x199cfa;}catch(_0x584245){this['server']&&await this[_0x1ab173(0x102)]['stop']();this[_0x1ab173(0x164)]&&await this['passThroughServer'][_0x1ab173(0x15a)]();this[_0x1ab173(0x19e)]&&await this[_0x1ab173(0x19e)][_0x1ab173(0x119)]();this[_0x1ab173(0x148)]&&await restoreClaudeSettings(this[_0x1ab173(0x148)]);throw _0x584245;}}}