@treasuredata/tdx 0.16.1 → 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 (162) hide show
  1. package/dist/bin.js +1 -1
  2. package/dist/build-info.json +3 -3
  3. package/dist/cli-categories.js +1 -1
  4. package/dist/cli.js +1 -1
  5. package/dist/commands/activations.js +1 -1
  6. package/dist/commands/agent-command.js +1 -1
  7. package/dist/commands/agent-test-command.js +1 -1
  8. package/dist/commands/api-command.js +1 -1
  9. package/dist/commands/auth-command.js +1 -1
  10. package/dist/commands/chat-command.js +1 -1
  11. package/dist/commands/claude-command.js +1 -1
  12. package/dist/commands/claude-statusline-command.js +1 -1
  13. package/dist/commands/claude-usage-command.js +1 -1
  14. package/dist/commands/command.js +1 -1
  15. package/dist/commands/connection-command.js +1 -1
  16. package/dist/commands/databases.js +1 -1
  17. package/dist/commands/describe.js +1 -1
  18. package/dist/commands/engage-command.js +1 -1
  19. package/dist/commands/job-command.js +1 -1
  20. package/dist/commands/journey-command.js +1 -1
  21. package/dist/commands/journey-validate-command.js +1 -1
  22. package/dist/commands/llm-command.js +1 -1
  23. package/dist/commands/llm-proxy.js +1 -1
  24. package/dist/commands/mcp-command.js +1 -1
  25. package/dist/commands/parent-segment-command.js +1 -1
  26. package/dist/commands/profile-command.js +1 -1
  27. package/dist/commands/profiles-command.js +1 -1
  28. package/dist/commands/query-command.js +1 -1
  29. package/dist/commands/segment-command.js +1 -1
  30. package/dist/commands/segment-create-command.js +1 -1
  31. package/dist/commands/segment-fields-command.js +1 -1
  32. package/dist/commands/segment-pull-command.js +1 -1
  33. package/dist/commands/segment-push-command.js +1 -1
  34. package/dist/commands/segment-update-command.js +1 -1
  35. package/dist/commands/segment-use-command.js +1 -1
  36. package/dist/commands/segment-validate-command.js +1 -1
  37. package/dist/commands/segments.js +1 -1
  38. package/dist/commands/show.js +1 -1
  39. package/dist/commands/tables.js +1 -1
  40. package/dist/commands/unset-command.js +1 -1
  41. package/dist/commands/use-command.js +1 -1
  42. package/dist/commands/user-command.js +1 -1
  43. package/dist/commands/workflow-command.js +1 -1
  44. package/dist/core/auth.js +1 -1
  45. package/dist/core/command-output.js +1 -1
  46. package/dist/core/config.js +1 -1
  47. package/dist/core/connection-cache.js +1 -1
  48. package/dist/core/constants.js +1 -1
  49. package/dist/core/credential-cache.js +1 -1
  50. package/dist/core/global-context.js +1 -1
  51. package/dist/core/keychain.js +1 -1
  52. package/dist/core/profile.js +1 -1
  53. package/dist/core/project-config.js +1 -1
  54. package/dist/core/session.js +1 -1
  55. package/dist/core/user-cache.js +1 -1
  56. package/dist/core/version.js +1 -1
  57. package/dist/index.js +1 -1
  58. package/dist/mcp/server.js +1 -1
  59. package/dist/mcp/tools/index.js +1 -1
  60. package/dist/mcp/tools/tdx-run.js +1 -1
  61. package/dist/mcp/tools/tdx-search.js +1 -1
  62. package/dist/mcp/utils.js +1 -1
  63. package/dist/proxy/anthropic-adapter.js +1 -1
  64. package/dist/proxy/claude-usage-tracker.js +1 -1
  65. package/dist/proxy/context-signature.js +1 -1
  66. package/dist/proxy/conversation-utils.js +1 -1
  67. package/dist/proxy/passthrough-server.js +1 -1
  68. package/dist/proxy/server.js +1 -1
  69. package/dist/proxy/session-cache.js +1 -1
  70. package/dist/proxy/sse-usage-parser.js +1 -1
  71. package/dist/sdk/agent/agent-config.js +1 -1
  72. package/dist/sdk/agent/agent-ref-parser.js +1 -1
  73. package/dist/sdk/agent/agent-yaml.js +1 -1
  74. package/dist/sdk/agent/test/evaluator.js +1 -1
  75. package/dist/sdk/agent/test/executor.js +1 -1
  76. package/dist/sdk/agent/test/index.js +1 -1
  77. package/dist/sdk/agent/test/output.js +1 -1
  78. package/dist/sdk/agent/test/parser.js +1 -1
  79. package/dist/sdk/api.js +1 -1
  80. package/dist/sdk/claude-agent/claude-agent-client.d.ts +19 -1
  81. package/dist/sdk/claude-agent/claude-agent-client.d.ts.map +1 -1
  82. package/dist/sdk/claude-agent/claude-agent-client.js +1 -1
  83. package/dist/sdk/claude-agent/claude-agent-client.js.map +1 -1
  84. package/dist/sdk/claude-agent/environment.d.ts +9 -0
  85. package/dist/sdk/claude-agent/environment.d.ts.map +1 -1
  86. package/dist/sdk/claude-agent/environment.js +1 -1
  87. package/dist/sdk/claude-agent/environment.js.map +1 -1
  88. package/dist/sdk/claude-agent/index.js +1 -1
  89. package/dist/sdk/claude-agent/system-prompts.js +1 -1
  90. package/dist/sdk/claude-agent/types.d.ts +26 -0
  91. package/dist/sdk/claude-agent/types.d.ts.map +1 -1
  92. package/dist/sdk/client/cdp-api-client.js +1 -1
  93. package/dist/sdk/client/endpoints.js +1 -1
  94. package/dist/sdk/client/engage-api-client.js +1 -1
  95. package/dist/sdk/client/http-client.js +1 -1
  96. package/dist/sdk/client/llm-api-client.js +1 -1
  97. package/dist/sdk/client/rate-limiter.js +1 -1
  98. package/dist/sdk/client/td-api-client.js +1 -1
  99. package/dist/sdk/client/trino-api-client.js +1 -1
  100. package/dist/sdk/client/workflow-client.js +1 -1
  101. package/dist/sdk/connection-validator.js +1 -1
  102. package/dist/sdk/connection.js +1 -1
  103. package/dist/sdk/engage.js +1 -1
  104. package/dist/sdk/errors.js +1 -1
  105. package/dist/sdk/index.js +1 -1
  106. package/dist/sdk/io/index.js +1 -1
  107. package/dist/sdk/io/node-filesystem.js +1 -1
  108. package/dist/sdk/job.js +1 -1
  109. package/dist/sdk/journey.js +1 -1
  110. package/dist/sdk/llm/chat-cache.js +1 -1
  111. package/dist/sdk/llm/index.js +1 -1
  112. package/dist/sdk/llm/llm-backup-utils.js +1 -1
  113. package/dist/sdk/llm/model-aliases.js +1 -1
  114. package/dist/sdk/llm/model-factors.js +1 -1
  115. package/dist/sdk/query/index.js +1 -1
  116. package/dist/sdk/query/sql-parser.js +1 -1
  117. package/dist/sdk/segment/child-segment-yaml.js +1 -1
  118. package/dist/sdk/segment/fields-display.js +1 -1
  119. package/dist/sdk/segment/file-discovery.js +1 -1
  120. package/dist/sdk/segment/journey-utils.js +1 -1
  121. package/dist/sdk/segment/journey-yaml.js +1 -1
  122. package/dist/sdk/segment/parent-segment-preview.js +1 -1
  123. package/dist/sdk/segment/parent-segment-yaml.js +1 -1
  124. package/dist/sdk/segment/pull-workflow.js +1 -1
  125. package/dist/sdk/segment/push-workflow.js +1 -1
  126. package/dist/sdk/segment/resolution-context.js +1 -1
  127. package/dist/sdk/segment/segment-path-parser.js +1 -1
  128. package/dist/sdk/segment/segment-ref-parser.js +1 -1
  129. package/dist/sdk/segment/target-resolution.js +1 -1
  130. package/dist/sdk/segment/tdx-config.js +1 -1
  131. package/dist/sdk/segment/validate-files.js +1 -1
  132. package/dist/sdk/segment/yaml-validator.js +1 -1
  133. package/dist/sdk/segment.js +1 -1
  134. package/dist/sdk/types/index.js +1 -1
  135. package/dist/sdk/types/progress.js +1 -1
  136. package/dist/sdk/user.js +1 -1
  137. package/dist/sdk/util/format-detector.js +1 -1
  138. package/dist/sdk/util/formatters.js +1 -1
  139. package/dist/sdk/util/index.js +1 -1
  140. package/dist/sdk/util/tree-formatter.js +1 -1
  141. package/dist/sdk/workflow/clone-workflow.js +1 -1
  142. package/dist/sdk/workflow/index.js +1 -1
  143. package/dist/sdk/workflow/pull-workflow.js +1 -1
  144. package/dist/sdk/workflow/push-workflow.js +1 -1
  145. package/dist/sdk/workflow/tdx-config.js +1 -1
  146. package/dist/sdk/workflow/workflow-utils.js +1 -1
  147. package/dist/utils/async.js +1 -1
  148. package/dist/utils/colors.js +1 -1
  149. package/dist/utils/diff.js +1 -1
  150. package/dist/utils/file-permissions.js +1 -1
  151. package/dist/utils/json-loader.js +1 -1
  152. package/dist/utils/option-validation.js +1 -1
  153. package/dist/utils/port.js +1 -1
  154. package/dist/utils/process.js +1 -1
  155. package/dist/utils/prompt.js +1 -1
  156. package/dist/utils/spinner.js +1 -1
  157. package/dist/utils/sse-parser.js +1 -1
  158. package/dist/utils/string-utils.js +1 -1
  159. package/dist/utils/table-ref-parser.js +1 -1
  160. package/dist/utils/tdx-logger.js +1 -1
  161. package/dist/utils/version-check.js +1 -1
  162. package/package.json +1 -1
@@ -1 +1 @@
1
- const a3_0xac6d49=a3_0x5740;(function(_0x3e8bb3,_0x3c5364){const _0x5cf4be=a3_0x5740,_0x4a581a=_0x3e8bb3();while(!![]){try{const _0x50656d=parseInt(_0x5cf4be(0x73))/0x1+-parseInt(_0x5cf4be(0x82))/0x2*(-parseInt(_0x5cf4be(0x71))/0x3)+-parseInt(_0x5cf4be(0x85))/0x4+parseInt(_0x5cf4be(0x6c))/0x5+parseInt(_0x5cf4be(0x6a))/0x6+-parseInt(_0x5cf4be(0x7b))/0x7+-parseInt(_0x5cf4be(0x7d))/0x8*(parseInt(_0x5cf4be(0x77))/0x9);if(_0x50656d===_0x3c5364)break;else _0x4a581a['push'](_0x4a581a['shift']());}catch(_0x36d142){_0x4a581a['push'](_0x4a581a['shift']());}}}(a3_0x17e9,0x5808b));import{BaseCommand}from'./command.js';function a3_0x5740(_0x1aad31,_0x407be7){_0x1aad31=_0x1aad31-0x67;const _0x17e9e6=a3_0x17e9();let _0x574069=_0x17e9e6[_0x1aad31];return _0x574069;}import{SDKError}from'../sdk/index.js';import{handleSDKOutput}from'../core/command-output.js';import{withSpinner}from'../utils/spinner.js';import{parseSegmentRef}from'../sdk/segment/segment-ref-parser.js';export class ActivationsCommand extends BaseCommand{['name']=a3_0xac6d49(0x7e);['description']='List\x20activations\x20for\x20a\x20segment';async[a3_0xac6d49(0x70)](_0x1a723e){const _0xa9dcfd=a3_0xac6d49,{options:_0x41c61c,args:_0x40978f,tdx:_0xba5de}=_0x1a723e;if(_0x40978f[_0xa9dcfd(0x86)]===0x0)return console['error'](_0xa9dcfd(0x7a)),console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x74)),0x1;try{const {parentId:_0x15fecf,childId:_0xf3b3e6}=parseSegmentRef(_0x40978f[0x0]);if(!_0xf3b3e6)return console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x81)),console['error']('Usage:\x20tdx\x20activations\x20<parent_name/child_name>'),0x1;_0x41c61c[_0xa9dcfd(0x76)]&&(console[_0xa9dcfd(0x6e)]('Site:\x20'+_0x41c61c[_0xa9dcfd(0x75)]),console['error'](_0xa9dcfd(0x6d)+_0x15fecf),console['error']('Child\x20name:\x20'+_0xf3b3e6));const _0x3b7be1=await withSpinner(_0xa9dcfd(0x78)+_0x15fecf+'\x27...',()=>_0xba5de[_0xa9dcfd(0x69)][_0xa9dcfd(0x6f)](_0x15fecf),{'verbose':_0x41c61c[_0xa9dcfd(0x76)]}),_0x23854c=_0x3b7be1[_0xa9dcfd(0x84)];_0x41c61c[_0xa9dcfd(0x76)]&&console['error']('Resolved\x20parent\x20ID:\x20'+_0x23854c);const _0x2fb9d9=await withSpinner(_0xa9dcfd(0x72)+_0xf3b3e6+_0xa9dcfd(0x79),()=>_0xba5de[_0xa9dcfd(0x69)]['resolveSegmentId'](_0x23854c,_0xf3b3e6),{'verbose':_0x41c61c[_0xa9dcfd(0x76)]}),_0x4a0b99=_0x2fb9d9['data'];_0x41c61c[_0xa9dcfd(0x76)]&&console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x7c)+_0x4a0b99);const _0xa1dbbb=await withSpinner(_0xa9dcfd(0x80)+_0xf3b3e6+_0xa9dcfd(0x79),()=>_0xba5de[_0xa9dcfd(0x69)][_0xa9dcfd(0x7f)](_0x23854c,_0x4a0b99),{'verbose':_0x41c61c[_0xa9dcfd(0x76)]}),_0x18864d=_0xa1dbbb['data'];return console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x83)+_0x18864d['length']+_0xa9dcfd(0x88)+(_0x18864d['length']!==0x1?'s':'')),await handleSDKOutput(_0x18864d,_0x41c61c),0x0;}catch(_0x44dfb9){if(_0x44dfb9 instanceof SDKError)return console['error'](_0xa9dcfd(0x67)+_0x44dfb9[_0xa9dcfd(0x68)]),_0x44dfb9[_0xa9dcfd(0x87)]&&console[_0xa9dcfd(0x6e)](_0xa9dcfd(0x6b)+_0x44dfb9[_0xa9dcfd(0x87)]),0x1;throw _0x44dfb9;}}}function a3_0x17e9(){const _0x2ad6f7=['Parent\x20name:\x20','error','resolveParentId','execute','1425588AuwYaZ','Resolving\x20child\x20segment\x20\x27','50856siDkwM','Usage:\x20tdx\x20activations\x20<parent_name/child_name>','site','verbose','1143cTavrK','Resolving\x20parent\x20segment\x20\x27','\x27...','Error:\x20Segment\x20name\x20is\x20required','2834055kjQpFG','Resolved\x20child\x20ID:\x20','12936dGUOzF','activations','listActivations','Listing\x20activations\x20for\x20segment\x20\x27','Error:\x20Child\x20segment\x20name\x20is\x20required\x20for\x20activations','2teKwMW','✔\x20Found\x20','data','1062384DQIAtz','length','cause','\x20activation','Error:\x20','message','segment','948102jidYzO','\x20\x20Cause:\x20','2761690WdqdzU'];a3_0x17e9=function(){return _0x2ad6f7;};return a3_0x17e9();}
1
+ const a3_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_0x4f49a5=a4_0x179c;(function(_0x1b124a,_0x23e6d3){const _0x542581=a4_0x179c,_0xae76a=_0x1b124a();while(!![]){try{const _0x4f7e2b=parseInt(_0x542581(0x279))/0x1*(parseInt(_0x542581(0x25b))/0x2)+parseInt(_0x542581(0x1e9))/0x3+parseInt(_0x542581(0x215))/0x4+-parseInt(_0x542581(0x27e))/0x5+-parseInt(_0x542581(0x200))/0x6+parseInt(_0x542581(0x232))/0x7+-parseInt(_0x542581(0x219))/0x8*(parseInt(_0x542581(0x285))/0x9);if(_0x4f7e2b===_0x23e6d3)break;else _0xae76a['push'](_0xae76a['shift']());}catch(_0x393189){_0xae76a['push'](_0xae76a['shift']());}}}(a4_0x17eb,0x7293a));import a4_0x4484d8 from'chalk';import a4_0x993bfa from'path';import{existsSync,readFileSync}from'fs';function a4_0x17eb(){const _0x421ae8=['\x0a✔\x20All\x20files\x20are\x20up\x20to\x20date','\x20\x20Knowledge\x20Bases:\x20','pullAgent','11EGfinB','Status:\x20','push','no_context','yes','3724620TGZqnR','new','yellow','\x20changed','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','INVALID_ARGUMENT','Pushing\x20to\x20project...','18405Dzalfn','force','\x20\x20Target:\x20','isNew','counts','knowledgeBases','Would\x20push\x20agent:\x20','agent:pull','\x0aChanges\x20to\x20agent\x20\x27','projectDir','agentName','\x20\x20Agents:\x20','join','\x20--name\x20','Summary:','Would\x20pull\x20agent:\x20','pullProject','repeat','408834eALzVP','prompts','Clone\x20cancelled','When\x20using\x20--profile,\x20you\x20must\x20specify\x20a\x20local\x20directory\x20as\x20source.\x0a','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','\x20\x20Prompts:\x20','\x20\x20Source:\x20','Using\x20project:\x20','session','\x22:\x20','description','\x20new','\x20resources\x20to\x20\x27','llm','\x20resources?','projectId','newProjectName','Using\x20current\x20project:\x20','New\x20project:\x20','\x22\x20to\x20new\x20project\x20\x22','\x0a[Dry\x20run]\x20No\x20changes\x20were\x20pushed','\x20\x20Text\x20Knowledge\x20Base\x20\x22','\x0aProject\x20pushed\x20with\x20errors','4523364owmcuq','Writing\x20files...','\x20=\x20','\x20\x20tdx\x20agent\x20pull\x20','cloneProject','updated','Chat:\x20','agents','dirname','cwd','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<local-dir>\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20to\x20existing\x20local\x20directory','Agent\x20','<new-name>','\x20\x20Text\x20Knowledge\x20Bases:\x20','Errors:','\x20updated','Push\x20cancelled','pushProject','newProjectId','\x20total','Source:\x20','3213220ENAfzS','\x0a[Dry\x20run]\x20No\x20files\x20were\x20written','No\x20source\x20project\x20specified.\x20Use\x20one\x20of:\x0a','source','1312VUEVyp','parse','\x20files?','Analyzing\x20changes\x20to\x20push...','Project\x20cloned\x20successfully','\x20\x20Agent\x20\x22','\x0aChanges\x20to\x20prompt\x20\x27','Using\x20project\x20from\x20','\x0aErrors\x20found:','Using\x20local\x20project:\x20','\x20\x20Prompt\x20\x22','\x20unchanged','\x0a✔\x20Pulled\x20','agent.yml','red','log','Cloning\x20\x22','llmProject','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','gray','cyan','site','Pushing\x20agent\x20from\x20\x22','\x20\x20tdx\x20agent\x20clone\x20<local-dir>\x20--name\x20<new-name>\x20\x20#\x20Clone\x20from\x20local\x20directory','Pull\x20cancelled','6486081JpmGtD','Agent:\x20','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20<agent>\x20\x20#\x20Pull\x20specific\x20agent','dim','sourceProjectName','\x0aChanges\x20to\x20knowledge\x20base\x20\x27','errors','diff','unchanged','llm_project','no_local_folder','execute','output','Run\x20\x27tdx\x20agent\x20pull\x20<project>\x27\x20first\x20to\x20create\x20the\x20folder\x20structure,\x20or\x20specify\x20an\x20agent\x20directory\x20with\x20agent.yml.','Pulling\x20agent\x20\x22','Cannot\x20clone\x20from\x20context\x20project\x20\x22','First\x20pull\x20the\x20project\x20locally,\x20then\x20clone\x20from\x20the\x20local\x20files:\x0a','outputDir','\x0aPull\x20summary\x20for\x20\x27','agentId','\x20\x20tdx\x20agent\x20clone\x20agents/','\x0aSet\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','\x0aPush\x20summary\x20for\x20\x27','Would\x20clone:','agent:push','name','tdx.json','\x0aRun\x20\x27tdx\x20agent\x20pull\x20','found','\x22...','pushAgent','No\x20tdx.json\x20found\x20in\x20','Analyzing\x20project\x20\x22','\x20|\x20','Dry\x20run\x20-\x20no\x20files\x20written','total','\x22\x20to\x20\x22','\x20created','action','profile','\x0aChanges\x20to\x20text\x20knowledge\x20base\x20\x27','79516JsMdYK','\x20\x20tdx\x20agent\x20clone\x20--name\x20<new-name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clone\x20from\x20context\x20(llm_project)','dryRun','textKnowledgeBases','created','\x20\x20\x20\x20\x20\x20\x20tdx\x20agent\x20pull\x20<project>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20all\x20agents\x20from\x20project','\x20errors','error','reason','llm_project\x20is\x20not\x20set.\x20Use\x20`tdx\x20use\x20llm_project\x20<name>`\x20to\x20set\x20it.\x0a','Dry\x20run\x20-\x20no\x20changes\x20made','projectName','\x0aWrite\x20','Clone\x20\x22','Output\x20path:\x20','✔\x20Context\x20set:\x20','Project:\x20','green','message','context','utf-8','New\x20project\x20name\x20is\x20required','\x0a✔\x20Pushed\x20','\x20\x20Knowledge\x20Base\x20\x22','\x0aChanges:','New\x20project\x20ID:\x20','agent:clone'];a4_0x17eb=function(){return _0x421ae8;};return a4_0x17eb();}import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/index.js';import{withSpinner}from'../utils/spinner.js';import{confirmKey}from'../utils/prompt.js';import{findAgentConfigPath,resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{saveSessionContext}from'../core/session.js';import{sanitizeForFilesystem,normalizeName}from'../sdk/agent/agent-yaml.js';import{getLLMProjectUrl,getLLMAgentChatUrl}from'../sdk/client/endpoints.js';function formatCountSummary(_0x46f308){const _0x2dd86f=a4_0x179c,_0x1c97cb=[];if(_0x46f308[_0x2dd86f(0x255)]!==undefined)_0x1c97cb[_0x2dd86f(0x27b)](_0x46f308[_0x2dd86f(0x255)]+_0x2dd86f(0x213));if(_0x46f308[_0x2dd86f(0x27f)]!==undefined&&_0x46f308['new']>0x0)_0x1c97cb[_0x2dd86f(0x27b)](a4_0x4484d8[_0x2dd86f(0x26c)](_0x46f308[_0x2dd86f(0x27f)]+'\x20new'));if(_0x46f308[_0x2dd86f(0x25f)]!==undefined&&_0x46f308[_0x2dd86f(0x25f)]>0x0)_0x1c97cb['push'](a4_0x4484d8[_0x2dd86f(0x26c)](_0x46f308[_0x2dd86f(0x25f)]+_0x2dd86f(0x257)));if(_0x46f308[_0x2dd86f(0x205)]!==undefined&&_0x46f308[_0x2dd86f(0x205)]>0x0)_0x1c97cb['push'](a4_0x4484d8['yellow'](_0x46f308['updated']+_0x2dd86f(0x20f)));if(_0x46f308[_0x2dd86f(0x23a)]!==undefined&&_0x46f308[_0x2dd86f(0x23a)]>0x0)_0x1c97cb[_0x2dd86f(0x27b)](a4_0x4484d8[_0x2dd86f(0x22c)](_0x46f308[_0x2dd86f(0x23a)]+_0x2dd86f(0x224)));if(_0x46f308[_0x2dd86f(0x238)]!==undefined&&_0x46f308[_0x2dd86f(0x238)]>0x0)_0x1c97cb[_0x2dd86f(0x27b)](a4_0x4484d8['red'](_0x46f308[_0x2dd86f(0x238)]+_0x2dd86f(0x261)));return _0x1c97cb['join'](',\x20');}function a4_0x179c(_0x198fb2,_0x5b5210){_0x198fb2=_0x198fb2-0x1da;const _0x17ebca=a4_0x17eb();let _0x179ce0=_0x17ebca[_0x198fb2];return _0x179ce0;}function displayDiffs(_0xa010e1,_0x1a902d,_0x47bd5d,_0x45ae27){const _0x333670=a4_0x179c;for(const _0x46a199 of _0xa010e1){if(_0x46a199[_0x333670(0x239)]){const _0x25676b=_0x46a199['agentName']||_0x46a199[_0x333670(0x24b)];console[_0x333670(0x228)](_0x333670(0x1df)+_0x25676b+'\x27:'),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c)),console[_0x333670(0x228)](_0x46a199[_0x333670(0x239)]),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c));}}for(const _0x3f2646 of _0x1a902d){_0x3f2646[_0x333670(0x239)]&&(console[_0x333670(0x228)](_0x333670(0x237)+_0x3f2646[_0x333670(0x24b)]+'\x27:'),console['log']('─'[_0x333670(0x1e8)](0x3c)),console[_0x333670(0x228)](_0x3f2646['diff']),console[_0x333670(0x228)]('─'['repeat'](0x3c)));}for(const _0x58a86e of _0x47bd5d){_0x58a86e[_0x333670(0x239)]&&(console[_0x333670(0x228)](_0x333670(0x25a)+_0x58a86e['name']+'\x27:'),console[_0x333670(0x228)]('─'['repeat'](0x3c)),console[_0x333670(0x228)](_0x58a86e[_0x333670(0x239)]),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c)));}for(const _0x2bfce5 of _0x45ae27){_0x2bfce5[_0x333670(0x239)]&&(console[_0x333670(0x228)](_0x333670(0x21f)+_0x2bfce5[_0x333670(0x24b)]+'\x27:'),console[_0x333670(0x228)]('─'[_0x333670(0x1e8)](0x3c)),console['log'](_0x2bfce5[_0x333670(0x239)]),console[_0x333670(0x228)]('─'['repeat'](0x3c)));}}export class AgentPullCommand extends BaseCommand{[a4_0x4f49a5(0x24b)]=a4_0x4f49a5(0x1de);[a4_0x4f49a5(0x1f3)]=a4_0x4f49a5(0x22b);async[a4_0x4f49a5(0x23d)](_0x1d6bfe){const _0x266f71=a4_0x4f49a5,{options:_0x2c51fe,args:_0x39b65d,tdx:_0x30c2e2}=_0x1d6bfe,_0x502f58=_0x39b65d[0x0],_0x508936=_0x39b65d[0x1],_0x57e52c=_0x2c51fe[_0x266f71(0x23e)],_0x4ce7dc=_0x2c51fe[_0x266f71(0x25d)],_0x120486=_0x2c51fe[_0x266f71(0x286)],_0x580557=_0x2c51fe['yes'],_0x240a7f=_0x2c51fe['llmProject'];let _0x1c34c4,_0x53966f;const _0x3fcf33=findAgentConfigPath(process[_0x266f71(0x209)]());if(_0x502f58){const _0x258006=a4_0x993bfa[_0x266f71(0x1e3)](_0x502f58,_0x266f71(0x24c));if(existsSync(_0x258006))try{const _0x388f04=JSON[_0x266f71(0x21a)](readFileSync(_0x258006,_0x266f71(0x26f)));_0x1c34c4=_0x388f04[_0x266f71(0x23b)],_0x53966f=_0x502f58,console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x235)](_0x266f71(0x220)+_0x258006+':\x20'+_0x1c34c4));}catch{_0x1c34c4=_0x502f58;}else _0x1c34c4=_0x502f58;}else{if(_0x3fcf33)try{const _0x4acac8=JSON['parse'](readFileSync(_0x3fcf33,'utf-8'));_0x1c34c4=_0x4acac8[_0x266f71(0x23b)],_0x53966f=a4_0x993bfa[_0x266f71(0x208)](_0x3fcf33),console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x235)](_0x266f71(0x1f0)+_0x1c34c4));}catch{_0x1c34c4=_0x240a7f;}else _0x1c34c4=_0x240a7f;}if(!_0x1c34c4)return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x264))),console[_0x266f71(0x228)]('Usage:\x20tdx\x20agent\x20pull\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Pull\x20project\x20(requires\x20context\x20or\x20tdx.json)'),console['log'](_0x266f71(0x260)),console[_0x266f71(0x228)](_0x266f71(0x20a)),console[_0x266f71(0x228)](_0x266f71(0x234)),0x1;if(_0x508936){const {data:_0x2ae8da}=await withSpinner(_0x266f71(0x240)+_0x508936+'\x22\x20from\x20project\x20\x22'+_0x1c34c4+'\x22...',()=>_0x30c2e2[_0x266f71(0x1f6)][_0x266f71(0x278)](_0x1c34c4,_0x508936,_0x57e52c,{'dryRun':_0x4ce7dc,'force':_0x120486}));if(_0x4ce7dc)return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x254))),console[_0x266f71(0x228)](_0x266f71(0x1e6)+_0x2ae8da[_0x266f71(0x1e1)]),console[_0x266f71(0x228)](_0x266f71(0x269)+_0x2ae8da['outputPath']),_0x2ae8da[_0x266f71(0x239)]&&(console['log'](_0x266f71(0x273)),console[_0x266f71(0x228)]('─'['repeat'](0x3c)),console[_0x266f71(0x228)](_0x2ae8da[_0x266f71(0x239)]),console[_0x266f71(0x228)]('─'[_0x266f71(0x1e8)](0x3c))),0x0;return console['log'](a4_0x4484d8['green']('Agent\x20pulled\x20successfully')),console[_0x266f71(0x228)](_0x266f71(0x233)+_0x2ae8da[_0x266f71(0x1e1)]),console[_0x266f71(0x228)]('Output:\x20'+_0x2ae8da['outputPath']),console[_0x266f71(0x228)](_0x266f71(0x27a)+(_0x2ae8da[_0x266f71(0x1da)]?a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x27f)):_0x2ae8da['hasChanges']?a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x205)):a4_0x4484d8['gray'](_0x266f71(0x23a)))),0x0;}const _0x177e4d=_0x53966f||_0x57e52c,{data:_0x5a354f}=await withSpinner(_0x266f71(0x252)+_0x1c34c4+_0x266f71(0x24f),()=>_0x30c2e2['llm'][_0x266f71(0x1e7)](_0x1c34c4,_0x177e4d,{'dryRun':!![]})),_0xe54a02=_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x207)][_0x266f71(0x27f)]+_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x1dc)][_0x266f71(0x27f)]+_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x25e)][_0x266f71(0x27f)]+_0x5a354f['counts']['prompts'][_0x266f71(0x27f)],_0x179747=_0x5a354f['counts'][_0x266f71(0x207)][_0x266f71(0x205)]+_0x5a354f['counts']['knowledgeBases'][_0x266f71(0x205)]+_0x5a354f[_0x266f71(0x1db)]['textKnowledgeBases'][_0x266f71(0x205)]+_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x1ea)][_0x266f71(0x205)],_0x21cdd5=_0x5a354f[_0x266f71(0x1db)]['agents'][_0x266f71(0x23a)]+_0x5a354f['counts'][_0x266f71(0x1dc)]['unchanged']+_0x5a354f['counts'][_0x266f71(0x25e)]['unchanged']+_0x5a354f['counts'][_0x266f71(0x1ea)][_0x266f71(0x23a)];console['log'](_0x266f71(0x244)+_0x5a354f['projectName']+'\x27:'),console[_0x266f71(0x228)]('\x20\x20'+a4_0x4484d8[_0x266f71(0x26c)]('+\x20'+_0xe54a02+_0x266f71(0x1f4))+'\x20|\x20'+a4_0x4484d8[_0x266f71(0x280)]('~\x20'+_0x179747+_0x266f71(0x281))+_0x266f71(0x253)+a4_0x4484d8[_0x266f71(0x235)]('=\x20'+_0x21cdd5+'\x20unchanged')),console['log'](_0x266f71(0x1e2)+formatCountSummary(_0x5a354f['counts'][_0x266f71(0x207)])),console['log']('\x20\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x5a354f[_0x266f71(0x1db)]['knowledgeBases'])),console[_0x266f71(0x228)](_0x266f71(0x20d)+formatCountSummary(_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x25e)])),console[_0x266f71(0x228)](_0x266f71(0x1ee)+formatCountSummary(_0x5a354f[_0x266f71(0x1db)][_0x266f71(0x1ea)])),console[_0x266f71(0x228)](_0x266f71(0x287)+a4_0x4484d8['cyan'](_0x5a354f[_0x266f71(0x243)])),displayDiffs(_0x5a354f[_0x266f71(0x207)],_0x5a354f[_0x266f71(0x1dc)],_0x5a354f[_0x266f71(0x25e)],_0x5a354f[_0x266f71(0x1ea)]);if(_0x4ce7dc)return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x280)](_0x266f71(0x216))),0x0;if(_0xe54a02===0x0&&_0x179747===0x0)return console['log'](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x276))),saveSessionContext({'llm_project':_0x5a354f['projectName']},_0x2c51fe[_0x266f71(0x1f1)]),console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x26a)+a4_0x4484d8[_0x266f71(0x235)](_0x266f71(0x23b))+_0x266f71(0x202)+a4_0x4484d8[_0x266f71(0x22d)](_0x5a354f[_0x266f71(0x266)]))),0x0;if(!_0x580557&&!_0x120486){const _0x18b3dc=await confirmKey(_0x266f71(0x267)+(_0xe54a02+_0x179747)+_0x266f71(0x21b));if(!_0x18b3dc)return console[_0x266f71(0x228)](_0x266f71(0x231)),0x0;}const {data:_0x557380}=await withSpinner(_0x266f71(0x201),()=>_0x30c2e2['llm']['pullProject'](_0x1c34c4,_0x177e4d,{'force':_0x120486}));return console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x225)+(_0xe54a02+_0x179747)+'\x20files\x20to\x20'+_0x557380['outputDir'])),saveSessionContext({'llm_project':_0x557380[_0x266f71(0x266)]},_0x2c51fe[_0x266f71(0x1f1)]),console[_0x266f71(0x228)](a4_0x4484d8[_0x266f71(0x26c)](_0x266f71(0x26a)+a4_0x4484d8['dim'](_0x266f71(0x23b))+'\x20=\x20'+a4_0x4484d8['cyan'](_0x557380[_0x266f71(0x266)]))),0x0;}}export class AgentCloneCommand extends BaseCommand{[a4_0x4f49a5(0x24b)]=a4_0x4f49a5(0x275);[a4_0x4f49a5(0x1f3)]=a4_0x4f49a5(0x282);async[a4_0x4f49a5(0x23d)](_0x2d29bb){const _0x4d47be=a4_0x4f49a5,{options:_0x5df384,args:_0xc16576,tdx:_0xaf6d40}=_0x2d29bb,_0x450d0a=_0xc16576[0x0],_0x36de87=_0x5df384[_0x4d47be(0x24b)],_0x9a4db=_0x5df384[_0x4d47be(0x25d)],_0x56131f=_0x5df384[_0x4d47be(0x27d)],_0x1471ea=_0x5df384[_0x4d47be(0x22e)],_0x804e85=_0x5df384['llmProject'];let _0x31a96e;const _0x533210=findAgentConfigPath(process[_0x4d47be(0x209)]());if(_0x450d0a){const _0x4932b5=a4_0x993bfa[_0x4d47be(0x1e3)](_0x450d0a,'tdx.json');existsSync(_0x4932b5)?(_0x31a96e=_0x450d0a,console['log'](a4_0x4484d8[_0x4d47be(0x235)](_0x4d47be(0x222)+_0x450d0a))):_0x31a96e=_0x450d0a;}else{if(_0x533210)_0x31a96e=a4_0x993bfa[_0x4d47be(0x208)](_0x533210),console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x235)](_0x4d47be(0x1fa)+_0x31a96e));else{if(_0x804e85){const _0x17ecbe=sanitizeForFilesystem(_0x804e85);let _0x57ab2c=_0x17ecbe,_0x340697=a4_0x993bfa[_0x4d47be(0x1e3)](process[_0x4d47be(0x209)](),_0x4d47be(0x207),_0x17ecbe,_0x4d47be(0x24c));if(!existsSync(_0x340697)){const _0x59430a=normalizeName(_0x804e85),_0x2aeb4c=a4_0x993bfa[_0x4d47be(0x1e3)](process[_0x4d47be(0x209)](),'agents',_0x59430a,_0x4d47be(0x24c));existsSync(_0x2aeb4c)&&(_0x57ab2c=_0x59430a,_0x340697=_0x2aeb4c);}if(existsSync(_0x340697))_0x31a96e=a4_0x993bfa['dirname'](_0x340697),console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x235)](_0x4d47be(0x222)+_0x31a96e));else{const _0x29d956=_0x5df384[_0x4d47be(0x259)];if(_0x29d956)throw new SDKError(ErrorCode[_0x4d47be(0x283)],_0x4d47be(0x241)+_0x804e85+'\x22\x20to\x20a\x20different\x20profile',undefined,{'helpText':_0x4d47be(0x1ec)+_0x4d47be(0x242)+(_0x4d47be(0x203)+_0x804e85+'\x0a')+(_0x4d47be(0x246)+_0x57ab2c+_0x4d47be(0x1e4)+(_0x36de87||_0x4d47be(0x20c))+'\x20--profile\x20'+_0x29d956)});_0x31a96e=_0x804e85,console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x235)]('Using\x20context\x20project:\x20'+_0x804e85));}}}}if(!_0x31a96e)return console[_0x4d47be(0x228)](a4_0x4484d8['yellow'](_0x4d47be(0x217))),console[_0x4d47be(0x228)]('\x20\x20tdx\x20agent\x20clone\x20<project>\x20--name\x20<new-name>\x20\x20\x20\x20#\x20Clone\x20from\x20remote\x20project'),console[_0x4d47be(0x228)](_0x4d47be(0x230)),console['log'](_0x4d47be(0x25c)),console[_0x4d47be(0x228)](_0x4d47be(0x247)),0x1;if(!_0x36de87)throw new SDKError(ErrorCode['MISSING_ARGUMENT'],_0x4d47be(0x270),undefined,{'helpText':'Usage:\x20tdx\x20agent\x20clone\x20[source]\x20--name\x20<new-name>'});if(!_0x56131f&&!_0x9a4db){const _0x46029f=await confirmKey(_0x4d47be(0x268)+_0x31a96e+_0x4d47be(0x1fc)+_0x36de87+'\x22?');if(!_0x46029f)return console[_0x4d47be(0x228)](_0x4d47be(0x1eb)),0x0;}const {data:_0x41e8e4}=await withSpinner(_0x4d47be(0x229)+_0x31a96e+_0x4d47be(0x256)+_0x36de87+_0x4d47be(0x24f),()=>_0xaf6d40['llm'][_0x4d47be(0x204)](_0x31a96e,_0x36de87,{'dryRun':_0x9a4db}));if(_0x9a4db)return console[_0x4d47be(0x228)](a4_0x4484d8['yellow'](_0x4d47be(0x265))),console[_0x4d47be(0x228)](_0x4d47be(0x214)+_0x41e8e4[_0x4d47be(0x236)]),console['log'](_0x4d47be(0x1fb)+_0x36de87),console['log'](_0x4d47be(0x249)),console['log']('\x20\x20Agents:\x20'+_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x207)][_0x4d47be(0x25f)]),console['log'](_0x4d47be(0x277)+_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1dc)][_0x4d47be(0x25f)]),console[_0x4d47be(0x228)](_0x4d47be(0x1ee)+_0x41e8e4['counts'][_0x4d47be(0x1ea)]['created']),0x0;const _0x2724d8=_0x41e8e4['counts'][_0x4d47be(0x207)][_0x4d47be(0x238)]>0x0||_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1dc)][_0x4d47be(0x238)]>0x0||_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1ea)][_0x4d47be(0x238)]>0x0;_0x2724d8?console['log'](a4_0x4484d8['yellow']('Project\x20cloned\x20with\x20errors')):console[_0x4d47be(0x228)](a4_0x4484d8['green'](_0x4d47be(0x21d)));console['log'](_0x4d47be(0x214)+_0x41e8e4['sourceProjectName']),console[_0x4d47be(0x228)]('New\x20project:\x20'+_0x41e8e4[_0x4d47be(0x1f9)]),console[_0x4d47be(0x228)](_0x4d47be(0x274)+_0x41e8e4[_0x4d47be(0x212)]),console[_0x4d47be(0x228)](),console[_0x4d47be(0x228)](_0x4d47be(0x1e5)),console[_0x4d47be(0x228)]('\x20\x20Agents:\x20'+formatCountSummary(_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x207)])),console[_0x4d47be(0x228)](_0x4d47be(0x277)+formatCountSummary(_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1dc)])),console['log'](_0x4d47be(0x1ee)+formatCountSummary(_0x41e8e4[_0x4d47be(0x1db)][_0x4d47be(0x1ea)]));if(_0x2724d8){console[_0x4d47be(0x228)](),console['log'](a4_0x4484d8['red'](_0x4d47be(0x20e)));for(const _0x5b5596 of _0x41e8e4['agents']){_0x5b5596[_0x4d47be(0x258)]===_0x4d47be(0x262)&&console['log'](a4_0x4484d8[_0x4d47be(0x227)](_0x4d47be(0x21e)+_0x5b5596[_0x4d47be(0x1e1)]+_0x4d47be(0x1f2)+_0x5b5596[_0x4d47be(0x262)]));}for(const _0x49c603 of _0x41e8e4[_0x4d47be(0x1dc)]){_0x49c603[_0x4d47be(0x258)]==='error'&&console['log'](a4_0x4484d8[_0x4d47be(0x227)](_0x4d47be(0x272)+_0x49c603[_0x4d47be(0x24b)]+_0x4d47be(0x1f2)+_0x49c603[_0x4d47be(0x262)]));}for(const _0x10f100 of _0x41e8e4[_0x4d47be(0x1ea)]){_0x10f100['action']==='error'&&console[_0x4d47be(0x228)](a4_0x4484d8[_0x4d47be(0x227)](_0x4d47be(0x223)+_0x10f100[_0x4d47be(0x24b)]+_0x4d47be(0x1f2)+_0x10f100['error']));}return 0x1;}console[_0x4d47be(0x228)]();const _0x4c8098=getLLMProjectUrl(_0x1471ea,_0x41e8e4[_0x4d47be(0x212)]);return console[_0x4d47be(0x228)](_0x4d47be(0x26b)+a4_0x4484d8['cyan'](_0x4c8098)),0x0;}}export class AgentPushCommand extends BaseCommand{['name']=a4_0x4f49a5(0x24a);[a4_0x4f49a5(0x1f3)]=a4_0x4f49a5(0x1ed);async[a4_0x4f49a5(0x23d)](_0x9990d){const _0x54f460=a4_0x4f49a5,{options:_0x4cd2f9,args:_0x12edca,tdx:_0x1168a5}=_0x9990d;let _0x56d335=_0x12edca[0x0]||process[_0x54f460(0x209)]();const _0x56eaa6=_0x4cd2f9['dryRun'],_0x4f9ec6=_0x4cd2f9[_0x54f460(0x286)],_0x2377b4=_0x4cd2f9[_0x54f460(0x27d)],_0xa200a6=_0x4cd2f9[_0x54f460(0x22e)],_0x5ccfc7=a4_0x993bfa['join'](_0x56d335,_0x54f460(0x226)),_0x4ade44=existsSync(_0x5ccfc7);if(_0x4ade44){const {data:_0x109935}=await withSpinner(_0x54f460(0x22f)+_0x56d335+_0x54f460(0x24f),()=>_0x1168a5[_0x54f460(0x1f6)][_0x54f460(0x250)](_0x56d335,{'dryRun':_0x56eaa6,'force':_0x4f9ec6}));if(_0x56eaa6)return console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x280)](_0x54f460(0x265))),console[_0x54f460(0x228)](_0x54f460(0x1dd)+_0x109935['agentName']),0x0;if(_0x109935[_0x54f460(0x258)]===_0x54f460(0x262))return console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)]('Failed\x20to\x20push\x20agent:\x20'+_0x109935[_0x54f460(0x262)])),0x1;console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x26c)](_0x54f460(0x20b)+_0x109935[_0x54f460(0x258)]+'\x20successfully')),console[_0x54f460(0x228)](_0x54f460(0x233)+_0x109935[_0x54f460(0x1e1)]);if(_0x109935[_0x54f460(0x245)]&&_0x109935['projectId']){const _0x408162=getLLMAgentChatUrl(_0xa200a6,_0x109935[_0x54f460(0x1f8)],_0x109935[_0x54f460(0x245)]);console[_0x54f460(0x228)](_0x54f460(0x206)+a4_0x4484d8[_0x54f460(0x22d)](_0x408162));}return 0x0;}const _0xe6a217=_0x4cd2f9[_0x54f460(0x22a)],_0x57db73=resolveProjectFromContext(_0x56d335,_0xe6a217);if(_0x57db73[_0x54f460(0x24e)])_0x56d335=_0x57db73[_0x54f460(0x1e0)],_0x57db73[_0x54f460(0x218)]===_0x54f460(0x26e)&&console['log'](a4_0x4484d8['dim']('Using\x20project:\x20'+_0x56d335));else{let _0x2abf96=_0x54f460(0x23f);_0x57db73[_0x54f460(0x263)]===_0x54f460(0x23c)&&(_0x2abf96=_0x57db73['message']+_0x54f460(0x24d)+_0x57db73[_0x54f460(0x22a)]+'\x27\x20to\x20create\x20the\x20folder\x20structure.');throw new SDKError(ErrorCode[_0x54f460(0x283)],_0x57db73[_0x54f460(0x263)]===_0x54f460(0x27c)?_0x57db73[_0x54f460(0x26d)]:_0x54f460(0x251)+_0x56d335,undefined,{'helpText':_0x2abf96});}const {data:_0x5d3998}=await withSpinner(_0x54f460(0x21c),()=>_0x1168a5[_0x54f460(0x1f6)][_0x54f460(0x211)](_0x56d335,{'dryRun':!![]})),_0x24ed9a=_0x5d3998['counts']['agents'][_0x54f460(0x238)]>0x0;if(_0x24ed9a){console['log'](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x221)));for(const _0x548bb1 of _0x5d3998[_0x54f460(0x207)]){_0x548bb1[_0x54f460(0x258)]==='error'&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x21e)+_0x548bb1[_0x54f460(0x1e1)]+'\x22:\x20'+_0x548bb1[_0x54f460(0x262)]));}return 0x1;}const _0x302b52=_0x5d3998['counts']['agents'][_0x54f460(0x25f)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1dc)]['created']+_0x5d3998[_0x54f460(0x1db)]['textKnowledgeBases']['created']+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1ea)]['created'],_0x4f40bc=_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x207)][_0x54f460(0x205)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1dc)][_0x54f460(0x205)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x25e)][_0x54f460(0x205)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1ea)][_0x54f460(0x205)],_0x1626b1=_0x5d3998[_0x54f460(0x1db)]['agents']['unchanged']+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1dc)][_0x54f460(0x23a)]+_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x25e)]['unchanged']+_0x5d3998['counts'][_0x54f460(0x1ea)][_0x54f460(0x23a)];console['log'](_0x54f460(0x248)+_0x5d3998['projectName']+'\x27:'),console[_0x54f460(0x228)]('\x20\x20'+a4_0x4484d8[_0x54f460(0x26c)]('+\x20'+_0x302b52+_0x54f460(0x1f4))+_0x54f460(0x253)+a4_0x4484d8[_0x54f460(0x280)]('~\x20'+_0x4f40bc+'\x20changed')+'\x20|\x20'+a4_0x4484d8[_0x54f460(0x235)]('=\x20'+_0x1626b1+_0x54f460(0x224))),console[_0x54f460(0x228)](_0x54f460(0x1e2)+formatCountSummary(_0x5d3998[_0x54f460(0x1db)]['agents'])),console[_0x54f460(0x228)]('\x20\x20Knowledge\x20Bases:\x20'+formatCountSummary(_0x5d3998[_0x54f460(0x1db)]['knowledgeBases'])),console[_0x54f460(0x228)](_0x54f460(0x20d)+formatCountSummary(_0x5d3998[_0x54f460(0x1db)]['textKnowledgeBases'])),console[_0x54f460(0x228)](_0x54f460(0x1ee)+formatCountSummary(_0x5d3998[_0x54f460(0x1db)][_0x54f460(0x1ea)])),console[_0x54f460(0x228)](_0x54f460(0x1ef)+a4_0x4484d8[_0x54f460(0x22d)](_0x56d335)),displayDiffs(_0x5d3998[_0x54f460(0x207)],_0x5d3998[_0x54f460(0x1dc)],_0x5d3998[_0x54f460(0x25e)],_0x5d3998[_0x54f460(0x1ea)]);if(_0x56eaa6)return console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x280)](_0x54f460(0x1fd))),0x0;if(_0x302b52===0x0&&_0x4f40bc===0x0){console[_0x54f460(0x228)](a4_0x4484d8['green']('\x0a✔\x20All\x20resources\x20are\x20up\x20to\x20date'));const _0x2b0560=getLLMProjectUrl(_0xa200a6,_0x5d3998['projectId']);return console[_0x54f460(0x228)](_0x54f460(0x26b)+a4_0x4484d8[_0x54f460(0x22d)](_0x2b0560)),0x0;}if(!_0x2377b4&&!_0x4f9ec6){const _0x4f563c=await confirmKey('\x0aPush\x20'+(_0x302b52+_0x4f40bc)+_0x54f460(0x1f7));if(!_0x4f563c)return console[_0x54f460(0x228)](_0x54f460(0x210)),0x0;}const {data:_0x460d4b}=await withSpinner(_0x54f460(0x284),()=>_0x1168a5[_0x54f460(0x1f6)][_0x54f460(0x211)](_0x56d335,{'force':_0x4f9ec6})),_0x537c62=_0x460d4b[_0x54f460(0x1db)]['agents']['errors']>0x0||_0x460d4b[_0x54f460(0x1db)][_0x54f460(0x1dc)]['errors']>0x0||_0x460d4b[_0x54f460(0x1db)][_0x54f460(0x25e)][_0x54f460(0x238)]>0x0||_0x460d4b[_0x54f460(0x1db)][_0x54f460(0x1ea)][_0x54f460(0x238)]>0x0;if(_0x537c62){console['log'](a4_0x4484d8[_0x54f460(0x280)](_0x54f460(0x1ff))),console[_0x54f460(0x228)](),console['log'](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x20e)));for(const _0x342daf of _0x460d4b['agents']){_0x342daf[_0x54f460(0x258)]===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x21e)+_0x342daf['agentName']+'\x22:\x20'+_0x342daf[_0x54f460(0x262)]));}for(const _0x384390 of _0x460d4b[_0x54f460(0x1dc)]){_0x384390[_0x54f460(0x258)]===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x272)+_0x384390[_0x54f460(0x24b)]+_0x54f460(0x1f2)+_0x384390[_0x54f460(0x262)]));}for(const _0x437723 of _0x460d4b[_0x54f460(0x25e)]){_0x437723[_0x54f460(0x258)]===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8['red'](_0x54f460(0x1fe)+_0x437723[_0x54f460(0x24b)]+_0x54f460(0x1f2)+_0x437723[_0x54f460(0x262)]));}for(const _0x118f17 of _0x460d4b['prompts']){_0x118f17['action']===_0x54f460(0x262)&&console[_0x54f460(0x228)](a4_0x4484d8[_0x54f460(0x227)](_0x54f460(0x223)+_0x118f17[_0x54f460(0x24b)]+_0x54f460(0x1f2)+_0x118f17[_0x54f460(0x262)]));}return 0x1;}console['log'](a4_0x4484d8['green'](_0x54f460(0x271)+(_0x302b52+_0x4f40bc)+_0x54f460(0x1f5)+_0x460d4b[_0x54f460(0x266)]+'\x27'));const _0x3c70d5=getLLMProjectUrl(_0xa200a6,_0x460d4b['projectId']);return console[_0x54f460(0x228)](_0x54f460(0x26b)+a4_0x4484d8['cyan'](_0x3c70d5)),0x0;}}
1
+ const a4_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_0x3ad796=a5_0x4aed;(function(_0x387722,_0x4390c7){const _0x2fbc2f=a5_0x4aed,_0x3f4461=_0x387722();while(!![]){try{const _0x5e5df4=parseInt(_0x2fbc2f(0x1af))/0x1*(-parseInt(_0x2fbc2f(0x202))/0x2)+parseInt(_0x2fbc2f(0x1cb))/0x3+-parseInt(_0x2fbc2f(0x1c6))/0x4+-parseInt(_0x2fbc2f(0x1ad))/0x5+parseInt(_0x2fbc2f(0x1ff))/0x6*(parseInt(_0x2fbc2f(0x1ee))/0x7)+-parseInt(_0x2fbc2f(0x1eb))/0x8*(-parseInt(_0x2fbc2f(0x1d9))/0x9)+-parseInt(_0x2fbc2f(0x1de))/0xa;if(_0x5e5df4===_0x4390c7)break;else _0x3f4461['push'](_0x3f4461['shift']());}catch(_0x285581){_0x3f4461['push'](_0x3f4461['shift']());}}}(a5_0x3845,0xa91ea));function a5_0x4aed(_0x13823d,_0x328d2a){_0x13823d=_0x13823d-0x1ac;const _0x384519=a5_0x3845();let _0x4aedac=_0x384519[_0x13823d];return _0x4aedac;}import*as a5_0x5dc76c from'node:fs';import*as a5_0x2750da from'node:path';import a5_0x5b9f50 from'chalk';function a5_0x3845(){const _0x32885b=['llm','Create\x20a\x20test.yml\x20in\x20an\x20agent\x20directory\x20to\x20run\x20evaluations.','join','/<agent-name>','\x27\x20to\x20create\x20the\x20folder\x20structure.','map','json','8Ypfiyw','Error\x20writing\x20output\x20file:\x20','test.yml','32081MPlUgS','Errors:\x20\x20\x20','\x20\x20tdx\x20agent\x20test\x20<path>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20from\x20path','Failed\x20Tests:','utf-8','dim','\x20\x20-\x20','rounds','start','\x20\x20Project:\x20','cyan','name','\x20\x20Round\x20','no_tests','white','no_local_folder','resolveAgentId','1746wbZlFW','split','llmProject','33914IxxZNY','dryRun','Output\x20written\x20to:\x20',':\x20Sending\x20user\x20input...','Test\x20','includes','Site:\x20','Available\x20tests:\x20','agentName','length','toLowerCase','Run\x20tests\x20for\x20an\x20LLM\x20agent','round','projectDir','substring','context','existsSync','execute','662785ouVfPM','log','29shNYgb','agent:test','Round\x201/','✗\x20ERROR:\x20','Running\x20agent\x20tests...','resolveProjectId','tests','conversation_url','tsv','verbose','Multiple\x20agents\x20with\x20tests\x20found\x20in\x20project\x20\x22','repeat','stop','found','message','basename','red','trim','description','Failed:\x20\x20\x20','404','projectName','\x20\x20Site:\x20','2616892lUbFWU','now','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20project\x20\x22','output','site','3526551tHophL','Test\x20Configuration:','text','status','filter','No\x20tests\x20found\x20matching:\x20','not\x20found','Set\x20context\x20with:\x20tdx\x20use\x20llm_project\x20<name>','no_context','Tests\x20found:\x20','\x20\x20tdx\x20agent\x20test\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Run\x20tests\x20(requires\x20context\x20or\x20tdx.json)','PASS','yellow','✗\x20ERROR:\x20Failed\x20to\x20resolve\x20agent\x20\x22','9376812AnCDeY','...\x20','reason','\x20\x20Evaluating...\x20','toISOString','15797910AsSsVL','FAIL','green','Test\x20Summary','table','Usage:'];a5_0x3845=function(){return _0x32885b;};return a5_0x3845();}import{BaseCommand}from'./command.js';import{parseTestFile,runTest,formatResults,setupEvaluatorAgent}from'../sdk/agent/test/index.js';import{resolveProjectFromContext}from'../sdk/agent/agent-config.js';import{createCommandSpinner,formatElapsed}from'../utils/spinner.js';export class AgentTestCommand extends BaseCommand{['name']=a5_0x3ad796(0x1b0);[a5_0x3ad796(0x1c1)]=a5_0x3ad796(0x20d);async[a5_0x3ad796(0x1ac)](_0x2b375c){const _0x4f2304=a5_0x3ad796,{options:_0x1df64d,args:_0x198980,tdx:_0x1ab0a7}=_0x2b375c,_0x4a010f=_0x198980[0x0]||'.',_0x47ea75=_0x1df64d[_0x4f2304(0x203)],_0x4a26ba=_0x1df64d,_0x366558=_0x4a26ba['eval']===![],_0x27ea9b=_0x4a26ba[_0x4f2304(0x1f9)],_0x2c859b=_0x1df64d[_0x4f2304(0x1ca)],_0x1a1e17=_0x4a26ba[_0x4f2304(0x1c9)];let _0x4117a8=_0x4f2304(0x1e2);if(_0x4a26ba[_0x4f2304(0x1ea)])_0x4117a8=_0x4f2304(0x1ea);else{if(_0x4a26ba['jsonl'])_0x4117a8='jsonl';else{if(_0x4a26ba[_0x4f2304(0x1b7)])_0x4117a8='tsv';else{if(_0x4a26ba['table'])_0x4117a8=_0x4f2304(0x1e2);}}}const _0x52b041=_0x4a26ba[_0x4f2304(0x201)];let _0x3240d8=_0x4a010f;const _0x3e2be2=a5_0x5dc76c[_0x4f2304(0x212)](_0x4a010f),_0x276186=_0x4a010f==='.';if(!_0x3e2be2||_0x276186){const _0x6e792f=resolveProjectFromContext(_0x4a010f,_0x52b041,{'requireFile':_0x4f2304(0x1ed)});if(_0x6e792f[_0x4f2304(0x1bc)])_0x3240d8=_0x6e792f[_0x4f2304(0x20f)],_0x6e792f['source']===_0x4f2304(0x211)&&console[_0x4f2304(0x1ae)](a5_0x5b9f50['dim']('Using\x20agent:\x20'+_0x3240d8));else switch(_0x6e792f['reason']){case _0x4f2304(0x1d3):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x6e792f['message'])),console[_0x4f2304(0x1ae)](),console['log'](_0x4f2304(0x1e3)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1f0)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1d5)),console[_0x4f2304(0x1ae)](),console['log'](_0x4f2304(0x1d2));return 0x1;case _0x4f2304(0x1fd):console['log'](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x6e792f['message'])),console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)]('Run\x20\x27tdx\x20agent\x20pull\x20'+_0x6e792f[_0x4f2304(0x201)]+_0x4f2304(0x1e8));return 0x1;case'multiple_agents':{const _0x234137=a5_0x2750da[_0x4f2304(0x1be)](_0x6e792f[_0x4f2304(0x20f)]);console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x4f2304(0x1b9)+_0x6e792f[_0x4f2304(0x201)]+'\x22:'));for(const _0x4e3a05 of _0x6e792f['agentDirs']){console[_0x4f2304(0x1ae)](_0x4f2304(0x1f4)+_0x4e3a05);}return console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)]('Specify\x20an\x20agent:\x20tdx\x20agent\x20test\x20agents/'+_0x234137+_0x4f2304(0x1e7)),0x1;}case _0x4f2304(0x1fb):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1d7)]('No\x20test.yml\x20found\x20in\x20any\x20agent\x20under\x20project\x20\x22'+_0x6e792f[_0x4f2304(0x201)]+'\x22.')),console[_0x4f2304(0x1ae)](a5_0x5b9f50['dim']('Project\x20path:\x20'+_0x6e792f[_0x4f2304(0x20f)])),console['log'](),console[_0x4f2304(0x1ae)](_0x4f2304(0x1e5));return 0x1;}}const {definition:_0x4d1a0e,agentInfo:_0x473751}=parseTestFile(_0x3240d8);let _0x5c583c=_0x4d1a0e[_0x4f2304(0x1b5)];if(_0x27ea9b){const _0x2c3ec3=_0x27ea9b[_0x4f2304(0x200)](',')[_0x4f2304(0x1e9)](_0x5b35e5=>_0x5b35e5[_0x4f2304(0x1c0)]());_0x5c583c=_0x4d1a0e[_0x4f2304(0x1b5)][_0x4f2304(0x1cf)](_0x1a40db=>_0x2c3ec3['includes'](_0x1a40db[_0x4f2304(0x1f9)]));if(_0x5c583c[_0x4f2304(0x20b)]===0x0)return console['log'](a5_0x5b9f50[_0x4f2304(0x1d7)](_0x4f2304(0x1d0)+_0x27ea9b)),console['log'](a5_0x5b9f50['dim'](_0x4f2304(0x209)+_0x4d1a0e[_0x4f2304(0x1b5)]['map'](_0x388644=>_0x388644['name'])[_0x4f2304(0x1e6)](',\x20'))),0x1;}if(_0x47ea75){console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1f8)](_0x4f2304(0x1cc))),console[_0x4f2304(0x1ae)](_0x4f2304(0x1c5)+a5_0x5b9f50['white'](_0x2c859b)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1f7)+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x473751[_0x4f2304(0x1c4)])),console[_0x4f2304(0x1ae)]('\x20\x20Agent:\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x473751[_0x4f2304(0x20a)])),console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](_0x4f2304(0x1d4)+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x5c583c[_0x4f2304(0x20b)]));for(let _0x47d99e=0x0;_0x47d99e<_0x5c583c[_0x4f2304(0x20b)];_0x47d99e++){const _0x43ebe2=_0x5c583c[_0x47d99e],_0x5f4c49=_0x43ebe2['rounds'][_0x4f2304(0x20b)]===0x1?_0x4f2304(0x20e):_0x4f2304(0x1f5);console[_0x4f2304(0x1ae)]('\x20\x20'+(_0x47d99e+0x1)+'.\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x43ebe2[_0x4f2304(0x1f9)])+'\x20('+_0x43ebe2['rounds'][_0x4f2304(0x20b)]+'\x20'+_0x5f4c49+')');}return 0x0;}let _0x28d375,_0x4de929;try{_0x28d375=await _0x1ab0a7[_0x4f2304(0x1e4)][_0x4f2304(0x1b4)](_0x473751[_0x4f2304(0x1c4)]);}catch(_0x2ac5aa){const _0x4f00b2=_0x2ac5aa instanceof Error?_0x2ac5aa[_0x4f2304(0x1bd)]:String(_0x2ac5aa);return _0x4f00b2[_0x4f2304(0x207)]('404')||_0x4f00b2[_0x4f2304(0x20c)]()['includes'](_0x4f2304(0x1d1))?console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)]('✗\x20ERROR:\x20Project\x20not\x20found:\x20'+_0x473751[_0x4f2304(0x1c4)])):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1c8)+_0x473751[_0x4f2304(0x1c4)]+'\x22:\x20'+_0x4f00b2)),0x1;}try{_0x4de929=await _0x1ab0a7['llm'][_0x4f2304(0x1fe)](_0x473751[_0x4f2304(0x20a)],_0x28d375);}catch(_0xce899b){const _0x28ca52=_0xce899b instanceof Error?_0xce899b[_0x4f2304(0x1bd)]:String(_0xce899b);return _0x28ca52[_0x4f2304(0x207)](_0x4f2304(0x1c3))||_0x28ca52[_0x4f2304(0x20c)]()[_0x4f2304(0x207)](_0x4f2304(0x1d1))?console[_0x4f2304(0x1ae)](a5_0x5b9f50['red']('✗\x20ERROR:\x20Agent\x20not\x20found:\x20'+_0x473751[_0x4f2304(0x20a)])):console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1d8)+_0x473751[_0x4f2304(0x20a)]+'\x22:\x20'+_0x28ca52)),0x1;}let _0xc945e5;if(!_0x366558)try{_0xc945e5=await setupEvaluatorAgent(_0x1ab0a7[_0x4f2304(0x1e4)],_0x1df64d[_0x4f2304(0x1b8)]);}catch(_0x1f8c50){const _0xcea842=_0x1f8c50 instanceof Error?_0x1f8c50['message']:String(_0x1f8c50);return console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)]('✗\x20ERROR:\x20Failed\x20to\x20set\x20up\x20evaluator:\x20'+_0xcea842)),0x1;}console['log'](a5_0x5b9f50['cyan'](_0x4f2304(0x1b3))),console[_0x4f2304(0x1ae)](_0x4f2304(0x208)+a5_0x5b9f50['white'](_0x2c859b)),console[_0x4f2304(0x1ae)]('Agent:\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x473751['projectName']+'/'+_0x473751[_0x4f2304(0x20a)])),console[_0x4f2304(0x1ae)]();const _0xc17a63=[],_0x3a2db5=Date[_0x4f2304(0x1c7)]();for(let _0x10225d=0x0;_0x10225d<_0x5c583c[_0x4f2304(0x20b)];_0x10225d++){const _0x507c2b=_0x5c583c[_0x10225d];_0x5c583c['length']>0x1?console[_0x4f2304(0x1ae)](_0x4f2304(0x206)+(_0x10225d+0x1)+'/'+_0x5c583c[_0x4f2304(0x20b)]+':\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x507c2b[_0x4f2304(0x1f9)])):console[_0x4f2304(0x1ae)]('Running\x20test:\x20'+a5_0x5b9f50[_0x4f2304(0x1fc)](_0x507c2b[_0x4f2304(0x1f9)]));const _0x12aad4=createCommandSpinner(_0x4f2304(0x1b1)+_0x507c2b['rounds']['length']+_0x4f2304(0x205));_0x12aad4[_0x4f2304(0x1f6)]();try{const {result:_0x1e7f5b}=await runTest(_0x1ab0a7[_0x4f2304(0x1e4)],_0x507c2b,{'agentId':_0x4de929,'projectId':_0x28d375,'site':_0x2c859b,'noEval':_0x366558,'evaluatorId':_0xc945e5,'onRoundStart':(_0x277e7b,_0x40781e)=>{const _0x3e42c6=_0x4f2304;_0x12aad4[_0x3e42c6(0x1cd)]='Round\x20'+(_0x277e7b+0x1)+'/'+_0x40781e+_0x3e42c6(0x205);},'onRoundComplete':(_0x2310e7,_0x11a22e,_0xcde1be)=>{const _0x58b168=_0x4f2304,_0x5d807c=formatElapsed(_0x11a22e);_0xcde1be?console[_0x58b168(0x1ae)](_0x58b168(0x1fa)+(_0x2310e7+0x1)+'/'+_0x507c2b[_0x58b168(0x1f5)][_0x58b168(0x20b)]+_0x58b168(0x1da)+a5_0x5b9f50[_0x58b168(0x1e0)]('✓')+'\x20('+_0x5d807c+')'):console[_0x58b168(0x1ae)](_0x58b168(0x1fa)+(_0x2310e7+0x1)+'/'+_0x507c2b[_0x58b168(0x1f5)][_0x58b168(0x20b)]+'...\x20'+a5_0x5b9f50[_0x58b168(0x1bf)]('✗'));},'onEvaluationStart':()=>{const _0xaa05c9=_0x4f2304;_0x12aad4[_0xaa05c9(0x1cd)]='Evaluating\x20response...';},'onEvaluationComplete':_0x1fc03e=>{const _0x2e6621=_0x4f2304,_0x8b4722=formatElapsed(_0x1fc03e);console['log'](_0x2e6621(0x1dc)+a5_0x5b9f50[_0x2e6621(0x1e0)]('✓')+'\x20('+_0x8b4722+')');}});_0x12aad4['stop'](),_0xc17a63['push'](_0x1e7f5b);if(_0x1e7f5b[_0x4f2304(0x1ce)]===_0x4f2304(0x1d6))console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1e0)]('✓\x20PASS:\x20'+_0x1e7f5b[_0x4f2304(0x1db)]));else _0x1e7f5b[_0x4f2304(0x1ce)]===_0x4f2304(0x1df)?console['log'](a5_0x5b9f50[_0x4f2304(0x1bf)]('✗\x20FAIL:\x20'+_0x1e7f5b[_0x4f2304(0x1db)])):console['log'](a5_0x5b9f50['red'](_0x4f2304(0x1b2)+_0x1e7f5b['reason']));_0x1e7f5b[_0x4f2304(0x1b6)]&&console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1f3)]('Conversation\x20URL:\x20'+_0x1e7f5b[_0x4f2304(0x1b6)])),console['log']();}catch(_0x5b7b04){_0x12aad4[_0x4f2304(0x1bb)]();const _0x5ae03e=_0x5b7b04 instanceof Error?_0x5b7b04['message']:String(_0x5b7b04);console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1b2)+_0x5ae03e)),console[_0x4f2304(0x1ae)](),_0xc17a63['push']({'name':_0x507c2b['name'],'status':'ERROR','reason':_0x5ae03e,'timestamp':new Date()[_0x4f2304(0x1dd)](),'duration_ms':0x0});}}const _0x104aae=Date[_0x4f2304(0x1c7)]()-_0x3a2db5,_0x44a9c2=_0xc17a63[_0x4f2304(0x1cf)](_0x1679f0=>_0x1679f0[_0x4f2304(0x1ce)]===_0x4f2304(0x1d6))[_0x4f2304(0x20b)],_0x4556af=_0xc17a63[_0x4f2304(0x1cf)](_0x43ab0c=>_0x43ab0c[_0x4f2304(0x1ce)]===_0x4f2304(0x1df))[_0x4f2304(0x20b)],_0x581db3=_0xc17a63[_0x4f2304(0x1cf)](_0x3dd327=>_0x3dd327['status']==='ERROR')[_0x4f2304(0x20b)];console[_0x4f2304(0x1ae)]('━'[_0x4f2304(0x1ba)](0x3c)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1e1)),console[_0x4f2304(0x1ae)]('━'[_0x4f2304(0x1ba)](0x3c)),console['log']('Total:\x20\x20\x20\x20'+_0xc17a63[_0x4f2304(0x20b)]),console[_0x4f2304(0x1ae)]('Passed:\x20\x20\x20'+a5_0x5b9f50[_0x4f2304(0x1e0)](_0x44a9c2)),console[_0x4f2304(0x1ae)](_0x4f2304(0x1c2)+a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4556af));_0x581db3>0x0&&console[_0x4f2304(0x1ae)](_0x4f2304(0x1ef)+a5_0x5b9f50[_0x4f2304(0x1bf)](_0x581db3));console[_0x4f2304(0x1ae)]('Duration:\x20'+formatElapsed(_0x104aae)),console[_0x4f2304(0x1ae)]('━'[_0x4f2304(0x1ba)](0x3c));const _0x5561a0=_0xc17a63[_0x4f2304(0x1cf)](_0x5dc644=>_0x5dc644[_0x4f2304(0x1ce)]!==_0x4f2304(0x1d6));if(_0x5561a0[_0x4f2304(0x20b)]>0x0){console['log'](),console[_0x4f2304(0x1ae)](_0x4f2304(0x1f1));for(const _0x512997 of _0x5561a0){const _0x6c08a8=a5_0x5b9f50['red']('✗'),_0x126cfb=_0x512997[_0x4f2304(0x1db)][_0x4f2304(0x20b)]>0x32?_0x512997[_0x4f2304(0x1db)][_0x4f2304(0x210)](0x0,0x32)+'...':_0x512997[_0x4f2304(0x1db)];console[_0x4f2304(0x1ae)]('\x20\x20'+_0x6c08a8+'\x20'+_0x512997[_0x4f2304(0x1f9)]+':\x20'+_0x126cfb);}}const _0x29498c={'summary':{'total':_0xc17a63['length'],'passed':_0x44a9c2,'failed':_0x4556af,'errors':_0x581db3>0x0?_0x581db3:undefined,'duration_ms':_0x104aae},'tests':_0xc17a63,'agent':{'project':_0x473751[_0x4f2304(0x1c4)],'name':_0x473751[_0x4f2304(0x20a)],'site':_0x2c859b},'timestamp':new Date(_0x3a2db5)[_0x4f2304(0x1dd)]()};if(_0x4117a8!==_0x4f2304(0x1e2)||_0x1a1e17){const _0x2a86fa=formatResults(_0x29498c,_0x4117a8);if(_0x1a1e17)try{a5_0x5dc76c['writeFileSync'](_0x1a1e17,_0x2a86fa,_0x4f2304(0x1f2)),console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1f3)](_0x4f2304(0x204)+_0x1a1e17));}catch(_0x36e4e4){return console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](a5_0x5b9f50[_0x4f2304(0x1bf)](_0x4f2304(0x1ec)+_0x36e4e4)),0x1;}else console[_0x4f2304(0x1ae)](),console[_0x4f2304(0x1ae)](_0x2a86fa);}return _0x5561a0['length']>0x0?0x1:0x0;}}
1
+ const a5_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_0x294fd0=a6_0x5efb;(function(_0x31b19e,_0xc0dbeb){const _0x25c2d5=a6_0x5efb,_0x12187f=_0x31b19e();while(!![]){try{const _0x34d5c8=-parseInt(_0x25c2d5(0xa9))/0x1*(parseInt(_0x25c2d5(0xca))/0x2)+parseInt(_0x25c2d5(0x9b))/0x3+parseInt(_0x25c2d5(0xb7))/0x4+parseInt(_0x25c2d5(0xad))/0x5*(parseInt(_0x25c2d5(0xab))/0x6)+parseInt(_0x25c2d5(0x90))/0x7*(-parseInt(_0x25c2d5(0xc3))/0x8)+parseInt(_0x25c2d5(0xc8))/0x9+-parseInt(_0x25c2d5(0xa1))/0xa;if(_0x34d5c8===_0xc0dbeb)break;else _0x12187f['push'](_0x12187f['shift']());}catch(_0x51e97a){_0x12187f['push'](_0x12187f['shift']());}}}(a6_0x4f64,0xc07fd));import{BaseCommand}from'./command.js';import{RawAPI}from'../sdk/api.js';import{colorizeJSON}from'../utils/colors.js';function a6_0x4f64(){const _0x58b4d1=['startsWith','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','Invalid\x20header\x20format:\x20\x22','Cannot\x20use\x20both\x20--data\x20and\x20--file\x20options.\x20Choose\x20one.','method','1096GJuFcT','llm','execute','trino','color','11188962ResRyN','isArray','107038UyKLZC','Results\x20saved\x20to\x20','site','cookie','request','validate','name','Header\x20key\x20cannot\x20be\x20empty:\x20\x22','toUpperCase','29218FumFTI','indexOf','x-auth-token','\x0aStack\x20trace:\x0a','verbose','output','.\x20Valid\x20methods:\x20','authorization','Invalid\x20HTTP\x20method:\x20','has','Invalid\x20API\x20type:\x20','1033722yutnNJ','length','<\x20HTTP/1.1\x20','.\x20Valid\x20types:\x20','join','type','4091780WcIvaj','workflow','Expected\x20format:\x20\x22Key:\x20Value\x22\x20or\x20\x22Key:Value\x22','status','stack','llm-proxy','POST','Endpoint\x20is\x20required.\x20Example:\x20tdx\x20api\x20/v3/database/list','8KJHJut','noColor','164586HUoKsG','cdp','15UYngTw','GET','entries','x-trino-user','headers','body','file','description','substring','error','2110240blbXIR','message','Error:\x20','\x22.\x20','data','includes','log'];a6_0x4f64=function(){return _0x58b4d1;};return a6_0x4f64();}import{writeFileSync}from'fs';function a6_0x5efb(_0x1fb170,_0x49973b){_0x1fb170=_0x1fb170-0x90;const _0x4f640b=a6_0x4f64();let _0x5efba7=_0x4f640b[_0x1fb170];return _0x5efba7;}import{getEndpoint}from'../sdk/types/index.js';import{resolveSite}from'../core/config.js';import{getAuthHeaders}from'../core/auth.js';const SENSITIVE_HEADERS=new Set([a6_0x294fd0(0x97),'proxy-authorization',a6_0x294fd0(0xcd),'set-cookie','set-cookie2','x-xsrf-token',a6_0x294fd0(0x92),a6_0x294fd0(0xb0)]);function isSensitiveHeader(_0x52ef4a){const _0x185fc2=a6_0x294fd0;return SENSITIVE_HEADERS[_0x185fc2(0x99)](_0x52ef4a['toLowerCase']());}function parseHeader(_0x3c8106){const _0x2374e9=a6_0x294fd0,_0x21a9b1=_0x3c8106[_0x2374e9(0x91)](':');if(_0x21a9b1===-0x1)throw new Error(_0x2374e9(0xc0)+_0x3c8106+_0x2374e9(0xba)+_0x2374e9(0xa3));const _0x45b380=_0x3c8106[_0x2374e9(0xb5)](0x0,_0x21a9b1)['trim'](),_0x3c1260=_0x3c8106[_0x2374e9(0xb5)](_0x21a9b1+0x1)['trim']();if(!_0x45b380)throw new Error(_0x2374e9(0xd1)+_0x3c8106+'\x22');return[_0x45b380,_0x3c1260];}export class ApiCommand extends BaseCommand{[a6_0x294fd0(0xd0)]='api';[a6_0x294fd0(0xb4)]=a6_0x294fd0(0xbf);[a6_0x294fd0(0xcf)](_0x2372b9){const _0xdbdf95=a6_0x294fd0,{args:_0xd60947,options:_0x570e7c}=_0x2372b9,_0x3d4d92=_0x570e7c;if(_0xd60947[_0xdbdf95(0x9c)]===0x0)return _0xdbdf95(0xa8);const _0x599fe6=_0xd60947[0x0];if(!_0x599fe6[_0xdbdf95(0xbe)]('/'))return'Endpoint\x20must\x20start\x20with\x20/:\x20'+_0x599fe6;const _0x32d779=_0x3d4d92[_0xdbdf95(0xbb)],_0x170b7c=_0x3d4d92['file'];if(_0x32d779&&_0x170b7c)return _0xdbdf95(0xc1);const _0x2250eb=_0x3d4d92[_0xdbdf95(0xc2)]||'GET',_0x95a908=['GET',_0xdbdf95(0xa7),'PUT','DELETE','PATCH'];if(!_0x95a908[_0xdbdf95(0xbc)](_0x2250eb[_0xdbdf95(0xd2)]()))return _0xdbdf95(0x98)+_0x2250eb+_0xdbdf95(0x96)+_0x95a908[_0xdbdf95(0x9f)](',\x20');const _0x39006f=_0x3d4d92[_0xdbdf95(0xa0)]||'td',_0x271f98=['td',_0xdbdf95(0xac),_0xdbdf95(0xa2),_0xdbdf95(0xc6),_0xdbdf95(0xc4),_0xdbdf95(0xa6)];if(!_0x271f98[_0xdbdf95(0xbc)](_0x39006f))return _0xdbdf95(0x9a)+_0x39006f+_0xdbdf95(0x9e)+_0x271f98[_0xdbdf95(0x9f)](',\x20');return undefined;}async[a6_0x294fd0(0xc5)](_0x37d25f){const _0xb291e8=a6_0x294fd0,{options:_0x5d577f,args:_0x4f4e6a,tdx:_0x4d1f69}=_0x37d25f,_0x3e51e5=_0x5d577f,_0x46c7f4=_0x4f4e6a[0x0],_0x2673ed=(_0x3e51e5[_0xb291e8(0xc2)]||_0xb291e8(0xae))[_0xb291e8(0xd2)](),_0x44fbe9=_0x3e51e5[_0xb291e8(0xbb)],_0x445e8a=_0x3e51e5[_0xb291e8(0xb3)],_0x4bd159=_0x3e51e5['header'],_0xe75ad2=_0x3e51e5[_0xb291e8(0xa0)]||'td';try{const _0x2ba6d4={};if(_0x4bd159){const _0x590b59=Array[_0xb291e8(0xc9)](_0x4bd159)?_0x4bd159:[_0x4bd159];for(const _0xd24b20 of _0x590b59){const [_0x500fac,_0x154ce1]=parseHeader(_0xd24b20);_0x2ba6d4[_0x500fac]=_0x154ce1;}}let _0x3f08b5;if(_0x44fbe9)_0x3f08b5=_0x44fbe9;else{if(_0x445e8a)try{_0x3f08b5=RawAPI['readBodyFromFile'](_0x445e8a);}catch(_0x178301){return console[_0xb291e8(0xb6)](_0xb291e8(0xb9)+(_0x178301 instanceof Error?_0x178301[_0xb291e8(0xb8)]:String(_0x178301))),0x1;}}const _0x176c75={'method':_0x2673ed,'apiType':_0xe75ad2,'includeHeaders':_0x5d577f['verbose']};_0x3f08b5&&(_0x176c75[_0xb291e8(0xb2)]=_0x3f08b5);Object['keys'](_0x2ba6d4)[_0xb291e8(0x9c)]>0x0&&(_0x176c75[_0xb291e8(0xb1)]=_0x2ba6d4);if(_0x5d577f['verbose']){const _0x3c098d=resolveSite(_0x5d577f[_0xb291e8(0xcc)]),_0x33249c=getEndpoint(_0x3c098d,_0xe75ad2),_0xed90d8=''+_0x33249c+_0x46c7f4;console[_0xb291e8(0xb6)]('>\x20'+_0x2673ed+'\x20'+_0xed90d8);const _0x2ec079=getAuthHeaders(_0x3c098d),_0x561ea0={..._0x2ec079,..._0x2ba6d4};for(const [_0x1853b5,_0x339610]of Object[_0xb291e8(0xaf)](_0x561ea0)){!isSensitiveHeader(_0x1853b5)&&console[_0xb291e8(0xb6)]('>\x20'+_0x1853b5+':\x20'+_0x339610);}_0x3f08b5&&console[_0xb291e8(0xb6)]('>'),console[_0xb291e8(0xb6)]('');}const _0xf1d322=await _0x4d1f69['api'][_0xb291e8(0xce)](_0x46c7f4,_0x176c75);if(_0x5d577f[_0xb291e8(0x94)]&&_0xf1d322['headers']){console[_0xb291e8(0xb6)](_0xb291e8(0x9d)+_0xf1d322[_0xb291e8(0xa4)]);for(const [_0xad48cb,_0x5ddb04]of Object[_0xb291e8(0xaf)](_0xf1d322[_0xb291e8(0xb1)])){!isSensitiveHeader(_0xad48cb)&&console[_0xb291e8(0xb6)]('<\x20'+_0xad48cb+':\x20'+_0x5ddb04);}console[_0xb291e8(0xb6)]('');}const _0x10f3b7=Boolean(_0x5d577f[_0xb291e8(0x95)]),_0x491c25={'color':_0x5d577f['color'],'noColor':_0x5d577f[_0xb291e8(0xaa)]||_0x10f3b7&&!_0x5d577f[_0xb291e8(0xc7)]},_0x22af57=colorizeJSON(_0xf1d322[_0xb291e8(0xbb)],_0x491c25);return _0x5d577f[_0xb291e8(0x95)]?(writeFileSync(_0x5d577f[_0xb291e8(0x95)],_0x22af57),console[_0xb291e8(0xb6)](_0xb291e8(0xcb)+_0x5d577f[_0xb291e8(0x95)])):console[_0xb291e8(0xbd)](_0x22af57),0x0;}catch(_0x5b5a29){return _0x5b5a29 instanceof Error?(console[_0xb291e8(0xb6)]('Error:\x20'+_0x5b5a29['message']),_0x5d577f[_0xb291e8(0x94)]&&_0x5b5a29[_0xb291e8(0xa5)]&&console[_0xb291e8(0xb6)](_0xb291e8(0x93)+_0x5b5a29[_0xb291e8(0xa5)])):console[_0xb291e8(0xb6)](_0xb291e8(0xb9)+String(_0x5b5a29)),0x1;}}}
1
+ const a6_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_0x5222d9=a7_0xacd0;(function(_0x5869d0,_0x2ceaf5){const _0x1a7c3b=a7_0xacd0,_0x3875b5=_0x5869d0();while(!![]){try{const _0x2208bc=-parseInt(_0x1a7c3b(0xb0))/0x1*(-parseInt(_0x1a7c3b(0xc1))/0x2)+parseInt(_0x1a7c3b(0xb8))/0x3+parseInt(_0x1a7c3b(0xac))/0x4+parseInt(_0x1a7c3b(0x86))/0x5+-parseInt(_0x1a7c3b(0xb1))/0x6*(parseInt(_0x1a7c3b(0x81))/0x7)+parseInt(_0x1a7c3b(0xbb))/0x8*(parseInt(_0x1a7c3b(0xbe))/0x9)+parseInt(_0x1a7c3b(0xbd))/0xa*(-parseInt(_0x1a7c3b(0xae))/0xb);if(_0x2208bc===_0x2ceaf5)break;else _0x3875b5['push'](_0x3875b5['shift']());}catch(_0x3ab490){_0x3875b5['push'](_0x3875b5['shift']());}}}(a7_0x206f,0x5b494));import{BaseCommand,printAuthError}from'./command.js';import{saveAPIKeyAsync,resolveSite,resolveAPIKeyAsync}from'../core/config.js';import{saveProfileToUserConfig,saveDefaultSiteToUserConfig}from'../core/profile.js';import{getConsoleUrl}from'../sdk/client/endpoints.js';function a7_0xacd0(_0x2a63a9,_0x572804){_0x2a63a9=_0x2a63a9-0x77;const _0x206fb8=a7_0x206f();let _0xacd04e=_0x206fb8[_0x2a63a9];return _0xacd04e;}import{deleteKeychainAPIKey,isKeychainAvailable}from'../core/keychain.js';import{clearCredentialCache}from'../core/credential-cache.js';import a7_0x5129c2 from'prompts';import{HTTPClientError}from'../sdk/client/http-client.js';import{TDX}from'../sdk/index.js';function a7_0x206f(){const _0x353a1f=['System\x20keychain\x20is\x20not\x20available','Enter\x20site\x20name:','User:\x20','eu01','apiKey','profile','2279328XPthXU','site','21241SPDYQF','create','214433fonhCo','546MQtHyT','ap02','customSite','other','red','auth:clear','Enter\x20your\x20TD\x20API\x20key:','131388RSYuET','green','Site\x20name\x20cannot\x20be\x20empty','8ZMihZA','findIndex','5260slmKSP','1966239ocfGmQ','Validating\x20API\x20key...','eu\x20\x20\x20-\x20Europe','2nXOudR','\x20(site:\x20','execute','auth:setup','Name:\x20','select','first_name','✓\x20API\x20key\x20removed\x20from\x20keychain','You\x20can\x20find\x20your\x20API\x20key\x20at:','error','Setting\x20up\x20authentication\x20for\x20site:\x20','✗\x20Validation\x20failed:\x20','Read\x20credential\x20from\x20','name','getUserInfo','description','email','\x27\x20registered','us\x20\x20\x20-\x20United\x20States','✓\x20Profile\x20\x27','N/A','✓\x20API\x20key\x20is\x20valid\x20(User:\x20','15575bftGwi','\x20for\x20profile:\x20','jobs','\x20(profile:\x20','password','2727785mSuhyV','\x0aSetup\x20cancelled','join','status','Setup\x20API\x20key\x20authentication\x20interactively','API\x20key\x20was\x20not\x20saved.\x20Please\x20try\x20again.','log','✓\x20API\x20key\x20saved\x20to\x20system\x20keychain','logLevel','Site\x20name\x20must\x20contain\x20only\x20lowercase\x20letters,\x20numbers,\x20and\x20hyphens','You\x20can\x20now\x20use\x20tdx\x20commands.\x20Try:','\x20databases\x20\x20\x20\x20\x20-\x20List\x20databases','⚠\x20System\x20keychain\x20not\x20available.\x20API\x20key\x20not\x20saved.','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','jp\x20\x20\x20-\x20Japan','us01','No\x20API\x20key\x20found\x20in\x20keychain','value','trim','ERROR','✓\x20Default\x20site\x20set\x20to\x20','Select\x20your\x20Treasure\x20Data\x20site:','tdx\x20profile:\x20','Remove\x20API\x20key\x20from\x20system\x20keychain','ap02\x20-\x20Korea','test','text','tdx:\x20auth\x20setup','push','yellow','✓\x20Authentication\x20successful\x0a','\x20\x20tdx'];a7_0x206f=function(){return _0x353a1f;};return a7_0x206f();}import{LogLevel}from'../utils/tdx-logger.js';import a7_0x2c8c80 from'chalk';export class AuthSetupCommand extends BaseCommand{[a7_0x5222d9(0x78)]=a7_0x5222d9(0xc4);['description']=a7_0x5222d9(0x8a);async[a7_0x5222d9(0xc3)](_0x5eb65e){const _0x54cbb2=a7_0x5222d9,{options:_0x1fb495}=_0x5eb65e,_0x3eaa52=_0x1fb495[_0x54cbb2(0xab)];console['log'](a7_0x2c8c80['bold'](_0x54cbb2(0xa1)));const _0x573aad=_0x1fb495[_0x54cbb2(0xad)]||_0x54cbb2(0x95),_0x3859c2=[{'title':_0x54cbb2(0x7d),'value':_0x54cbb2(0x95)},{'title':_0x54cbb2(0x94),'value':'jp01'},{'title':_0x54cbb2(0xc0),'value':_0x54cbb2(0xa9)},{'title':_0x54cbb2(0x9e),'value':_0x54cbb2(0xb2)}];let _0x595106=_0x3859c2[_0x54cbb2(0xbc)](_0x3382a7=>_0x3382a7[_0x54cbb2(0x97)]===_0x573aad);_0x595106===-0x1&&_0x573aad!=='us01'&&(_0x3859c2[_0x54cbb2(0xa2)]({'title':_0x573aad,'value':_0x573aad}),_0x595106=_0x3859c2['length']-0x1);_0x3859c2['push']({'title':'Enter\x20custom\x20site','value':_0x54cbb2(0xb4)});const _0x107916=_0x3eaa52?'Select\x20your\x20Treasure\x20Data\x20site\x20(for\x20profile:\x20'+_0x3eaa52+'):':_0x54cbb2(0x9b),_0xe257cc=await a7_0x5129c2({'type':_0x54cbb2(0xc6),'name':_0x54cbb2(0xad),'message':_0x107916,'choices':_0x3859c2,'initial':_0x595106>=0x0?_0x595106:0x0});if(!_0xe257cc[_0x54cbb2(0xad)])return console[_0x54cbb2(0x8c)]('\x0aSetup\x20cancelled'),0x1;let _0x5f458a;if(_0xe257cc['site']===_0x54cbb2(0xb4)){const _0xd77ffe=await a7_0x5129c2({'type':_0x54cbb2(0xa0),'name':_0x54cbb2(0xb3),'message':_0x54cbb2(0xa7),'initial':'us01','validate':_0x2d23ca=>{const _0x5d5cc1=_0x54cbb2;if(!_0x2d23ca||!_0x2d23ca[_0x5d5cc1(0x98)]())return _0x5d5cc1(0xba);if(!/^[a-z0-9-]+$/[_0x5d5cc1(0x9f)](_0x2d23ca[_0x5d5cc1(0x98)]()))return _0x5d5cc1(0x8f);return!![];}});if(!_0xd77ffe[_0x54cbb2(0xb3)])return console[_0x54cbb2(0x8c)](_0x54cbb2(0x87)),0x1;_0x5f458a=_0xd77ffe['customSite'];}else _0x5f458a=_0xe257cc['site'];const _0x3fe181=resolveSite(_0x5f458a);console[_0x54cbb2(0x8c)](_0x54cbb2(0xcb)+_0x3fe181),console[_0x54cbb2(0x8c)](_0x54cbb2(0xc9)),console[_0x54cbb2(0x8c)]('\x20\x20'+getConsoleUrl(_0x3fe181,'/app/mp/ak'));const _0x5755d8=await a7_0x5129c2({'type':_0x54cbb2(0x85),'name':_0x54cbb2(0xaa),'message':_0x54cbb2(0xb7),'validate':_0xae412=>{const _0x4a11f2=_0x54cbb2;if(!_0xae412||!_0xae412[_0x4a11f2(0x98)]())return'API\x20key\x20cannot\x20be\x20empty';return!![];}});if(!_0x5755d8[_0x54cbb2(0xaa)])return console['log'](_0x54cbb2(0x87)),0x1;const _0x4bb3a9=_0x5755d8['apiKey'];console[_0x54cbb2(0x8c)](_0x54cbb2(0xbf));try{const _0x2e9cad=TDX[_0x54cbb2(0xaf)]({'site':_0x3fe181,'apiKey':_0x4bb3a9[_0x54cbb2(0x98)](),'logLevel':_0x1fb495[_0x54cbb2(0x8e)]??LogLevel[_0x54cbb2(0x99)]}),_0x504674=await _0x2e9cad['jobs'][_0x54cbb2(0x79)]();console[_0x54cbb2(0x8c)](_0x54cbb2(0x80)+_0x504674[_0x54cbb2(0x7b)]+')');const _0x248570=await isKeychainAvailable();_0x248570?(await saveAPIKeyAsync(_0x4bb3a9[_0x54cbb2(0x98)](),_0x3fe181,_0x3eaa52),console[_0x54cbb2(0x8c)](_0x54cbb2(0x8d)+(_0x3eaa52?_0x54cbb2(0x84)+_0x3eaa52+')':''))):(console['warn'](a7_0x2c8c80[_0x54cbb2(0xa3)](_0x54cbb2(0x92))),console['warn'](a7_0x2c8c80[_0x54cbb2(0xa3)]('\x20\x20Set\x20TDX_API_KEY\x20environment\x20variable\x20for\x20authentication.')));if(_0x3eaa52){const _0x166f26={'site':_0x3fe181};saveProfileToUserConfig(_0x3eaa52,_0x166f26),console[_0x54cbb2(0x8c)](_0x54cbb2(0x7e)+_0x3eaa52+_0x54cbb2(0x7c));}else saveDefaultSiteToUserConfig(_0x3fe181),console['log'](_0x54cbb2(0x9a)+_0x3fe181);const _0x4da5ac=_0x3eaa52?'\x20--profile\x20'+_0x3eaa52:'';return console[_0x54cbb2(0x8c)](),console[_0x54cbb2(0x8c)](_0x54cbb2(0x90)),console['log']('\x20\x20tdx'+_0x4da5ac+'\x20auth\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-\x20Verify\x20authentication'),console['log'](_0x54cbb2(0xa5)+_0x4da5ac+_0x54cbb2(0x91)),0x0;}catch(_0x583570){if(_0x583570 instanceof HTTPClientError&&_0x583570[_0x54cbb2(0x89)]===0x191)return printAuthError(_0x583570),0x1;return console[_0x54cbb2(0xca)](a7_0x2c8c80[_0x54cbb2(0xb5)](_0x54cbb2(0xcc)+(_0x583570 instanceof Error?_0x583570['message']:String(_0x583570)))),console[_0x54cbb2(0xca)](_0x54cbb2(0x8b)),0x1;}}}export class AuthStatusCommand extends BaseCommand{['name']='auth';[a7_0x5222d9(0x7a)]=a7_0x5222d9(0x93);async[a7_0x5222d9(0xc3)](_0x1e73a8){const _0x2037a0=a7_0x5222d9,{options:_0xa7992b,tdx:_0x2ba27c}=_0x1e73a8,_0x24c607=_0xa7992b[_0x2037a0(0xad)],_0x58d09f=_0xa7992b['profile'],_0x5ed850=_0x58d09f?_0x58d09f:_0x2037a0(0x7f);console['log'](_0x2037a0(0x9c)+_0x5ed850+_0x2037a0(0xc2)+_0x24c607+')');const _0x26fcc2=await resolveAPIKeyAsync(_0x24c607,_0x58d09f);if(_0x26fcc2){const {source:_0x493ae1,isDeprecated:_0x4e07f7}=_0x26fcc2,_0x2f91ee=_0x2037a0(0x77)+_0x493ae1;console[_0x2037a0(0x8c)](_0x4e07f7?a7_0x2c8c80['yellow'](_0x2f91ee):_0x2f91ee);}else console[_0x2037a0(0x8c)](a7_0x2c8c80[_0x2037a0(0xa3)]('No\x20credential\x20found'));try{const _0x20e044=await _0x2ba27c[_0x2037a0(0x83)]['getUserInfo']();return console[_0x2037a0(0x8c)](a7_0x2c8c80[_0x2037a0(0xb9)](_0x2037a0(0xa4))),console[_0x2037a0(0x8c)](_0x2037a0(0xa8)+_0x20e044[_0x2037a0(0x7b)]),(_0x20e044['first_name']||_0x20e044['last_name'])&&console['log'](_0x2037a0(0xc5)+[_0x20e044[_0x2037a0(0xc7)],_0x20e044['last_name']]['filter'](Boolean)[_0x2037a0(0x88)]('\x20')),0x0;}catch(_0x1f0aff){return _0x1f0aff instanceof HTTPClientError&&_0x1f0aff[_0x2037a0(0x89)]===0x191?printAuthError(_0x1f0aff,!![],_0x58d09f):console['error'](a7_0x2c8c80[_0x2037a0(0xb5)](_0x2037a0(0xcc)+(_0x1f0aff instanceof Error?_0x1f0aff['message']:String(_0x1f0aff)))),0x1;}}}export class AuthClearCommand extends BaseCommand{['name']=a7_0x5222d9(0xb6);['description']=a7_0x5222d9(0x9d);async['execute'](_0x26240f){const _0x2ea024=a7_0x5222d9,{options:_0x4c3bd1}=_0x26240f,_0x3086db=_0x4c3bd1[_0x2ea024(0xab)];console[_0x2ea024(0x8c)](a7_0x2c8c80['bold']('tdx:\x20auth\x20clear'));const _0xf86075=await isKeychainAvailable();if(!_0xf86075)return console[_0x2ea024(0xca)](a7_0x2c8c80[_0x2ea024(0xb5)](_0x2ea024(0xa6))),0x1;const _0x482c14=await deleteKeychainAPIKey(_0x3086db);return _0x482c14?(clearCredentialCache(),console[_0x2ea024(0x8c)](_0x2ea024(0xc8)+(_0x3086db?_0x2ea024(0x84)+_0x3086db+')':'')),0x0):(console[_0x2ea024(0x8c)](_0x2ea024(0x96)+(_0x3086db?_0x2ea024(0x82)+_0x3086db:'')),0x1);}}
1
+ const a7_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_0x5c6d1b=a8_0x15f9;(function(_0x32a745,_0x29707f){const _0x31b920=a8_0x15f9,_0x3ea98c=_0x32a745();while(!![]){try{const _0x49f983=parseInt(_0x31b920(0xcc))/0x1+parseInt(_0x31b920(0xc6))/0x2+parseInt(_0x31b920(0xc3))/0x3*(-parseInt(_0x31b920(0xab))/0x4)+-parseInt(_0x31b920(0xb7))/0x5*(parseInt(_0x31b920(0xd7))/0x6)+parseInt(_0x31b920(0xb2))/0x7*(-parseInt(_0x31b920(0xce))/0x8)+-parseInt(_0x31b920(0xbc))/0x9+parseInt(_0x31b920(0xaf))/0xa;if(_0x49f983===_0x29707f)break;else _0x3ea98c['push'](_0x3ea98c['shift']());}catch(_0x4770e2){_0x3ea98c['push'](_0x3ea98c['shift']());}}}(a8_0x4217,0x9d195));function a8_0x4217(){const _0x5ba97b=['metadata','257264tuXwVR','chatId','cause','Continuing\x20chat:\x20','getDefaultAgent','code','Chat\x20session\x20not\x20found,\x20starting\x20new\x20chat...','getOrCreateDefaultAgent','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified)','4605420hGQTid','\x20\x20Cause:\x20','message','CHAT_NOT_FOUND','event','llmProject','--agent\x20flag','4BgTPNt','\x0aStack\x20trace:','name','agent','21942900zBcagy','Resolving\x20project\x20\x27','handleChatEvent','49sMUKsA','llm','llmAgent','data','resolveProjectId','5uXzcQD','description','Chat\x20session:\x20','validate','content','1985058hgNTOo','join','Using\x20cached\x20default\x20agent:\x20','error','streamChat','new','Getting\x20default\x20agent...','3281139BtlzCC','chat','log','277052xUnOMW','\x27...','type','includes','verbose','stack','617612aOsziK'];a8_0x4217=function(){return _0x5ba97b;};return a8_0x4217();}import{BaseCommand}from'./command.js';import{SDKError,ErrorCode}from'../sdk/errors.js';import{withSpinner}from'../utils/spinner.js';import{parseAgentRef}from'../sdk/agent/agent-ref-parser.js';import{saveLastChatId,loadLastChatId}from'../sdk/llm/chat-cache.js';function handleSDKError(_0x1c476c,_0x12cdc2){const _0x36bcb3=a8_0x15f9;if(_0x1c476c instanceof SDKError)console[_0x36bcb3(0xbf)]('Error:\x20'+_0x1c476c[_0x36bcb3(0xd9)]),_0x12cdc2[_0x36bcb3(0xca)]&&(_0x1c476c[_0x36bcb3(0xd0)]&&console[_0x36bcb3(0xbf)](_0x36bcb3(0xd8)+_0x1c476c[_0x36bcb3(0xd0)]),_0x1c476c[_0x36bcb3(0xcb)]&&(console['error'](_0x36bcb3(0xac)),console[_0x36bcb3(0xbf)](_0x1c476c[_0x36bcb3(0xcb)])));else throw _0x1c476c;}function a8_0x15f9(_0x3ae5f6,_0x5b5128){_0x3ae5f6=_0x3ae5f6-0xa7;const _0x421765=a8_0x4217();let _0x15f94e=_0x421765[_0x3ae5f6];return _0x15f94e;}export class ChatCommand extends BaseCommand{[a8_0x5c6d1b(0xad)]=a8_0x5c6d1b(0xc4);[a8_0x5c6d1b(0xb8)]=a8_0x5c6d1b(0xd6);[a8_0x5c6d1b(0xba)](_0x146075){const _0x5b39cc=a8_0x5c6d1b,_0x104816=_0x146075['args'][_0x5b39cc(0xbd)]('\x20');if(!_0x104816)return'Usage:\x20tdx\x20chat\x20\x22your\x20message\x22\x0a\x0aRun\x20\x27tdx\x20chat\x20--help\x27\x20for\x20more\x20options';return undefined;}async['streamChat'](_0x3e56a1,_0x160b60,_0x3b023f,_0x4794af,_0x112657){const _0x53f413=a8_0x5c6d1b;for await(const _0x44481a of _0x3e56a1[_0x53f413(0xb3)][_0x53f413(0xc4)](_0x160b60,{'agentId':_0x3b023f,'chatId':_0x4794af})){if(_0x44481a[_0x53f413(0xc8)]===_0x53f413(0xcd)){const _0x3191b2=_0x44481a[_0x53f413(0xb5)][_0x53f413(0xcf)];saveLastChatId(_0x3191b2),_0x112657&&console['error'](_0x53f413(0xb9)+_0x3191b2);}else _0x44481a['type']===_0x53f413(0xa8)&&this[_0x53f413(0xb1)](_0x44481a[_0x53f413(0xb5)]);}}async['getAgentId'](_0x410dea,_0x4670d0,_0x5b9370,_0x35ff52,_0x297b0f){const _0x541dba=a8_0x5c6d1b,_0x146b0e=_0x4670d0||_0x5b9370;if(_0x146b0e){const {projectName:_0x4db759,agentName:_0x4a1b55}=parseAgentRef(_0x146b0e),_0x24001f=_0x4a1b55||_0x146b0e,_0x3135dc=_0x4a1b55?_0x4db759:_0x35ff52;if(!_0x3135dc)throw new Error('No\x20project\x20specified.\x20Use\x20\x22Project/Agent\x22\x20format\x20or\x20set\x20project\x20with\x20\x22tdx\x20use\x20llm_project\x22');if(_0x297b0f){const _0xbacc7e=_0x4670d0?_0x541dba(0xaa):'session\x20context';console[_0x541dba(0xbf)]('Using\x20agent\x20from\x20'+_0xbacc7e+':\x20'+_0x3135dc+'/'+_0x24001f);}const _0x6b84a7=await withSpinner(_0x541dba(0xb0)+_0x3135dc+_0x541dba(0xc7),()=>_0x410dea[_0x541dba(0xb3)][_0x541dba(0xb6)](_0x3135dc),{'verbose':_0x297b0f}),_0xf8e337=await withSpinner('Resolving\x20agent\x20\x27'+_0x24001f+_0x541dba(0xc7),()=>_0x410dea['llm']['resolveAgentId'](_0x24001f,_0x6b84a7[_0x541dba(0xb5)]),{'verbose':_0x297b0f});return _0xf8e337[_0x541dba(0xb5)];}else{const _0x38d02e=_0x410dea[_0x541dba(0xb3)][_0x541dba(0xd2)]();if(_0x38d02e)return _0x297b0f&&console[_0x541dba(0xbf)](_0x541dba(0xbe)+_0x38d02e[_0x541dba(0xad)]),_0x38d02e['id'];const _0x2dfb26=await withSpinner(_0x541dba(0xc2),()=>_0x410dea[_0x541dba(0xb3)][_0x541dba(0xd5)]('claude-4.5-haiku',0x0),{'verbose':_0x297b0f});return _0x2dfb26[_0x541dba(0xb5)]['id'];}}async['execute'](_0x44bf37){const _0x1be05c=a8_0x5c6d1b,{options:_0x19d37a,args:_0x4913b1,tdx:_0xd7afc}=_0x44bf37,_0x3bee9f=_0x4913b1['join']('\x20'),_0x4ff5e0=_0x19d37a,_0x516c19=_0x4ff5e0[_0x1be05c(0xae)],_0x22c6b2=_0x4ff5e0[_0x1be05c(0xb4)],_0x15d5c7=_0x4ff5e0[_0x1be05c(0xa9)],_0x56502e=_0x4ff5e0[_0x1be05c(0xc1)];try{let _0x51df0b,_0x1d9849;!_0x56502e&&(_0x1d9849=loadLastChatId(),_0x1d9849&&_0x19d37a[_0x1be05c(0xca)]&&console[_0x1be05c(0xbf)](_0x1be05c(0xd1)+_0x1d9849));(_0x56502e||!_0x1d9849)&&(_0x51df0b=await this['getAgentId'](_0xd7afc,_0x516c19,_0x22c6b2,_0x15d5c7,_0x19d37a['verbose']));try{await this[_0x1be05c(0xc0)](_0xd7afc,_0x3bee9f,_0x51df0b,_0x1d9849,_0x19d37a[_0x1be05c(0xca)]);}catch(_0x2e10bf){const _0x5be2fe=_0x2e10bf instanceof SDKError&&_0x2e10bf[_0x1be05c(0xd3)]===ErrorCode[_0x1be05c(0xa7)]||_0x2e10bf instanceof Error&&_0x2e10bf['message'][_0x1be05c(0xc9)]('404');if(_0x5be2fe)_0x19d37a['verbose']&&console[_0x1be05c(0xbf)](_0x1be05c(0xd4)),!_0x51df0b&&(_0x51df0b=await this['getAgentId'](_0xd7afc,_0x516c19,_0x22c6b2,_0x15d5c7,_0x19d37a[_0x1be05c(0xca)])),await this['streamChat'](_0xd7afc,_0x3bee9f,_0x51df0b,undefined,_0x19d37a['verbose']);else throw _0x2e10bf;}return console[_0x1be05c(0xc5)](),0x0;}catch(_0x270ea8){return console[_0x1be05c(0xbf)](),handleSDKError(_0x270ea8,_0x19d37a),0x1;}}[a8_0x5c6d1b(0xb1)](_0x1a551a){const _0x587b9e=a8_0x5c6d1b;if(_0x587b9e(0xbb)in _0x1a551a)process['stdout']['write'](_0x1a551a[_0x587b9e(0xbb)]);else _0x587b9e(0xbf)in _0x1a551a&&console[_0x587b9e(0xbf)]('\x0aError:\x20'+_0x1a551a['error']);}}
1
+ 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_0x47737c=a9_0x6147;(function(_0x59b453,_0x5c62bf){const _0x16d5f2=a9_0x6147,_0x405507=_0x59b453();while(!![]){try{const _0x29d16a=parseInt(_0x16d5f2(0x138))/0x1+parseInt(_0x16d5f2(0x1cc))/0x2*(-parseInt(_0x16d5f2(0x198))/0x3)+parseInt(_0x16d5f2(0x1bd))/0x4*(-parseInt(_0x16d5f2(0x150))/0x5)+-parseInt(_0x16d5f2(0x1be))/0x6+-parseInt(_0x16d5f2(0x183))/0x7*(-parseInt(_0x16d5f2(0x15b))/0x8)+parseInt(_0x16d5f2(0x189))/0x9+-parseInt(_0x16d5f2(0x13a))/0xa*(parseInt(_0x16d5f2(0x176))/0xb);if(_0x29d16a===_0x5c62bf)break;else _0x405507['push'](_0x405507['shift']());}catch(_0x416d93){_0x405507['push'](_0x405507['shift']());}}}(a9_0x44a7,0x8d796));import{readFile,writeFile,mkdir}from'node:fs/promises';import{existsSync}from'node:fs';import{join}from'node:path';import a9_0x131591 from'chalk';import{BaseCommand}from'./command.js';import{ProxyServer}from'../proxy/server.js';import{PassThroughProxyServer}from'../proxy/passthrough-server.js';import{TDXLogger}from'../utils/tdx-logger.js';import{getEndpoint}from'../sdk/client/endpoints.js';import{findAvailablePort}from'../utils/port.js';import{findExecutable,crossSpawn}from'../utils/process.js';function a9_0x6147(_0x1c4b96,_0x447675){_0x1c4b96=_0x1c4b96-0x136;const _0x44a7e8=a9_0x44a7();let _0x614715=_0x44a7e8[_0x1c4b96];return _0x614715;}import{SDKError,ErrorCode,errorContains}from'../sdk/errors.js';function a9_0x44a7(){const _0x5e69fe=['object','server','Failed\x20to\x20configure\x20marketplace\x20\x27','pipe','resume','2856952RdasFf','Initializing\x20proxy\x20logger...','CLAUDE_CODE_USE_VERTEX','https://github.com/treasure-data/td-skills','Claude\x20Code\x20CLI\x20not\x20found','parse','workflow-skills','✓\x20Logging\x20to\x20','tdx\x20claude\x20statusline','2.0.20','INVALID_ARGUMENT','update','ANTHROPIC_AUTH_TOKEN','site','error','Setup\x20failed','debug','Initializing...','ANTHROPIC_BASE_URL','\x27\x20installed','statusline','port','CLAUDE_CODE_USE_BEDROCK','canParse','warn','apiKey','✓\x20Settings\x20configured:\x20.claude/settings.local.json','77RzZbmR','false','Configuring\x20marketplace\x20\x27','Setting\x20up\x20project...','✓\x20MCP\x20server\x20\x27','profile','passThroughServer','✓\x20Logs\x20saved\x20to\x20','.claude','minor','logLevel','\x20configuration\x20failed','env','7pfmoIv','originalSettings','user','CLAUDE_CODE_UNSUPPORTED_VERSION','start','command','7964244ZAlgun','ENOENT','stringify','Failed\x20to\x20configure\x20MCP\x20server\x20\x27','Failed\x20to\x20launch\x20Claude\x20Code:\x20','Starting\x20TD\x20LLM\x20pass-through\x20proxy...','attributes','\x27\x20configured','match','context','mcp','cwd','Could\x20not\x20parse\x20Claude\x20Code\x20version\x20from:\x20','✓\x20TD\x20LLM\x20proxy\x20running\x20on\x20port\x20','td-skills','663FcggXs','log','Checking\x20Claude\x20Code\x20version...','\x20is\x20too\x20old\x20(minimum:\x20','tdx-skills','\x20→\x20','--transport','continue','proxy','red','✓\x20Settings\x20restored:\x20.claude/settings.local.json','type','tdx','inherit','init','info','account_id','already\x20configured','TD\x20Docs\x20MCP\x20Server','http://127.0.0.1:','API\x20key\x20is\x20required\x20for\x20TD\x20LLM\x20Proxy\x20mode','INSTALLATION_FAILED','Invalid\x20LLM\x20proxy\x20URL:\x20','hostname','patch','Configuring\x20MCP\x20server\x20\x27','getOrCreateDefaultProject','llm','Creating\x20.claude/settings.local.json...','message','plugin','claude','getLogPath','✓\x20Marketplace\x20\x27','green','\x20claude\x20statusline','verbose','41588PpmoOV','2898498suPXhX','Claude\x20Code\x20version\x20','CLAUDE_CODE_NOT_FOUND','Invalid\x20minimum\x20version\x20format:\x20','Skipping\x20TD\x20LLM\x20proxy\x20setup\x20(--no-proxy)','code','description','Checking\x20Claude\x20Code\x20version\x20(minimum\x20required:\x20','add','includes','close','tdx-managed-proxy','\x27\x20updated','Command\x20spawn\x20error:\x20','1354wQQuEu','marketplace','stop','execute','llm-proxy','ANTHROPIC_MODEL','\x20already\x20configured','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','Warning:\x20Failed\x20to\x20configure\x20','755624lPwKnz','string','156680IMqntQ','\x20does\x20not\x20support\x20required\x20features.\x20Please\x20upgrade\x20to\x20version\x20','utf-8','http','\x27...','name','logger','settings.local.json','stderr','toString','\x20meets\x20minimum\x20requirement','tdx\x20--profile\x20','td-skills\x20Plugins','already\x20installed','✓\x20TD\x20LLM\x20pass-through\x20proxy\x20server\x20stopped','fail','exit','data','Please\x20install\x20Claude\x20Code\x20from\x20https://claude.com/claude-code','\x20or\x20later.','✓\x20Claude\x20Code\x20version\x20OK','✓\x20TD\x20LLM\x20proxy\x20server\x20stopped','325fhwLJs','text','statusLine','cause','major','unshift'];a9_0x44a7=function(){return _0x5e69fe;};return a9_0x44a7();}import{createCommandSpinner}from'../utils/spinner.js';import{writeCachedAccountInfo}from'../core/config.js';const MIN_CLAUDE_VERSION=a9_0x47737c(0x164);function handleInstallationError(_0x5c711f,_0x27b7a3,_0x30e20e,_0x29601d){const _0x53f916=a9_0x47737c;errorContains(_0x5c711f,'already\x20exists',_0x53f916(0x147),_0x53f916(0x1a9))?(_0x30e20e['text']='✓\x20'+_0x27b7a3+_0x53f916(0x1d2),_0x29601d?.['info'](_0x27b7a3+_0x53f916(0x1d2)),_0x5c711f instanceof SDKError&&_0x5c711f['cause']&&_0x29601d?.['debug']('Command\x20output:\x20'+_0x5c711f[_0x53f916(0x153)]['message'])):(_0x30e20e[_0x53f916(0x173)](_0x53f916(0x137)+_0x27b7a3),_0x29601d?.[_0x53f916(0x169)](_0x27b7a3+_0x53f916(0x181),_0x5c711f));}export function parseVersion(_0x52486e){const _0x4fe542=a9_0x47737c,_0x14c90a=_0x52486e['trim']()[_0x4fe542(0x191)](/^v?(\d+)\.(\d+)\.(\d+)/);if(!_0x14c90a)return null;return{'major':parseInt(_0x14c90a[0x1],0xa),'minor':parseInt(_0x14c90a[0x2],0xa),'patch':parseInt(_0x14c90a[0x3],0xa)};}export function compareVersions(_0x5e5682,_0x349fa3){const _0x50ed36=a9_0x47737c;if(_0x5e5682[_0x50ed36(0x154)]!==_0x349fa3[_0x50ed36(0x154)])return _0x5e5682[_0x50ed36(0x154)]-_0x349fa3[_0x50ed36(0x154)];if(_0x5e5682['minor']!==_0x349fa3[_0x50ed36(0x17f)])return _0x5e5682['minor']-_0x349fa3[_0x50ed36(0x17f)];return _0x5e5682[_0x50ed36(0x1b0)]-_0x349fa3[_0x50ed36(0x1b0)];}async function checkClaudeVersion(_0x183ef6,_0x52ce4e){const _0x1599a6=a9_0x47737c;_0x52ce4e?.[_0x1599a6(0x16b)](_0x1599a6(0x1c5)+_0x183ef6+')');const _0x5b45fd=await executeClaudeCommand(['--version'],undefined,_0x52ce4e),_0xbf14e6=parseVersion(_0x5b45fd);if(!_0xbf14e6){_0x52ce4e?.[_0x1599a6(0x173)](_0x1599a6(0x195)+_0x5b45fd);return;}const _0x56ab9b=_0xbf14e6[_0x1599a6(0x154)]+'.'+_0xbf14e6['minor']+'.'+_0xbf14e6[_0x1599a6(0x1b0)],_0x5a2664=parseVersion(_0x183ef6);if(!_0x5a2664){_0x52ce4e?.[_0x1599a6(0x173)](_0x1599a6(0x1c1)+_0x183ef6);return;}if(compareVersions(_0xbf14e6,_0x5a2664)<0x0){_0x52ce4e?.[_0x1599a6(0x169)](_0x1599a6(0x1bf)+_0x56ab9b+_0x1599a6(0x19b)+_0x183ef6+')');throw new SDKError(ErrorCode[_0x1599a6(0x186)],_0x1599a6(0x1bf)+_0x56ab9b+_0x1599a6(0x13b)+_0x183ef6+_0x1599a6(0x14d),undefined,{'helpText':'Download\x20the\x20latest\x20version\x20from\x20https://claude.com/claude-code'});}_0x52ce4e?.[_0x1599a6(0x16b)](_0x1599a6(0x1bf)+_0x56ab9b+_0x1599a6(0x144));}async function executeClaudeCommand(_0x32fa00,_0x9fc22d,_0x1a4fa7){const _0x395f0e=a9_0x47737c;return _0x1a4fa7?.[_0x395f0e(0x1a7)]('Executing:\x20claude\x20'+_0x32fa00['join']('\x20')),new Promise((_0x25eb87,_0x253f19)=>{const _0x2f4e5e=_0x395f0e,_0x58f4cc=crossSpawn('claude',_0x32fa00,{'stdio':_0x2f4e5e(0x159)});let _0xc0f814='',_0x59b365='';_0x58f4cc['stdout']?.['on'](_0x2f4e5e(0x14b),_0x56c889=>{const _0x242bb5=_0x2f4e5e;_0xc0f814+=_0x56c889[_0x242bb5(0x143)]();}),_0x58f4cc[_0x2f4e5e(0x142)]?.['on'](_0x2f4e5e(0x14b),_0x34534e=>{const _0xdd6b19=_0x2f4e5e;_0x59b365+=_0x34534e[_0xdd6b19(0x143)]();}),_0x58f4cc['on'](_0x2f4e5e(0x169),_0x2ff8c6=>{const _0x45bd0d=_0x2f4e5e;_0x2ff8c6[_0x45bd0d(0x1c3)]===_0x45bd0d(0x18a)?(_0x1a4fa7?.['error'](_0x45bd0d(0x15f)),_0x253f19(new SDKError(ErrorCode[_0x45bd0d(0x1c0)],_0x45bd0d(0x15f),_0x2ff8c6,{'helpText':_0x45bd0d(0x14c)}))):(_0x1a4fa7?.[_0x45bd0d(0x169)](_0x45bd0d(0x1cb)+_0x2ff8c6[_0x45bd0d(0x1b5)]),_0x253f19(new SDKError(ErrorCode['INTERNAL'],'Failed\x20to\x20spawn\x20claude\x20command:\x20'+_0x2ff8c6[_0x45bd0d(0x1b5)],_0x2ff8c6)));}),_0x58f4cc['on'](_0x2f4e5e(0x14a),_0x4d88e2=>{const _0xcabd9e=_0x2f4e5e;if(_0x4d88e2===0x0)_0x25eb87(_0xc0f814);else _0x9fc22d?(_0x1a4fa7?.[_0xcabd9e(0x169)]('Command\x20failed\x20(exit\x20'+_0x4d88e2+'):\x20claude\x20'+_0x32fa00['join']('\x20')),_0x253f19(new SDKError(ErrorCode[_0xcabd9e(0x1ad)],_0x9fc22d,new Error(_0x59b365)))):_0x25eb87('');});});}async function ensureMcpServer(_0x84d5be,_0x5bf252,_0x2f0512,_0x539e3b,_0x26b774){const _0x432427=a9_0x47737c;_0x539e3b[_0x432427(0x151)]=_0x432427(0x1b1)+_0x84d5be+_0x432427(0x13e),await executeClaudeCommand([_0x432427(0x193),_0x432427(0x1c6),_0x84d5be,_0x5bf252,_0x432427(0x19e),_0x2f0512],_0x432427(0x18c)+_0x84d5be+'\x27',_0x26b774),_0x539e3b[_0x432427(0x151)]=_0x432427(0x17a)+_0x84d5be+_0x432427(0x190);}async function ensureMarketplace(_0x31ffe7,_0x14aa42,_0x22e5d8,_0x25aa96){const _0x4fa134=a9_0x47737c;_0x22e5d8[_0x4fa134(0x151)]=_0x4fa134(0x178)+_0x31ffe7+_0x4fa134(0x13e),await executeClaudeCommand([_0x4fa134(0x1b6),'marketplace',_0x4fa134(0x1c6),_0x14aa42],_0x4fa134(0x158)+_0x31ffe7+'\x27',_0x25aa96),_0x22e5d8[_0x4fa134(0x151)]=_0x4fa134(0x1b9)+_0x31ffe7+'\x27\x20configured';}async function updateMarketplace(_0x43d369,_0x59e9f7,_0x9c0fbc){const _0x41935f=a9_0x47737c;_0x59e9f7[_0x41935f(0x151)]='Updating\x20marketplace\x20\x27'+_0x43d369+_0x41935f(0x13e),await executeClaudeCommand([_0x41935f(0x1b6),_0x41935f(0x1cd),_0x41935f(0x166)],'Failed\x20to\x20update\x20marketplace\x20\x27'+_0x43d369+'\x27',_0x9c0fbc),_0x59e9f7[_0x41935f(0x151)]='✓\x20Marketplace\x20\x27'+_0x43d369+_0x41935f(0x1ca);}async function ensurePlugin(_0x652ad6,_0x16e200,_0x598cac,_0x535cb4){const _0x22ed59=a9_0x47737c;_0x598cac[_0x22ed59(0x151)]='Installing\x20plugin\x20\x27'+_0x652ad6+_0x22ed59(0x13e),await executeClaudeCommand([_0x22ed59(0x1b6),'install',_0x652ad6+'@'+_0x16e200],'Failed\x20to\x20install\x20plugin\x20\x27'+_0x652ad6+'\x27',_0x535cb4),_0x598cac[_0x22ed59(0x151)]='✓\x20Plugin\x20\x27'+_0x652ad6+_0x22ed59(0x16e);}async function createClaudeSettings(_0x16895e,_0x195069,_0x23c07d){const _0xdf9a1=a9_0x47737c,_0x10cc9c=join(process[_0xdf9a1(0x194)](),_0xdf9a1(0x17e)),_0x275fd5=join(_0x10cc9c,_0xdf9a1(0x141));await mkdir(_0x10cc9c,{'recursive':!![]});let _0xae4c56={};if(existsSync(_0x275fd5))try{const _0x568f38=await readFile(_0x275fd5,_0xdf9a1(0x13c));_0xae4c56=JSON[_0xdf9a1(0x160)](_0x568f38);}catch{_0xae4c56={};}const _0x1ca225=_0xae4c56[_0xdf9a1(0x182)]||{},_0x8c01e={'ANTHROPIC_BASE_URL':_0x1ca225['ANTHROPIC_BASE_URL'],'ANTHROPIC_MODEL':_0x1ca225[_0xdf9a1(0x1d1)],'ANTHROPIC_AUTH_TOKEN':_0x1ca225[_0xdf9a1(0x167)],'CLAUDE_CODE_USE_BEDROCK':_0x1ca225[_0xdf9a1(0x171)],'CLAUDE_CODE_USE_VERTEX':_0x1ca225[_0xdf9a1(0x15d)],'statusLine':_0xae4c56[_0xdf9a1(0x152)]},_0x3a7761={..._0xae4c56,'env':{..._0x1ca225,'ANTHROPIC_BASE_URL':_0xdf9a1(0x1ab)+_0x16895e,..._0x195069&&{'ANTHROPIC_MODEL':_0x195069},'ANTHROPIC_AUTH_TOKEN':'tdx-managed-proxy','CLAUDE_CODE_USE_BEDROCK':'false','CLAUDE_CODE_USE_VERTEX':_0xdf9a1(0x177)},'statusLine':{'type':'command','command':_0x23c07d?_0xdf9a1(0x145)+_0x23c07d+_0xdf9a1(0x1bb):_0xdf9a1(0x163)}};return await writeFile(_0x275fd5,JSON[_0xdf9a1(0x18b)](_0x3a7761,null,0x2)+'\x0a'),_0x8c01e;}async function restoreClaudeSettings(_0x713192){const _0x1dd6e0=a9_0x47737c,_0x2a9706=join(process[_0x1dd6e0(0x194)](),_0x1dd6e0(0x17e)),_0x1ce1e8=join(_0x2a9706,_0x1dd6e0(0x141));if(!existsSync(_0x1ce1e8))return;try{const _0x380c65=await readFile(_0x1ce1e8,_0x1dd6e0(0x13c)),_0x28b628=JSON[_0x1dd6e0(0x160)](_0x380c65),_0x381a04=_0x28b628[_0x1dd6e0(0x182)]||{},_0x13a089=_0x381a04[_0x1dd6e0(0x16d)],_0x615b56=((()=>{const _0x2eab8a=_0x1dd6e0;if(typeof _0x13a089!==_0x2eab8a(0x139))return![];try{const _0x15d0e9=new URL(_0x13a089);return _0x15d0e9[_0x2eab8a(0x1af)]==='localhost'||_0x15d0e9['hostname']==='127.0.0.1';}catch{return![];}})());_0x615b56?(delete _0x381a04[_0x1dd6e0(0x16d)],delete _0x381a04[_0x1dd6e0(0x1d1)],delete _0x381a04[_0x1dd6e0(0x167)],delete _0x381a04['CLAUDE_CODE_USE_BEDROCK'],delete _0x381a04[_0x1dd6e0(0x15d)]):(_0x713192['ANTHROPIC_BASE_URL']!==undefined?_0x381a04[_0x1dd6e0(0x16d)]=_0x713192['ANTHROPIC_BASE_URL']:delete _0x381a04[_0x1dd6e0(0x16d)],_0x713192[_0x1dd6e0(0x1d1)]!==undefined?_0x381a04[_0x1dd6e0(0x1d1)]=_0x713192['ANTHROPIC_MODEL']:delete _0x381a04[_0x1dd6e0(0x1d1)],_0x713192['ANTHROPIC_AUTH_TOKEN']!==undefined?_0x381a04[_0x1dd6e0(0x167)]=_0x713192[_0x1dd6e0(0x167)]:delete _0x381a04[_0x1dd6e0(0x167)],_0x713192[_0x1dd6e0(0x171)]!==undefined?_0x381a04['CLAUDE_CODE_USE_BEDROCK']=_0x713192[_0x1dd6e0(0x171)]:delete _0x381a04[_0x1dd6e0(0x171)],_0x713192['CLAUDE_CODE_USE_VERTEX']!==undefined?_0x381a04[_0x1dd6e0(0x15d)]=_0x713192[_0x1dd6e0(0x15d)]:delete _0x381a04['CLAUDE_CODE_USE_VERTEX']);const _0x45f5d1=_0x28b628[_0x1dd6e0(0x152)],_0x508962=((()=>{const _0x1f22cc=_0x1dd6e0;if(!_0x45f5d1||typeof _0x45f5d1!==_0x1f22cc(0x156))return![];if(_0x45f5d1[_0x1f22cc(0x1a3)]!==_0x1f22cc(0x188))return![];if(typeof _0x45f5d1[_0x1f22cc(0x188)]!==_0x1f22cc(0x139))return![];return _0x45f5d1[_0x1f22cc(0x188)][_0x1f22cc(0x1c7)](_0x1f22cc(0x1a4))&&_0x45f5d1['command'][_0x1f22cc(0x1c7)](_0x1f22cc(0x16f));})());if(_0x508962)delete _0x28b628[_0x1dd6e0(0x152)];else _0x713192[_0x1dd6e0(0x152)]!==undefined?_0x28b628['statusLine']=_0x713192[_0x1dd6e0(0x152)]:delete _0x28b628['statusLine'];_0x28b628[_0x1dd6e0(0x182)]=_0x381a04,await writeFile(_0x1ce1e8,JSON['stringify'](_0x28b628,null,0x2)+'\x0a');}catch{}}export class ClaudeCommand extends BaseCommand{['name']=a9_0x47737c(0x1b7);[a9_0x47737c(0x1c4)]=a9_0x47737c(0x136);[a9_0x47737c(0x157)];[a9_0x47737c(0x17c)];[a9_0x47737c(0x184)];[a9_0x47737c(0x140)];[a9_0x47737c(0x170)];async[a9_0x47737c(0x1cf)](_0x1dc858){const _0x2b2b67=a9_0x47737c,{tdx:_0x1a37a0,options:_0x360acc,args:_0x226f02}=_0x1dc858;try{const _0xa51b8=_0x360acc,_0x49bb2e=_0xa51b8[_0x2b2b67(0x1a0)]===![],_0x2a4bf8=_0xa51b8[_0x2b2b67(0x19f)]===!![],_0x8514d6=_0xa51b8[_0x2b2b67(0x15a)]===!![],_0x4168d9=_0xa51b8['llmProxy'],_0x401f60=_0x4168d9!==undefined&&_0x4168d9!==![],_0x2574be=typeof _0x4168d9===_0x2b2b67(0x139)?_0x4168d9:undefined,_0x51198e=_0x401f60?undefined:_0xa51b8['model'],_0x321d4b=[..._0x226f02];if(_0x2a4bf8)_0x321d4b[_0x2b2b67(0x155)]('-c');else _0x8514d6&&_0x321d4b[_0x2b2b67(0x155)]('-r');const _0x13ff02=createCommandSpinner(_0x2b2b67(0x16c),{'verbose':_0x360acc[_0x2b2b67(0x1bc)]});_0x13ff02[_0x2b2b67(0x187)]();try{if(!_0x49bb2e){_0x13ff02[_0x2b2b67(0x151)]='Finding\x20available\x20port...',this[_0x2b2b67(0x170)]=await findAvailablePort(0xfa0),_0x13ff02['text']='✓\x20Found\x20available\x20port:\x20'+this['port'];const _0x31caa2=_0x360acc[_0x2b2b67(0x17b)];try{const _0x405cad=await _0x1a37a0[_0x2b2b67(0x185)]['getCurrent']();_0x405cad[_0x2b2b67(0x1a8)]&&writeCachedAccountInfo(_0x360acc['site'],_0x405cad[_0x2b2b67(0x1a8)],_0x31caa2);}catch{}_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x15c),this[_0x2b2b67(0x140)]=new TDXLogger(_0x360acc[_0x2b2b67(0x180)],!![]),await this['logger'][_0x2b2b67(0x1a6)]();const _0x9ec86d=this[_0x2b2b67(0x140)][_0x2b2b67(0x1b8)]();_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x162)+_0x9ec86d;if(_0x401f60){if(_0x2574be&&!URL[_0x2b2b67(0x172)](_0x2574be))throw new SDKError(ErrorCode[_0x2b2b67(0x165)],_0x2b2b67(0x1ae)+_0x2574be);const _0x388762=_0x2574be||getEndpoint(_0x360acc[_0x2b2b67(0x168)],_0x2b2b67(0x1d0));_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x18e);if(!_0x1a37a0['context'][_0x2b2b67(0x174)])throw new SDKError(ErrorCode[_0x2b2b67(0x165)],_0x2b2b67(0x1ac));this[_0x2b2b67(0x17c)]=new PassThroughProxyServer({'port':this[_0x2b2b67(0x170)],'llmProxyUrl':_0x388762,'apiKey':_0x1a37a0[_0x2b2b67(0x192)][_0x2b2b67(0x174)],'logger':this['logger'],'site':_0x360acc[_0x2b2b67(0x168)],'profile':_0x31caa2}),await this[_0x2b2b67(0x17c)]['start'](),_0x13ff02[_0x2b2b67(0x151)]='✓\x20TD\x20LLM\x20pass-through\x20proxy\x20running\x20on\x20port\x20'+this[_0x2b2b67(0x170)]+_0x2b2b67(0x19d)+_0x388762;}else{_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x179);const _0x33ace8=await _0x1a37a0[_0x2b2b67(0x1b3)][_0x2b2b67(0x1b2)](),_0x593d79=_0x33ace8['id'];_0x13ff02[_0x2b2b67(0x151)]='✓\x20Using\x20project:\x20'+_0x33ace8[_0x2b2b67(0x18f)][_0x2b2b67(0x13f)],_0x13ff02[_0x2b2b67(0x151)]='Starting\x20TD\x20LLM\x20proxy\x20server...',this[_0x2b2b67(0x157)]=new ProxyServer({'port':this[_0x2b2b67(0x170)],'projectId':_0x593d79,'tdx':_0x1a37a0,'logger':this[_0x2b2b67(0x140)],'site':_0x360acc[_0x2b2b67(0x168)]}),await this[_0x2b2b67(0x157)][_0x2b2b67(0x187)](),_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x196)+this[_0x2b2b67(0x170)];}_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x1b4),this['originalSettings']=await createClaudeSettings(this['port'],_0x51198e,_0x31caa2),_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x175);}else _0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x1c2);try{_0x13ff02['text']=_0x2b2b67(0x19a),await checkClaudeVersion(MIN_CLAUDE_VERSION,this[_0x2b2b67(0x140)]),_0x13ff02[_0x2b2b67(0x151)]=_0x2b2b67(0x14e);}catch(_0x19875e){_0x13ff02[_0x2b2b67(0x149)]('Claude\x20Code\x20version\x20check\x20failed');throw _0x19875e;}try{await ensureMcpServer('td-docs','https://docs.treasuredata.com/mcp',_0x2b2b67(0x13d),_0x13ff02,this[_0x2b2b67(0x140)]);}catch(_0x402455){handleInstallationError(_0x402455,_0x2b2b67(0x1aa),_0x13ff02,this['logger']);}try{await ensureMarketplace(_0x2b2b67(0x197),_0x2b2b67(0x15e),_0x13ff02,this[_0x2b2b67(0x140)]),await updateMarketplace('td-skills',_0x13ff02,this[_0x2b2b67(0x140)]),await ensurePlugin('sql-skills',_0x2b2b67(0x197),_0x13ff02,this[_0x2b2b67(0x140)]),await ensurePlugin(_0x2b2b67(0x161),'td-skills',_0x13ff02,this[_0x2b2b67(0x140)]),await ensurePlugin(_0x2b2b67(0x19c),_0x2b2b67(0x197),_0x13ff02,this[_0x2b2b67(0x140)]);}catch(_0x16c0a0){handleInstallationError(_0x16c0a0,_0x2b2b67(0x146),_0x13ff02,this['logger']);}_0x13ff02[_0x2b2b67(0x1ce)]();}catch(_0x54e879){_0x13ff02[_0x2b2b67(0x149)](_0x2b2b67(0x16a));throw _0x54e879;}const _0x24eafa=await findExecutable(_0x2b2b67(0x1b7));if(!_0x24eafa)throw new SDKError(ErrorCode[_0x2b2b67(0x1c0)],_0x2b2b67(0x15f),undefined,{'helpText':_0x2b2b67(0x14c)});const _0x133380={...process[_0x2b2b67(0x182)]};!_0x49bb2e&&(_0x133380[_0x2b2b67(0x16d)]='http://127.0.0.1:'+this[_0x2b2b67(0x170)],_0x51198e&&(_0x133380[_0x2b2b67(0x1d1)]=_0x51198e),_0x133380[_0x2b2b67(0x167)]=_0x2b2b67(0x1c9),_0x133380['CLAUDE_CODE_USE_BEDROCK']=_0x2b2b67(0x177),_0x133380[_0x2b2b67(0x15d)]=_0x2b2b67(0x177));const _0x13d61e=crossSpawn(_0x24eafa,_0x321d4b,{'stdio':_0x2b2b67(0x1a5),'env':_0x133380}),_0x193f02=await new Promise(_0x554bce=>{const _0x206b8d=_0x2b2b67;_0x13d61e['on'](_0x206b8d(0x14a),_0x2bc3af=>{_0x554bce(_0x2bc3af||0x0);}),_0x13d61e['on'](_0x206b8d(0x169),_0x5e7977=>{const _0x4be15e=_0x206b8d;console[_0x4be15e(0x169)](a9_0x131591[_0x4be15e(0x1a1)](_0x4be15e(0x18d)+_0x5e7977['message'])),_0x554bce(0x1);});});this[_0x2b2b67(0x157)]&&(await this[_0x2b2b67(0x157)][_0x2b2b67(0x1ce)](),console['log'](a9_0x131591[_0x2b2b67(0x1ba)](_0x2b2b67(0x14f))));this[_0x2b2b67(0x17c)]&&(await this['passThroughServer'][_0x2b2b67(0x1ce)](),console[_0x2b2b67(0x199)](a9_0x131591['green'](_0x2b2b67(0x148))));if(this[_0x2b2b67(0x140)]){await this['logger'][_0x2b2b67(0x1c8)]();const _0x3854a4=this[_0x2b2b67(0x140)][_0x2b2b67(0x1b8)]();console[_0x2b2b67(0x199)](a9_0x131591['green'](_0x2b2b67(0x17d)+_0x3854a4));}return this[_0x2b2b67(0x184)]&&(await restoreClaudeSettings(this['originalSettings']),console[_0x2b2b67(0x199)](a9_0x131591[_0x2b2b67(0x1ba)](_0x2b2b67(0x1a2)))),_0x193f02;}catch(_0x22a3ed){this[_0x2b2b67(0x157)]&&await this['server'][_0x2b2b67(0x1ce)]();this[_0x2b2b67(0x17c)]&&await this['passThroughServer']['stop']();this['logger']&&await this[_0x2b2b67(0x140)][_0x2b2b67(0x1c8)]();this[_0x2b2b67(0x184)]&&await restoreClaudeSettings(this[_0x2b2b67(0x184)]);throw _0x22a3ed;}}}
1
+ const a9_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;}}}