@treasuredata/tdx 0.16.2 → 0.16.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/dist/bin.js +1 -1
  2. package/dist/build-info.json +3 -3
  3. package/dist/cli-categories.js +1 -1
  4. package/dist/cli.js +1 -1
  5. package/dist/commands/activations.js +1 -1
  6. package/dist/commands/agent-command.js +1 -1
  7. package/dist/commands/agent-test-command.js +1 -1
  8. package/dist/commands/api-command.js +1 -1
  9. package/dist/commands/auth-command.js +1 -1
  10. package/dist/commands/chat-command.js +1 -1
  11. package/dist/commands/claude-command.js +1 -1
  12. package/dist/commands/claude-statusline-command.js +1 -1
  13. package/dist/commands/claude-usage-command.js +1 -1
  14. package/dist/commands/command.js +1 -1
  15. package/dist/commands/connection-command.js +1 -1
  16. package/dist/commands/databases.js +1 -1
  17. package/dist/commands/describe.js +1 -1
  18. package/dist/commands/engage-command.js +1 -1
  19. package/dist/commands/job-command.js +1 -1
  20. package/dist/commands/journey-command.js +1 -1
  21. package/dist/commands/journey-validate-command.js +1 -1
  22. package/dist/commands/llm-command.js +1 -1
  23. package/dist/commands/llm-proxy.js +1 -1
  24. package/dist/commands/mcp-command.js +1 -1
  25. package/dist/commands/parent-segment-command.js +1 -1
  26. package/dist/commands/profile-command.js +1 -1
  27. package/dist/commands/profiles-command.js +1 -1
  28. package/dist/commands/query-command.js +1 -1
  29. package/dist/commands/segment-command.js +1 -1
  30. package/dist/commands/segment-create-command.js +1 -1
  31. package/dist/commands/segment-fields-command.js +1 -1
  32. package/dist/commands/segment-pull-command.js +1 -1
  33. package/dist/commands/segment-push-command.js +1 -1
  34. package/dist/commands/segment-update-command.js +1 -1
  35. package/dist/commands/segment-use-command.js +1 -1
  36. package/dist/commands/segment-validate-command.js +1 -1
  37. package/dist/commands/segments.js +1 -1
  38. package/dist/commands/show.js +1 -1
  39. package/dist/commands/tables.js +1 -1
  40. package/dist/commands/unset-command.js +1 -1
  41. package/dist/commands/use-command.js +1 -1
  42. package/dist/commands/user-command.js +1 -1
  43. package/dist/commands/workflow-command.js +1 -1
  44. package/dist/core/auth.js +1 -1
  45. package/dist/core/command-output.js +1 -1
  46. package/dist/core/config.js +1 -1
  47. package/dist/core/connection-cache.js +1 -1
  48. package/dist/core/constants.js +1 -1
  49. package/dist/core/credential-cache.js +1 -1
  50. package/dist/core/global-context.js +1 -1
  51. package/dist/core/keychain.js +1 -1
  52. package/dist/core/profile.js +1 -1
  53. package/dist/core/project-config.js +1 -1
  54. package/dist/core/session.js +1 -1
  55. package/dist/core/user-cache.js +1 -1
  56. package/dist/core/version.js +1 -1
  57. package/dist/index.js +1 -1
  58. package/dist/mcp/server.js +1 -1
  59. package/dist/mcp/tools/index.js +1 -1
  60. package/dist/mcp/tools/tdx-run.js +1 -1
  61. package/dist/mcp/tools/tdx-search.js +1 -1
  62. package/dist/mcp/utils.js +1 -1
  63. package/dist/proxy/anthropic-adapter.js +1 -1
  64. package/dist/proxy/claude-usage-tracker.js +1 -1
  65. package/dist/proxy/context-signature.js +1 -1
  66. package/dist/proxy/conversation-utils.js +1 -1
  67. package/dist/proxy/passthrough-server.js +1 -1
  68. package/dist/proxy/server.js +1 -1
  69. package/dist/proxy/session-cache.js +1 -1
  70. package/dist/proxy/sse-usage-parser.js +1 -1
  71. package/dist/sdk/agent/agent-config.js +1 -1
  72. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  73. package/dist/sdk/agent/agent-yaml.js +1 -1
  74. package/dist/sdk/agent/test/evaluator.js +1 -1
  75. package/dist/sdk/agent/test/executor.js +1 -1
  76. package/dist/sdk/agent/test/index.js +1 -1
  77. package/dist/sdk/agent/test/output.js +1 -1
  78. package/dist/sdk/agent/test/parser.js +1 -1
  79. package/dist/sdk/api.js +1 -1
  80. package/dist/sdk/claude-agent/claude-agent-client.d.ts.map +1 -1
  81. package/dist/sdk/claude-agent/claude-agent-client.js +1 -1
  82. package/dist/sdk/claude-agent/claude-agent-client.js.map +1 -1
  83. package/dist/sdk/claude-agent/environment.d.ts +9 -0
  84. package/dist/sdk/claude-agent/environment.d.ts.map +1 -1
  85. package/dist/sdk/claude-agent/environment.js +1 -1
  86. package/dist/sdk/claude-agent/environment.js.map +1 -1
  87. package/dist/sdk/claude-agent/index.js +1 -1
  88. package/dist/sdk/claude-agent/system-prompts.js +1 -1
  89. package/dist/sdk/client/cdp-api-client.js +1 -1
  90. package/dist/sdk/client/endpoints.js +1 -1
  91. package/dist/sdk/client/engage-api-client.js +1 -1
  92. package/dist/sdk/client/http-client.js +1 -1
  93. package/dist/sdk/client/llm-api-client.js +1 -1
  94. package/dist/sdk/client/rate-limiter.js +1 -1
  95. package/dist/sdk/client/td-api-client.js +1 -1
  96. package/dist/sdk/client/trino-api-client.js +1 -1
  97. package/dist/sdk/client/workflow-client.js +1 -1
  98. package/dist/sdk/connection-validator.js +1 -1
  99. package/dist/sdk/connection.js +1 -1
  100. package/dist/sdk/engage.js +1 -1
  101. package/dist/sdk/errors.js +1 -1
  102. package/dist/sdk/index.js +1 -1
  103. package/dist/sdk/io/index.js +1 -1
  104. package/dist/sdk/io/node-filesystem.js +1 -1
  105. package/dist/sdk/job.js +1 -1
  106. package/dist/sdk/journey.js +1 -1
  107. package/dist/sdk/llm/chat-cache.js +1 -1
  108. package/dist/sdk/llm/index.js +1 -1
  109. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  110. package/dist/sdk/llm/model-aliases.js +1 -1
  111. package/dist/sdk/llm/model-factors.js +1 -1
  112. package/dist/sdk/query/index.js +1 -1
  113. package/dist/sdk/query/sql-parser.js +1 -1
  114. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  115. package/dist/sdk/segment/fields-display.js +1 -1
  116. package/dist/sdk/segment/file-discovery.js +1 -1
  117. package/dist/sdk/segment/journey-utils.js +1 -1
  118. package/dist/sdk/segment/journey-yaml.js +1 -1
  119. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  120. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  121. package/dist/sdk/segment/pull-workflow.js +1 -1
  122. package/dist/sdk/segment/push-workflow.js +1 -1
  123. package/dist/sdk/segment/resolution-context.js +1 -1
  124. package/dist/sdk/segment/segment-path-parser.js +1 -1
  125. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  126. package/dist/sdk/segment/target-resolution.js +1 -1
  127. package/dist/sdk/segment/tdx-config.js +1 -1
  128. package/dist/sdk/segment/validate-files.js +1 -1
  129. package/dist/sdk/segment/yaml-validator.js +1 -1
  130. package/dist/sdk/segment.js +1 -1
  131. package/dist/sdk/types/index.js +1 -1
  132. package/dist/sdk/types/progress.js +1 -1
  133. package/dist/sdk/user.js +1 -1
  134. package/dist/sdk/util/format-detector.js +1 -1
  135. package/dist/sdk/util/formatters.js +1 -1
  136. package/dist/sdk/util/index.js +1 -1
  137. package/dist/sdk/util/tree-formatter.js +1 -1
  138. package/dist/sdk/workflow/clone-workflow.js +1 -1
  139. package/dist/sdk/workflow/index.js +1 -1
  140. package/dist/sdk/workflow/pull-workflow.js +1 -1
  141. package/dist/sdk/workflow/push-workflow.js +1 -1
  142. package/dist/sdk/workflow/tdx-config.js +1 -1
  143. package/dist/sdk/workflow/workflow-utils.js +1 -1
  144. package/dist/utils/async.js +1 -1
  145. package/dist/utils/colors.js +1 -1
  146. package/dist/utils/diff.js +1 -1
  147. package/dist/utils/file-permissions.js +1 -1
  148. package/dist/utils/json-loader.js +1 -1
  149. package/dist/utils/option-validation.js +1 -1
  150. package/dist/utils/port.js +1 -1
  151. package/dist/utils/process.js +1 -1
  152. package/dist/utils/prompt.js +1 -1
  153. package/dist/utils/spinner.js +1 -1
  154. package/dist/utils/sse-parser.js +1 -1
  155. package/dist/utils/string-utils.js +1 -1
  156. package/dist/utils/table-ref-parser.js +1 -1
  157. package/dist/utils/tdx-logger.js +1 -1
  158. package/dist/utils/version-check.js +1 -1
  159. package/package.json +1 -1
@@ -1 +1 @@
1
- const a3_0x559176=a3_0x1eb9;(function(_0x587cea,_0x1a87ae){const _0x5382ec=a3_0x1eb9,_0x5bfd0d=_0x587cea();while(!![]){try{const _0x35001a=parseInt(_0x5382ec(0x174))/0x1+parseInt(_0x5382ec(0x169))/0x2+-parseInt(_0x5382ec(0x187))/0x3+-parseInt(_0x5382ec(0x172))/0x4+parseInt(_0x5382ec(0x16d))/0x5*(-parseInt(_0x5382ec(0x180))/0x6)+parseInt(_0x5382ec(0x183))/0x7*(parseInt(_0x5382ec(0x16a))/0x8)+parseInt(_0x5382ec(0x188))/0x9;if(_0x35001a===_0x1a87ae)break;else _0x5bfd0d['push'](_0x5bfd0d['shift']());}catch(_0x2e48b0){_0x5bfd0d['push'](_0x5bfd0d['shift']());}}}(a3_0x47b9,0x35817));import{BaseCommand}from'./command.js';import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';function a3_0x1eb9(_0x37a02b,_0x2ae4c5){_0x37a02b=_0x37a02b-0x165;const _0x47b92c=a3_0x47b9();let _0x1eb900=_0x47b92c[_0x37a02b];return _0x1eb900;}function a3_0x47b9(){const _0x3efa15=['Resolving\x20child\x20segment\x20\x27','Resolved\x20parent\x20ID:\x20','\x20activation','431852pYVjnj','\x27...','224472MBgiKn','data','error','Error:\x20Child\x20segment\x20name\x20is\x20required\x20for\x20activations','segment','Site:\x20','listActivations','name','Usage:\x20tdx\x20activations\x20<parent_name/child_name>','description','Resolving\x20parent\x20segment\x20\x27','site','1029882QDBlGf','verbose','Parent\x20name:\x20','523453GPGpSe','message','resolveParentId','List\x20activations\x20for\x20a\x20segment','731838ZXjGMa','4897746jDofgF','Error:\x20Segment\x20name\x20is\x20required','✔\x20Found\x20','length','cause','Error:\x20','141834vAYHGV','8zkErCu','activations','Resolved\x20child\x20ID:\x20','10QVRXDZ','Listing\x20activations\x20for\x20segment\x20\x27'];a3_0x47b9=function(){return _0x3efa15;};return a3_0x47b9();}import{parseSegmentRef}from'../sdk/segment/segment-ref-parser.js';export class ActivationsCommand extends BaseCommand{[a3_0x559176(0x17b)]=a3_0x559176(0x16b);[a3_0x559176(0x17d)]=a3_0x559176(0x186);async['execute'](_0x19f25b){const _0xd8a562=a3_0x559176,{options:_0x55fb13,args:_0x12ef15,tdx:_0x1b8f51}=_0x19f25b;if(_0x12ef15['length']===0x0)return console[_0xd8a562(0x176)](_0xd8a562(0x189)),console[_0xd8a562(0x176)]('Usage:\x20tdx\x20activations\x20<parent_name/child_name>'),0x1;try{const {parentId:_0x558582,childId:_0x37cf07}=parseSegmentRef(_0x12ef15[0x0]);if(!_0x37cf07)return console[_0xd8a562(0x176)](_0xd8a562(0x177)),console[_0xd8a562(0x176)](_0xd8a562(0x17c)),0x1;_0x55fb13[_0xd8a562(0x181)]&&(console[_0xd8a562(0x176)](_0xd8a562(0x179)+_0x55fb13[_0xd8a562(0x17f)]),console[_0xd8a562(0x176)](_0xd8a562(0x182)+_0x558582),console[_0xd8a562(0x176)]('Child\x20name:\x20'+_0x37cf07));const _0x448a4e=await withSpinner(_0xd8a562(0x17e)+_0x558582+_0xd8a562(0x173),()=>_0x1b8f51[_0xd8a562(0x178)][_0xd8a562(0x185)](_0x558582),{'verbose':_0x55fb13[_0xd8a562(0x181)]}),_0x4ee690=_0x448a4e['data'];_0x55fb13['verbose']&&console[_0xd8a562(0x176)](_0xd8a562(0x170)+_0x4ee690);const _0x26b587=await withSpinner(_0xd8a562(0x16f)+_0x37cf07+_0xd8a562(0x173),()=>_0x1b8f51['segment']['resolveSegmentId'](_0x4ee690,_0x37cf07),{'verbose':_0x55fb13[_0xd8a562(0x181)]}),_0x14b07c=_0x26b587['data'];_0x55fb13[_0xd8a562(0x181)]&&console[_0xd8a562(0x176)](_0xd8a562(0x16c)+_0x14b07c);const _0x32e03a=await withSpinner(_0xd8a562(0x16e)+_0x37cf07+_0xd8a562(0x173),()=>_0x1b8f51[_0xd8a562(0x178)][_0xd8a562(0x17a)](_0x4ee690,_0x14b07c),{'verbose':_0x55fb13['verbose']}),_0x163567=_0x32e03a[_0xd8a562(0x175)];return console[_0xd8a562(0x176)](_0xd8a562(0x165)+_0x163567[_0xd8a562(0x166)]+_0xd8a562(0x171)+(_0x163567[_0xd8a562(0x166)]!==0x1?'s':'')),await handleSDKOutput(_0x163567,_0x55fb13),0x0;}catch(_0x56ce7f){if(_0x56ce7f instanceof SDKError)return console[_0xd8a562(0x176)](_0xd8a562(0x168)+_0x56ce7f[_0xd8a562(0x184)]),_0x56ce7f[_0xd8a562(0x167)]&&console[_0xd8a562(0x176)]('\x20\x20Cause:\x20'+_0x56ce7f[_0xd8a562(0x167)]),0x1;throw _0x56ce7f;}}}
1
+ 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 +1 @@
1
- const a4_0x32ac60=a4_0x2e2d;(function(_0x427d8f,_0x4c1067){const _0x2c6f3b=a4_0x2e2d,_0x54825c=_0x427d8f();while(!![]){try{const _0x4d954a=-parseInt(_0x2c6f3b(0x22f))/0x1+parseInt(_0x2c6f3b(0x291))/0x2*(parseInt(_0x2c6f3b(0x294))/0x3)+parseInt(_0x2c6f3b(0x242))/0x4+parseInt(_0x2c6f3b(0x28c))/0x5*(parseInt(_0x2c6f3b(0x1f3))/0x6)+parseInt(_0x2c6f3b(0x237))/0x7*(-parseInt(_0x2c6f3b(0x23e))/0x8)+-parseInt(_0x2c6f3b(0x207))/0x9*(parseInt(_0x2c6f3b(0x236))/0xa)+parseInt(_0x2c6f3b(0x205))/0xb;if(_0x4d954a===_0x4c1067)break;else _0x54825c['push'](_0x54825c['shift']());}catch(_0x3ed4c6){_0x54825c['push'](_0x54825c['shift']());}}}(a4_0x33f3,0x29ad7));import a4_0x34cdce from'chalk';import a4_0x23e823 from'path';import{existsSync,readFileSync}from'fs';import{BaseCommand}from'./command.js';function a4_0x33f3(){const _0x3e6f82=['Source:\x20','\x0aPush\x20','MISSING_ARGUMENT','errors','✔\x20Context\x20set:\x20','\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date','Cannot\x20clone\x20from\x20context\x20project\x20\x22','description','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','name','cwd','\x20resources?','\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date','334895shBFjs','Output:\x20','llm','pushAgent','\x20\x20tdx\x20agent\x20pull\x20','<new-name>','llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a','152890wUXXcc','662935bMUCJZ','\x0aChanges\x20to\x20prompt\x20\x27','textKnowledgeBases','\x20successfully','agentName','No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a','\x20changed','8gTNNKv','\x0aChanges\x20to\x20knowledge\x20base\x20\x27','agent:pull','repeat','565192mOaILR','Errors:','\x20\x20Knowledge\x20Bases:\x20','hasChanges','\x20files\x20to\x20','Pushing\x20agent\x20from\x20\x22','dim','diff','Cloning\x20\x22','unchanged','Writing\x20files...','INVALID_ARGUMENT','\x20files?','utf-8','join','pullProject','\x22\x20to\x20a\x20different\x20profile','\x20\x20Source:\x20','\x20\x20Agent\x20\x22','Agent\x20','tdx.json','projectId','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20#\x20Pull\x20specific\x20agent','Dry\x20run\x20-\x20no\x20changes\x20made','knowledgeBases','\x0aWrite\x20','\x22\x20to\x20new\x20project\x20\x22','\x22\x20to\x20\x22','Pulling\x20agent\x20\x22','Agent\x20pulled\x20successfully','newProjectName','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','Clone\x20\x22','Pull\x20cancelled','pushProject','\x22:\x20','\x20\x20Knowledge\x20Base\x20\x22','Usage:\x20tdx\x20agent\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20project\x20(requires\x20context\x20or\x20tdx.json)','message','agent.yml','Analyzing\x20changes\x20to\x20push...','counts','Agent:\x20','reason','\x20\x20tdx\x20agent\x20clone\x20agents/','profile','new','dryRun','Using\x20project:\x20','\x20\x20Prompts:\x20','Using\x20local\x20project:\x20','\x20=\x20','Pushing\x20to\x20project...','outputDir','\x20created','llmProject','output','\x0a✔\x20Pushed\x20','source','Failed\x20to\x20push\x20agent:\x20','projectDir','\x20--name\x20','no_local_folder','Status:\x20','created','execute','\x20|\x20','outputPath','session','error','updated','\x0a✔\x20Pulled\x20','\x20\x20tdx\x20agent\x20clone\x20--name\x20<new-name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clone\x20from\x20context\x20(llm_project)','yellow','55vPWILT','\x22...','\x20\x20Text\x20Knowledge\x20Bases:\x20','context','\x20\x20Prompt\x20\x22','2150qOcHjf','push','\x0aPull\x20summary\x20for\x20\x27','75DeSqhE','Using\x20project\x20from\x20','Using\x20context\x20project:\x20','green','\x20\x20Agents:\x20','Clone\x20cancelled','Using\x20current\x20project:\x20','\x20new','125832cuJgwq','cyan','yes','action','\x0aChanges:','Run\x20\x27tdx\x20agent\x20pull\x20<project>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure,\x20or\x20specify\x20an\x20agent\x20directory\x20with\x20agent.yml.','\x0aRun\x20\x27tdx\x20agent\x20pull\x20','\x0aChanges\x20to\x20agent\x20\x27','\x27\x20to\x20create\x20the\x20folder\x20structure.','\x20unchanged','\x20--profile\x20','prompts','agentId','Would\x20clone:','New\x20project\x20ID:\x20','Project:\x20','agents','\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project','2552264ZhyFUt','Project\x20cloned\x20with\x20errors','18YKeLBL','\x22\x20from\x20project\x20\x22','Dry\x20run\x20-\x20no\x20files\x20written','\x20resources\x20to\x20\x27','sourceProjectName','Output\x20path:\x20','no_context','force','llm_project','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20all\x20agents\x20from\x20project','gray','log','newProjectId','Push\x20cancelled','\x20total','total','\x20errors','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','Project\x20cloned\x20successfully','Would\x20pull\x20agent:\x20','red','projectName','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','isNew','No\x20tdx.json\x20found\x20in\x20','Would\x20push\x20agent:\x20','parse'];a4_0x33f3=function(){return _0x3e6f82;};return a4_0x33f3();}import{SDKError,ErrorCode}from'../sdk/index.js';import{withSpinner}from'../utils/spinner.js';import{confirmKey}from'../utils/prompt.js';import{findAgentConfigPath,resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{saveSessionContext}from'../core/session.js';import{sanitizeForFilesystem,normalizeName}from'../sdk/agent/agent-yaml.js';function a4_0x2e2d(_0xdffb1b,_0x26113e){_0xdffb1b=_0xdffb1b-0x1f1;const _0x33f332=a4_0x33f3();let _0x2e2d23=_0x33f332[_0xdffb1b];return _0x2e2d23;}import{getLLMProjectUrl,getLLMAgentChatUrl}from'../sdk/client/endpoints.js';function formatCountSummary(_0x4ad6c9){const _0x25a93d=a4_0x2e2d,_0x107540=[];if(_0x4ad6c9[_0x25a93d(0x216)]!==undefined)_0x107540[_0x25a93d(0x292)](_0x4ad6c9[_0x25a93d(0x216)]+_0x25a93d(0x215));if(_0x4ad6c9[_0x25a93d(0x270)]!==undefined&&_0x4ad6c9[_0x25a93d(0x270)]>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce[_0x25a93d(0x297)](_0x4ad6c9[_0x25a93d(0x270)]+'\x20new'));if(_0x4ad6c9[_0x25a93d(0x282)]!==undefined&&_0x4ad6c9[_0x25a93d(0x282)]>0x0)_0x107540['push'](a4_0x34cdce[_0x25a93d(0x297)](_0x4ad6c9[_0x25a93d(0x282)]+_0x25a93d(0x278)));if(_0x4ad6c9[_0x25a93d(0x288)]!==undefined&&_0x4ad6c9[_0x25a93d(0x288)]>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce['yellow'](_0x4ad6c9[_0x25a93d(0x288)]+'\x20updated'));if(_0x4ad6c9[_0x25a93d(0x24b)]!==undefined&&_0x4ad6c9['unchanged']>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce[_0x25a93d(0x211)](_0x4ad6c9[_0x25a93d(0x24b)]+_0x25a93d(0x1fc)));if(_0x4ad6c9[_0x25a93d(0x225)]!==undefined&&_0x4ad6c9[_0x25a93d(0x225)]>0x0)_0x107540[_0x25a93d(0x292)](a4_0x34cdce[_0x25a93d(0x21b)](_0x4ad6c9['errors']+_0x25a93d(0x217)));return _0x107540[_0x25a93d(0x250)](',\x20');}function displayDiffs(_0x3caae3,_0x2758bd,_0xc3bc7f,_0x3db6e6){const _0xcc195a=a4_0x2e2d;for(const _0x4205d5 of _0x3caae3){if(_0x4205d5['diff']){const _0xc8efb2=_0x4205d5['agentName']||_0x4205d5['name'];console[_0xcc195a(0x212)](_0xcc195a(0x1fa)+_0xc8efb2+'\x27:'),console['log']('─'['repeat'](0x3c)),console[_0xcc195a(0x212)](_0x4205d5['diff']),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c));}}for(const _0x208d56 of _0x2758bd){_0x208d56[_0xcc195a(0x249)]&&(console[_0xcc195a(0x212)](_0xcc195a(0x23f)+_0x208d56[_0xcc195a(0x22b)]+'\x27:'),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)),console[_0xcc195a(0x212)](_0x208d56[_0xcc195a(0x249)]),console[_0xcc195a(0x212)]('─'['repeat'](0x3c)));}for(const _0xb66ebf of _0xc3bc7f){_0xb66ebf[_0xcc195a(0x249)]&&(console['log']('\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27'+_0xb66ebf[_0xcc195a(0x22b)]+'\x27:'),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)),console[_0xcc195a(0x212)](_0xb66ebf[_0xcc195a(0x249)]),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)));}for(const _0xbbab14 of _0x3db6e6){_0xbbab14['diff']&&(console[_0xcc195a(0x212)](_0xcc195a(0x238)+_0xbbab14[_0xcc195a(0x22b)]+'\x27:'),console['log']('─'[_0xcc195a(0x241)](0x3c)),console[_0xcc195a(0x212)](_0xbbab14[_0xcc195a(0x249)]),console[_0xcc195a(0x212)]('─'[_0xcc195a(0x241)](0x3c)));}}export class AgentPullCommand extends BaseCommand{[a4_0x32ac60(0x22b)]=a4_0x32ac60(0x240);[a4_0x32ac60(0x229)]='Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files';async[a4_0x32ac60(0x283)](_0x5f5393){const _0x5c0384=a4_0x32ac60,{options:_0x231f8e,args:_0x5e2bde,tdx:_0x350035}=_0x5f5393,_0xa31f47=_0x5e2bde[0x0],_0x225387=_0x5e2bde[0x1],_0x2e4c43=_0x231f8e[_0x5c0384(0x27a)],_0x4b17e0=_0x231f8e[_0x5c0384(0x271)],_0x2e2077=_0x231f8e[_0x5c0384(0x20e)],_0x409dff=_0x231f8e[_0x5c0384(0x1f5)],_0x2ed664=_0x231f8e[_0x5c0384(0x279)];let _0x2452eb,_0xbc1141;const _0x2496fd=findAgentConfigPath(process[_0x5c0384(0x22c)]());if(_0xa31f47){const _0x4950f8=a4_0x23e823[_0x5c0384(0x250)](_0xa31f47,_0x5c0384(0x256));if(existsSync(_0x4950f8))try{const _0x4294e8=JSON[_0x5c0384(0x221)](readFileSync(_0x4950f8,'utf-8'));_0x2452eb=_0x4294e8[_0x5c0384(0x20f)],_0xbc1141=_0xa31f47,console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x248)](_0x5c0384(0x295)+_0x4950f8+':\x20'+_0x2452eb));}catch{_0x2452eb=_0xa31f47;}else _0x2452eb=_0xa31f47;}else{if(_0x2496fd)try{const _0x301a0d=JSON[_0x5c0384(0x221)](readFileSync(_0x2496fd,_0x5c0384(0x24f)));_0x2452eb=_0x301a0d[_0x5c0384(0x20f)],_0xbc1141=a4_0x23e823['dirname'](_0x2496fd),console['log'](a4_0x34cdce['dim'](_0x5c0384(0x272)+_0x2452eb));}catch{_0x2452eb=_0x2ed664;}else _0x2452eb=_0x2ed664;}if(!_0x2452eb)return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x28b)](_0x5c0384(0x235))),console[_0x5c0384(0x212)](_0x5c0384(0x267)),console[_0x5c0384(0x212)](_0x5c0384(0x210)),console['log']('\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<local-dir>\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20to\x20existing\x20local\x20directory'),console['log'](_0x5c0384(0x258)),0x1;if(_0x225387){const {data:_0x8d52df}=await withSpinner(_0x5c0384(0x25e)+_0x225387+_0x5c0384(0x208)+_0x2452eb+_0x5c0384(0x28d),()=>_0x350035['llm']['pullAgent'](_0x2452eb,_0x225387,_0x2e4c43,{'dryRun':_0x4b17e0,'force':_0x2e2077}));if(_0x4b17e0)return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x28b)](_0x5c0384(0x209))),console['log'](_0x5c0384(0x21a)+_0x8d52df[_0x5c0384(0x23b)]),console[_0x5c0384(0x212)](_0x5c0384(0x20c)+_0x8d52df[_0x5c0384(0x285)]),_0x8d52df[_0x5c0384(0x249)]&&(console['log'](_0x5c0384(0x1f7)),console['log']('─'['repeat'](0x3c)),console[_0x5c0384(0x212)](_0x8d52df[_0x5c0384(0x249)]),console[_0x5c0384(0x212)]('─'[_0x5c0384(0x241)](0x3c))),0x0;return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x25f))),console[_0x5c0384(0x212)](_0x5c0384(0x26c)+_0x8d52df[_0x5c0384(0x23b)]),console[_0x5c0384(0x212)](_0x5c0384(0x230)+_0x8d52df[_0x5c0384(0x285)]),console[_0x5c0384(0x212)](_0x5c0384(0x281)+(_0x8d52df[_0x5c0384(0x21e)]?a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x270)):_0x8d52df[_0x5c0384(0x245)]?a4_0x34cdce[_0x5c0384(0x28b)](_0x5c0384(0x288)):a4_0x34cdce[_0x5c0384(0x211)]('unchanged'))),0x0;}const _0x208fe7=_0xbc1141||_0x2e4c43,{data:_0x432dcd}=await withSpinner('Analyzing\x20project\x20\x22'+_0x2452eb+_0x5c0384(0x28d),()=>_0x350035[_0x5c0384(0x231)]['pullProject'](_0x2452eb,_0x208fe7,{'dryRun':!![]})),_0x3c3aab=_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x203)][_0x5c0384(0x270)]+_0x432dcd['counts'][_0x5c0384(0x25a)][_0x5c0384(0x270)]+_0x432dcd['counts'][_0x5c0384(0x239)][_0x5c0384(0x270)]+_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x1fe)][_0x5c0384(0x270)],_0x258aeb=_0x432dcd['counts'][_0x5c0384(0x203)][_0x5c0384(0x288)]+_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x25a)][_0x5c0384(0x288)]+_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x239)][_0x5c0384(0x288)]+_0x432dcd[_0x5c0384(0x26b)]['prompts']['updated'],_0x4c093d=_0x432dcd['counts'][_0x5c0384(0x203)][_0x5c0384(0x24b)]+_0x432dcd[_0x5c0384(0x26b)]['knowledgeBases'][_0x5c0384(0x24b)]+_0x432dcd['counts'][_0x5c0384(0x239)]['unchanged']+_0x432dcd['counts'][_0x5c0384(0x1fe)][_0x5c0384(0x24b)];console[_0x5c0384(0x212)](_0x5c0384(0x293)+_0x432dcd[_0x5c0384(0x21c)]+'\x27:'),console[_0x5c0384(0x212)]('\x20\x20'+a4_0x34cdce[_0x5c0384(0x297)]('+\x20'+_0x3c3aab+_0x5c0384(0x1f2))+_0x5c0384(0x284)+a4_0x34cdce[_0x5c0384(0x28b)]('~\x20'+_0x258aeb+_0x5c0384(0x23d))+_0x5c0384(0x284)+a4_0x34cdce[_0x5c0384(0x248)]('=\x20'+_0x4c093d+_0x5c0384(0x1fc))),console[_0x5c0384(0x212)](_0x5c0384(0x298)+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x203)])),console['log']('\x20\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x25a)])),console[_0x5c0384(0x212)](_0x5c0384(0x28e)+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)]['textKnowledgeBases'])),console[_0x5c0384(0x212)]('\x20\x20Prompts:\x20'+formatCountSummary(_0x432dcd[_0x5c0384(0x26b)][_0x5c0384(0x1fe)])),console[_0x5c0384(0x212)]('\x20\x20Target:\x20'+a4_0x34cdce['cyan'](_0x432dcd[_0x5c0384(0x277)])),displayDiffs(_0x432dcd[_0x5c0384(0x203)],_0x432dcd['knowledgeBases'],_0x432dcd[_0x5c0384(0x239)],_0x432dcd['prompts']);if(_0x4b17e0)return console[_0x5c0384(0x212)](a4_0x34cdce['yellow'](_0x5c0384(0x21d))),0x0;if(_0x3c3aab===0x0&&_0x258aeb===0x0)return console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x227))),saveSessionContext({'llm_project':_0x432dcd[_0x5c0384(0x21c)]},_0x231f8e['session']),console[_0x5c0384(0x212)](a4_0x34cdce['green'](_0x5c0384(0x226)+a4_0x34cdce[_0x5c0384(0x248)]('llm_project')+_0x5c0384(0x275)+a4_0x34cdce[_0x5c0384(0x1f4)](_0x432dcd[_0x5c0384(0x21c)]))),0x0;if(!_0x409dff&&!_0x2e2077){const _0x553eb9=await confirmKey(_0x5c0384(0x25b)+(_0x3c3aab+_0x258aeb)+_0x5c0384(0x24e));if(!_0x553eb9)return console['log'](_0x5c0384(0x263)),0x0;}const {data:_0x18e5fb}=await withSpinner(_0x5c0384(0x24c),()=>_0x350035[_0x5c0384(0x231)][_0x5c0384(0x251)](_0x2452eb,_0x208fe7,{'force':_0x2e2077}));return console[_0x5c0384(0x212)](a4_0x34cdce['green'](_0x5c0384(0x289)+(_0x3c3aab+_0x258aeb)+_0x5c0384(0x246)+_0x18e5fb['outputDir'])),saveSessionContext({'llm_project':_0x18e5fb[_0x5c0384(0x21c)]},_0x231f8e[_0x5c0384(0x286)]),console[_0x5c0384(0x212)](a4_0x34cdce[_0x5c0384(0x297)](_0x5c0384(0x226)+a4_0x34cdce[_0x5c0384(0x248)](_0x5c0384(0x20f))+_0x5c0384(0x275)+a4_0x34cdce[_0x5c0384(0x1f4)](_0x18e5fb[_0x5c0384(0x21c)]))),0x0;}}export class AgentCloneCommand extends BaseCommand{[a4_0x32ac60(0x22b)]='agent:clone';[a4_0x32ac60(0x229)]=a4_0x32ac60(0x218);async[a4_0x32ac60(0x283)](_0x46d823){const _0x27fec5=a4_0x32ac60,{options:_0x253154,args:_0x1fdecd,tdx:_0x118825}=_0x46d823,_0x3150a7=_0x1fdecd[0x0],_0x33d164=_0x253154[_0x27fec5(0x22b)],_0x84a4f4=_0x253154[_0x27fec5(0x271)],_0x4cd219=_0x253154[_0x27fec5(0x1f5)],_0x5ee890=_0x253154['site'],_0x12615a=_0x253154[_0x27fec5(0x279)];let _0x5289b5;const _0x5bb17a=findAgentConfigPath(process['cwd']());if(_0x3150a7){const _0x172429=a4_0x23e823[_0x27fec5(0x250)](_0x3150a7,_0x27fec5(0x256));existsSync(_0x172429)?(_0x5289b5=_0x3150a7,console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x248)](_0x27fec5(0x274)+_0x3150a7))):_0x5289b5=_0x3150a7;}else{if(_0x5bb17a)_0x5289b5=a4_0x23e823['dirname'](_0x5bb17a),console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x248)](_0x27fec5(0x1f1)+_0x5289b5));else{if(_0x12615a){const _0x42f650=sanitizeForFilesystem(_0x12615a);let _0x462aab=_0x42f650,_0x980a20=a4_0x23e823[_0x27fec5(0x250)](process['cwd'](),'agents',_0x42f650,'tdx.json');if(!existsSync(_0x980a20)){const _0xf89f48=normalizeName(_0x12615a),_0x5cf372=a4_0x23e823[_0x27fec5(0x250)](process[_0x27fec5(0x22c)](),_0x27fec5(0x203),_0xf89f48,_0x27fec5(0x256));existsSync(_0x5cf372)&&(_0x462aab=_0xf89f48,_0x980a20=_0x5cf372);}if(existsSync(_0x980a20))_0x5289b5=a4_0x23e823['dirname'](_0x980a20),console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x248)]('Using\x20local\x20project:\x20'+_0x5289b5));else{const _0x260dce=_0x253154[_0x27fec5(0x26f)];if(_0x260dce)throw new SDKError(ErrorCode['INVALID_ARGUMENT'],_0x27fec5(0x228)+_0x12615a+_0x27fec5(0x252),undefined,{'helpText':_0x27fec5(0x22a)+'First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a'+(_0x27fec5(0x233)+_0x12615a+'\x0a')+(_0x27fec5(0x26e)+_0x462aab+_0x27fec5(0x27f)+(_0x33d164||_0x27fec5(0x234))+_0x27fec5(0x1fd)+_0x260dce)});_0x5289b5=_0x12615a,console['log'](a4_0x34cdce[_0x27fec5(0x248)](_0x27fec5(0x296)+_0x12615a));}}}}if(!_0x5289b5)return console['log'](a4_0x34cdce[_0x27fec5(0x28b)](_0x27fec5(0x23c))),console[_0x27fec5(0x212)](_0x27fec5(0x204)),console[_0x27fec5(0x212)]('\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory'),console[_0x27fec5(0x212)](_0x27fec5(0x28a)),console[_0x27fec5(0x212)]('\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>'),0x1;if(!_0x33d164)throw new SDKError(ErrorCode[_0x27fec5(0x224)],'New\x20project\x20name\x20is\x20required',undefined,{'helpText':'Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>'});if(!_0x4cd219&&!_0x84a4f4){const _0x3de430=await confirmKey(_0x27fec5(0x262)+_0x5289b5+_0x27fec5(0x25c)+_0x33d164+'\x22?');if(!_0x3de430)return console[_0x27fec5(0x212)](_0x27fec5(0x299)),0x0;}const {data:_0x13abbf}=await withSpinner(_0x27fec5(0x24a)+_0x5289b5+_0x27fec5(0x25d)+_0x33d164+_0x27fec5(0x28d),()=>_0x118825['llm']['cloneProject'](_0x5289b5,_0x33d164,{'dryRun':_0x84a4f4}));if(_0x84a4f4)return console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x28b)](_0x27fec5(0x259))),console[_0x27fec5(0x212)]('Source:\x20'+_0x13abbf[_0x27fec5(0x20b)]),console[_0x27fec5(0x212)]('New\x20project:\x20'+_0x33d164),console[_0x27fec5(0x212)](_0x27fec5(0x200)),console[_0x27fec5(0x212)]('\x20\x20Agents:\x20'+_0x13abbf['counts'][_0x27fec5(0x203)]['created']),console['log'](_0x27fec5(0x244)+_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x25a)][_0x27fec5(0x282)]),console[_0x27fec5(0x212)]('\x20\x20Prompts:\x20'+_0x13abbf[_0x27fec5(0x26b)]['prompts'][_0x27fec5(0x282)]),0x0;const _0x5eea53=_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x203)][_0x27fec5(0x225)]>0x0||_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x25a)][_0x27fec5(0x225)]>0x0||_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x1fe)][_0x27fec5(0x225)]>0x0;_0x5eea53?console[_0x27fec5(0x212)](a4_0x34cdce['yellow'](_0x27fec5(0x206))):console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x297)](_0x27fec5(0x219)));console[_0x27fec5(0x212)](_0x27fec5(0x222)+_0x13abbf['sourceProjectName']),console[_0x27fec5(0x212)]('New\x20project:\x20'+_0x13abbf[_0x27fec5(0x260)]),console[_0x27fec5(0x212)](_0x27fec5(0x201)+_0x13abbf['newProjectId']),console[_0x27fec5(0x212)](),console[_0x27fec5(0x212)]('Summary:'),console['log']('\x20\x20Agents:\x20'+formatCountSummary(_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x203)])),console['log'](_0x27fec5(0x244)+formatCountSummary(_0x13abbf['counts'][_0x27fec5(0x25a)])),console[_0x27fec5(0x212)](_0x27fec5(0x273)+formatCountSummary(_0x13abbf[_0x27fec5(0x26b)][_0x27fec5(0x1fe)]));if(_0x5eea53){console['log'](),console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x21b)](_0x27fec5(0x243)));for(const _0x2e6e0a of _0x13abbf[_0x27fec5(0x203)]){_0x2e6e0a[_0x27fec5(0x1f6)]===_0x27fec5(0x287)&&console[_0x27fec5(0x212)](a4_0x34cdce['red']('\x20\x20Agent\x20\x22'+_0x2e6e0a[_0x27fec5(0x23b)]+_0x27fec5(0x265)+_0x2e6e0a[_0x27fec5(0x287)]));}for(const _0x40f42c of _0x13abbf[_0x27fec5(0x25a)]){_0x40f42c[_0x27fec5(0x1f6)]===_0x27fec5(0x287)&&console[_0x27fec5(0x212)](a4_0x34cdce[_0x27fec5(0x21b)](_0x27fec5(0x266)+_0x40f42c[_0x27fec5(0x22b)]+_0x27fec5(0x265)+_0x40f42c[_0x27fec5(0x287)]));}for(const _0x42fa6c of _0x13abbf[_0x27fec5(0x1fe)]){_0x42fa6c[_0x27fec5(0x1f6)]===_0x27fec5(0x287)&&console['log'](a4_0x34cdce[_0x27fec5(0x21b)](_0x27fec5(0x290)+_0x42fa6c[_0x27fec5(0x22b)]+_0x27fec5(0x265)+_0x42fa6c[_0x27fec5(0x287)]));}return 0x1;}console[_0x27fec5(0x212)]();const _0x2dd71e=getLLMProjectUrl(_0x5ee890,_0x13abbf[_0x27fec5(0x213)]);return console[_0x27fec5(0x212)](_0x27fec5(0x202)+a4_0x34cdce[_0x27fec5(0x1f4)](_0x2dd71e)),0x0;}}export class AgentPushCommand extends BaseCommand{[a4_0x32ac60(0x22b)]='agent:push';[a4_0x32ac60(0x229)]=a4_0x32ac60(0x261);async[a4_0x32ac60(0x283)](_0x299381){const _0x5a5fd4=a4_0x32ac60,{options:_0x16b71c,args:_0x50352e,tdx:_0x293393}=_0x299381;let _0x5280dc=_0x50352e[0x0]||process['cwd']();const _0x7263fb=_0x16b71c[_0x5a5fd4(0x271)],_0x4a680c=_0x16b71c[_0x5a5fd4(0x20e)],_0x477296=_0x16b71c[_0x5a5fd4(0x1f5)],_0x5e3637=_0x16b71c['site'],_0x2343a3=a4_0x23e823[_0x5a5fd4(0x250)](_0x5280dc,_0x5a5fd4(0x269)),_0x3c5ce1=existsSync(_0x2343a3);if(_0x3c5ce1){const {data:_0x50a973}=await withSpinner(_0x5a5fd4(0x247)+_0x5280dc+'\x22...',()=>_0x293393['llm'][_0x5a5fd4(0x232)](_0x5280dc,{'dryRun':_0x7263fb,'force':_0x4a680c}));if(_0x7263fb)return console['log'](a4_0x34cdce[_0x5a5fd4(0x28b)]('Dry\x20run\x20-\x20no\x20changes\x20made')),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x220)+_0x50a973['agentName']),0x0;if(_0x50a973[_0x5a5fd4(0x1f6)]==='error')return console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x27d)+_0x50a973['error'])),0x1;console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x297)](_0x5a5fd4(0x255)+_0x50a973[_0x5a5fd4(0x1f6)]+_0x5a5fd4(0x23a))),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x26c)+_0x50a973['agentName']);if(_0x50a973[_0x5a5fd4(0x1ff)]&&_0x50a973['projectId']){const _0x594cb2=getLLMAgentChatUrl(_0x5e3637,_0x50a973[_0x5a5fd4(0x257)],_0x50a973[_0x5a5fd4(0x1ff)]);console[_0x5a5fd4(0x212)]('Chat:\x20'+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x594cb2));}return 0x0;}const _0x23b607=_0x16b71c[_0x5a5fd4(0x279)],_0x2a0c94=resolveProjectFromContext(_0x5280dc,_0x23b607);if(_0x2a0c94['found'])_0x5280dc=_0x2a0c94[_0x5a5fd4(0x27e)],_0x2a0c94[_0x5a5fd4(0x27c)]===_0x5a5fd4(0x28f)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x248)](_0x5a5fd4(0x272)+_0x5280dc));else{let _0x3fbd50=_0x5a5fd4(0x1f8);_0x2a0c94[_0x5a5fd4(0x26d)]===_0x5a5fd4(0x280)&&(_0x3fbd50=_0x2a0c94[_0x5a5fd4(0x268)]+_0x5a5fd4(0x1f9)+_0x2a0c94['llmProject']+_0x5a5fd4(0x1fb));throw new SDKError(ErrorCode[_0x5a5fd4(0x24d)],_0x2a0c94[_0x5a5fd4(0x26d)]===_0x5a5fd4(0x20d)?_0x2a0c94[_0x5a5fd4(0x268)]:_0x5a5fd4(0x21f)+_0x5280dc,undefined,{'helpText':_0x3fbd50});}const {data:_0x46a19d}=await withSpinner(_0x5a5fd4(0x26a),()=>_0x293393[_0x5a5fd4(0x231)][_0x5a5fd4(0x264)](_0x5280dc,{'dryRun':!![]})),_0x246785=_0x46a19d[_0x5a5fd4(0x26b)]['agents']['errors']>0x0;if(_0x246785){console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)]('\x0aErrors\x20found:'));for(const _0x77c205 of _0x46a19d[_0x5a5fd4(0x203)]){_0x77c205[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console['log'](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x254)+_0x77c205['agentName']+_0x5a5fd4(0x265)+_0x77c205[_0x5a5fd4(0x287)]));}return 0x1;}const _0x26eda2=_0x46a19d['counts'][_0x5a5fd4(0x203)]['created']+_0x46a19d['counts'][_0x5a5fd4(0x25a)]['created']+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x239)][_0x5a5fd4(0x282)]+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)][_0x5a5fd4(0x282)],_0x2b9bc6=_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x203)]['updated']+_0x46a19d[_0x5a5fd4(0x26b)]['knowledgeBases'][_0x5a5fd4(0x288)]+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x239)]['updated']+_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)][_0x5a5fd4(0x288)],_0x3204f4=_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x203)][_0x5a5fd4(0x24b)]+_0x46a19d['counts']['knowledgeBases'][_0x5a5fd4(0x24b)]+_0x46a19d['counts']['textKnowledgeBases'][_0x5a5fd4(0x24b)]+_0x46a19d['counts']['prompts'][_0x5a5fd4(0x24b)];console['log']('\x0aPush\x20summary\x20for\x20\x27'+_0x46a19d[_0x5a5fd4(0x21c)]+'\x27:'),console[_0x5a5fd4(0x212)]('\x20\x20'+a4_0x34cdce[_0x5a5fd4(0x297)]('+\x20'+_0x26eda2+_0x5a5fd4(0x1f2))+_0x5a5fd4(0x284)+a4_0x34cdce[_0x5a5fd4(0x28b)]('~\x20'+_0x2b9bc6+_0x5a5fd4(0x23d))+_0x5a5fd4(0x284)+a4_0x34cdce[_0x5a5fd4(0x248)]('=\x20'+_0x3204f4+'\x20unchanged')),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x298)+formatCountSummary(_0x46a19d['counts'][_0x5a5fd4(0x203)])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x244)+formatCountSummary(_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x25a)])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x28e)+formatCountSummary(_0x46a19d['counts']['textKnowledgeBases'])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x273)+formatCountSummary(_0x46a19d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)])),console[_0x5a5fd4(0x212)](_0x5a5fd4(0x253)+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x5280dc)),displayDiffs(_0x46a19d[_0x5a5fd4(0x203)],_0x46a19d['knowledgeBases'],_0x46a19d[_0x5a5fd4(0x239)],_0x46a19d[_0x5a5fd4(0x1fe)]);if(_0x7263fb)return console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x28b)]('\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed')),0x0;if(_0x26eda2===0x0&&_0x2b9bc6===0x0){console[_0x5a5fd4(0x212)](a4_0x34cdce['green'](_0x5a5fd4(0x22e)));const _0x5ca32f=getLLMProjectUrl(_0x5e3637,_0x46a19d[_0x5a5fd4(0x257)]);return console['log'](_0x5a5fd4(0x202)+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x5ca32f)),0x0;}if(!_0x477296&&!_0x4a680c){const _0x3a6a68=await confirmKey(_0x5a5fd4(0x223)+(_0x26eda2+_0x2b9bc6)+_0x5a5fd4(0x22d));if(!_0x3a6a68)return console[_0x5a5fd4(0x212)](_0x5a5fd4(0x214)),0x0;}const {data:_0x5ed79d}=await withSpinner(_0x5a5fd4(0x276),()=>_0x293393[_0x5a5fd4(0x231)][_0x5a5fd4(0x264)](_0x5280dc,{'force':_0x4a680c})),_0xbceb3b=_0x5ed79d['counts'][_0x5a5fd4(0x203)]['errors']>0x0||_0x5ed79d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x25a)][_0x5a5fd4(0x225)]>0x0||_0x5ed79d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x239)][_0x5a5fd4(0x225)]>0x0||_0x5ed79d[_0x5a5fd4(0x26b)][_0x5a5fd4(0x1fe)]['errors']>0x0;if(_0xbceb3b){console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x28b)]('\x0aProject\x20pushed\x20with\x20errors')),console[_0x5a5fd4(0x212)](),console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x243)));for(const _0x23f7e7 of _0x5ed79d[_0x5a5fd4(0x203)]){_0x23f7e7[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce['red'](_0x5a5fd4(0x254)+_0x23f7e7[_0x5a5fd4(0x23b)]+'\x22:\x20'+_0x23f7e7[_0x5a5fd4(0x287)]));}for(const _0x587883 of _0x5ed79d[_0x5a5fd4(0x25a)]){_0x587883[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)](_0x5a5fd4(0x266)+_0x587883[_0x5a5fd4(0x22b)]+_0x5a5fd4(0x265)+_0x587883[_0x5a5fd4(0x287)]));}for(const _0x434a5f of _0x5ed79d['textKnowledgeBases']){_0x434a5f[_0x5a5fd4(0x1f6)]===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)]('\x20\x20Text\x20Knowledge\x20Base\x20\x22'+_0x434a5f[_0x5a5fd4(0x22b)]+_0x5a5fd4(0x265)+_0x434a5f[_0x5a5fd4(0x287)]));}for(const _0x363b20 of _0x5ed79d[_0x5a5fd4(0x1fe)]){_0x363b20['action']===_0x5a5fd4(0x287)&&console[_0x5a5fd4(0x212)](a4_0x34cdce[_0x5a5fd4(0x21b)]('\x20\x20Prompt\x20\x22'+_0x363b20[_0x5a5fd4(0x22b)]+_0x5a5fd4(0x265)+_0x363b20[_0x5a5fd4(0x287)]));}return 0x1;}console['log'](a4_0x34cdce[_0x5a5fd4(0x297)](_0x5a5fd4(0x27b)+(_0x26eda2+_0x2b9bc6)+_0x5a5fd4(0x20a)+_0x5ed79d[_0x5a5fd4(0x21c)]+'\x27'));const _0x478a7c=getLLMProjectUrl(_0x5e3637,_0x5ed79d[_0x5a5fd4(0x257)]);return console[_0x5a5fd4(0x212)]('Project:\x20'+a4_0x34cdce[_0x5a5fd4(0x1f4)](_0x478a7c)),0x0;}}
1
+ 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 +1 @@
1
- const a5_0x585583=a5_0x4050;(function(_0x9c4d60,_0x50b10f){const _0x44abe3=a5_0x4050,_0x341ec4=_0x9c4d60();while(!![]){try{const _0x3b0a2f=-parseInt(_0x44abe3(0x188))/0x1*(parseInt(_0x44abe3(0x187))/0x2)+-parseInt(_0x44abe3(0x165))/0x3*(parseInt(_0x44abe3(0x1a5))/0x4)+-parseInt(_0x44abe3(0x15b))/0x5*(parseInt(_0x44abe3(0x197))/0x6)+parseInt(_0x44abe3(0x143))/0x7*(parseInt(_0x44abe3(0x162))/0x8)+parseInt(_0x44abe3(0x199))/0x9+-parseInt(_0x44abe3(0x190))/0xa+parseInt(_0x44abe3(0x183))/0xb*(parseInt(_0x44abe3(0x135))/0xc);if(_0x3b0a2f===_0x50b10f)break;else _0x341ec4['push'](_0x341ec4['shift']());}catch(_0x4b7817){_0x341ec4['push'](_0x341ec4['shift']());}}}(a5_0xc27d,0x1b571));function a5_0x4050(_0x4a63e1,_0x58142b){_0x4a63e1=_0x4a63e1-0x130;const _0xc27d22=a5_0xc27d();let _0x405049=_0xc27d22[_0x4a63e1];return _0x405049;}import*as a5_0x40d975 from'node:fs';import*as a5_0x3e65b1 from'node:path';import a5_0x11f297 from'chalk';import{BaseCommand}from'./command.js';import{parseTestFile,runTest,formatResults,setupEvaluatorAgent}from'../sdk/agent/test/index.js';function a5_0xc27d(){const _0x496d24=['join','388tBJeov','\x20\x20Round\x20','Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22','no_tests','✗\x20ERROR:\x20Project\x20not\x20found:\x20','filter','Running\x20agent\x20tests...','Output\x20written\x20to:\x20','length','504rSlYQa','resolveProjectId','Duration:\x20','toLowerCase','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','red','writeFileSync','substring','Test\x20Summary','Tests\x20found:\x20','llmProject','round','resolveAgentId','multiple_agents','72492SsfaRM','table','push','Available\x20tests:\x20','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22','Usage:','message','...\x20','status','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','json','Round\x201/','FAIL','cyan','conversation_url','text','projectDir','\x22:\x20','\x27\x20to\x20create\x20the\x20folder\x20structure.','green','agentName','dim','toISOString','reason','350725acJvEb','white','Round\x20','rounds','Test\x20','execute','/<agent-name>','32wEtveK','repeat','\x20\x20Evaluating...\x20','1338umycof','No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22','yellow','tests','llm',':\x20Sending\x20user\x20input...','eval','Total:\x20\x20\x20\x20','✗\x20FAIL:\x20','Test\x20Configuration:','\x20\x20tdx\x20agent\x20test\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20(requires\x20context\x20or\x20tdx.json)','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','site','name','Site:\x20','no_context','test.yml','PASS','Project\x20path:\x20','Failed:\x20\x20\x20','tsv','\x20\x20Site:\x20','agent:test','context','Running\x20test:\x20','...','Conversation\x20URL:\x20','now','Run\x20\x27tdx\x20agent\x20pull\x20','output','110693WtsTXy','404','basename','Using\x20agent:\x20','104086sHINpY','3fcUMSQ','start','utf-8','map','agentDirs','projectName','includes','stop','2072950RCuonA','✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20','jsonl','No\x20tests\x20found\x20matching:\x20','✗\x20ERROR:\x20','\x20\x20-\x20','log','6WCbbPT','verbose','1122714hMQEiE','trim','Failed\x20Tests:','Evaluating\x20response...','Error\x20writing\x20output\x20file:\x20','\x20\x20tdx\x20agent\x20test\x20<path>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20from\x20path','not\x20found','✗\x20ERROR:\x20Agent\x20not\x20found:\x20','dryRun','ERROR','✓\x20PASS:\x20'];a5_0xc27d=function(){return _0x496d24;};return a5_0xc27d();}import{resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{createCommandSpinner,formatElapsed}from'../utils/spinner.js';export class AgentTestCommand extends BaseCommand{[a5_0x585583(0x172)]=a5_0x585583(0x17b);['description']='Run\x20tests\x20for\x20an\x20LLM\x20agent';async[a5_0x585583(0x160)](_0x12c6ad){const _0x2799e8=a5_0x585583,{options:_0x1dbf91,args:_0x40a5f0,tdx:_0xb14f6b}=_0x12c6ad,_0xbce7e7=_0x40a5f0[0x0]||'.',_0x321132=_0x1dbf91[_0x2799e8(0x1a1)],_0x4c2b74=_0x1dbf91,_0x51083d=_0x4c2b74[_0x2799e8(0x16b)]===![],_0x444ca2=_0x4c2b74['name'],_0x1ba905=_0x1dbf91[_0x2799e8(0x171)],_0x2082ab=_0x4c2b74[_0x2799e8(0x182)];let _0xc12a76=_0x2799e8(0x144);if(_0x4c2b74[_0x2799e8(0x14d)])_0xc12a76=_0x2799e8(0x14d);else{if(_0x4c2b74[_0x2799e8(0x192)])_0xc12a76=_0x2799e8(0x192);else{if(_0x4c2b74[_0x2799e8(0x179)])_0xc12a76=_0x2799e8(0x179);else{if(_0x4c2b74['table'])_0xc12a76=_0x2799e8(0x144);}}}const _0x4fd864=_0x4c2b74[_0x2799e8(0x13f)];let _0x431f48=_0xbce7e7;const _0x47a9bd=a5_0x40d975['existsSync'](_0xbce7e7),_0x128179=_0xbce7e7==='.';if(!_0x47a9bd||_0x128179){const _0x225ba5=resolveProjectFromContext(_0xbce7e7,_0x4fd864,{'requireFile':_0x2799e8(0x175)});if(_0x225ba5['found'])_0x431f48=_0x225ba5[_0x2799e8(0x153)],_0x225ba5['source']===_0x2799e8(0x17c)&&console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x186)+_0x431f48));else switch(_0x225ba5[_0x2799e8(0x15a)]){case _0x2799e8(0x174):console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x167)](_0x225ba5['message'])),console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](_0x2799e8(0x148)),console[_0x2799e8(0x196)](_0x2799e8(0x19e)),console[_0x2799e8(0x196)](_0x2799e8(0x16f)),console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](_0x2799e8(0x139));return 0x1;case'no_local_folder':console[_0x2799e8(0x196)](a5_0x11f297['yellow'](_0x225ba5[_0x2799e8(0x149)])),console[_0x2799e8(0x196)](),console['log'](_0x2799e8(0x181)+_0x225ba5[_0x2799e8(0x13f)]+_0x2799e8(0x155));return 0x1;case _0x2799e8(0x142):{const _0x590fab=a5_0x3e65b1[_0x2799e8(0x185)](_0x225ba5[_0x2799e8(0x153)]);console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x167)](_0x2799e8(0x1a7)+_0x225ba5[_0x2799e8(0x13f)]+'\x22:'));for(const _0x3b0ce6 of _0x225ba5[_0x2799e8(0x18c)]){console[_0x2799e8(0x196)](_0x2799e8(0x195)+_0x3b0ce6);}return console['log'](),console[_0x2799e8(0x196)]('Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/'+_0x590fab+_0x2799e8(0x161)),0x1;}case _0x2799e8(0x1a8):console[_0x2799e8(0x196)](a5_0x11f297['yellow'](_0x2799e8(0x166)+_0x225ba5[_0x2799e8(0x13f)]+'\x22.')),console['log'](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x177)+_0x225ba5['projectDir'])),console['log'](),console['log'](_0x2799e8(0x170));return 0x1;}}const {definition:_0x1e0338,agentInfo:_0x45d53f}=parseTestFile(_0x431f48);let _0x566d20=_0x1e0338['tests'];if(_0x444ca2){const _0x11bb1e=_0x444ca2['split'](',')[_0x2799e8(0x18b)](_0x1eb70f=>_0x1eb70f[_0x2799e8(0x19a)]());_0x566d20=_0x1e0338[_0x2799e8(0x168)][_0x2799e8(0x131)](_0xa3b796=>_0x11bb1e['includes'](_0xa3b796['name']));if(_0x566d20[_0x2799e8(0x134)]===0x0)return console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x167)](_0x2799e8(0x193)+_0x444ca2)),console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x146)+_0x1e0338[_0x2799e8(0x168)][_0x2799e8(0x18b)](_0x5745ce=>_0x5745ce[_0x2799e8(0x172)])[_0x2799e8(0x1a4)](',\x20'))),0x1;}if(_0x321132){console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x150)](_0x2799e8(0x16e))),console[_0x2799e8(0x196)](_0x2799e8(0x17a)+a5_0x11f297[_0x2799e8(0x15c)](_0x1ba905)),console['log']('\x20\x20Project:\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x45d53f[_0x2799e8(0x18d)])),console['log']('\x20\x20Agent:\x20'+a5_0x11f297['white'](_0x45d53f['agentName'])),console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](_0x2799e8(0x13e)+a5_0x11f297[_0x2799e8(0x15c)](_0x566d20[_0x2799e8(0x134)]));for(let _0x22e14a=0x0;_0x22e14a<_0x566d20[_0x2799e8(0x134)];_0x22e14a++){const _0x3faa1f=_0x566d20[_0x22e14a],_0x393af5=_0x3faa1f[_0x2799e8(0x15e)][_0x2799e8(0x134)]===0x1?_0x2799e8(0x140):_0x2799e8(0x15e);console['log']('\x20\x20'+(_0x22e14a+0x1)+'.\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x3faa1f[_0x2799e8(0x172)])+'\x20('+_0x3faa1f[_0x2799e8(0x15e)][_0x2799e8(0x134)]+'\x20'+_0x393af5+')');}return 0x0;}let _0x47a6e7,_0x2207bc;try{_0x47a6e7=await _0xb14f6b['llm'][_0x2799e8(0x136)](_0x45d53f[_0x2799e8(0x18d)]);}catch(_0x23f9a7){const _0x216032=_0x23f9a7 instanceof Error?_0x23f9a7[_0x2799e8(0x149)]:String(_0x23f9a7);return _0x216032['includes'](_0x2799e8(0x184))||_0x216032[_0x2799e8(0x138)]()['includes']('not\x20found')?console['log'](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x130)+_0x45d53f[_0x2799e8(0x18d)])):console['log'](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x14c)+_0x45d53f[_0x2799e8(0x18d)]+_0x2799e8(0x154)+_0x216032)),0x1;}try{_0x2207bc=await _0xb14f6b['llm'][_0x2799e8(0x141)](_0x45d53f[_0x2799e8(0x157)],_0x47a6e7);}catch(_0x4bd082){const _0xfa18db=_0x4bd082 instanceof Error?_0x4bd082['message']:String(_0x4bd082);return _0xfa18db[_0x2799e8(0x18e)]('404')||_0xfa18db[_0x2799e8(0x138)]()[_0x2799e8(0x18e)](_0x2799e8(0x19f))?console[_0x2799e8(0x196)](a5_0x11f297['red'](_0x2799e8(0x1a0)+_0x45d53f[_0x2799e8(0x157)])):console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x147)+_0x45d53f[_0x2799e8(0x157)]+_0x2799e8(0x154)+_0xfa18db)),0x1;}let _0x5c2cb3;if(!_0x51083d)try{_0x5c2cb3=await setupEvaluatorAgent(_0xb14f6b['llm'],_0x1dbf91[_0x2799e8(0x198)]);}catch(_0x252016){const _0x1439fc=_0x252016 instanceof Error?_0x252016[_0x2799e8(0x149)]:String(_0x252016);return console[_0x2799e8(0x196)](a5_0x11f297['red'](_0x2799e8(0x191)+_0x1439fc)),0x1;}console['log'](a5_0x11f297[_0x2799e8(0x150)](_0x2799e8(0x132))),console[_0x2799e8(0x196)](_0x2799e8(0x173)+a5_0x11f297[_0x2799e8(0x15c)](_0x1ba905)),console[_0x2799e8(0x196)]('Agent:\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x45d53f[_0x2799e8(0x18d)]+'/'+_0x45d53f['agentName'])),console[_0x2799e8(0x196)]();const _0x4f6ce9=[],_0x5a5ff2=Date[_0x2799e8(0x180)]();for(let _0x93a190=0x0;_0x93a190<_0x566d20[_0x2799e8(0x134)];_0x93a190++){const _0x16cd4f=_0x566d20[_0x93a190];_0x566d20[_0x2799e8(0x134)]>0x1?console[_0x2799e8(0x196)](_0x2799e8(0x15f)+(_0x93a190+0x1)+'/'+_0x566d20[_0x2799e8(0x134)]+':\x20'+a5_0x11f297[_0x2799e8(0x15c)](_0x16cd4f[_0x2799e8(0x172)])):console[_0x2799e8(0x196)](_0x2799e8(0x17d)+a5_0x11f297[_0x2799e8(0x15c)](_0x16cd4f['name']));const _0x55fdc6=createCommandSpinner(_0x2799e8(0x14e)+_0x16cd4f[_0x2799e8(0x15e)][_0x2799e8(0x134)]+_0x2799e8(0x16a));_0x55fdc6[_0x2799e8(0x189)]();try{const {result:_0x4a4e71}=await runTest(_0xb14f6b[_0x2799e8(0x169)],_0x16cd4f,{'agentId':_0x2207bc,'projectId':_0x47a6e7,'site':_0x1ba905,'noEval':_0x51083d,'evaluatorId':_0x5c2cb3,'onRoundStart':(_0x3f427a,_0x5106bd)=>{const _0x5e13ae=_0x2799e8;_0x55fdc6[_0x5e13ae(0x152)]=_0x5e13ae(0x15d)+(_0x3f427a+0x1)+'/'+_0x5106bd+_0x5e13ae(0x16a);},'onRoundComplete':(_0x1cb0ac,_0x27b90c,_0x5b7938)=>{const _0x1fcbdc=_0x2799e8,_0x55c21a=formatElapsed(_0x27b90c);_0x5b7938?console[_0x1fcbdc(0x196)]('\x20\x20Round\x20'+(_0x1cb0ac+0x1)+'/'+_0x16cd4f[_0x1fcbdc(0x15e)][_0x1fcbdc(0x134)]+_0x1fcbdc(0x14a)+a5_0x11f297[_0x1fcbdc(0x156)]('✓')+'\x20('+_0x55c21a+')'):console['log'](_0x1fcbdc(0x1a6)+(_0x1cb0ac+0x1)+'/'+_0x16cd4f['rounds'][_0x1fcbdc(0x134)]+'...\x20'+a5_0x11f297[_0x1fcbdc(0x13a)]('✗'));},'onEvaluationStart':()=>{const _0x199a69=_0x2799e8;_0x55fdc6[_0x199a69(0x152)]=_0x199a69(0x19c);},'onEvaluationComplete':_0x56efaa=>{const _0x271bd1=_0x2799e8,_0x54ebdc=formatElapsed(_0x56efaa);console['log'](_0x271bd1(0x164)+a5_0x11f297[_0x271bd1(0x156)]('✓')+'\x20('+_0x54ebdc+')');}});_0x55fdc6[_0x2799e8(0x18f)](),_0x4f6ce9[_0x2799e8(0x145)](_0x4a4e71);if(_0x4a4e71[_0x2799e8(0x14b)]===_0x2799e8(0x176))console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x156)](_0x2799e8(0x1a3)+_0x4a4e71[_0x2799e8(0x15a)]));else _0x4a4e71['status']===_0x2799e8(0x14f)?console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x16d)+_0x4a4e71[_0x2799e8(0x15a)])):console['log'](a5_0x11f297[_0x2799e8(0x13a)]('✗\x20ERROR:\x20'+_0x4a4e71[_0x2799e8(0x15a)]));_0x4a4e71[_0x2799e8(0x151)]&&console[_0x2799e8(0x196)](a5_0x11f297[_0x2799e8(0x158)](_0x2799e8(0x17f)+_0x4a4e71['conversation_url'])),console['log']();}catch(_0x511a23){_0x55fdc6[_0x2799e8(0x18f)]();const _0x2d35b7=_0x511a23 instanceof Error?_0x511a23[_0x2799e8(0x149)]:String(_0x511a23);console['log'](a5_0x11f297[_0x2799e8(0x13a)](_0x2799e8(0x194)+_0x2d35b7)),console[_0x2799e8(0x196)](),_0x4f6ce9[_0x2799e8(0x145)]({'name':_0x16cd4f[_0x2799e8(0x172)],'status':_0x2799e8(0x1a2),'reason':_0x2d35b7,'timestamp':new Date()[_0x2799e8(0x159)](),'duration_ms':0x0});}}const _0x5b08b7=Date['now']()-_0x5a5ff2,_0x27b8f8=_0x4f6ce9['filter'](_0x57c170=>_0x57c170[_0x2799e8(0x14b)]===_0x2799e8(0x176))[_0x2799e8(0x134)],_0x44070f=_0x4f6ce9[_0x2799e8(0x131)](_0x3a7950=>_0x3a7950[_0x2799e8(0x14b)]===_0x2799e8(0x14f))[_0x2799e8(0x134)],_0x1a49b5=_0x4f6ce9['filter'](_0x705fbb=>_0x705fbb[_0x2799e8(0x14b)]===_0x2799e8(0x1a2))['length'];console[_0x2799e8(0x196)]('━'['repeat'](0x3c)),console['log'](_0x2799e8(0x13d)),console['log']('━'[_0x2799e8(0x163)](0x3c)),console[_0x2799e8(0x196)](_0x2799e8(0x16c)+_0x4f6ce9[_0x2799e8(0x134)]),console[_0x2799e8(0x196)]('Passed:\x20\x20\x20'+a5_0x11f297[_0x2799e8(0x156)](_0x27b8f8)),console[_0x2799e8(0x196)](_0x2799e8(0x178)+a5_0x11f297[_0x2799e8(0x13a)](_0x44070f));_0x1a49b5>0x0&&console['log']('Errors:\x20\x20\x20'+a5_0x11f297[_0x2799e8(0x13a)](_0x1a49b5));console[_0x2799e8(0x196)](_0x2799e8(0x137)+formatElapsed(_0x5b08b7)),console[_0x2799e8(0x196)]('━'[_0x2799e8(0x163)](0x3c));const _0x3b427f=_0x4f6ce9[_0x2799e8(0x131)](_0xf1b3aa=>_0xf1b3aa[_0x2799e8(0x14b)]!==_0x2799e8(0x176));if(_0x3b427f['length']>0x0){console['log'](),console[_0x2799e8(0x196)](_0x2799e8(0x19b));for(const _0x490da1 of _0x3b427f){const _0xb7198d=a5_0x11f297[_0x2799e8(0x13a)]('✗'),_0x5b7322=_0x490da1[_0x2799e8(0x15a)][_0x2799e8(0x134)]>0x32?_0x490da1[_0x2799e8(0x15a)][_0x2799e8(0x13c)](0x0,0x32)+_0x2799e8(0x17e):_0x490da1[_0x2799e8(0x15a)];console[_0x2799e8(0x196)]('\x20\x20'+_0xb7198d+'\x20'+_0x490da1[_0x2799e8(0x172)]+':\x20'+_0x5b7322);}}const _0x26c4ac={'summary':{'total':_0x4f6ce9['length'],'passed':_0x27b8f8,'failed':_0x44070f,'errors':_0x1a49b5>0x0?_0x1a49b5:undefined,'duration_ms':_0x5b08b7},'tests':_0x4f6ce9,'agent':{'project':_0x45d53f[_0x2799e8(0x18d)],'name':_0x45d53f[_0x2799e8(0x157)],'site':_0x1ba905},'timestamp':new Date(_0x5a5ff2)['toISOString']()};if(_0xc12a76!=='table'||_0x2082ab){const _0x29d117=formatResults(_0x26c4ac,_0xc12a76);if(_0x2082ab)try{a5_0x40d975[_0x2799e8(0x13b)](_0x2082ab,_0x29d117,_0x2799e8(0x18a)),console['log'](),console[_0x2799e8(0x196)](a5_0x11f297['dim'](_0x2799e8(0x133)+_0x2082ab));}catch(_0x12d5d8){return console[_0x2799e8(0x196)](),console[_0x2799e8(0x196)](a5_0x11f297['red'](_0x2799e8(0x19d)+_0x12d5d8)),0x1;}else console['log'](),console[_0x2799e8(0x196)](_0x29d117);}return _0x3b427f[_0x2799e8(0x134)]>0x0?0x1:0x0;}}
1
+ 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 +1 @@
1
- const a6_0x242fc8=a6_0xdf96;function a6_0xdf96(_0x60f5f0,_0x1e4cd1){_0x60f5f0=_0x60f5f0-0x156;const _0x4962ca=a6_0x4962();let _0xdf96f3=_0x4962ca[_0x60f5f0];return _0xdf96f3;}(function(_0x5edb47,_0x205449){const _0x5a3ecd=a6_0xdf96,_0x5ad0c1=_0x5edb47();while(!![]){try{const _0x3a1ddc=parseInt(_0x5a3ecd(0x193))/0x1*(-parseInt(_0x5a3ecd(0x166))/0x2)+parseInt(_0x5a3ecd(0x15e))/0x3*(parseInt(_0x5a3ecd(0x15d))/0x4)+-parseInt(_0x5a3ecd(0x163))/0x5+-parseInt(_0x5a3ecd(0x15f))/0x6*(parseInt(_0x5a3ecd(0x188))/0x7)+-parseInt(_0x5a3ecd(0x156))/0x8*(parseInt(_0x5a3ecd(0x160))/0x9)+-parseInt(_0x5a3ecd(0x178))/0xa*(-parseInt(_0x5a3ecd(0x17a))/0xb)+parseInt(_0x5a3ecd(0x196))/0xc*(parseInt(_0x5a3ecd(0x185))/0xd);if(_0x3a1ddc===_0x205449)break;else _0x5ad0c1['push'](_0x5ad0c1['shift']());}catch(_0xccfb0e){_0x5ad0c1['push'](_0x5ad0c1['shift']());}}}(a6_0x4962,0x1be03));import{BaseCommand}from'./command.js';import{RawAPI}from'../sdk/api.js';import{colorizeJSON}from'../utils/colors.js';import{writeFileSync}from'fs';import{getEndpoint}from'../sdk/types/index.js';import{resolveSite}from'../core/config.js';import{getAuthHeaders}from'../core/auth.js';const SENSITIVE_HEADERS=new Set([a6_0x242fc8(0x182),a6_0x242fc8(0x158),a6_0x242fc8(0x189),'set-cookie','set-cookie2',a6_0x242fc8(0x187),a6_0x242fc8(0x17e),a6_0x242fc8(0x183)]);function isSensitiveHeader(_0x1bbc98){const _0x202f25=a6_0x242fc8;return SENSITIVE_HEADERS['has'](_0x1bbc98[_0x202f25(0x171)]());}function parseHeader(_0x5d85fc){const _0x285af7=a6_0x242fc8,_0xdc2ebb=_0x5d85fc[_0x285af7(0x176)](':');if(_0xdc2ebb===-0x1)throw new Error(_0x285af7(0x184)+_0x5d85fc+_0x285af7(0x157)+'Expected\x20format:\x20\x22Key:\x20Value\x22\x20or\x20\x22Key:Value\x22');const _0x284622=_0x5d85fc['substring'](0x0,_0xdc2ebb)[_0x285af7(0x15b)](),_0x177f16=_0x5d85fc['substring'](_0xdc2ebb+0x1)[_0x285af7(0x15b)]();if(!_0x284622)throw new Error(_0x285af7(0x194)+_0x5d85fc+'\x22');return[_0x284622,_0x177f16];}export class ApiCommand extends BaseCommand{[a6_0x242fc8(0x18d)]=a6_0x242fc8(0x161);[a6_0x242fc8(0x16e)]=a6_0x242fc8(0x169);[a6_0x242fc8(0x17f)](_0x12f9ff){const _0xe218f3=a6_0x242fc8,{args:_0x2569d4,options:_0x57d5a7}=_0x12f9ff,_0x2b6f6b=_0x57d5a7;if(_0x2569d4[_0xe218f3(0x17c)]===0x0)return'Endpoint\x20is\x20required.\x20Example:\x20tdx\x20api\x20/v3/database/list';const _0x251640=_0x2569d4[0x0];if(!_0x251640['startsWith']('/'))return'Endpoint\x20must\x20start\x20with\x20/:\x20'+_0x251640;const _0x1898e3=_0x2b6f6b['data'],_0x3b9be8=_0x2b6f6b[_0xe218f3(0x198)];if(_0x1898e3&&_0x3b9be8)return _0xe218f3(0x19a);const _0x1f8ce2=_0x2b6f6b['method']||_0xe218f3(0x191),_0x2e40e0=[_0xe218f3(0x191),_0xe218f3(0x170),_0xe218f3(0x165),'DELETE',_0xe218f3(0x168)];if(!_0x2e40e0[_0xe218f3(0x164)](_0x1f8ce2[_0xe218f3(0x186)]()))return _0xe218f3(0x16d)+_0x1f8ce2+_0xe218f3(0x190)+_0x2e40e0[_0xe218f3(0x15a)](',\x20');const _0x3c9908=_0x2b6f6b[_0xe218f3(0x174)]||'td',_0x547aa7=['td',_0xe218f3(0x181),'workflow',_0xe218f3(0x197),_0xe218f3(0x175),_0xe218f3(0x16f)];if(!_0x547aa7[_0xe218f3(0x164)](_0x3c9908))return _0xe218f3(0x17b)+_0x3c9908+_0xe218f3(0x172)+_0x547aa7['join'](',\x20');return undefined;}async['execute'](_0x370577){const _0x4ef0b0=a6_0x242fc8,{options:_0x312b84,args:_0x56ab30,tdx:_0x2738e4}=_0x370577,_0x481f86=_0x312b84,_0x25000d=_0x56ab30[0x0],_0x430e64=(_0x481f86[_0x4ef0b0(0x15c)]||_0x4ef0b0(0x191))[_0x4ef0b0(0x186)](),_0x58699f=_0x481f86[_0x4ef0b0(0x18c)],_0x5362ef=_0x481f86[_0x4ef0b0(0x198)],_0x5de5cb=_0x481f86[_0x4ef0b0(0x162)],_0x2fe591=_0x481f86[_0x4ef0b0(0x174)]||'td';try{const _0x598b82={};if(_0x5de5cb){const _0x54c2f5=Array[_0x4ef0b0(0x16b)](_0x5de5cb)?_0x5de5cb:[_0x5de5cb];for(const _0xf00e71 of _0x54c2f5){const [_0x4c2e0a,_0x58fe35]=parseHeader(_0xf00e71);_0x598b82[_0x4c2e0a]=_0x58fe35;}}let _0x108939;if(_0x58699f)_0x108939=_0x58699f;else{if(_0x5362ef)try{_0x108939=RawAPI[_0x4ef0b0(0x180)](_0x5362ef);}catch(_0x519c8e){return console['error'](_0x4ef0b0(0x16c)+(_0x519c8e instanceof Error?_0x519c8e['message']:String(_0x519c8e))),0x1;}}const _0x1f8065={'method':_0x430e64,'apiType':_0x2fe591,'includeHeaders':_0x312b84['verbose']};_0x108939&&(_0x1f8065[_0x4ef0b0(0x16a)]=_0x108939);Object['keys'](_0x598b82)[_0x4ef0b0(0x17c)]>0x0&&(_0x1f8065[_0x4ef0b0(0x167)]=_0x598b82);if(_0x312b84[_0x4ef0b0(0x177)]){const _0x4c40c0=resolveSite(_0x312b84[_0x4ef0b0(0x192)]),_0x3c5a44=getEndpoint(_0x4c40c0,_0x2fe591),_0x391c05=''+_0x3c5a44+_0x25000d;console[_0x4ef0b0(0x173)]('>\x20'+_0x430e64+'\x20'+_0x391c05);const _0x43d365=getAuthHeaders(_0x4c40c0),_0x247830={..._0x43d365,..._0x598b82};for(const [_0x558c2b,_0x31c4a2]of Object[_0x4ef0b0(0x195)](_0x247830)){!isSensitiveHeader(_0x558c2b)&&console['error']('>\x20'+_0x558c2b+':\x20'+_0x31c4a2);}_0x108939&&console[_0x4ef0b0(0x173)]('>'),console[_0x4ef0b0(0x173)]('');}const _0x46c6dc=await _0x2738e4[_0x4ef0b0(0x161)][_0x4ef0b0(0x18f)](_0x25000d,_0x1f8065);if(_0x312b84['verbose']&&_0x46c6dc[_0x4ef0b0(0x167)]){console[_0x4ef0b0(0x173)]('<\x20HTTP/1.1\x20'+_0x46c6dc[_0x4ef0b0(0x18a)]);for(const [_0x4de307,_0x5c3fb8]of Object[_0x4ef0b0(0x195)](_0x46c6dc['headers'])){!isSensitiveHeader(_0x4de307)&&console['error']('<\x20'+_0x4de307+':\x20'+_0x5c3fb8);}console[_0x4ef0b0(0x173)]('');}const _0x3206a9=Boolean(_0x312b84[_0x4ef0b0(0x199)]),_0x249255={'color':_0x312b84['color'],'noColor':_0x312b84['noColor']||_0x3206a9&&!_0x312b84[_0x4ef0b0(0x19b)]},_0xe3bceb=colorizeJSON(_0x46c6dc['data'],_0x249255);return _0x312b84[_0x4ef0b0(0x199)]?(writeFileSync(_0x312b84[_0x4ef0b0(0x199)],_0xe3bceb),console['error'](_0x4ef0b0(0x17d)+_0x312b84[_0x4ef0b0(0x199)])):console[_0x4ef0b0(0x18e)](_0xe3bceb),0x0;}catch(_0x2f9416){return _0x2f9416 instanceof Error?(console[_0x4ef0b0(0x173)]('Error:\x20'+_0x2f9416[_0x4ef0b0(0x159)]),_0x312b84[_0x4ef0b0(0x177)]&&_0x2f9416['stack']&&console[_0x4ef0b0(0x173)](_0x4ef0b0(0x179)+_0x2f9416[_0x4ef0b0(0x18b)])):console[_0x4ef0b0(0x173)](_0x4ef0b0(0x16c)+String(_0x2f9416)),0x1;}}}function a6_0x4962(){const _0xb274cf=['toLowerCase','.\x20Valid\x20types:\x20','error','type','llm','indexOf','verbose','20jFBkpp','\x0aStack\x20trace:\x0a','164120yXdaSg','Invalid\x20API\x20type:\x20','length','Results\x20saved\x20to\x20','x-auth-token','validate','readBodyFromFile','cdp','authorization','x-trino-user','Invalid\x20header\x20format:\x20\x22','65iRlAaU','toUpperCase','x-xsrf-token','14Ojdwlq','cookie','status','stack','data','name','log','request','.\x20Valid\x20methods:\x20','GET','site','69633wybPmx','Header\x20key\x20cannot\x20be\x20empty:\x20\x22','entries','680100QsVabO','trino','file','output','Cannot\x20use\x20both\x20--data\x20and\x20--file\x20options.\x20Choose\x20one.','color','1631536tDVoUb','\x22.\x20','proxy-authorization','message','join','trim','method','824928mFTpfk','3nzAEYI','30204JVtExi','9gMsaSM','api','header','608125gCNzzJ','includes','PUT','2mSIZwm','headers','PATCH','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','body','isArray','Error:\x20','Invalid\x20HTTP\x20method:\x20','description','llm-proxy','POST'];a6_0x4962=function(){return _0xb274cf;};return a6_0x4962();}
1
+ 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 +1 @@
1
- const a7_0x492031=a7_0x3fe7;(function(_0x3f88bb,_0x5bacb7){const _0x553cad=a7_0x3fe7,_0x567ede=_0x3f88bb();while(!![]){try{const _0x25f0d0=parseInt(_0x553cad(0x205))/0x1+parseInt(_0x553cad(0x1fb))/0x2+-parseInt(_0x553cad(0x20a))/0x3*(-parseInt(_0x553cad(0x241))/0x4)+parseInt(_0x553cad(0x20b))/0x5+parseInt(_0x553cad(0x22d))/0x6*(-parseInt(_0x553cad(0x232))/0x7)+-parseInt(_0x553cad(0x22f))/0x8+parseInt(_0x553cad(0x1f9))/0x9*(-parseInt(_0x553cad(0x1f7))/0xa);if(_0x25f0d0===_0x5bacb7)break;else _0x567ede['push'](_0x567ede['shift']());}catch(_0x312769){_0x567ede['push'](_0x567ede['shift']());}}}(a7_0x42cb,0x4a762));function a7_0x3fe7(_0x208acb,_0x37076c){_0x208acb=_0x208acb-0x1ee;const _0x42cbc2=a7_0x42cb();let _0x3fe770=_0x42cbc2[_0x208acb];return _0x3fe770;}import{BaseCommand,printAuthError}from'./command.js';import{saveAPIKeyAsync,resolveSite,resolveAPIKeyAsync}from'../core/config.js';import{saveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';import{getConsoleUrl}from'../sdk/client/endpoints.js';function a7_0x42cb(){const _0x529dff=['✓\x20Default\x20site\x20set\x20to\x20','auth','N/A','Site\x20name\x20must\x20contain\x20only\x20lowercase\x20letters,\x20numbers,\x20and\x20hyphens','us01','name','trim','red','jobs','449556GOdwfT','findIndex','2124440iCJtsw','logLevel','✓\x20API\x20key\x20saved\x20to\x20system\x20keychain','35hRvfQN','site','✓\x20Profile\x20\x27','\x20--profile\x20','\x0aSetup\x20cancelled','getUserInfo','✗\x20Validation\x20failed:\x20','\x20\x20tdx','yellow','Validating\x20API\x20key...','description','Site\x20name\x20cannot\x20be\x20empty','push','API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.','bold','190004LQQBDa','jp\x20\x20\x20-\x20Japan','error','✓\x20API\x20key\x20removed\x20from\x20keychain','tdx:\x20auth\x20clear','✓\x20Authentication\x20successful\x0a','Setup\x20API\x20key\x20authentication\x20interactively','apiKey','Enter\x20custom\x20site','ERROR','System\x20keychain\x20is\x20not\x20available','warn','email','eu01','execute','10itIOvN','\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.','3294909PXeakt','log','854106pbAOFJ','ap02','API\x20key\x20cannot\x20be\x20empty','ap02\x20-\x20Korea','Name:\x20','User:\x20','create','Setting\x20up\x20authentication\x20for\x20site:\x20','Enter\x20site\x20name:','\x20for\x20profile:\x20','170657AvPIRN','profile','\x20(site:\x20','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','Select\x20your\x20Treasure\x20Data\x20site\x20(for\x20profile:\x20','33xVLPaA','955295alFwtM','\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication','filter','No\x20API\x20key\x20found\x20in\x20keychain','You\x20can\x20find\x20your\x20API\x20key\x20at:','green','\x20(profile:\x20','select','first_name','text','last_name','tdx:\x20auth\x20setup','Read\x20credential\x20from\x20','other','customSite','\x27\x20registered','password','test','auth:clear','us\x20\x20\x20-\x20United\x20States','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:','Enter\x20your\x20TD\x20API\x20key:','Remove\x20API\x20key\x20from\x20system\x20keychain','Select\x20your\x20Treasure\x20Data\x20site:','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key'];a7_0x42cb=function(){return _0x529dff;};return a7_0x42cb();}import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';import a7_0x3e2327 from'prompts';import{HTTPClientError}from'../sdk/client/http-client.js';import{TDX}from'../sdk/index.js';import{LogLevel}from'../utils/tdx-logger.js';import a7_0x2afc93 from'chalk';export class AuthSetupCommand extends BaseCommand{['name']='auth:setup';[a7_0x492031(0x23c)]=a7_0x492031(0x1ee);async[a7_0x492031(0x1f6)](_0x433b22){const _0x125660=a7_0x492031,{options:_0x2857aa}=_0x433b22,_0x2d300d=_0x2857aa[_0x125660(0x206)];console['log'](a7_0x2afc93[_0x125660(0x240)](_0x125660(0x216)));const _0x2a7c3e=_0x2857aa[_0x125660(0x233)]||_0x125660(0x228),_0x2e76b9=[{'title':_0x125660(0x21e),'value':'us01'},{'title':_0x125660(0x242),'value':'jp01'},{'title':'eu\x20\x20\x20-\x20Europe','value':_0x125660(0x1f5)},{'title':_0x125660(0x1fe),'value':_0x125660(0x1fc)}];let _0x13d13e=_0x2e76b9[_0x125660(0x22e)](_0x207926=>_0x207926['value']===_0x2a7c3e);_0x13d13e===-0x1&&_0x2a7c3e!==_0x125660(0x228)&&(_0x2e76b9['push']({'title':_0x2a7c3e,'value':_0x2a7c3e}),_0x13d13e=_0x2e76b9['length']-0x1);_0x2e76b9[_0x125660(0x23e)]({'title':_0x125660(0x1f0),'value':_0x125660(0x218)});const _0x6c995b=_0x2d300d?_0x125660(0x209)+_0x2d300d+'):':_0x125660(0x222),_0x6278ec=await a7_0x3e2327({'type':_0x125660(0x212),'name':_0x125660(0x233),'message':_0x6c995b,'choices':_0x2e76b9,'initial':_0x13d13e>=0x0?_0x13d13e:0x0});if(!_0x6278ec[_0x125660(0x233)])return console[_0x125660(0x1fa)](_0x125660(0x236)),0x1;let _0x3a4407;if(_0x6278ec[_0x125660(0x233)]===_0x125660(0x218)){const _0x20c104=await a7_0x3e2327({'type':_0x125660(0x214),'name':_0x125660(0x219),'message':_0x125660(0x203),'initial':'us01','validate':_0x428a73=>{const _0x417ae3=_0x125660;if(!_0x428a73||!_0x428a73[_0x417ae3(0x22a)]())return _0x417ae3(0x23d);if(!/^[a-z0-9-]+$/[_0x417ae3(0x21c)](_0x428a73[_0x417ae3(0x22a)]()))return _0x417ae3(0x227);return!![];}});if(!_0x20c104[_0x125660(0x219)])return console[_0x125660(0x1fa)]('\x0aSetup\x20cancelled'),0x1;_0x3a4407=_0x20c104[_0x125660(0x219)];}else _0x3a4407=_0x6278ec[_0x125660(0x233)];const _0x127d55=resolveSite(_0x3a4407);console[_0x125660(0x1fa)](_0x125660(0x202)+_0x127d55),console[_0x125660(0x1fa)](_0x125660(0x20f)),console[_0x125660(0x1fa)]('\x20\x20'+getConsoleUrl(_0x127d55,'/app/mp/ak'));const _0x5eb758=await a7_0x3e2327({'type':_0x125660(0x21b),'name':'apiKey','message':_0x125660(0x220),'validate':_0x5a75d8=>{const _0x3ea60e=_0x125660;if(!_0x5a75d8||!_0x5a75d8['trim']())return _0x3ea60e(0x1fd);return!![];}});if(!_0x5eb758[_0x125660(0x1ef)])return console[_0x125660(0x1fa)](_0x125660(0x236)),0x1;const _0x51e92e=_0x5eb758[_0x125660(0x1ef)];console['log'](_0x125660(0x23b));try{const _0x556faa=TDX[_0x125660(0x201)]({'site':_0x127d55,'apiKey':_0x51e92e[_0x125660(0x22a)](),'logLevel':_0x2857aa[_0x125660(0x230)]??LogLevel[_0x125660(0x1f1)]}),_0x2eab8b=await _0x556faa[_0x125660(0x22c)][_0x125660(0x237)]();console[_0x125660(0x1fa)](_0x125660(0x208)+_0x2eab8b[_0x125660(0x1f4)]+')');const _0x1bbc5a=await isKeychainAvailable();_0x1bbc5a?(await saveAPIKeyAsync(_0x51e92e[_0x125660(0x22a)](),_0x127d55,_0x2d300d),console[_0x125660(0x1fa)](_0x125660(0x231)+(_0x2d300d?'\x20(profile:\x20'+_0x2d300d+')':''))):(console[_0x125660(0x1f3)](a7_0x2afc93[_0x125660(0x23a)]('⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.')),console[_0x125660(0x1f3)](a7_0x2afc93[_0x125660(0x23a)](_0x125660(0x1f8))));if(_0x2d300d){const _0x56df3e={'site':_0x127d55};saveProfileToUserConfig(_0x2d300d,_0x56df3e),console[_0x125660(0x1fa)](_0x125660(0x234)+_0x2d300d+_0x125660(0x21a));}else saveDefaultSiteToUserConfig(_0x127d55),console[_0x125660(0x1fa)](_0x125660(0x224)+_0x127d55);const _0x13ce24=_0x2d300d?_0x125660(0x235)+_0x2d300d:'';return console[_0x125660(0x1fa)](),console[_0x125660(0x1fa)](_0x125660(0x21f)),console[_0x125660(0x1fa)](_0x125660(0x239)+_0x13ce24+_0x125660(0x20c)),console[_0x125660(0x1fa)](_0x125660(0x239)+_0x13ce24+'\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases'),0x0;}catch(_0x28e749){if(_0x28e749 instanceof HTTPClientError&&_0x28e749['status']===0x191)return printAuthError(_0x28e749),0x1;return console['error'](a7_0x2afc93['red'](_0x125660(0x238)+(_0x28e749 instanceof Error?_0x28e749['message']:String(_0x28e749)))),console[_0x125660(0x243)](_0x125660(0x23f)),0x1;}}}export class AuthStatusCommand extends BaseCommand{[a7_0x492031(0x229)]=a7_0x492031(0x225);[a7_0x492031(0x23c)]=a7_0x492031(0x223);async[a7_0x492031(0x1f6)](_0x4c0360){const _0x2a063e=a7_0x492031,{options:_0x485cd1,tdx:_0x1692ed}=_0x4c0360,_0x319f33=_0x485cd1[_0x2a063e(0x233)],_0x1b8ad2=_0x485cd1['profile'],_0x51829a=_0x1b8ad2?_0x1b8ad2:_0x2a063e(0x226);console[_0x2a063e(0x1fa)]('tdx\x20profile:\x20'+_0x51829a+_0x2a063e(0x207)+_0x319f33+')');const _0x784f03=await resolveAPIKeyAsync(_0x319f33,_0x1b8ad2);if(_0x784f03){const {source:_0x4413e6,isDeprecated:_0x501794}=_0x784f03,_0x5414e0=_0x2a063e(0x217)+_0x4413e6;console[_0x2a063e(0x1fa)](_0x501794?a7_0x2afc93[_0x2a063e(0x23a)](_0x5414e0):_0x5414e0);}else console[_0x2a063e(0x1fa)](a7_0x2afc93[_0x2a063e(0x23a)]('No\x20credential\x20found'));try{const _0x21ff02=await _0x1692ed[_0x2a063e(0x22c)]['getUserInfo']();return console['log'](a7_0x2afc93[_0x2a063e(0x210)](_0x2a063e(0x246))),console[_0x2a063e(0x1fa)](_0x2a063e(0x200)+_0x21ff02[_0x2a063e(0x1f4)]),(_0x21ff02[_0x2a063e(0x213)]||_0x21ff02['last_name'])&&console['log'](_0x2a063e(0x1ff)+[_0x21ff02[_0x2a063e(0x213)],_0x21ff02[_0x2a063e(0x215)]][_0x2a063e(0x20d)](Boolean)['join']('\x20')),0x0;}catch(_0x3da5b1){return _0x3da5b1 instanceof HTTPClientError&&_0x3da5b1['status']===0x191?printAuthError(_0x3da5b1,!![],_0x1b8ad2):console['error'](a7_0x2afc93[_0x2a063e(0x22b)](_0x2a063e(0x238)+(_0x3da5b1 instanceof Error?_0x3da5b1['message']:String(_0x3da5b1)))),0x1;}}}export class AuthClearCommand extends BaseCommand{[a7_0x492031(0x229)]=a7_0x492031(0x21d);[a7_0x492031(0x23c)]=a7_0x492031(0x221);async[a7_0x492031(0x1f6)](_0x1e359c){const _0x1b3fd4=a7_0x492031,{options:_0x3e6f6e}=_0x1e359c,_0x1e513b=_0x3e6f6e[_0x1b3fd4(0x206)];console[_0x1b3fd4(0x1fa)](a7_0x2afc93[_0x1b3fd4(0x240)](_0x1b3fd4(0x245)));const _0x3518b6=await isKeychainAvailable();if(!_0x3518b6)return console[_0x1b3fd4(0x243)](a7_0x2afc93[_0x1b3fd4(0x22b)](_0x1b3fd4(0x1f2))),0x1;const _0x2504e7=await deleteKeychainAPIKey(_0x1e513b);return _0x2504e7?(clearCredentialCache(),console[_0x1b3fd4(0x1fa)](_0x1b3fd4(0x244)+(_0x1e513b?_0x1b3fd4(0x211)+_0x1e513b+')':'')),0x0):(console[_0x1b3fd4(0x1fa)](_0x1b3fd4(0x20e)+(_0x1e513b?_0x1b3fd4(0x204)+_0x1e513b:'')),0x1);}}
1
+ 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 +1 @@
1
- const a8_0xa8c7ed=a8_0x53e1;function a8_0x53e1(_0x4208b6,_0x25603d){_0x4208b6=_0x4208b6-0x1a6;const _0x2391e6=a8_0x2391();let _0x53e146=_0x2391e6[_0x4208b6];return _0x53e146;}(function(_0xb1d7d3,_0x4e3865){const _0x3ed960=a8_0x53e1,_0x5e6885=_0xb1d7d3();while(!![]){try{const _0x436d34=parseInt(_0x3ed960(0x1b1))/0x1*(parseInt(_0x3ed960(0x1b0))/0x2)+-parseInt(_0x3ed960(0x1c9))/0x3*(parseInt(_0x3ed960(0x1d3))/0x4)+-parseInt(_0x3ed960(0x1ad))/0x5*(parseInt(_0x3ed960(0x1bb))/0x6)+-parseInt(_0x3ed960(0x1ab))/0x7*(-parseInt(_0x3ed960(0x1c0))/0x8)+-parseInt(_0x3ed960(0x1b5))/0x9*(parseInt(_0x3ed960(0x1ae))/0xa)+-parseInt(_0x3ed960(0x1d5))/0xb*(parseInt(_0x3ed960(0x1dd))/0xc)+parseInt(_0x3ed960(0x1bc))/0xd*(parseInt(_0x3ed960(0x1d7))/0xe);if(_0x436d34===_0x4e3865)break;else _0x5e6885['push'](_0x5e6885['shift']());}catch(_0x18276a){_0x5e6885['push'](_0x5e6885['shift']());}}}(a8_0x2391,0x72aaa));import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/errors.js';import{withSpinner}from'../utils/spinner.js';import{parseAgentRef}from'../sdk/agent/agent-ref-parser.js';function a8_0x2391(){const _0x8e6c87=['content','name','\x20\x20Cause:\x20','1680gQGiNn','agent','type','log','message','validate','session\x20context','Using\x20cached\x20default\x20agent:\x20','data','9MweSmV','handleChatEvent','llmAgent','resolveAgentId','claude-4.5-haiku','join','write','verbose','Chat\x20session:\x20','chat','1106876OwmdFn','Usage:\x20tdx\x20chat\x20\x22your\x20message\x22\x0a\x0aRun\x20\x27tdx\x20chat\x20--help\x27\x20for\x20more\x20options','319PyQOyg','Chat\x20session\x20not\x20found,\x20starting\x20new\x20chat...','10928848vJMaAq','Resolving\x20project\x20\x27','description','getDefaultAgent','Getting\x20default\x20agent...','getOrCreateDefaultAgent','26436FiSigH','args','chatId','new','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified)','stack','streamChat','includes','18690wQoXTX','\x0aStack\x20trace:','100885Pnbkel','220mTDGGY','stdout','2IsrUbq','270057wrbefY','error','llm','\x27...','115263pWXVrn','CHAT_NOT_FOUND','No\x20project\x20specified.\x20Use\x20\x22Project/Agent\x22\x20format\x20or\x20set\x20project\x20with\x20\x22tdx\x20use\x20llm_project\x22','Using\x20agent\x20from\x20','Resolving\x20agent\x20\x27','getAgentId','222UDguoQ','26IioQRY'];a8_0x2391=function(){return _0x8e6c87;};return a8_0x2391();}import{saveLastChatId,loadLastChatId}from'../sdk/llm/chat-cache.js';function handleSDKError(_0x46c29d,_0x1dc2cb){const _0x56428a=a8_0x53e1;if(_0x46c29d instanceof SDKError)console[_0x56428a(0x1b2)]('Error:\x20'+_0x46c29d[_0x56428a(0x1c4)]),_0x1dc2cb[_0x56428a(0x1d0)]&&(_0x46c29d['cause']&&console[_0x56428a(0x1b2)](_0x56428a(0x1bf)+_0x46c29d['cause']),_0x46c29d[_0x56428a(0x1a8)]&&(console[_0x56428a(0x1b2)](_0x56428a(0x1ac)),console[_0x56428a(0x1b2)](_0x46c29d[_0x56428a(0x1a8)])));else throw _0x46c29d;}export class ChatCommand extends BaseCommand{[a8_0xa8c7ed(0x1be)]=a8_0xa8c7ed(0x1d2);[a8_0xa8c7ed(0x1d9)]=a8_0xa8c7ed(0x1a7);[a8_0xa8c7ed(0x1c5)](_0x41734b){const _0x3a5281=a8_0xa8c7ed,_0x163786=_0x41734b[_0x3a5281(0x1de)][_0x3a5281(0x1ce)]('\x20');if(!_0x163786)return _0x3a5281(0x1d4);return undefined;}async[a8_0xa8c7ed(0x1a9)](_0x23c073,_0x299b90,_0x56e740,_0x49bc8d,_0x1f469e){const _0x28823e=a8_0xa8c7ed;for await(const _0x18aea6 of _0x23c073[_0x28823e(0x1b3)][_0x28823e(0x1d2)](_0x299b90,{'agentId':_0x56e740,'chatId':_0x49bc8d})){if(_0x18aea6[_0x28823e(0x1c2)]==='metadata'){const _0x2722b5=_0x18aea6['data'][_0x28823e(0x1df)];saveLastChatId(_0x2722b5),_0x1f469e&&console[_0x28823e(0x1b2)](_0x28823e(0x1d1)+_0x2722b5);}else _0x18aea6[_0x28823e(0x1c2)]==='event'&&this['handleChatEvent'](_0x18aea6[_0x28823e(0x1c8)]);}}async[a8_0xa8c7ed(0x1ba)](_0x1db581,_0xf5a33a,_0x199c07,_0x1bbd86,_0x22b8fd){const _0x472c0c=a8_0xa8c7ed,_0x528e9d=_0xf5a33a||_0x199c07;if(_0x528e9d){const {projectName:_0x371fb4,agentName:_0x1940b5}=parseAgentRef(_0x528e9d),_0x49773d=_0x1940b5||_0x528e9d,_0x3d50e2=_0x1940b5?_0x371fb4:_0x1bbd86;if(!_0x3d50e2)throw new Error(_0x472c0c(0x1b7));if(_0x22b8fd){const _0x99a06a=_0xf5a33a?'--agent\x20flag':_0x472c0c(0x1c6);console[_0x472c0c(0x1b2)](_0x472c0c(0x1b8)+_0x99a06a+':\x20'+_0x3d50e2+'/'+_0x49773d);}const _0x30145d=await withSpinner(_0x472c0c(0x1d8)+_0x3d50e2+_0x472c0c(0x1b4),()=>_0x1db581['llm']['resolveProjectId'](_0x3d50e2),{'verbose':_0x22b8fd}),_0x40535a=await withSpinner(_0x472c0c(0x1b9)+_0x49773d+'\x27...',()=>_0x1db581['llm'][_0x472c0c(0x1cc)](_0x49773d,_0x30145d[_0x472c0c(0x1c8)]),{'verbose':_0x22b8fd});return _0x40535a[_0x472c0c(0x1c8)];}else{const _0xc63ab2=_0x1db581[_0x472c0c(0x1b3)][_0x472c0c(0x1da)]();if(_0xc63ab2)return _0x22b8fd&&console[_0x472c0c(0x1b2)](_0x472c0c(0x1c7)+_0xc63ab2['name']),_0xc63ab2['id'];const _0x2e6554=await withSpinner(_0x472c0c(0x1db),()=>_0x1db581[_0x472c0c(0x1b3)][_0x472c0c(0x1dc)](_0x472c0c(0x1cd),0x0),{'verbose':_0x22b8fd});return _0x2e6554[_0x472c0c(0x1c8)]['id'];}}async['execute'](_0x229501){const _0x310e1e=a8_0xa8c7ed,{options:_0xd38040,args:_0x130e4a,tdx:_0xf77e07}=_0x229501,_0x360540=_0x130e4a[_0x310e1e(0x1ce)]('\x20'),_0x501494=_0xd38040,_0x19c1e4=_0x501494[_0x310e1e(0x1c1)],_0x5a02a5=_0x501494[_0x310e1e(0x1cb)],_0x1d0edc=_0x501494['llmProject'],_0x5e25b0=_0x501494[_0x310e1e(0x1a6)];try{let _0x555df3,_0x579e23;!_0x5e25b0&&(_0x579e23=loadLastChatId(),_0x579e23&&_0xd38040[_0x310e1e(0x1d0)]&&console[_0x310e1e(0x1b2)]('Continuing\x20chat:\x20'+_0x579e23));(_0x5e25b0||!_0x579e23)&&(_0x555df3=await this[_0x310e1e(0x1ba)](_0xf77e07,_0x19c1e4,_0x5a02a5,_0x1d0edc,_0xd38040[_0x310e1e(0x1d0)]));try{await this[_0x310e1e(0x1a9)](_0xf77e07,_0x360540,_0x555df3,_0x579e23,_0xd38040[_0x310e1e(0x1d0)]);}catch(_0x27b119){const _0x2702c0=_0x27b119 instanceof SDKError&&_0x27b119['code']===ErrorCode[_0x310e1e(0x1b6)]||_0x27b119 instanceof Error&&_0x27b119[_0x310e1e(0x1c4)][_0x310e1e(0x1aa)]('404');if(_0x2702c0)_0xd38040[_0x310e1e(0x1d0)]&&console['error'](_0x310e1e(0x1d6)),!_0x555df3&&(_0x555df3=await this[_0x310e1e(0x1ba)](_0xf77e07,_0x19c1e4,_0x5a02a5,_0x1d0edc,_0xd38040[_0x310e1e(0x1d0)])),await this[_0x310e1e(0x1a9)](_0xf77e07,_0x360540,_0x555df3,undefined,_0xd38040['verbose']);else throw _0x27b119;}return console[_0x310e1e(0x1c3)](),0x0;}catch(_0x59f5d9){return console[_0x310e1e(0x1b2)](),handleSDKError(_0x59f5d9,_0xd38040),0x1;}}[a8_0xa8c7ed(0x1ca)](_0xe43772){const _0x303a02=a8_0xa8c7ed;if(_0x303a02(0x1bd)in _0xe43772)process[_0x303a02(0x1af)][_0x303a02(0x1cf)](_0xe43772['content']);else _0x303a02(0x1b2)in _0xe43772&&console['error']('\x0aError:\x20'+_0xe43772[_0x303a02(0x1b2)]);}}
1
+ 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 +1 @@
1
- const a9_0x10fb76=a9_0x1a9e;(function(_0x381010,_0x2a2431){const _0x34e096=a9_0x1a9e,_0xd76edc=_0x381010();while(!![]){try{const _0xf248ad=parseInt(_0x34e096(0x1d3))/0x1*(parseInt(_0x34e096(0x18c))/0x2)+parseInt(_0x34e096(0x142))/0x3*(parseInt(_0x34e096(0x1ab))/0x4)+-parseInt(_0x34e096(0x1a7))/0x5*(parseInt(_0x34e096(0x16a))/0x6)+-parseInt(_0x34e096(0x16d))/0x7*(parseInt(_0x34e096(0x19c))/0x8)+parseInt(_0x34e096(0x1a1))/0x9+parseInt(_0x34e096(0x1a3))/0xa+-parseInt(_0x34e096(0x18b))/0xb;if(_0xf248ad===_0x2a2431)break;else _0xd76edc['push'](_0xd76edc['shift']());}catch(_0x293dd3){_0xd76edc['push'](_0xd76edc['shift']());}}}(a9_0x599c,0x76904));import{readFile,writeFile,mkdir}from'node:fs/promises';import{existsSync}from'node:fs';import{join}from'node:path';import a9_0x12fdcc from'chalk';import{BaseCommand}from'./command.js';import{ProxyServer}from'../proxy/server.js';function a9_0x1a9e(_0x2e9c8d,_0x1c4c7c){_0x2e9c8d=_0x2e9c8d-0x136;const _0x599c52=a9_0x599c();let _0x1a9e8a=_0x599c52[_0x2e9c8d];return _0x1a9e8a;}import{PassThroughProxyServer}from'../proxy/passthrough-server.js';import{TDXLogger}from'../utils/tdx-logger.js';import{getEndpoint}from'../sdk/client/endpoints.js';import{findAvailablePort}from'../utils/port.js';import{findExecutable,crossSpawn}from'../utils/process.js';import{SDKError,ErrorCode,errorContains}from'../sdk/errors.js';import{createCommandSpinner}from'../utils/spinner.js';import{writeCachedAccountInfo}from'../core/config.js';const MIN_CLAUDE_VERSION='2.0.20';function handleInstallationError(_0x4fa23c,_0x320eb0,_0x403d75,_0x15ebb1){const _0x4bc3a4=a9_0x1a9e;errorContains(_0x4fa23c,'already\x20exists',_0x4bc3a4(0x156),_0x4bc3a4(0x160))?(_0x403d75[_0x4bc3a4(0x1c9)]='✓\x20'+_0x320eb0+_0x4bc3a4(0x19d),_0x15ebb1?.[_0x4bc3a4(0x162)](_0x320eb0+_0x4bc3a4(0x19d)),_0x4fa23c instanceof SDKError&&_0x4fa23c[_0x4bc3a4(0x178)]&&_0x15ebb1?.[_0x4bc3a4(0x17c)](_0x4bc3a4(0x194)+_0x4fa23c['cause'][_0x4bc3a4(0x1bd)])):(_0x403d75[_0x4bc3a4(0x197)](_0x4bc3a4(0x1cf)+_0x320eb0),_0x15ebb1?.[_0x4bc3a4(0x170)](_0x320eb0+'\x20configuration\x20failed',_0x4fa23c));}function a9_0x599c(){const _0x64baff=['Starting\x20TD\x20LLM\x20pass-through\x20proxy...','false','):\x20claude\x20','already\x20configured','green','info','\x20→\x20','pipe','port','ANTHROPIC_AUTH_TOKEN','\x27...','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20running\x20on\x20port\x20','\x20claude\x20statusline','6156JKcsRr','\x27\x20configured','site','1015UgmcAn','major','✓\x20MCP\x20server\x20\x27','error','execute','Claude\x20Code\x20version\x20check\x20failed','\x20or\x20later.','getLogPath','Checking\x20Claude\x20Code\x20version...','exit','CLAUDE_CODE_NOT_FOUND','cause','string','Could\x20not\x20parse\x20Claude\x20Code\x20version\x20from:\x20','getOrCreateDefaultProject','debug','stop','fail','tdx\x20claude\x20statusline','Creating\x20.claude/settings.local.json...','server','plugin','Download\x20the\x20latest\x20version\x20from\x20https://claude.com/claude-code','add','account_id','code','✓\x20Logs\x20saved\x20to\x20','model','Command\x20spawn\x20error:\x20','unshift','1395625MoeSiK','2ULevEg','Installing\x20plugin\x20\x27','Claude\x20Code\x20CLI\x20not\x20found','name','init','verbose','llm-proxy','logger','Command\x20output:\x20','localhost','td-skills','warn','API\x20key\x20is\x20required\x20for\x20TD\x20LLM\x20Proxy\x20mode','workflow-skills','✓\x20Settings\x20configured:\x20.claude/settings.local.json','Initializing...','24424UIJQfq','\x20already\x20configured','parse','stdout','Failed\x20to\x20configure\x20marketplace\x20\x27','1900665mSQvyh','tdx-skills','3161330PJokpF','minor','context','CLAUDE_CODE_USE_BEDROCK','345ILoHlw','data','Starting\x20TD\x20LLM\x20proxy\x20server...','INVALID_ARGUMENT','1568084fXpzwi','✓\x20Plugin\x20\x27','✓\x20Marketplace\x20\x27','\x20does\x20not\x20support\x20required\x20features.\x20Please\x20upgrade\x20to\x20version\x20','resume','tdx\x20--profile\x20','.claude','INTERNAL','command','marketplace','patch','✓\x20Using\x20project:\x20','getCurrent','ANTHROPIC_MODEL','sql-skills','Checking\x20Claude\x20Code\x20version\x20(minimum\x20required:\x20','statusLine','proxy','message','install','apiKey','red','toString','✓\x20Claude\x20Code\x20version\x20OK','td-skills\x20Plugins','inherit','trim','llm','claude','includes','text','https://github.com/treasure-data/td-skills','update','cwd','utf-8','Invalid\x20minimum\x20version\x20format:\x20','Warning:\x20Failed\x20to\x20configure\x20','description','✓\x20TD\x20LLM\x20proxy\x20running\x20on\x20port\x20','CLAUDE_CODE_UNSUPPORTED_VERSION','206651YpCpZs','continue','ANTHROPIC_BASE_URL','canParse','profile','--version','Skipping\x20TD\x20LLM\x20proxy\x20setup\x20(--no-proxy)','Finding\x20available\x20port...','Command\x20failed\x20(exit\x20','passThroughServer','log','env','hostname','tdx-managed-proxy','✓\x20Logging\x20to\x20','stderr','llmProxy','Configuring\x20MCP\x20server\x20\x27','3Nuxoik','originalSettings','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20server\x20stopped','--transport','TD\x20Docs\x20MCP\x20Server','Claude\x20Code\x20version\x20','✓\x20Found\x20available\x20port:\x20','settings.local.json','Setting\x20up\x20project...','type','start','Setup\x20failed','\x27\x20updated','attributes','join','CLAUDE_CODE_USE_VERTEX','Please\x20install\x20Claude\x20Code\x20from\x20https://claude.com/claude-code','Failed\x20to\x20configure\x20MCP\x20server\x20\x27','td-docs','mcp','already\x20installed','match','http','Executing:\x20claude\x20','\x20meets\x20minimum\x20requirement','Failed\x20to\x20install\x20plugin\x20\x27','http://127.0.0.1:'];a9_0x599c=function(){return _0x64baff;};return a9_0x599c();}export function parseVersion(_0xa63c5f){const _0xb35229=a9_0x1a9e,_0x1e0e84=_0xa63c5f[_0xb35229(0x1c5)]()[_0xb35229(0x157)](/^v?(\d+)\.(\d+)\.(\d+)/);if(!_0x1e0e84)return null;return{'major':parseInt(_0x1e0e84[0x1],0xa),'minor':parseInt(_0x1e0e84[0x2],0xa),'patch':parseInt(_0x1e0e84[0x3],0xa)};}export function compareVersions(_0x529831,_0x53c9b6){const _0x28b2c7=a9_0x1a9e;if(_0x529831[_0x28b2c7(0x16e)]!==_0x53c9b6[_0x28b2c7(0x16e)])return _0x529831['major']-_0x53c9b6[_0x28b2c7(0x16e)];if(_0x529831['minor']!==_0x53c9b6[_0x28b2c7(0x1a4)])return _0x529831['minor']-_0x53c9b6['minor'];return _0x529831[_0x28b2c7(0x1b5)]-_0x53c9b6[_0x28b2c7(0x1b5)];}async function checkClaudeVersion(_0xe4f771,_0x4f5807){const _0x273c70=a9_0x1a9e;_0x4f5807?.[_0x273c70(0x17c)](_0x273c70(0x1ba)+_0xe4f771+')');const _0xe51d02=await executeClaudeCommand([_0x273c70(0x1d8)],undefined,_0x4f5807),_0x56a568=parseVersion(_0xe51d02);if(!_0x56a568){_0x4f5807?.[_0x273c70(0x197)](_0x273c70(0x17a)+_0xe51d02);return;}const _0x57d7d3=_0x56a568[_0x273c70(0x16e)]+'.'+_0x56a568[_0x273c70(0x1a4)]+'.'+_0x56a568[_0x273c70(0x1b5)],_0x15ce12=parseVersion(_0xe4f771);if(!_0x15ce12){_0x4f5807?.['warn'](_0x273c70(0x1ce)+_0xe4f771);return;}if(compareVersions(_0x56a568,_0x15ce12)<0x0){_0x4f5807?.['error'](_0x273c70(0x147)+_0x57d7d3+'\x20is\x20too\x20old\x20(minimum:\x20'+_0xe4f771+')');throw new SDKError(ErrorCode[_0x273c70(0x1d2)],_0x273c70(0x147)+_0x57d7d3+_0x273c70(0x1ae)+_0xe4f771+_0x273c70(0x173),undefined,{'helpText':_0x273c70(0x183)});}_0x4f5807?.[_0x273c70(0x17c)](_0x273c70(0x147)+_0x57d7d3+_0x273c70(0x15a));}async function executeClaudeCommand(_0x9f366f,_0x1a7bd9,_0x3a09d2){const _0x5a909b=a9_0x1a9e;return _0x3a09d2?.[_0x5a909b(0x162)](_0x5a909b(0x159)+_0x9f366f[_0x5a909b(0x150)]('\x20')),new Promise((_0x41208e,_0x4baa90)=>{const _0x1d407d=_0x5a909b,_0x3beeac=crossSpawn('claude',_0x9f366f,{'stdio':_0x1d407d(0x164)});let _0x1954a6='',_0x28c2d1='';_0x3beeac[_0x1d407d(0x19f)]?.['on'](_0x1d407d(0x1a8),_0x49df3b=>{const _0x2b587d=_0x1d407d;_0x1954a6+=_0x49df3b[_0x2b587d(0x1c1)]();}),_0x3beeac[_0x1d407d(0x13f)]?.['on']('data',_0x263825=>{const _0x46d6ac=_0x1d407d;_0x28c2d1+=_0x263825[_0x46d6ac(0x1c1)]();}),_0x3beeac['on'](_0x1d407d(0x170),_0x599896=>{const _0x202952=_0x1d407d;_0x599896[_0x202952(0x186)]==='ENOENT'?(_0x3a09d2?.[_0x202952(0x170)](_0x202952(0x18e)),_0x4baa90(new SDKError(ErrorCode[_0x202952(0x177)],_0x202952(0x18e),_0x599896,{'helpText':_0x202952(0x152)}))):(_0x3a09d2?.['error'](_0x202952(0x189)+_0x599896['message']),_0x4baa90(new SDKError(ErrorCode[_0x202952(0x1b2)],'Failed\x20to\x20spawn\x20claude\x20command:\x20'+_0x599896['message'],_0x599896)));}),_0x3beeac['on'](_0x1d407d(0x176),_0x20ac7d=>{const _0x29219a=_0x1d407d;if(_0x20ac7d===0x0)_0x41208e(_0x1954a6);else _0x1a7bd9?(_0x3a09d2?.['error'](_0x29219a(0x138)+_0x20ac7d+_0x29219a(0x15f)+_0x9f366f[_0x29219a(0x150)]('\x20')),_0x4baa90(new SDKError(ErrorCode['INSTALLATION_FAILED'],_0x1a7bd9,new Error(_0x28c2d1)))):_0x41208e('');});});}async function ensureMcpServer(_0xca46a1,_0x524ae6,_0x5b4c22,_0x4a5586,_0x4e94dd){const _0x3528d3=a9_0x1a9e;_0x4a5586[_0x3528d3(0x1c9)]=_0x3528d3(0x141)+_0xca46a1+_0x3528d3(0x167),await executeClaudeCommand([_0x3528d3(0x155),_0x3528d3(0x184),_0xca46a1,_0x524ae6,_0x3528d3(0x145),_0x5b4c22],_0x3528d3(0x153)+_0xca46a1+'\x27',_0x4e94dd),_0x4a5586['text']=_0x3528d3(0x16f)+_0xca46a1+_0x3528d3(0x16b);}async function ensureMarketplace(_0x57a9a1,_0x26dc38,_0x518a0e,_0x36ed2b){const _0x4aea15=a9_0x1a9e;_0x518a0e[_0x4aea15(0x1c9)]='Configuring\x20marketplace\x20\x27'+_0x57a9a1+_0x4aea15(0x167),await executeClaudeCommand([_0x4aea15(0x182),_0x4aea15(0x1b4),'add',_0x26dc38],_0x4aea15(0x1a0)+_0x57a9a1+'\x27',_0x36ed2b),_0x518a0e[_0x4aea15(0x1c9)]='✓\x20Marketplace\x20\x27'+_0x57a9a1+_0x4aea15(0x16b);}async function updateMarketplace(_0x41443b,_0x5db677,_0x858e45){const _0xe39ed8=a9_0x1a9e;_0x5db677[_0xe39ed8(0x1c9)]='Updating\x20marketplace\x20\x27'+_0x41443b+_0xe39ed8(0x167),await executeClaudeCommand(['plugin',_0xe39ed8(0x1b4),_0xe39ed8(0x1cb)],'Failed\x20to\x20update\x20marketplace\x20\x27'+_0x41443b+'\x27',_0x858e45),_0x5db677[_0xe39ed8(0x1c9)]=_0xe39ed8(0x1ad)+_0x41443b+_0xe39ed8(0x14e);}async function ensurePlugin(_0x4e516e,_0x371758,_0x38d9c8,_0x50be09){const _0x1cee2a=a9_0x1a9e;_0x38d9c8['text']=_0x1cee2a(0x18d)+_0x4e516e+'\x27...',await executeClaudeCommand(['plugin',_0x1cee2a(0x1be),_0x4e516e+'@'+_0x371758],_0x1cee2a(0x15b)+_0x4e516e+'\x27',_0x50be09),_0x38d9c8['text']=_0x1cee2a(0x1ac)+_0x4e516e+'\x27\x20installed';}async function createClaudeSettings(_0x3004a0,_0x4cdfc4,_0x4dfe0e){const _0x401064=a9_0x1a9e,_0x3b359b=join(process[_0x401064(0x1cc)](),_0x401064(0x1b1)),_0x464977=join(_0x3b359b,_0x401064(0x149));await mkdir(_0x3b359b,{'recursive':!![]});let _0x3adc27={};if(existsSync(_0x464977))try{const _0x2428c7=await readFile(_0x464977,_0x401064(0x1cd));_0x3adc27=JSON[_0x401064(0x19e)](_0x2428c7);}catch{_0x3adc27={};}const _0x17a36e=_0x3adc27[_0x401064(0x13b)]||{},_0x55ab34={'ANTHROPIC_BASE_URL':_0x17a36e['ANTHROPIC_BASE_URL'],'ANTHROPIC_MODEL':_0x17a36e[_0x401064(0x1b8)],'ANTHROPIC_AUTH_TOKEN':_0x17a36e[_0x401064(0x166)],'CLAUDE_CODE_USE_BEDROCK':_0x17a36e[_0x401064(0x1a6)],'CLAUDE_CODE_USE_VERTEX':_0x17a36e[_0x401064(0x151)],'statusLine':_0x3adc27[_0x401064(0x1bb)]},_0x198d71={..._0x3adc27,'env':{..._0x17a36e,'ANTHROPIC_BASE_URL':_0x401064(0x15c)+_0x3004a0,..._0x4cdfc4&&{'ANTHROPIC_MODEL':_0x4cdfc4},'ANTHROPIC_AUTH_TOKEN':_0x401064(0x13d),'CLAUDE_CODE_USE_BEDROCK':_0x401064(0x15e),'CLAUDE_CODE_USE_VERTEX':_0x401064(0x15e)},'statusLine':{'type':_0x401064(0x1b3),'command':_0x4dfe0e?_0x401064(0x1b0)+_0x4dfe0e+_0x401064(0x169):_0x401064(0x17f)}};return await writeFile(_0x464977,JSON['stringify'](_0x198d71,null,0x2)+'\x0a'),_0x55ab34;}async function restoreClaudeSettings(_0x52e1b8){const _0xcd3d5b=a9_0x1a9e,_0x183204=join(process[_0xcd3d5b(0x1cc)](),_0xcd3d5b(0x1b1)),_0x523456=join(_0x183204,_0xcd3d5b(0x149));if(!existsSync(_0x523456))return;try{const _0x442222=await readFile(_0x523456,'utf-8'),_0x44f3bb=JSON[_0xcd3d5b(0x19e)](_0x442222),_0x8c079c=_0x44f3bb[_0xcd3d5b(0x13b)]||{},_0x4f7239=_0x8c079c[_0xcd3d5b(0x1d5)],_0x124886=((()=>{const _0x5b3326=_0xcd3d5b;if(typeof _0x4f7239!==_0x5b3326(0x179))return![];try{const _0xf0dff9=new URL(_0x4f7239);return _0xf0dff9[_0x5b3326(0x13c)]===_0x5b3326(0x195)||_0xf0dff9[_0x5b3326(0x13c)]==='127.0.0.1';}catch{return![];}})());_0x124886?(delete _0x8c079c[_0xcd3d5b(0x1d5)],delete _0x8c079c['ANTHROPIC_MODEL'],delete _0x8c079c[_0xcd3d5b(0x166)],delete _0x8c079c[_0xcd3d5b(0x1a6)],delete _0x8c079c[_0xcd3d5b(0x151)]):(_0x52e1b8[_0xcd3d5b(0x1d5)]!==undefined?_0x8c079c[_0xcd3d5b(0x1d5)]=_0x52e1b8['ANTHROPIC_BASE_URL']:delete _0x8c079c[_0xcd3d5b(0x1d5)],_0x52e1b8[_0xcd3d5b(0x1b8)]!==undefined?_0x8c079c[_0xcd3d5b(0x1b8)]=_0x52e1b8[_0xcd3d5b(0x1b8)]:delete _0x8c079c[_0xcd3d5b(0x1b8)],_0x52e1b8[_0xcd3d5b(0x166)]!==undefined?_0x8c079c['ANTHROPIC_AUTH_TOKEN']=_0x52e1b8['ANTHROPIC_AUTH_TOKEN']:delete _0x8c079c[_0xcd3d5b(0x166)],_0x52e1b8[_0xcd3d5b(0x1a6)]!==undefined?_0x8c079c['CLAUDE_CODE_USE_BEDROCK']=_0x52e1b8['CLAUDE_CODE_USE_BEDROCK']:delete _0x8c079c[_0xcd3d5b(0x1a6)],_0x52e1b8[_0xcd3d5b(0x151)]!==undefined?_0x8c079c['CLAUDE_CODE_USE_VERTEX']=_0x52e1b8['CLAUDE_CODE_USE_VERTEX']:delete _0x8c079c[_0xcd3d5b(0x151)]);const _0x4c3d87=_0x44f3bb[_0xcd3d5b(0x1bb)],_0x2b1dbf=((()=>{const _0x3aea80=_0xcd3d5b;if(!_0x4c3d87||typeof _0x4c3d87!=='object')return![];if(_0x4c3d87[_0x3aea80(0x14b)]!==_0x3aea80(0x1b3))return![];if(typeof _0x4c3d87[_0x3aea80(0x1b3)]!==_0x3aea80(0x179))return![];return _0x4c3d87[_0x3aea80(0x1b3)][_0x3aea80(0x1c8)]('tdx')&&_0x4c3d87[_0x3aea80(0x1b3)][_0x3aea80(0x1c8)]('statusline');})());if(_0x2b1dbf)delete _0x44f3bb['statusLine'];else _0x52e1b8['statusLine']!==undefined?_0x44f3bb['statusLine']=_0x52e1b8[_0xcd3d5b(0x1bb)]:delete _0x44f3bb[_0xcd3d5b(0x1bb)];_0x44f3bb[_0xcd3d5b(0x13b)]=_0x8c079c,await writeFile(_0x523456,JSON['stringify'](_0x44f3bb,null,0x2)+'\x0a');}catch{}}export class ClaudeCommand extends BaseCommand{[a9_0x10fb76(0x18f)]='claude';[a9_0x10fb76(0x1d0)]='Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy';['server'];[a9_0x10fb76(0x139)];[a9_0x10fb76(0x143)];[a9_0x10fb76(0x193)];[a9_0x10fb76(0x165)];async[a9_0x10fb76(0x171)](_0x55e112){const _0x1efc6b=a9_0x10fb76,{tdx:_0x219908,options:_0x3a8047,args:_0x225a1a}=_0x55e112;try{const _0x2ec6b8=_0x3a8047,_0x35cacf=_0x2ec6b8[_0x1efc6b(0x1bc)]===![],_0x1cb34f=_0x2ec6b8[_0x1efc6b(0x1d4)]===!![],_0x204488=_0x2ec6b8[_0x1efc6b(0x1af)]===!![],_0x29530b=_0x2ec6b8[_0x1efc6b(0x140)],_0x55c6ed=_0x29530b!==undefined&&_0x29530b!==![],_0x571d93=typeof _0x29530b===_0x1efc6b(0x179)?_0x29530b:undefined,_0x15a181=_0x55c6ed?undefined:_0x2ec6b8[_0x1efc6b(0x188)],_0x3f7a89=[..._0x225a1a];if(_0x1cb34f)_0x3f7a89[_0x1efc6b(0x18a)]('-c');else _0x204488&&_0x3f7a89[_0x1efc6b(0x18a)]('-r');const _0x46f32f=createCommandSpinner(_0x1efc6b(0x19b),{'verbose':_0x3a8047[_0x1efc6b(0x191)]});_0x46f32f['start']();try{if(!_0x35cacf){_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x137),this[_0x1efc6b(0x165)]=await findAvailablePort(0xfa0),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x148)+this[_0x1efc6b(0x165)];const _0x22528f=_0x3a8047[_0x1efc6b(0x1d7)];try{const _0x401c3b=await _0x219908['user'][_0x1efc6b(0x1b7)]();_0x401c3b['account_id']&&writeCachedAccountInfo(_0x3a8047['site'],_0x401c3b[_0x1efc6b(0x185)],_0x22528f);}catch{}_0x46f32f[_0x1efc6b(0x1c9)]='Initializing\x20proxy\x20logger...',this[_0x1efc6b(0x193)]=new TDXLogger(_0x3a8047['logLevel'],!![]),await this['logger'][_0x1efc6b(0x190)]();const _0x17e7f5=this[_0x1efc6b(0x193)][_0x1efc6b(0x174)]();_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x13e)+_0x17e7f5;if(_0x55c6ed){if(_0x571d93&&!URL[_0x1efc6b(0x1d6)](_0x571d93))throw new SDKError(ErrorCode[_0x1efc6b(0x1aa)],'Invalid\x20LLM\x20proxy\x20URL:\x20'+_0x571d93);const _0x58ede2=_0x571d93||getEndpoint(_0x3a8047[_0x1efc6b(0x16c)],_0x1efc6b(0x192));_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x15d);if(!_0x219908[_0x1efc6b(0x1a5)]['apiKey'])throw new SDKError(ErrorCode[_0x1efc6b(0x1aa)],_0x1efc6b(0x198));this[_0x1efc6b(0x139)]=new PassThroughProxyServer({'port':this[_0x1efc6b(0x165)],'llmProxyUrl':_0x58ede2,'apiKey':_0x219908['context'][_0x1efc6b(0x1bf)],'logger':this[_0x1efc6b(0x193)],'site':_0x3a8047[_0x1efc6b(0x16c)],'profile':_0x22528f}),await this['passThroughServer'][_0x1efc6b(0x14c)](),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x168)+this[_0x1efc6b(0x165)]+_0x1efc6b(0x163)+_0x58ede2;}else{_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x14a);const _0x5f398d=await _0x219908[_0x1efc6b(0x1c6)][_0x1efc6b(0x17b)](),_0x521407=_0x5f398d['id'];_0x46f32f['text']=_0x1efc6b(0x1b6)+_0x5f398d[_0x1efc6b(0x14f)][_0x1efc6b(0x18f)],_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x1a9),this[_0x1efc6b(0x181)]=new ProxyServer({'port':this[_0x1efc6b(0x165)],'projectId':_0x521407,'tdx':_0x219908,'logger':this[_0x1efc6b(0x193)],'site':_0x3a8047[_0x1efc6b(0x16c)]}),await this[_0x1efc6b(0x181)]['start'](),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x1d1)+this[_0x1efc6b(0x165)];}_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x180),this[_0x1efc6b(0x143)]=await createClaudeSettings(this[_0x1efc6b(0x165)],_0x15a181,_0x22528f),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x19a);}else _0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x136);try{_0x46f32f['text']=_0x1efc6b(0x175),await checkClaudeVersion(MIN_CLAUDE_VERSION,this[_0x1efc6b(0x193)]),_0x46f32f[_0x1efc6b(0x1c9)]=_0x1efc6b(0x1c2);}catch(_0x562995){_0x46f32f[_0x1efc6b(0x17e)](_0x1efc6b(0x172));throw _0x562995;}try{await ensureMcpServer(_0x1efc6b(0x154),'https://docs.treasuredata.com/mcp',_0x1efc6b(0x158),_0x46f32f,this['logger']);}catch(_0x4de0d5){handleInstallationError(_0x4de0d5,_0x1efc6b(0x146),_0x46f32f,this[_0x1efc6b(0x193)]);}try{await ensureMarketplace(_0x1efc6b(0x196),_0x1efc6b(0x1ca),_0x46f32f,this[_0x1efc6b(0x193)]),await updateMarketplace('td-skills',_0x46f32f,this['logger']),await ensurePlugin(_0x1efc6b(0x1b9),_0x1efc6b(0x196),_0x46f32f,this[_0x1efc6b(0x193)]),await ensurePlugin(_0x1efc6b(0x199),_0x1efc6b(0x196),_0x46f32f,this[_0x1efc6b(0x193)]),await ensurePlugin(_0x1efc6b(0x1a2),_0x1efc6b(0x196),_0x46f32f,this['logger']);}catch(_0x222727){handleInstallationError(_0x222727,_0x1efc6b(0x1c3),_0x46f32f,this[_0x1efc6b(0x193)]);}_0x46f32f[_0x1efc6b(0x17d)]();}catch(_0x2ed9c5){_0x46f32f['fail'](_0x1efc6b(0x14d));throw _0x2ed9c5;}const _0x746b4d=await findExecutable(_0x1efc6b(0x1c7));if(!_0x746b4d)throw new SDKError(ErrorCode[_0x1efc6b(0x177)],'Claude\x20Code\x20CLI\x20not\x20found',undefined,{'helpText':_0x1efc6b(0x152)});const _0x5c0f15={...process[_0x1efc6b(0x13b)]};!_0x35cacf&&(_0x5c0f15[_0x1efc6b(0x1d5)]='http://127.0.0.1:'+this[_0x1efc6b(0x165)],_0x15a181&&(_0x5c0f15[_0x1efc6b(0x1b8)]=_0x15a181),_0x5c0f15['ANTHROPIC_AUTH_TOKEN']=_0x1efc6b(0x13d),_0x5c0f15['CLAUDE_CODE_USE_BEDROCK']=_0x1efc6b(0x15e),_0x5c0f15[_0x1efc6b(0x151)]=_0x1efc6b(0x15e));const _0x34c416=crossSpawn(_0x746b4d,_0x3f7a89,{'stdio':_0x1efc6b(0x1c4),'env':_0x5c0f15}),_0x5338e4=await new Promise(_0x2e2642=>{const _0x54e7dd=_0x1efc6b;_0x34c416['on'](_0x54e7dd(0x176),_0x5bb388=>{_0x2e2642(_0x5bb388||0x0);}),_0x34c416['on'](_0x54e7dd(0x170),_0x5a591b=>{const _0x54b414=_0x54e7dd;console[_0x54b414(0x170)](a9_0x12fdcc[_0x54b414(0x1c0)]('Failed\x20to\x20launch\x20Claude\x20Code:\x20'+_0x5a591b['message'])),_0x2e2642(0x1);});});this[_0x1efc6b(0x181)]&&(await this[_0x1efc6b(0x181)]['stop'](),console['log'](a9_0x12fdcc[_0x1efc6b(0x161)]('✓\x20TD\x20LLM\x20proxy\x20server\x20stopped')));this[_0x1efc6b(0x139)]&&(await this['passThroughServer'][_0x1efc6b(0x17d)](),console['log'](a9_0x12fdcc[_0x1efc6b(0x161)](_0x1efc6b(0x144))));if(this['logger']){await this['logger']['close']();const _0x1a0a9d=this['logger'][_0x1efc6b(0x174)]();console[_0x1efc6b(0x13a)](a9_0x12fdcc['green'](_0x1efc6b(0x187)+_0x1a0a9d));}return this[_0x1efc6b(0x143)]&&(await restoreClaudeSettings(this[_0x1efc6b(0x143)]),console['log'](a9_0x12fdcc[_0x1efc6b(0x161)]('✓\x20Settings\x20restored:\x20.claude/settings.local.json'))),_0x5338e4;}catch(_0x4125c9){this['server']&&await this[_0x1efc6b(0x181)][_0x1efc6b(0x17d)]();this['passThroughServer']&&await this[_0x1efc6b(0x139)]['stop']();this['logger']&&await this[_0x1efc6b(0x193)]['close']();this['originalSettings']&&await restoreClaudeSettings(this[_0x1efc6b(0x143)]);throw _0x4125c9;}}}
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;}}}