@treasuredata/tdx 0.9.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin.js +1 -1
- package/dist/build-info.json +2 -2
- package/dist/cli-categories.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/client/cdp-api-client.js +1 -1
- package/dist/client/engage-api-client.js +1 -1
- package/dist/client/http-client.js +1 -1
- package/dist/client/llm-api-client.js +1 -1
- package/dist/client/rate-limiter.js +1 -1
- package/dist/client/td-api-client.js +1 -1
- package/dist/client/trino-api-client.js +1 -1
- package/dist/client/workflow-client.js +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/agent-command.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/auth-command.js +1 -1
- package/dist/commands/chat-command.js +1 -1
- package/dist/commands/claude-command.js +1 -1
- package/dist/commands/claude-statusline-command.js +1 -1
- package/dist/commands/claude-usage-command.js +1 -1
- package/dist/commands/command.js +1 -1
- package/dist/commands/connection-command.js +1 -1
- package/dist/commands/context-command.js +1 -1
- package/dist/commands/databases.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/engage-command.js +1 -1
- package/dist/commands/job-command.js +1 -1
- package/dist/commands/journey-command.js +1 -1
- package/dist/commands/llm-command.js +1 -1
- package/dist/commands/llm-proxy.js +1 -1
- package/dist/commands/parent-segment-command.js +1 -1
- package/dist/commands/profiles-command.js +1 -1
- package/dist/commands/query-command.js +1 -1
- package/dist/commands/segment-command.js +1 -1
- package/dist/commands/segment-create-command.js +1 -1
- package/dist/commands/segment-fields-command.js +1 -1
- package/dist/commands/segment-pull-command.js +1 -1
- package/dist/commands/segment-push-command.js +1 -1
- package/dist/commands/segment-update-command.js +1 -1
- package/dist/commands/segment-use-command.js +1 -1
- package/dist/commands/segments.js +1 -1
- package/dist/commands/show.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/user-command.js +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/connection-cache.js +1 -1
- package/dist/core/credential-cache.js +1 -1
- package/dist/core/global-context.js +1 -1
- package/dist/core/keychain.js +1 -1
- package/dist/core/profile.js +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/session.js +1 -1
- package/dist/core/user-cache.js +1 -1
- package/dist/index.js +1 -1
- package/dist/proxy/anthropic-adapter.js +1 -1
- package/dist/proxy/claude-usage-tracker.js +1 -1
- package/dist/proxy/context-signature.js +1 -1
- package/dist/proxy/conversation-utils.js +1 -1
- package/dist/proxy/server.js +1 -1
- package/dist/proxy/session-cache.js +1 -1
- package/dist/sdk/agent/agent-yaml.d.ts +1 -1
- package/dist/sdk/agent/agent-yaml.d.ts.map +1 -1
- package/dist/sdk/agent/agent-yaml.js +1 -1
- package/dist/sdk/agent/agent-yaml.js.map +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/connection.js +1 -1
- package/dist/sdk/engage.js +1 -1
- package/dist/sdk/errors.js +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/job.js +1 -1
- package/dist/sdk/journey.js +1 -1
- package/dist/sdk/llm.d.ts +27 -20
- package/dist/sdk/llm.d.ts.map +1 -1
- package/dist/sdk/llm.js +1 -1
- package/dist/sdk/llm.js.map +1 -1
- package/dist/sdk/query.js +1 -1
- package/dist/sdk/segment/child-segment-yaml.js +1 -1
- package/dist/sdk/segment/journey-yaml.js +1 -1
- package/dist/sdk/segment/parent-segment-preview.js +1 -1
- package/dist/sdk/segment/parent-segment-yaml.js +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/user.js +1 -1
- package/dist/sdk/workflow.js +1 -1
- package/dist/types/endpoints.js +1 -1
- package/dist/types/index.js +1 -1
- package/dist/utils/agent-config.js +1 -1
- package/dist/utils/agent-ref-parser.js +1 -1
- package/dist/utils/async.js +1 -1
- package/dist/utils/chat-cache.js +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/command-output.js +1 -1
- package/dist/utils/constants.js +1 -1
- package/dist/utils/diff.js +1 -1
- package/dist/utils/fields-display.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/format-detector.js +1 -1
- package/dist/utils/formatters.js +1 -1
- package/dist/utils/journey-utils.js +1 -1
- package/dist/utils/json-loader.js +1 -1
- package/dist/utils/llm-backup-utils.js +1 -1
- package/dist/utils/model-aliases.js +1 -1
- package/dist/utils/model-factors.js +1 -1
- package/dist/utils/option-validation.js +1 -1
- package/dist/utils/port.js +1 -1
- package/dist/utils/process.js +1 -1
- package/dist/utils/prompt.js +1 -1
- package/dist/utils/segment-path-parser.js +1 -1
- package/dist/utils/segment-ref-parser.js +1 -1
- package/dist/utils/spinner.js +1 -1
- package/dist/utils/sql-parser.js +1 -1
- package/dist/utils/sse-parser.js +1 -1
- package/dist/utils/string-utils.js +1 -1
- package/dist/utils/table-ref-parser.js +1 -1
- package/dist/utils/tdx-config.js +1 -1
- package/dist/utils/tdx-logger.js +1 -1
- package/dist/utils/tree-formatter.js +1 -1
- package/dist/utils/version-check.js +1 -1
- package/dist/utils/workflow-utils.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a2_0x209c7b=a2_0x3ba4;(function(_0x56b9fb,_0x5c7543){const _0x421c30=a2_0x3ba4,_0x4ecd40=_0x56b9fb();while(!![]){try{const _0x9af50b=-parseInt(_0x421c30(0x22b))/0x1+-parseInt(_0x421c30(0x213))/0x2+parseInt(_0x421c30(0x2b2))/0x3*(-parseInt(_0x421c30(0x250))/0x4)+-parseInt(_0x421c30(0x115))/0x5*(-parseInt(_0x421c30(0x15e))/0x6)+parseInt(_0x421c30(0x2cf))/0x7*(-parseInt(_0x421c30(0x16a))/0x8)+parseInt(_0x421c30(0x183))/0x9+parseInt(_0x421c30(0x188))/0xa*(parseInt(_0x421c30(0x226))/0xb);if(_0x9af50b===_0x5c7543)break;else _0x4ecd40['push'](_0x4ecd40['shift']());}catch(_0x420de2){_0x4ecd40['push'](_0x4ecd40['shift']());}}}(a2_0x2bb6,0x5011a));import{Command}from'commander';function a2_0x3ba4(_0x25e8a9,_0x392ed1){_0x25e8a9=_0x25e8a9-0x104;const _0x2bb665=a2_0x2bb6();let _0x3ba4de=_0x2bb665[_0x25e8a9];return _0x3ba4de;}import{readFileSync}from'fs';import{fileURLToPath}from'url';import{dirname,join}from'path';import{TDX}from'./sdk/index.js';import{COMMAND_CATEGORIES}from'./cli-categories.js';import{GlobalContext}from'./core/global-context.js';import{LogLevel}from'./utils/tdx-logger.js';import{QueryCommand}from'./commands/query-command.js';import{ChatCommand}from'./commands/chat-command.js';import{ApiCommand}from'./commands/api-command.js';import{DatabasesCommand}from'./commands/databases.js';import{TablesCommand}from'./commands/tables.js';import{SegmentsCommand}from'./commands/segments.js';import{ActivationsCommand}from'./commands/activations.js';import{ShowCommand}from'./commands/show.js';import{DescribeCommand}from'./commands/describe.js';import{SegmentShowCommand,SegmentFolderListCommand,SegmentFolderShowCommand,SegmentSQLCommand,SegmentFolderCreateCommand,SegmentViewCommand,SegmentDescCommand}from'./commands/segment-command.js';import{SegmentFieldsCommand}from'./commands/segment-fields-command.js';import{ParentSegmentListCommand,ParentSegmentCreateCommand,ParentSegmentUpdateCommand,ParentSegmentPullCommand,ParentSegmentPushCommand,ParentSegmentPreviewCommand,ParentSegmentValidateCommand,ParentSegmentRunCommand,ParentSegmentFieldsCommand,ParentSegmentViewCommand,ParentSegmentDescCommand,ParentSegmentSQLCommand,ParentSegmentShowCommand}from'./commands/parent-segment-command.js';import{SegmentCreateCommand}from'./commands/segment-create-command.js';import{SegmentUpdateCommand}from'./commands/segment-update-command.js';import{SegmentPullCommand}from'./commands/segment-pull-command.js';import{SegmentPushCommand}from'./commands/segment-push-command.js';import{SegmentUseCommand}from'./commands/segment-use-command.js';import{WorkflowProjectsCommand,WorkflowWorkflowsCommand,WorkflowSessionsCommand,WorkflowAttemptsCommand,WorkflowAttemptCommand,WorkflowTasksCommand,WorkflowLogsCommand,WorkflowKillCommand,WorkflowRetryCommand,WorkflowRunCommand,WorkflowDownloadCommand,WorkflowPushCommand,WorkflowDeleteCommand}from'./commands/workflow-command.js';import{JourneyListCommand,JourneyViewCommand,JourneyStatsCommand,JourneyPauseCommand,JourneyResumeCommand,JourneyPullCommand,JourneyPushCommand}from'./commands/journey-command.js';import{JobListCommand,JobShowCommand,JobKillCommand,JobSubmitCommand,JobResultCommand}from'./commands/job-command.js';import{LLMModelsCommand,LLMProjectsCommand,LLMAgentsCommand,LLMAgentShowCommand,LLMAgentCreateCommand,LLMAgentUpdateCommand,LLMAgentDeleteCommand,LLMHistoryCommand,LLMUseCommand,LLMProjectCreateCommand,LLMProjectDeleteCommand,LLMProjectBackupCommand,LLMProjectRestoreCommand,ChatsCommand}from'./commands/llm-command.js';import{LLMProxyCommand}from'./commands/llm-proxy.js';import{EngageCampaignsCommand,EngageCampaignShowCommand,EngageCampaignCreateCommand,EngageCampaignUpdateCommand,EngageCampaignDeleteCommand,EngageCampaignLaunchCommand,EngageCampaignPauseCommand,EngageCampaignResumeCommand,EngageCampaignDuplicateCommand,EngageTemplatesCommand,EngageTemplateShowCommand,EngageTemplateCreateCommand,EngageTemplateUpdateCommand,EngageTemplateDeleteCommand,EngageWorkspacesCommand,EngageWorkspaceShowCommand,EngageWorkspaceCreateCommand,EngageWorkspaceUpdateCommand,EngageWorkspaceDeleteCommand,EngageWorkspaceUseCommand}from'./commands/engage-command.js';import{ClaudeCommand}from'./commands/claude-command.js';import{ClaudeStatuslineCommand}from'./commands/claude-statusline-command.js';import{ClaudeUsageCommand}from'./commands/claude-usage-command.js';import{AgentPullCommand,AgentPushCommand,AgentCloneCommand}from'./commands/agent-command.js';import{ContextCommand}from'./commands/context-command.js';import{UseCommand}from'./commands/use-command.js';import{ProfilesCommand}from'./commands/profiles-command.js';import{AuthSetupCommand,AuthStatusCommand,AuthClearCommand}from'./commands/auth-command.js';import{UserCommand,UserListCommand}from'./commands/user-command.js';import{ConnectionListCommand,ConnectionShowCommand}from'./commands/connection-command.js';import{checkForUpdate,displayUpdateNotification}from'./utils/version-check.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename),packageJson=JSON[a2_0x209c7b(0x315)](readFileSync(join(__dirname,a2_0x209c7b(0x324)),'utf-8'));let buildInfo={};try{buildInfo=JSON['parse'](readFileSync(join(__dirname,'build-info.json'),a2_0x209c7b(0x136)));}catch{}if(process[a2_0x209c7b(0x2e2)][a2_0x209c7b(0x131)](a2_0x209c7b(0x23b))){let versionOutput=a2_0x209c7b(0x24e)+packageJson[a2_0x209c7b(0x257)];buildInfo[a2_0x209c7b(0x212)]&&(versionOutput+='\x20('+buildInfo[a2_0x209c7b(0x212)]+')'),buildInfo['buildTime']&&(versionOutput+=a2_0x209c7b(0x1dc)+buildInfo['buildTime']),console[a2_0x209c7b(0x2e5)](versionOutput),process[a2_0x209c7b(0x2c8)](0x0);}const program=new Command();let description='AI-native\x20CLI\x20for\x20Treasure\x20Data';buildInfo[a2_0x209c7b(0x212)]?description+=a2_0x209c7b(0x27f)+packageJson['version']+'\x20('+buildInfo[a2_0x209c7b(0x212)]+')':description+=',\x20version\x20'+packageJson[a2_0x209c7b(0x257)];program['name']('tdx')[a2_0x209c7b(0x1bd)](description),program[a2_0x209c7b(0x12e)](a2_0x209c7b(0x237),a2_0x209c7b(0x268))['option'](a2_0x209c7b(0x289),a2_0x209c7b(0x25c),'us01')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x325),a2_0x209c7b(0x201))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x27c),a2_0x209c7b(0x1cc))['option'](a2_0x209c7b(0x2b0),a2_0x209c7b(0x2c0))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2e3),a2_0x209c7b(0x1b2))[a2_0x209c7b(0x12e)]('--tsv',a2_0x209c7b(0x191))['option'](a2_0x209c7b(0x197),a2_0x209c7b(0x22f))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2df),'Maximum\x20number\x20of\x20items\x20to\x20return\x20(default\x20varies\x20by\x20command)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1e1),'Force\x20ANSI\x20color\x20output\x20(overrides\x20TTY\x20detection)',![])[a2_0x209c7b(0x12e)](a2_0x209c7b(0x24d),'Disable\x20ANSI\x20color\x20output\x20(also\x20respects\x20NO_COLOR\x20env\x20var)',![])[a2_0x209c7b(0x12e)]('-v,\x20--verbose',a2_0x209c7b(0x1fd),![])[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1bb),a2_0x209c7b(0x20c))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x120),a2_0x209c7b(0x22d))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2e7),'Set\x20operation\x20timeout\x20in\x20seconds','30')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x11c),'Preview\x20operation\x20without\x20executing',![])[a2_0x209c7b(0x12e)](a2_0x209c7b(0x12a),a2_0x209c7b(0x129),![])[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25f),'Session\x20ID\x20to\x20use\x20(defaults\x20to\x20parent\x20PID,\x20allows\x20sharing\x20sessions\x20across\x20processes)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x301),a2_0x209c7b(0x2dc))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x258),a2_0x209c7b(0x2f6))['option']('--parent-segment\x20<name>',a2_0x209c7b(0x329))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1f5),'LLM\x20project\x20to\x20use\x20(overrides\x20context)'),program['configureHelp']({'formatHelp':(_0x47076f,_0x257af2)=>{const _0x15eb0c=a2_0x209c7b,_0x22344c=_0x257af2[_0x15eb0c(0x275)](_0x47076f,_0x257af2),_0x14d1b8=0x2,_0x4a56f3=0x2;function _0x3764c3(_0x49da1e){const _0x137b6c=_0x15eb0c,_0x1b2422=_0x49da1e;return!!(_0x1b2422[_0x137b6c(0x178)]||_0x1b2422['hidden']);}function _0x1d2094(_0x197e73,_0x47149f){if(_0x47149f){const _0x2ed0ae=''+_0x197e73['padEnd'](_0x22344c+_0x4a56f3)+_0x47149f;return _0x2ed0ae;}return _0x197e73;}function _0x555dbd(_0x12f2aa){const _0x502c59=_0x15eb0c;return _0x12f2aa[_0x502c59(0x287)]('\x0a')[_0x502c59(0x30f)](/^/gm,'\x20'[_0x502c59(0x2dd)](_0x14d1b8));}const _0x78cc1f=[];_0x78cc1f['push'](_0x15eb0c(0x1d7)+_0x257af2['commandUsage'](_0x47076f));const _0x3c88f7=_0x257af2[_0x15eb0c(0x121)](_0x47076f);_0x3c88f7&&(_0x78cc1f['push'](''),_0x78cc1f[_0x15eb0c(0x25e)](_0x3c88f7));const _0x5e2fa9=_0x47076f[_0x15eb0c(0x2a7)][_0x15eb0c(0x224)](_0x3b15d4=>!_0x3764c3(_0x3b15d4));if(_0x5e2fa9[_0x15eb0c(0x27a)]>0x0){if(_0x47076f['name']()===_0x15eb0c(0x2d1)){const _0x137fad=_0x47076f['opts'](),_0x61916e=!_0x137fad[_0x15eb0c(0x221)]&&process[_0x15eb0c(0x2ea)][_0x15eb0c(0x27b)],_0x27b61d=COMMAND_CATEGORIES,_0x26e04f=(_0x573b6f,_0x3204a9)=>_0x61916e?_0x3204a9(_0x573b6f):_0x573b6f,_0xb58155=new Map();_0x5e2fa9['forEach'](_0x51e674=>{const _0x6b1258=_0x15eb0c;_0xb58155[_0x6b1258(0x225)](_0x51e674[_0x6b1258(0x144)](),_0x51e674);}),_0x27b61d[_0x15eb0c(0x199)](_0x52ed19=>{const _0x3ede5f=_0x15eb0c,_0x17fe52=_0x52ed19[_0x3ede5f(0x2a7)][_0x3ede5f(0x1cf)](_0x3f7558=>_0xb58155[_0x3ede5f(0x326)](_0x3f7558)??[]);if(_0x17fe52[_0x3ede5f(0x27a)]>0x0){_0x78cc1f[_0x3ede5f(0x25e)](''),_0x78cc1f['push'](_0x26e04f(_0x52ed19[_0x3ede5f(0x144)]+':',_0x52ed19[_0x3ede5f(0x15d)]));const _0x6448c7=_0x17fe52[_0x3ede5f(0x280)](_0x4e8ed2=>{const _0x754111=_0x3ede5f,_0x545327=_0x257af2[_0x754111(0x169)](_0x4e8ed2),_0x53007e=_0x257af2[_0x754111(0x17d)](_0x4e8ed2);return _0x1d2094(_0x545327,_0x53007e);});_0x78cc1f[_0x3ede5f(0x25e)](_0x555dbd(_0x6448c7));}}),_0x78cc1f[_0x15eb0c(0x25e)](''),_0x78cc1f[_0x15eb0c(0x25e)](_0x15eb0c(0x2e1));}else{const _0x2cac50=_0x5e2fa9[_0x15eb0c(0x280)](_0x56e37e=>{const _0x9807b7=_0x15eb0c,_0x6f6f06=_0x257af2[_0x9807b7(0x169)](_0x56e37e),_0x24a101=_0x257af2[_0x9807b7(0x17d)](_0x56e37e);return _0x1d2094(_0x6f6f06,_0x24a101);});_0x78cc1f[_0x15eb0c(0x25e)](''),_0x78cc1f[_0x15eb0c(0x25e)](_0x15eb0c(0x30b)),_0x78cc1f[_0x15eb0c(0x25e)](_0x555dbd(_0x2cac50));}}const _0x594444=_0x47076f['options']['filter'](_0x5055e6=>!_0x3764c3(_0x5055e6));if(_0x594444['length']>0x0){const _0x52c623=_0x594444['map'](_0xf42eee=>{const _0x401db3=_0x15eb0c,_0x35c20a=_0x257af2[_0x401db3(0x266)](_0xf42eee),_0x26b350=_0x257af2[_0x401db3(0x2de)](_0xf42eee);return _0x1d2094(_0x35c20a,_0x26b350);});_0x78cc1f[_0x15eb0c(0x25e)](''),_0x78cc1f['push'](_0x15eb0c(0x123)),_0x78cc1f[_0x15eb0c(0x25e)](_0x555dbd(_0x52c623));}const _0x47a0c2=(_0x47076f[_0x15eb0c(0x14f)]||[])[_0x15eb0c(0x224)](_0x2629b3=>!_0x3764c3(_0x2629b3));if(_0x47a0c2['length']>0x0){const _0x2e3fe6=_0x47a0c2[_0x15eb0c(0x280)](_0x2d4e16=>{const _0x339fdb=_0x15eb0c,_0x5411bd=_0x257af2[_0x339fdb(0x23a)](_0x2d4e16),_0x30236a=_0x257af2[_0x339fdb(0x206)](_0x2d4e16);return _0x1d2094(_0x5411bd,_0x30236a);});_0x78cc1f[_0x15eb0c(0x25e)](''),_0x78cc1f[_0x15eb0c(0x25e)]('Arguments:'),_0x78cc1f[_0x15eb0c(0x25e)](_0x555dbd(_0x2e3fe6));}return _0x78cc1f['join']('\x0a');},'subcommandTerm':_0x59627c=>{const _0x28303e=a2_0x209c7b,_0x19734a=(_0x59627c[_0x28303e(0x14f)]||[])[_0x28303e(0x280)](_0x1b99dc=>_0x1b99dc['required']?'<'+_0x1b99dc[_0x28303e(0x144)]()+'>':'['+_0x1b99dc[_0x28303e(0x144)]()+']')[_0x28303e(0x287)]('\x20'),_0x33b72a=_0x59627c['aliases'](),_0x181941=_0x33b72a[_0x28303e(0x27a)]>0x0?_0x59627c[_0x28303e(0x144)]()+',\x20'+_0x33b72a[_0x28303e(0x287)](',\x20'):_0x59627c[_0x28303e(0x144)]();return _0x19734a?_0x181941+'\x20'+_0x19734a:_0x181941;}}),program[a2_0x209c7b(0x1d8)](a2_0x209c7b(0x219),_0x24bb90=>{const _0x33887c=a2_0x209c7b,_0x1ae29d=_0x24bb90[_0x33887c(0x1b8)]();if(!_0x1ae29d['format']){if(_0x1ae29d[_0x33887c(0x28f)])_0x1ae29d['format']=_0x33887c(0x28f);else{if(_0x1ae29d[_0x33887c(0x239)])_0x1ae29d[_0x33887c(0x207)]=_0x33887c(0x239);else{if(_0x1ae29d[_0x33887c(0x1d1)])_0x1ae29d[_0x33887c(0x207)]=_0x33887c(0x1d1);else _0x1ae29d[_0x33887c(0x285)]&&(_0x1ae29d[_0x33887c(0x207)]=_0x33887c(0x285));}}}_0x1ae29d['in']&&!_0x1ae29d[_0x33887c(0x21c)]&&(_0x1ae29d[_0x33887c(0x21c)]=_0x1ae29d['in']);if(_0x1ae29d[_0x33887c(0x2b7)])_0x1ae29d[_0x33887c(0x10c)]=LogLevel['TRACE'];else{if(_0x1ae29d[_0x33887c(0x228)])_0x1ae29d[_0x33887c(0x10c)]=LogLevel[_0x33887c(0x16c)];else _0x1ae29d[_0x33887c(0x10c)]===undefined&&(_0x1ae29d[_0x33887c(0x10c)]=LogLevel[_0x33887c(0x2a6)]);}});async function createTDXInstance(_0x45a9ec){const _0x23bb85=a2_0x209c7b,_0x5e8fc4=await GlobalContext[_0x23bb85(0x14d)](_0x45a9ec);return _0x5e8fc4[_0x23bb85(0x255)](_0x45a9ec),TDX[_0x23bb85(0x20a)]({'site':_0x5e8fc4[_0x23bb85(0x1d0)],'apiKey':_0x5e8fc4[_0x23bb85(0x15b)],'logLevel':_0x5e8fc4['logLevel'],'profile':_0x5e8fc4[_0x23bb85(0x240)]});}const databaseCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x21c))[a2_0x209c7b(0x2b1)]('db')['description'](a2_0x209c7b(0x13d)),databaseListAction=async(_0x2e9644,_0x20d48f)=>{const _0x472d6c=a2_0x209c7b,_0x31ef4d=new DatabasesCommand(),_0x3761f5=program[_0x472d6c(0x1b8)](),_0x23c0a6=await createTDXInstance(_0x3761f5),_0x3828cd=await _0x31ef4d[_0x472d6c(0x17f)]({'options':{..._0x3761f5,..._0x20d48f},'args':_0x2e9644?[_0x2e9644]:[],'tdx':_0x23c0a6});process[_0x472d6c(0x2c8)](_0x3828cd);};databaseCmd[a2_0x209c7b(0x1bc)]('list\x20[pattern]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x116))[a2_0x209c7b(0x105)](databaseListAction),program[a2_0x209c7b(0x1bc)]('databases\x20[pattern]',{'hidden':!![]})['description'](a2_0x209c7b(0x1b1))[a2_0x209c7b(0x105)](databaseListAction),program['command'](a2_0x209c7b(0x194))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x17e))['option'](a2_0x209c7b(0x119),a2_0x209c7b(0x111))['option'](a2_0x209c7b(0x23f),a2_0x209c7b(0x21f))['action'](async(_0xd1d520,_0x2e61ef)=>{const _0x14fb4c=a2_0x209c7b,_0x20f1ee=new ChatCommand(),_0x34acf7=program['opts'](),_0x4bdeac=await createTDXInstance(_0x34acf7),_0x4bce1a=await _0x20f1ee[_0x14fb4c(0x17f)]({'options':{..._0x34acf7,..._0x2e61ef},'args':_0xd1d520,'tdx':_0x4bdeac});process[_0x14fb4c(0x2c8)](_0x4bce1a);});const apiCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x249))[a2_0x209c7b(0x185)](a2_0x209c7b(0x27e))['addHelpText'](a2_0x209c7b(0x174),a2_0x209c7b(0x30c))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x296),a2_0x209c7b(0x2f8),a2_0x209c7b(0x1df))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2f7),a2_0x209c7b(0x2ed))['option'](a2_0x209c7b(0x1be),a2_0x209c7b(0x17b))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x322),a2_0x209c7b(0x312),(_0x51ee8b,_0x233994)=>{return _0x233994?[..._0x233994,_0x51ee8b]:[_0x51ee8b];})['option']('--type\x20<api_type>',a2_0x209c7b(0x12c),'td')[a2_0x209c7b(0x105)](async(_0x51a182,_0xad745)=>{const _0x1dcee2=a2_0x209c7b;if(!_0x51a182){apiCmd[_0x1dcee2(0x156)]();return;}const _0x405b68=new ApiCommand(),_0x124f2e=program[_0x1dcee2(0x1b8)](),_0x5e7716=await createTDXInstance(_0x124f2e),_0x1bdc76=await _0x405b68[_0x1dcee2(0x17f)]({'options':{..._0x124f2e,..._0xad745},'args':[_0x51a182],'tdx':_0x5e7716});process[_0x1dcee2(0x2c8)](_0x1bdc76);}),tableCmd=program[a2_0x209c7b(0x1bc)]('table')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x31e)),tableListAction=async(_0x439739,_0x5d7b3b)=>{const _0x5b6abe=a2_0x209c7b,_0x5ab67a=new TablesCommand(),_0x541f81=program[_0x5b6abe(0x1b8)](),_0x4f4ff4=await createTDXInstance(_0x541f81);_0x5d7b3b['in']&&(_0x5d7b3b[_0x5b6abe(0x21c)]=_0x5d7b3b['in']);const _0x59c916=await _0x5ab67a[_0x5b6abe(0x17f)]({'options':{..._0x541f81,..._0x5d7b3b},'args':_0x439739?[_0x439739]:[],'tdx':_0x4f4ff4});process[_0x5b6abe(0x2c8)](_0x59c916);};tableCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x145))['description']('List\x20tables\x20(e.g.,\x20mydb,\x20mydb.*,\x20*.user*,\x20mydb.user*)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ee),'Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)')['option']('--in\x20<database>',a2_0x209c7b(0x2f6))[a2_0x209c7b(0x105)](tableListAction),program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x218),{'hidden':!![]})[a2_0x209c7b(0x1bd)]('List\x20tables\x20(alias\x20for\x20\x22table\x20list\x22)')[a2_0x209c7b(0x12e)]('-d,\x20--database\x20<database>','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x24b),a2_0x209c7b(0x2f6))[a2_0x209c7b(0x105)](tableListAction),program[a2_0x209c7b(0x1bc)]('show\x20[table]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x147))[a2_0x209c7b(0x12e)]('-d,\x20--database\x20<database>',a2_0x209c7b(0x2e8))[a2_0x209c7b(0x12e)]('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')['action'](async(_0x36f4ee,_0x59c86f)=>{const _0x1034fe=a2_0x209c7b,_0x39dd85=new ShowCommand(),_0x13cc7c=program[_0x1034fe(0x1b8)](),_0x562977=await createTDXInstance(_0x13cc7c);_0x59c86f['in']&&(_0x59c86f[_0x1034fe(0x21c)]=_0x59c86f['in']);const _0x30145d=await _0x39dd85[_0x1034fe(0x17f)]({'options':{..._0x13cc7c,..._0x59c86f},'args':_0x36f4ee?[_0x36f4ee]:[],'tdx':_0x562977});process['exit'](_0x30145d);}),program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1c8))[a2_0x209c7b(0x2b1)](a2_0x209c7b(0x1e6))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1d9))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ee),a2_0x209c7b(0x2e8))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x24b),a2_0x209c7b(0x2f6))[a2_0x209c7b(0x105)](async(_0x245769,_0x59270f)=>{const _0x14b81e=a2_0x209c7b,_0x1bacfe=new DescribeCommand(),_0x31c70c=program[_0x14b81e(0x1b8)](),_0x329d89=await createTDXInstance(_0x31c70c);_0x59270f['in']&&(_0x59270f[_0x14b81e(0x21c)]=_0x59270f['in']);const _0x4b8b88=await _0x1bacfe[_0x14b81e(0x17f)]({'options':{..._0x31c70c,..._0x59270f},'args':_0x245769?[_0x245769]:[],'tdx':_0x329d89});process[_0x14b81e(0x2c8)](_0x4b8b88);}),program[a2_0x209c7b(0x1bc)]('query\x20[sql]')[a2_0x209c7b(0x1bd)]('Run\x20Trino\x20query\x20with\x20streaming\x20results')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ee),a2_0x209c7b(0x2e0))[a2_0x209c7b(0x12e)]('--in\x20<database>',a2_0x209c7b(0x2f6))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x22c),a2_0x209c7b(0x161))['option'](a2_0x209c7b(0x1be),'Read\x20SQL\x20query\x20from\x20file')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2f4),a2_0x209c7b(0x1d5),'40')['action'](async(_0x59fdad,_0x1452f5)=>{const _0x27a8cb=a2_0x209c7b,_0x582149=new QueryCommand(),_0x49e0ff=program[_0x27a8cb(0x1b8)](),_0x33573c=await createTDXInstance(_0x49e0ff);_0x1452f5['in']&&(_0x1452f5['database']=_0x1452f5['in']);const _0x51831d=await _0x582149['run']({'options':{..._0x49e0ff,..._0x1452f5},'args':_0x59fdad?[_0x59fdad]:[],'tdx':_0x33573c});process[_0x27a8cb(0x2c8)](_0x51831d);});const segmentCmd=program['command'](a2_0x209c7b(0x2e9))[a2_0x209c7b(0x2b1)]('sg')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x13a)),segmentListAction=async(_0x48ba8e,_0x5b15ff)=>{const _0xa55b09=a2_0x209c7b,_0x342ed5=new SegmentsCommand(),_0x4ebac0=program[_0xa55b09(0x1b8)](),_0x3ea8cf=await createTDXInstance(_0x4ebac0),_0x23a295=await _0x342ed5[_0xa55b09(0x17f)]({'options':{..._0x4ebac0,..._0x5b15ff},'args':_0x48ba8e?[_0x48ba8e]:[],'tdx':_0x3ea8cf});process[_0xa55b09(0x2c8)](_0x23a295);};function a2_0x2bb6(){const _0xcedfab=['--include-subtasks','Workflow\x20parameter\x20(repeatable)','stderr','Override\x20parameters\x20for\x20retry\x20(JSON\x20string\x20or\x20@file.json)','pull\x20[name]','list\x20[path]','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','Output\x20in\x20TSV\x20format\x20(shorthand\x20for\x20--format\x20tsv)','Skip\x20validation\x20of\x20.dig\x20files','Template\x20name','chat\x20[message...]','Data\x20connection\x20management\x20(for\x20activations/exports)','System\x20prompt/instructions\x20(default:\x20empty)','--output\x20<file>','--to\x20<timestamp>','forEach','Show\x20only\x20master\x20table\x20validation','Workspace\x20description','clone\x20[source]','Updated\x20filtering\x20rule\x20as\x20JSON\x20string','Read\x20query\x20from\x20file','--attributes-file\x20<file>','claude-4.5-sonnet','--email-sender-id\x20<id>','usage','Output\x20file\x20path','[DEPRECATED]\x20Use\x20\x22tdx\x20ps\x22\x20or\x20\x22tdx\x20parent-segment\x22\x20instead','Override\x20project\x20name','--segment\x20<path>','List\x20available\x20LLM\x20models','Unknown\x20action:\x20','Show\x20workspace\x20details','New\x20template\x20name','Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes','HTML\x20template\x20content','Resume\x20a\x20conversation\x20(shows\x20selector)','sql\x20[segment_name]','--add-attributes\x20<json>','pull\x20[parent_or_file]','List\x20all\x20databases\x20(alias\x20for\x20\x22database\x20list\x22)','Output\x20in\x20JSON\x20Lines\x20format\x20(shorthand\x20for\x20--format\x20jsonl)','show\x20[segment_name]','Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)','\x0aGlobal\x20Options:\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20clear\x20(clears\x20default\x20profile\x20if\x20not\x20specified)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20API\x20key\x20for\x20default\x20profile\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20--profile\x20prod\x20\x20#\x20Clear\x20API\x20key\x20for\x20\x27prod\x27\x20profile\x0a','addHelpText','Customer\x20group\x20as\x20JSON\x20string','opts','Project\x20description','Add\x20attributes\x20from\x20JSON\x20file','--debug','command','description','-f,\x20--file\x20<path>','--name\x20<text>','journey','Plaintext\x20template\x20content','llm','Updated\x20timezone','Filter\x20by\x20campaign\x20type\x20(email,\x20push)','submit\x20[query]','List\x20all\x20users\x20in\x20the\x20account','--parent-folder\x20<name>','describe\x20[table]','--session-time\x20<time>','--system-prompt\x20<text>','Workflow\x20project\x20management','Output\x20in\x20table\x20format\x20(horizontal\x20layout,\x20shorthand\x20for\x20--format\x20table)','show\x20<agent-name>','Agent\x20name\x20(uses\x20context\x20or\x20default\x20if\x20not\x20specified)','flatMap','site','jsonl','Job\x20type:\x20trino\x20or\x20hive\x20(default:\x20trino)','--kind\x20<type>','--start-at\x20<datetime>','Maximum\x20rows\x20to\x20display\x20in\x20table\x20format\x20(default:\x2040)','clear','Usage:\x20','hook','Describe\x20table\x20schema','Move\x20to\x20folder','launch\x20<name-or-id>','\x20-\x20built\x20','list\x20[project]','Job\x20management\x20commands','GET','kill','--color','user','Campaign\x20type\x20(email\x20or\x20push)','4000','Show\x20master\x20table\x20sample\x20data','desc','slice','Use\x20your\x20own\x20Claude\x20Code\x20account\x20(Anthropic/AWS\x20Bedrock/Vertex\x20AI,\x20etc.)','List\x20all\x20LLM\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','Update\x20an\x20email\x20template','-r,\x20--recursive','--json-columns\x20<cols>','--prompt\x20<text>','preview\x20[file]','Name\x20for\x20the\x20new\x20project\x20(required)','--type\x20<type>','show\x20<name-or-id>','engage','Create\x20an\x20email\x20template','Schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly','--llm-project\x20<name>','--behaviors\x20<json>','update\x20<name-or-id>','--full','Show\x20console\x20URLs','Resume\x20a\x20paused\x20campaign','Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration','--schedule-type\x20<type>','Enable\x20verbose\x20logging','--invisible','Show\x20parent\x20segment\x20schema\x20(uses\x20context\x20if\x20name\x20omitted)','--model\x20<name>','Output\x20format\x20(table,\x20json,\x20jsonl,\x20tsv)','List\x20all\x20workflow\x20projects\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','Show\x20sample\x20data\x20for\x20a\x20specific\x20attribute','New\x20segment\x20name','[attempt-id]','argumentDescription','format','Execute\x20parent\x20segment\x20SQL\x20and\x20show\x20results\x20(uses\x20context\x20if\x20name\x20omitted)','Force\x20retry\x20even\x20if\x20not\x20failed','create','resume\x20<name-or-path>','Enable\x20debug\x20logging\x20(shows\x20HTTP\x20requests/responses)','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','List\x20all\x20available\x20profiles','job','Start\x20a\x20workflow\x20run\x20(format:\x20project.workflow)','--folder\x20<name>','gitRevision','576486nwWSrV','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file','agents\x20[pattern]','Model\x20to\x20use\x20(haiku,\x20sonnet,\x20opus)','Resume\x20from\x20specific\x20task\x20(retry)','tables\x20[pattern]','preAction','End\x20time\x20filter\x20(ISO\x208601\x20format)','desc\x20[name]','database','List\x20email\x20templates\x20(alias\x20for\x20\x22template\x20list\x22)','Delete\x20segments\x20not\x20in\x20local\x20YAML\x20files\x20(disabled\x20by\x20default)','Start\x20a\x20new\x20chat\x20session','push\x20[path]','noColor','LLM\x20project\x20management','Get\x20job\x20results','filter','set','605nTXpTf','desc\x20[segment_name]','debug','Available\x20actions:\x20logs,\x20tasks,\x20kill,\x20retry','--clear','636624wWloeZ','--catalog\x20<catalog>','Enable\x20trace\x20logging\x20(ultra-verbose,\x20all\x20internal\x20operations)','New\x20project\x20name\x20(default:\x20original\x20name\x20from\x20backup)','Save\x20output\x20to\x20file','--no-proxy','Show\x20what\x20would\x20be\x20restored\x20without\x20making\x20changes','parent_segment','Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior','.dev','Overwrite\x20local\x20changes\x20without\x20confirmation','Show\x20what\x20would\x20be\x20done\x20without\x20writing\x20files','-p,\x20--profile\x20<name>','Campaign\x20description','json','argumentTerm','--version','--reason\x20<text>','Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)','List\x20workflows\x20(optionally\x20filtered\x20by\x20project)','--new','profile','Show\x20journey\x20statistics','-r,\x20--resume','pause\x20<name-or-id>','Timezone\x20(e.g.,\x20America/Los_Angeles)','use\x20<name>','session','0.7','activations\x20<segment_name>','api\x20[endpoint]','Maximum\x20recursion\x20depth\x20(default:\x2010)','--in\x20<database>','validate\x20[name]','--no-color','tdx\x20','Show\x20segment\x20schema\x20(column\x20types)','1179160vjPbgK','Open\x20journey\x20in\x20web\x20browser','Start\x20time\x20filter\x20(ISO\x208601\x20format)','Include\x20retried\x20attempts','Remove\x20API\x20key\x20from\x20system\x20keychain','injectIntoOptions','Authentication\x20management','version','--in\x20<name>','List\x20workflow\x20execution\x20sessions\x20(filter\x20by\x20project\x20or\x20project.workflow)','Behaviors\x20from\x20JSON\x20file','[DEPRECATED]\x20Restore\x20project\x20(use\x20`tdx\x20agent\x20push/clone`\x20instead)','TD\x20site/region\x20(us01,\x20jp01,\x20eu01,\x20ap02;\x20aliases:\x20us,\x20jp,\x20aws)','--workspace\x20<name>','push','--session\x20<id>','--add-behaviors\x20<json>','backup\x20<name>','Export\x20journey(s)\x20as\x20YAML\x20files','show\x20<folder_ref>','[EXPERIMENTAL]\x20Start\x20LLM\x20proxy\x20server\x20for\x20Claude\x20Code\x20integration\x20(use\x20global\x20--debug/--trace\x20for\x20logging)','--editor-type\x20<type>','optionTerm','Add\x20attributes\x20as\x20JSON\x20string','Profile\x20to\x20use\x20(overrides\x20active\x20profile)','List\x20all\x20users\x20(alias\x20for\x20\x22user\x20list\x22)','Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)','Also\x20set\x20context\x20to\x20this\x20parent\x20segment\x20after\x20pull','Submit\x20a\x20job','Override\x20parameters\x20(JSON\x20string\x20or\x20@file.json)','port','--customer-group-file\x20<file>','campaign','List\x20all\x20data\x20connections','use\x20[resource]\x20[value]','List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)','Folder\x20name\x20for\x20organization','padWidth','Editor\x20type','List\x20workflow\x20attempts\x20(filter\x20by\x20project\x20or\x20project.workflow)','template','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','length','isTTY','--table','Output\x20directory','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs',',\x20version\x20','map','--description\x20<text>','[DEPRECATED]\x20Create\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','use\x20[name]','Delete\x20a\x20workspace','tsv','view\x20<name-or-path>','join','Updated\x20description','--site\x20<site>','duplicate\x20<name-or-id>','Pause\x20a\x20running\x20journey','Create\x20a\x20workspace','Show\x20segment\x20details\x20(uses\x20context\x20if\x20not\x20provided)','Show\x20history\x20of\x20the\x20most\x20recent\x20chat\x20session','table','validate\x20[file]','create\x20<name>','Output\x20as\x20JSON','delete\x20<name-or-id>','Campaign\x20management','Show\x20parent\x20segment\x20details\x20(uses\x20context\x20if\x20name\x20omitted)','-X,\x20--method\x20<method>','projects\x20[pattern]','Make\x20segment\x20invisible\x20(default:\x20visible)','-1d','argument','User\x20management\x20commands','Revision\x20name\x20(default:\x20timestamp)','Include\x20retried\x20attempts\x20(for\x20list)','workflow','--name\x20<new-name>','--timezone\x20<tz>','push\x20[file]','--limit\x20<n>','Specific\x20revision\x20to\x20download\x20(default:\x20latest)','List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)','List\x20workspaces\x20(optionally\x20filtered\x20by\x20pattern)','INFO','commands','allowUnknownOption','List\x20activations\x20for\x20a\x20segment\x20(use\x20parent_name/child_name)','Show\x20what\x20would\x20be\x20backed\x20up\x20without\x20creating\x20files','--last','--rule\x20<json>','sql\x20[name]','-o,\x20--output\x20<file>','Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)','--json','alias','3LYnbhK','Show\x20the\x20most\x20recent\x20chat','LLM\x20agent\x20management','download\x20<project-name>\x20[output-dir]','Update\x20a\x20campaign','trace','Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)','tasks','--include-retried','push\x20[target]','Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data','result\x20<job-id>','Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields','--name\x20<name>','Output\x20in\x20JSON\x20format\x20(shorthand\x20for\x20--format\x20json)','statusline','attempt','List\x20all\x20workflow\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','[DEPRECATED]\x20Update\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','Show\x20agent\x20details','catch','campaigns\x20[pattern]','exit','--database\x20<name>','--behaviors-file\x20<file>','setup','--table\x20<table>','information_schema','List\x20workspaces\x20(alias\x20for\x20\x22workspace\x20list\x22)','822703rNzKne','Resume\x20from\x20specific\x20task','tdx','-w,\x20--web','logs','--temperature\x20<n>','Reason\x20for\x20killing\x20the\x20attempt','Workspace\x20name','Open\x20parent\x20segment\x20in\x20web\x20browser','List\x20workflow\x20attempts\x20(alias\x20for\x20\x22attempt\x20list\x22)','folders\x20<parent_name>','Action:\x20logs,\x20tasks,\x20kill,\x20retry','Delete\x20an\x20LLM\x20project','Database\x20to\x20use\x20(overrides\x20context)','repeat','optionDescription','--limit\x20<number>','Database\x20to\x20query\x20(default:\x20information_schema)','Tip:\x20Use\x20plural\x20forms\x20(tdx\x20databases,\x20tables,\x20segments,\x20jobs)\x20as\x20aliases\x20for\x20\x22tdx\x20xxx\x20list\x22','argv','--jsonl','Timezone\x20for\x20delivery\x20(e.g.,\x20\x22UTC\x22,\x20\x22Asia/Tokyo\x22)','log','--add-behaviors-file\x20<file>','--timeout\x20<seconds>','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)','segment','stdout','--from-task\x20<task>','Workflow\x20attempt\x20management','Request\x20body\x20as\x20JSON\x20string','-d,\x20--database\x20<database>','error','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)','allowExcessArguments','--status\x20<status>','Agent\x20prompt/instructions','--limit\x20<rows>','Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)','Alias\x20for\x20--database\x20(natural\x20language\x20style)','--data\x20<data>','HTTP\x20method\x20(GET,\x20POST,\x20PUT,\x20DELETE,\x20PATCH)','profiles','LLM\x20project\x20name\x20(uses\x20context\x20or\x20default\x20if\x20not\x20specified)','[task-name]','--rule-file\x20<file>','--database\x20<db>','List\x20jobs\x20(alias\x20for\x20\x22job\x20list\x22)','[action]','--max-depth\x20<depth>','-d,\x20--database\x20<name>','--attributes\x20<json>','parent-segment','list','New\x20workspace\x20name','--html\x20<html>','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','--name\x20<new_name>','List\x20all\x20data\x20connections\x20(alias\x20for\x20\x22connection\x20list\x22)','connection','Commands:','\x0aExamples:\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/list\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/show/mydb\x0a\x20\x20$\x20tdx\x20api\x20-X\x20POST\x20--data\x20\x27{\x22query\x22:\x22SELECT\x201\x22}\x27\x20/v3/job/issue/hive/mydb\x0a\x20\x20$\x20tdx\x20api\x20/entities/parent_segments\x20--type\x20cdp\x0a\x20\x20$\x20tdx\x20api\x20/api/workflows\x20--type\x20workflow\x0a','isArray','Email\x20template\x20management','replace','--description\x20<desc>','List\x20folders\x20and\x20segments\x20at\x20path\x20or\x20in\x20current\x20context','Custom\x20header\x20(format:\x20\x22Key:\x20Value\x22,\x20repeatable)','pull\x20[project]\x20[agent-name]','List\x20agents\x20in\x20current\x20project','parse','--behavior\x20[name]','[DEPRECATED]\x20Create\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','--resume-from\x20<task>','Show\x20journey\x20details','Updated\x20filtering\x20rule\x20from\x20JSON\x20file','Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics','--param\x20<key=value>','Delete\x20an\x20agent','Table\x20management\x20commands','agent','Delete\x20workflow\x20project\x20from\x20Treasure\x20Data','sonnet','-H,\x20--header\x20<header>','-f,\x20--force','../package.json','--format\x20<format>','get','context','Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage','Parent\x20segment\x20to\x20use\x20(overrides\x20context)','Agent\x20name','action','--max-tool-iterations\x20<n>','--customer-group\x20<json>','JSON\x20columns\x20for\x20connector\x20(comma-separated)','[options]\x20--\x20[claude-code-args...]','Agent\x20description','Show\x20web\x20console\x20URLs\x20for\x20segments','logLevel','Email\x20subject\x20template','fields\x20[parent_name]','show\x20<job-id>','Create\x20segment\x20folder','Agent\x20reference\x20(project-name/agent-name)','Show\x20job\x20details','Attributes\x20as\x20JSON\x20string','Add\x20behaviors\x20as\x20JSON\x20string','145punkAw','List\x20all\x20databases\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','Starter\x20message','Show\x20email\x20template\x20details','--agent\x20<ref>','Create\x20a\x20new\x20campaign','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20parent_name\x20not\x20provided)','--dry-run','delete\x20<project-name-or-id>','parent','Download\x20workflow\x20project\x20from\x20Treasure\x20Data','--trace','commandDescription','Update\x20an\x20existing\x20agent','Options:','push\x20[name]','Output\x20folder\x20(default:\x20{project_name}.llm)','Set\x20or\x20show\x20parent\x20segment\x20context','CDP\x20Journey\x20Orchestration\x20commands','folder','Skip\x20confirmation\x20prompts','-y,\x20--yes','--schedule-option\x20<value>','API\x20type\x20(td,\x20cdp,\x20workflow,\x20trino,\x20llm)','Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute','option','List\x20campaigns\x20(alias\x20for\x20\x22campaign\x20list\x22)','List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)','includes','Email\x20sender\x20ID\x20for\x20delivery','--delete','-u,\x20--use','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','utf-8','Update\x20a\x20workspace','Push\x20workflow\x20project\x20to\x20Treasure\x20Data\x20(digdag-style:\x20cd\x20into\x20project,\x20then\x20push\x20<name>)','Show\x20segment\x20details\x20(alias\x20for\x20view)','CDP\x20segment\x20management\x20commands','Output\x20as\x20JSON\x20Lines','Add\x20behaviors\x20from\x20JSON\x20file','Database\x20management\x20commands','Parent\x20segment\x20description','Launch\x20a\x20campaign','List\x20jobs','requiredOption','stats\x20<name-or-path>','Include\x20execution\x20statistics','name','list\x20[pattern]','Customer\x20group\x20from\x20JSON\x20file','Show\x20table\x20contents\x20(SELECT\x20*\x20with\x20limit)','Skip\x20confirmation\x20prompt','Workspace\x20name\x20(required)','Show\x20stats\x20for\x20specific\x20stage','--revision\x20<revision>','update\x20<segment_name>','createAsync','--include-stats','registeredArguments','Port\x20to\x20run\x20the\x20proxy\x20server\x20on','Show\x20agent\x20chat\x20URLs','TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)','--master','Filtering\x20rule\x20from\x20JSON\x20file','[DEPRECATED]\x20Update\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','help','Segment\x20description','List\x20parent\x20segments\x20(alias\x20for\x20\x22segment\x20parent\x20list\x22)','pause\x20<name-or-path>','Show\x20campaign\x20details','apiKey','--enriched','colorFn','84954CBnTea','describe','--starter-message\x20<text>','Trino\x20catalog\x20(default:\x20td)','segments\x20[path]','Get\x20SQL\x20query\x20for\x20segment\x20(uses\x20context\x20if\x20not\x20provided)','--interval\x20<range>','Pull\x20child\x20segments\x20to\x20YAML\x20files','List\x20email\x20templates\x20(optionally\x20filtered\x20by\x20pattern)','LLM\x20operations\x20(models,\x20projects,\x20agents,\x20chat)','Continue\x20most\x20recent\x20conversation','subcommandTerm','8nyEGgy','--plaintext\x20<text>','DEBUG','Clear\x20session\x20context','Delivery\x20start\x20time\x20(ISO\x208601\x20format)','retry\x20<session-id>','Skip\x20population\x20counting','Behaviors\x20as\x20JSON\x20string','--from\x20<timestamp>','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20name\x20omitted)','after','--attribute\x20[name]','create\x20<parent_name>\x20<folder_name>','Model\x20type\x20(default:\x20claude-4.5-sonnet)','_hidden','Parent\x20segment\x20management','attempts\x20[project]','Read\x20request\x20body\x20from\x20file','--yes','subcommandDescription','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified\x20interface)','run','--project\x20<name>','Filtering\x20rule\x20as\x20JSON\x20string','sessions\x20[project]','1291338cOOwYm','then','summary','List\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)','project','202010YxVuYg','workspace'];a2_0x2bb6=function(){return _0xcedfab;};return a2_0x2bb6();}segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x18f))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x311))['option'](a2_0x209c7b(0x1eb),a2_0x209c7b(0x2a4))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x300),a2_0x209c7b(0x24a),'10')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2d2),a2_0x209c7b(0x10b))[a2_0x209c7b(0x105)](segmentListAction),program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x162),{'hidden':!![]})['description']('List\x20folders\x20and\x20segments\x20(alias\x20for\x20\x22segment\x20list\x22)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1eb),'List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x300),a2_0x209c7b(0x24a),'10')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2d2),a2_0x209c7b(0x10b))[a2_0x209c7b(0x105)](segmentListAction),segmentCmd[a2_0x209c7b(0x1bc)]('use\x20<path>',{'hidden':!![]})[a2_0x209c7b(0x1bd)]('[DEPRECATED]\x20Set\x20current\x20segment/folder\x20context\x20(use\x20\x22tdx\x20use\x20parent_segment\x22\x20instead)')[a2_0x209c7b(0x105)](async(_0x14fb1b,_0x3be1bb)=>{const _0x4d6047=a2_0x209c7b,_0x23a33a=new SegmentUseCommand(),_0x28200b=program[_0x4d6047(0x1b8)](),_0x383913=await createTDXInstance(_0x28200b),_0x57551c=await _0x23a33a[_0x4d6047(0x17f)]({'options':{..._0x28200b,..._0x3be1bb},'args':[_0x14fb1b],'tdx':_0x383913});process[_0x4d6047(0x2c8)](_0x57551c);});const segmentViewAction=async(_0x176717,_0x12e8d0)=>{const _0x1e8217=a2_0x209c7b,_0x2afab7=new SegmentViewCommand(),_0x6e5860=program[_0x1e8217(0x1b8)](),_0x2d167c=await createTDXInstance(_0x6e5860),_0x3407af=await _0x2afab7[_0x1e8217(0x17f)]({'options':{..._0x6e5860,..._0x12e8d0},'args':_0x176717?[_0x176717]:[],'tdx':_0x2d167c});process[_0x1e8217(0x2c8)](_0x3407af);};segmentCmd['command']('view\x20[segment_name]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x28d))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2d2),'Open\x20segment\x20in\x20web\x20browser')['action'](segmentViewAction),segmentCmd['command']('info\x20[segment_name]',{'hidden':!![]})[a2_0x209c7b(0x2b1)](a2_0x209c7b(0x15f))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2d2),'Open\x20segment\x20in\x20web\x20browser')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x139))[a2_0x209c7b(0x105)](segmentViewAction),segmentCmd['command'](a2_0x209c7b(0x227))['description'](a2_0x209c7b(0x24f))[a2_0x209c7b(0x105)](async(_0xe08471,_0x4e1897)=>{const _0x57fba7=a2_0x209c7b,_0xa370c=new SegmentDescCommand(),_0x4ef9dd=program[_0x57fba7(0x1b8)](),_0x5396e1=await createTDXInstance(_0x4ef9dd),_0x1fca91=await _0xa370c[_0x57fba7(0x17f)]({'options':{..._0x4ef9dd,..._0x4e1897},'args':_0xe08471?[_0xe08471]:[],'tdx':_0x5396e1});process[_0x57fba7(0x2c8)](_0x1fca91);}),segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1b3))['description']('Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results\x20(uses\x20context\x20if\x20not\x20provided)')[a2_0x209c7b(0x105)](async(_0x55f6c6,_0x659fe2)=>{const _0x23d260=a2_0x209c7b,_0x4ed229=new SegmentShowCommand(),_0xd16480=program['opts'](),_0x5fbf75=await createTDXInstance(_0xd16480),_0x4634d9=await _0x4ed229[_0x23d260(0x17f)]({'options':{..._0xd16480,..._0x659fe2},'args':_0x55f6c6?[_0x55f6c6]:[],'tdx':_0x5fbf75});process['exit'](_0x4634d9);}),segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2d9),{'hidden':!![]})['description']('[DEPRECATED]\x20List\x20segment\x20folders\x20(use\x20\x22tdx\x20sg\x20list\x22\x20instead)')['action'](async(_0x127205,_0x3d1b33)=>{const _0x520288=a2_0x209c7b,_0x3c969b=new SegmentFolderListCommand(),_0x7ce9d6=program['opts'](),_0x2c789f=await createTDXInstance(_0x7ce9d6),_0x412404=await _0x3c969b[_0x520288(0x17f)]({'options':{..._0x7ce9d6,..._0x3d1b33},'args':[_0x127205],'tdx':_0x2c789f});process['exit'](_0x412404);});const folderCmd=segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x128),{'hidden':!![]})[a2_0x209c7b(0x1bd)]('[DEPRECATED]\x20Segment\x20folder\x20management');folderCmd['command'](a2_0x209c7b(0x263))[a2_0x209c7b(0x1bd)]('Show\x20folder\x20details\x20(use\x20parent_name/folder_name)')[a2_0x209c7b(0x105)](async(_0x269e3c,_0x20d365)=>{const _0x1ae8fc=a2_0x209c7b,_0xbf0533=new SegmentFolderShowCommand(),_0x3f4e40=program[_0x1ae8fc(0x1b8)](),_0x416d05=await createTDXInstance(_0x3f4e40),_0x54005b=await _0xbf0533[_0x1ae8fc(0x17f)]({'options':{..._0x3f4e40,..._0x20d365},'args':[_0x269e3c],'tdx':_0x416d05});process[_0x1ae8fc(0x2c8)](_0x54005b);}),segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1ae))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x163))[a2_0x209c7b(0x105)](async(_0x27c411,_0x18303c)=>{const _0x54c9ac=a2_0x209c7b,_0x435d72=new SegmentSQLCommand(),_0x2ba642=program[_0x54c9ac(0x1b8)](),_0x322b55=await createTDXInstance(_0x2ba642),_0x211c03=await _0x435d72['run']({'options':{..._0x2ba642,..._0x18303c},'args':_0x27c411?[_0x27c411]:[],'tdx':_0x322b55});process['exit'](_0x211c03);}),segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x10e))['description'](a2_0x209c7b(0x11b))[a2_0x209c7b(0x105)](async(_0x4bc4c0,_0xa58ef2)=>{const _0x58f2d5=a2_0x209c7b,_0x3c5bd0=new SegmentFieldsCommand(),_0x16190b=program[_0x58f2d5(0x1b8)](),_0x366fc8=await createTDXInstance(_0x16190b),_0x2527d4=await _0x3c5bd0['run']({'options':{..._0x16190b,..._0xa58ef2},'args':_0x4bc4c0?[_0x4bc4c0]:[],'tdx':_0x366fc8});process[_0x58f2d5(0x2c8)](_0x2527d4);}),segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1b0))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x165))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x12a),a2_0x209c7b(0x129))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x11c),'Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes')[a2_0x209c7b(0x105)](async(_0x2f21fc,_0x57bc81)=>{const _0x12195f=a2_0x209c7b,_0x326e4b=new SegmentPullCommand(),_0x29b38b=program[_0x12195f(0x1b8)](),_0x15635c=await createTDXInstance(_0x29b38b),_0x89b5b3=await _0x326e4b[_0x12195f(0x17f)]({'options':{..._0x29b38b,..._0x57bc81},'args':_0x2f21fc?[_0x2f21fc]:[],'tdx':_0x15635c});process[_0x12195f(0x2c8)](_0x89b5b3);}),segmentCmd['command']('push\x20[parent_or_file]')['description']('Push\x20YAML\x20files\x20to\x20Treasure\x20Data\x20as\x20child\x20segments')['option'](a2_0x209c7b(0x12a),a2_0x209c7b(0x129))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x11c),a2_0x209c7b(0x1ab))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x133),a2_0x209c7b(0x21e))[a2_0x209c7b(0x105)](async(_0x536a0b,_0x3b82e4)=>{const _0x5da4ef=a2_0x209c7b,_0x18efd3=new SegmentPushCommand(),_0x220cff=program[_0x5da4ef(0x1b8)](),_0x39747e=await createTDXInstance(_0x220cff),_0x5add86=await _0x18efd3[_0x5da4ef(0x17f)]({'options':{..._0x220cff,..._0x3b82e4},'args':_0x536a0b?[_0x536a0b]:[],'tdx':_0x39747e});process['exit'](_0x5add86);}),segmentCmd[a2_0x209c7b(0x1bc)]('create\x20<segment_name>',{'hidden':!![]})[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x282))['option']('--description\x20<text>',a2_0x209c7b(0x157))['option'](a2_0x209c7b(0x2ac),a2_0x209c7b(0x181))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2fc),a2_0x209c7b(0x154))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x211),a2_0x209c7b(0x274))['option']('--kind\x20<type>',a2_0x209c7b(0x328))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1fe),a2_0x209c7b(0x298))[a2_0x209c7b(0x12e)]('--no-count-population',a2_0x209c7b(0x170))['action'](async(_0x1d9f88,_0x154927)=>{const _0xf0606d=a2_0x209c7b,_0x5801a0=new SegmentCreateCommand(),_0x1cb1dd=program[_0xf0606d(0x1b8)](),_0x38920b=await createTDXInstance(_0x1cb1dd),_0x34330e=await _0x5801a0[_0xf0606d(0x17f)]({'options':{..._0x1cb1dd,..._0x154927},'args':[_0x1d9f88],'tdx':_0x38920b});process[_0xf0606d(0x2c8)](_0x34330e);}),segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x14c),{'hidden':!![]})[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2c4))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x308),a2_0x209c7b(0x204))['option'](a2_0x209c7b(0x281),'Updated\x20description')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ac),a2_0x209c7b(0x19d))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2fc),a2_0x209c7b(0x31a))[a2_0x209c7b(0x12e)]('--folder\x20<name>',a2_0x209c7b(0x1da))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1d3),'Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage')[a2_0x209c7b(0x105)](async(_0x2cb53d,_0x156d83)=>{const _0x57d4ca=a2_0x209c7b,_0x40bd25=new SegmentUpdateCommand(),_0x419e56=program[_0x57d4ca(0x1b8)](),_0x42f44f=await createTDXInstance(_0x419e56),_0x1c728a=await _0x40bd25['run']({'options':{..._0x419e56,..._0x156d83},'args':[_0x2cb53d],'tdx':_0x42f44f});process[_0x57d4ca(0x2c8)](_0x1c728a);});const parentCmd=segmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x11e),{'hidden':!![]})[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1a4)),parentListAction=async(_0x345416,_0x2ec142)=>{const _0x4bc6a1=a2_0x209c7b,_0x520055=new ParentSegmentListCommand(),_0x2b9423=program['opts'](),_0x5e4e8b=await createTDXInstance(_0x2b9423),_0x15e4df=await _0x520055['run']({'options':{..._0x2b9423,..._0x2ec142},'args':_0x345416?[_0x345416]:[],'tdx':_0x5e4e8b});process[_0x4bc6a1(0x2c8)](_0x15e4df);};parentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x145))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x130))['action'](parentListAction),segmentCmd[a2_0x209c7b(0x1bc)]('parents\x20[pattern]',{'hidden':!![]})['description'](a2_0x209c7b(0x158))['action'](parentListAction),parentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x18e))[a2_0x209c7b(0x1bd)]('Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ae),'Output\x20file\x20path\x20(default:\x20<name>.yml)')[a2_0x209c7b(0x12e)]('-y,\x20--yes',a2_0x209c7b(0x148))['action'](async(_0x5c03b6,_0x214d19)=>{const _0x51eb08=a2_0x209c7b,_0x4e0a97=new ParentSegmentPullCommand(),_0x2b188b=program[_0x51eb08(0x1b8)](),_0x3550f9=await createTDXInstance(_0x2b188b),_0x329a74=await _0x4e0a97[_0x51eb08(0x17f)]({'options':{..._0x2b188b,..._0x214d19},'args':_0x5c03b6?[_0x5c03b6]:[],'tdx':_0x3550f9});process[_0x51eb08(0x2c8)](_0x329a74);}),parentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2a1))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x214))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x12a),a2_0x209c7b(0x148))[a2_0x209c7b(0x105)](async(_0x44dea7,_0x5e50d3)=>{const _0x111b47=a2_0x209c7b,_0x3b0f6f=new ParentSegmentPushCommand(),_0xd153fa=program[_0x111b47(0x1b8)](),_0x25a1c5=await createTDXInstance(_0xd153fa),_0x47d471=await _0x3b0f6f[_0x111b47(0x17f)]({'options':{..._0xd153fa,..._0x5e50d3},'args':_0x44dea7?[_0x44dea7]:[],'tdx':_0x25a1c5});process[_0x111b47(0x2c8)](_0x47d471);}),parentCmd['command'](a2_0x209c7b(0x290))['description'](a2_0x209c7b(0x31b))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x153),'Show\x20only\x20master\x20table\x20validation')['option']('--attribute\x20[name]',a2_0x209c7b(0x12d))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x316),'Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior')['option'](a2_0x209c7b(0x15c),a2_0x209c7b(0x23d))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x164),a2_0x209c7b(0x152),'-1d')[a2_0x209c7b(0x105)](async(_0x751aed,_0x3233c1)=>{const _0x2f39a5=a2_0x209c7b,_0xfd4bcc=new ParentSegmentValidateCommand(),_0x33b677=program[_0x2f39a5(0x1b8)](),_0x47e6ab=await createTDXInstance(_0x33b677),_0x4f1b3e=await _0xfd4bcc['run']({'options':{..._0x33b677,..._0x3233c1},'args':_0x751aed?[_0x751aed]:[],'tdx':_0x47e6ab});process['exit'](_0x4f1b3e);}),parentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1ee))['description']('Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x153),a2_0x209c7b(0x1e5))['option']('--attribute\x20[name]',a2_0x209c7b(0x203))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x316),'Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior')[a2_0x209c7b(0x12e)]('--enriched',a2_0x209c7b(0x2f0))['option'](a2_0x209c7b(0x164),a2_0x209c7b(0x152),a2_0x209c7b(0x299))[a2_0x209c7b(0x105)](async(_0x5b0154,_0x3493dc)=>{const _0x4dda5d=a2_0x209c7b,_0x3aa881=new ParentSegmentPreviewCommand(),_0x1085e8=program[_0x4dda5d(0x1b8)](),_0x10fd31=await createTDXInstance(_0x1085e8),_0x1dd1a2=await _0x3aa881[_0x4dda5d(0x17f)]({'options':{..._0x1085e8,..._0x3493dc},'args':_0x5b0154?[_0x5b0154]:[],'tdx':_0x10fd31});process['exit'](_0x1dd1a2);}),parentCmd['command']('run\x20[name]')['description'](a2_0x209c7b(0x26a))[a2_0x209c7b(0x12e)]('-y,\x20--yes',a2_0x209c7b(0x148))[a2_0x209c7b(0x105)](async(_0x489841,_0x61111a)=>{const _0x430384=a2_0x209c7b,_0x3b05c4=new ParentSegmentRunCommand(),_0x57626a=program[_0x430384(0x1b8)](),_0x2c34fd=await createTDXInstance(_0x57626a),_0x4844f8=await _0x3b05c4['run']({'options':{..._0x57626a,..._0x61111a},'args':_0x489841?[_0x489841]:[],'tdx':_0x2c34fd});process['exit'](_0x4844f8);});const parentSegmentCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x303))['alias']('ps')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x179));parentSegmentCmd[a2_0x209c7b(0x1bc)]('list\x20[pattern]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x130))[a2_0x209c7b(0x105)](parentListAction),parentSegmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x18e))[a2_0x209c7b(0x1bd)]('Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)')['option'](a2_0x209c7b(0x2ae),a2_0x209c7b(0x1a3))['option']('-y,\x20--yes',a2_0x209c7b(0x148))['option'](a2_0x209c7b(0x134),a2_0x209c7b(0x26b))[a2_0x209c7b(0x105)](async(_0xcd3239,_0x39eae6)=>{const _0x3f81f0=a2_0x209c7b,_0x2c31f9=new ParentSegmentPullCommand(),_0x371c7f=program[_0x3f81f0(0x1b8)](),_0x266079=await createTDXInstance(_0x371c7f),_0x492779=await _0x2c31f9[_0x3f81f0(0x17f)]({'options':{..._0x371c7f,..._0x39eae6},'args':_0xcd3239?[_0xcd3239]:[],'tdx':_0x266079});process['exit'](_0x492779);}),parentSegmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x124))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x190))['option'](a2_0x209c7b(0x12a),'Skip\x20confirmation\x20prompt')[a2_0x209c7b(0x105)](async(_0x47fa4c,_0x2e67e8)=>{const _0x3829ed=a2_0x209c7b,_0x808aef=new ParentSegmentPushCommand(),_0xf2939f=program[_0x3829ed(0x1b8)](),_0x3fe740=await createTDXInstance(_0xf2939f),_0x4cf39a=await _0x808aef[_0x3829ed(0x17f)]({'options':{..._0xf2939f,..._0x2e67e8},'args':_0x47fa4c?[_0x47fa4c]:[],'tdx':_0x3fe740});process[_0x3829ed(0x2c8)](_0x4cf39a);}),parentSegmentCmd['command'](a2_0x209c7b(0x24c))[a2_0x209c7b(0x1bd)]('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')[a2_0x209c7b(0x12e)]('--master',a2_0x209c7b(0x19a))[a2_0x209c7b(0x12e)]('--attribute\x20[name]',a2_0x209c7b(0x12d))[a2_0x209c7b(0x12e)]('--behavior\x20[name]','Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x15c),a2_0x209c7b(0x23d))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x164),a2_0x209c7b(0x152),a2_0x209c7b(0x299))['action'](async(_0x3db93e,_0x435b47)=>{const _0x3fd468=a2_0x209c7b,_0x230daa=new ParentSegmentValidateCommand(),_0x50e724=program[_0x3fd468(0x1b8)](),_0x3727de=await createTDXInstance(_0x50e724),_0x281994=await _0x230daa[_0x3fd468(0x17f)]({'options':{..._0x50e724,..._0x435b47},'args':_0x3db93e?[_0x3db93e]:[],'tdx':_0x3727de});process[_0x3fd468(0x2c8)](_0x281994);}),parentSegmentCmd[a2_0x209c7b(0x1bc)]('preview\x20[name]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1fb))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x153),a2_0x209c7b(0x1e5))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x175),a2_0x209c7b(0x203))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x316),a2_0x209c7b(0x233))[a2_0x209c7b(0x12e)]('--enriched','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x164),a2_0x209c7b(0x152),a2_0x209c7b(0x299))[a2_0x209c7b(0x105)](async(_0x1ab268,_0x211bcc)=>{const _0x562097=a2_0x209c7b,_0x439eab=new ParentSegmentPreviewCommand(),_0x144d58=program[_0x562097(0x1b8)](),_0x5118c0=await createTDXInstance(_0x144d58),_0xb7c12a=await _0x439eab[_0x562097(0x17f)]({'options':{..._0x144d58,..._0x211bcc},'args':_0x1ab268?[_0x1ab268]:[],'tdx':_0x5118c0});process[_0x562097(0x2c8)](_0xb7c12a);}),parentSegmentCmd[a2_0x209c7b(0x1bc)]('run\x20[name]')['description']('Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x12a),'Skip\x20confirmation\x20prompt')['action'](async(_0xf7ed2f,_0x4e71fe)=>{const _0x56ffa3=a2_0x209c7b,_0x582740=new ParentSegmentRunCommand(),_0x69292b=program[_0x56ffa3(0x1b8)](),_0x28e719=await createTDXInstance(_0x69292b),_0x41563f=await _0x582740[_0x56ffa3(0x17f)]({'options':{..._0x69292b,..._0x4e71fe},'args':_0xf7ed2f?[_0xf7ed2f]:[],'tdx':_0x28e719});process[_0x56ffa3(0x2c8)](_0x41563f);}),parentSegmentCmd['command']('fields\x20[name]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x173))['option']('--json',a2_0x209c7b(0x292))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2e3),a2_0x209c7b(0x13b))['action'](async(_0x4468b1,_0xa71ad2)=>{const _0x13ab02=a2_0x209c7b,_0x56e1d6=new ParentSegmentFieldsCommand(),_0xc0c466=program['opts'](),_0xe5bef2=await createTDXInstance(_0xc0c466),_0x416c57=await _0x56e1d6[_0x13ab02(0x17f)]({'options':{..._0xc0c466,..._0xa71ad2},'args':_0x4468b1?[_0x4468b1]:[],'tdx':_0xe5bef2});process['exit'](_0x416c57);}),parentSegmentCmd['command']('view\x20[name]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x295))[a2_0x209c7b(0x12e)]('-w,\x20--web',a2_0x209c7b(0x2d7))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2b0),a2_0x209c7b(0x292))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2e3),'Output\x20as\x20JSON\x20Lines')[a2_0x209c7b(0x105)](async(_0xd0a3e4,_0x5c8d70)=>{const _0x3df162=a2_0x209c7b,_0x248158=new ParentSegmentViewCommand(),_0x2dd836=program['opts'](),_0x41e056=await createTDXInstance(_0x2dd836),_0x374b81=await _0x248158[_0x3df162(0x17f)]({'options':{..._0x2dd836,..._0x5c8d70},'args':_0xd0a3e4?[_0xd0a3e4]:[],'tdx':_0x41e056});process['exit'](_0x374b81);}),parentSegmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x21b))['description'](a2_0x209c7b(0x1ff))['option'](a2_0x209c7b(0x2b0),a2_0x209c7b(0x292))['option']('--jsonl',a2_0x209c7b(0x13b))['action'](async(_0x5ae8f9,_0x564406)=>{const _0x5373de=a2_0x209c7b,_0x17ccd5=new ParentSegmentDescCommand(),_0x16e458=program['opts'](),_0x1100a7=await createTDXInstance(_0x16e458),_0x237c57=await _0x17ccd5[_0x5373de(0x17f)]({'options':{..._0x16e458,..._0x564406},'args':_0x5ae8f9?[_0x5ae8f9]:[],'tdx':_0x1100a7});process['exit'](_0x237c57);}),parentSegmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2ad))[a2_0x209c7b(0x1bd)]('Get\x20SQL\x20query\x20for\x20parent\x20segment\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2b0),'Output\x20as\x20JSON')['option']('--jsonl',a2_0x209c7b(0x13b))[a2_0x209c7b(0x105)](async(_0xc77b21,_0x5a081b)=>{const _0x5515d3=a2_0x209c7b,_0x40fb8f=new ParentSegmentSQLCommand(),_0x268d7e=program['opts'](),_0x45b9db=await createTDXInstance(_0x268d7e),_0x62a938=await _0x40fb8f[_0x5515d3(0x17f)]({'options':{..._0x268d7e,..._0x5a081b},'args':_0xc77b21?[_0xc77b21]:[],'tdx':_0x45b9db});process['exit'](_0x62a938);}),parentSegmentCmd[a2_0x209c7b(0x1bc)]('show\x20[name]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x208))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2a2),'Limit\x20number\x20of\x20rows')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2b0),'Output\x20as\x20JSON')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2e3),a2_0x209c7b(0x13b))[a2_0x209c7b(0x105)](async(_0x598101,_0x1436ac)=>{const _0x5ed8b4=a2_0x209c7b,_0x331e13=new ParentSegmentShowCommand(),_0x3b38ac=program[_0x5ed8b4(0x1b8)](),_0x26f585=await createTDXInstance(_0x3b38ac),_0x30e610=await _0x331e13[_0x5ed8b4(0x17f)]({'options':{..._0x3b38ac,..._0x1436ac},'args':_0x598101?[_0x598101]:[],'tdx':_0x26f585});process[_0x5ed8b4(0x2c8)](_0x30e610);}),parentSegmentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x283))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x126))[a2_0x209c7b(0x105)](async(_0x1a8ab2,_0x3a5247)=>{const _0x46881d=a2_0x209c7b,_0x177dd9=new UseCommand(),_0x53dbca=program['opts'](),_0x513dec=_0x1a8ab2?[_0x46881d(0x232),_0x1a8ab2]:[],_0x320d1e=await _0x177dd9[_0x46881d(0x17f)]({'options':{..._0x53dbca,..._0x3a5247},'args':_0x513dec,'tdx':null});process[_0x46881d(0x2c8)](_0x320d1e);}),parentCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x291))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x317))['requiredOption'](a2_0x209c7b(0x2fd),'Master\x20database\x20name')['requiredOption'](a2_0x209c7b(0x2cc),'Master\x20table\x20name')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x281),a2_0x209c7b(0x13e))['option']('--schedule-type\x20<type>',a2_0x209c7b(0x1f4))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x12b),'Schedule\x20option\x20(time\x20for\x20daily,\x20day\x20for\x20weekly/monthly)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2a0),a2_0x209c7b(0x244))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x302),a2_0x209c7b(0x113))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x19f),'Attributes\x20from\x20JSON\x20file')['option'](a2_0x209c7b(0x1f6),a2_0x209c7b(0x171))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ca),a2_0x209c7b(0x25a))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x107),a2_0x209c7b(0x1b7))['option'](a2_0x209c7b(0x26f),a2_0x209c7b(0x146))[a2_0x209c7b(0x105)](async(_0x4d7868,_0x480c5f)=>{const _0x3152bb=a2_0x209c7b,_0x36d67b=new ParentSegmentCreateCommand(),_0x555d4d=program[_0x3152bb(0x1b8)](),_0xaa564b=await createTDXInstance(_0x555d4d),_0xa88b0b=await _0x36d67b['run']({'options':{..._0x555d4d,..._0x480c5f},'args':[_0x4d7868],'tdx':_0xaa564b});process['exit'](_0xa88b0b);}),parentCmd[a2_0x209c7b(0x1bc)]('update\x20<name>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x155))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x281),a2_0x209c7b(0x288))['option'](a2_0x209c7b(0x1fc),'Updated\x20schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly')[a2_0x209c7b(0x12e)]('--schedule-option\x20<value>','Updated\x20schedule\x20option')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2a0),a2_0x209c7b(0x1c3))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1af),a2_0x209c7b(0x267))[a2_0x209c7b(0x12e)]('--add-attributes-file\x20<file>',a2_0x209c7b(0x1ba))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x260),a2_0x209c7b(0x114))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2e6),a2_0x209c7b(0x13c))[a2_0x209c7b(0x105)](async(_0x3549af,_0x1892c4)=>{const _0x45c76c=a2_0x209c7b,_0x3547fe=new ParentSegmentUpdateCommand(),_0x517367=program[_0x45c76c(0x1b8)](),_0xa1a533=await createTDXInstance(_0x517367),_0x7ed4cc=await _0x3547fe[_0x45c76c(0x17f)]({'options':{..._0x517367,..._0x1892c4},'args':[_0x3549af],'tdx':_0xa1a533});process[_0x45c76c(0x2c8)](_0x7ed4cc);}),folderCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x176))['description'](a2_0x209c7b(0x110))['option'](a2_0x209c7b(0x281),'Folder\x20description')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1c7),'Parent\x20folder\x20name\x20for\x20nested\x20folders')[a2_0x209c7b(0x105)](async(_0x4b1260,_0x1ee17c,_0x3d76c2)=>{const _0x2dc20d=a2_0x209c7b,_0x25fd98=new SegmentFolderCreateCommand(),_0x22ac3d=program['opts'](),_0x48ad68=await createTDXInstance(_0x22ac3d),_0x40a97e=await _0x25fd98['run']({'options':{..._0x22ac3d,..._0x3d76c2},'args':[_0x4b1260,_0x1ee17c],'tdx':_0x48ad68});process[_0x2dc20d(0x2c8)](_0x40a97e);}),program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x248))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2a9))[a2_0x209c7b(0x105)](async(_0x590cd6,_0x5c46af)=>{const _0x477b60=a2_0x209c7b,_0x32003a=new ActivationsCommand(),_0x4e3a0f=program['opts'](),_0x18f15f=await createTDXInstance(_0x4e3a0f),_0x58ffde=await _0x32003a['run']({'options':{..._0x4e3a0f,..._0x5c46af},'args':[_0x590cd6],'tdx':_0x18f15f});process[_0x477b60(0x2c8)](_0x58ffde);});const workflowCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x29e))[a2_0x209c7b(0x2b1)]('wf')['description']('Workflow\x20(Digdag)\x20management\x20commands'),wfProjectCmd=workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x187))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1cb)),wfProjectListAction=async(_0xaf30cc,_0x2d9b79)=>{const _0x47224a=a2_0x209c7b,_0x491cd1=new WorkflowProjectsCommand(),_0x33d641=program[_0x47224a(0x1b8)](),_0x5857ff=await createTDXInstance(_0x33d641),_0x4a53ca=await _0x491cd1[_0x47224a(0x17f)]({'options':{..._0x33d641,..._0x2d9b79},'args':_0xaf30cc?[_0xaf30cc]:[],'tdx':_0x5857ff});process['exit'](_0x4a53ca);};wfProjectCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x145))['description'](a2_0x209c7b(0x202))[a2_0x209c7b(0x105)](wfProjectListAction),workflowCmd[a2_0x209c7b(0x1bc)]('projects\x20[pattern]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2c3))['action'](wfProjectListAction);const wfWorkflowListAction=async(_0x2b38d2,_0x3cbd86)=>{const _0x4e4de5=a2_0x209c7b,_0x44550a=new WorkflowWorkflowsCommand(),_0x47e043=program[_0x4e4de5(0x1b8)](),_0x1a0361=await createTDXInstance(_0x47e043),_0xf5e791=await _0x44550a[_0x4e4de5(0x17f)]({'options':{..._0x47e043,..._0x3cbd86},'args':_0x2b38d2?[_0x2b38d2]:[],'tdx':_0x1a0361});process[_0x4e4de5(0x2c8)](_0xf5e791);};workflowCmd['command']('workflows\x20[project]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x23e))[a2_0x209c7b(0x105)](wfWorkflowListAction);const wfSessionCmd=workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x246))[a2_0x209c7b(0x1bd)]('Workflow\x20session\x20management'),wfSessionListAction=async(_0x10ce3f,_0x3d604e)=>{const _0x160807=a2_0x209c7b,_0x458ee8=new WorkflowSessionsCommand(),_0x4b14b1=program['opts'](),_0x1e3974=await createTDXInstance(_0x4b14b1),_0x4cf462=await _0x458ee8['run']({'options':{..._0x4b14b1,..._0x3d604e},'args':_0x10ce3f?[_0x10ce3f]:[],'tdx':_0x1e3974});process[_0x160807(0x2c8)](_0x4cf462);};wfSessionCmd['command'](a2_0x209c7b(0x1dd))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x259))[a2_0x209c7b(0x12e)]('--status\x20<status>',a2_0x209c7b(0x2b8))[a2_0x209c7b(0x12e)]('--from\x20<timestamp>',a2_0x209c7b(0x252))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x198),a2_0x209c7b(0x21a))[a2_0x209c7b(0x105)](wfSessionListAction),workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x182))[a2_0x209c7b(0x1bd)]('List\x20workflow\x20execution\x20sessions\x20(alias\x20for\x20\x22session\x20list\x22)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2f2),a2_0x209c7b(0x2b8))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x172),a2_0x209c7b(0x252))[a2_0x209c7b(0x12e)]('--to\x20<timestamp>',a2_0x209c7b(0x21a))[a2_0x209c7b(0x105)](wfSessionListAction);const wfAttemptListAction=async(_0x810765,_0x1e6b5d)=>{const _0x56d2fd=a2_0x209c7b,_0x24f30c=new WorkflowAttemptsCommand(),_0x5c79df=program[_0x56d2fd(0x1b8)](),_0x429679=await createTDXInstance(_0x5c79df),_0x5418eb=await _0x24f30c['run']({'options':{..._0x5c79df,..._0x1e6b5d},'args':_0x810765?[_0x810765]:[],'tdx':_0x429679});process['exit'](_0x5418eb);},attemptCmd=workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2c2))['description'](a2_0x209c7b(0x2ec))['argument'](a2_0x209c7b(0x205),'Attempt\x20ID')[a2_0x209c7b(0x29a)](a2_0x209c7b(0x2ff),a2_0x209c7b(0x2da))['argument'](a2_0x209c7b(0x2fb),'Task\x20name\x20for\x20logs\x20action')['option'](a2_0x209c7b(0x18a),'Include\x20subtasks\x20in\x20tasks\x20output')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x23c),a2_0x209c7b(0x2d5))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x318),a2_0x209c7b(0x217))[a2_0x209c7b(0x12e)]('--params\x20<json>',a2_0x209c7b(0x18d))[a2_0x209c7b(0x12e)]('--force',a2_0x209c7b(0x209))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ba),a2_0x209c7b(0x29d))[a2_0x209c7b(0x105)](async(_0x318849,_0x40675d,_0x563a52,_0x19b044)=>{const _0x2148cc=a2_0x209c7b;if(_0x318849===_0x2148cc(0x304)){await wfAttemptListAction(_0x40675d,_0x19b044);return;}if(!_0x318849){attemptCmd[_0x2148cc(0x156)]();return;}const _0x270d1d=program['opts'](),_0x2ff1a0=await createTDXInstance(_0x270d1d);let _0x31293a=0x0;if(!_0x40675d){const _0x3e8d2d=new WorkflowAttemptCommand();_0x31293a=await _0x3e8d2d[_0x2148cc(0x17f)]({'options':{..._0x270d1d,..._0x19b044},'args':[_0x318849],'tdx':_0x2ff1a0});}else{if(_0x40675d===_0x2148cc(0x2d3)){const _0x28d5f8=new WorkflowLogsCommand();_0x31293a=await _0x28d5f8[_0x2148cc(0x17f)]({'options':{..._0x270d1d,..._0x19b044},'args':_0x563a52?[_0x318849,_0x563a52]:[_0x318849],'tdx':_0x2ff1a0});}else{if(_0x40675d===_0x2148cc(0x2b9)){const _0x9251d0=new WorkflowTasksCommand();_0x31293a=await _0x9251d0[_0x2148cc(0x17f)]({'options':{..._0x270d1d,..._0x19b044},'args':[_0x318849],'tdx':_0x2ff1a0});}else{if(_0x40675d===_0x2148cc(0x1e0)){const _0x2720d8=new WorkflowKillCommand();_0x31293a=await _0x2720d8[_0x2148cc(0x17f)]({'options':{..._0x270d1d,..._0x19b044},'args':[_0x318849],'tdx':_0x2ff1a0});}else{if(_0x40675d==='retry'){const _0x3e9c6c=new WorkflowRetryCommand();_0x31293a=await _0x3e9c6c[_0x2148cc(0x17f)]({'options':{..._0x270d1d,..._0x19b044},'args':['attempt:'+_0x318849],'tdx':_0x2ff1a0});}else console[_0x2148cc(0x2ef)](_0x2148cc(0x1a8)+_0x40675d),console[_0x2148cc(0x2ef)](_0x2148cc(0x229)),_0x31293a=0x1;}}}}process[_0x2148cc(0x2c8)](_0x31293a);});attemptCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1dd))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x277))['option'](a2_0x209c7b(0x2ba),a2_0x209c7b(0x253))[a2_0x209c7b(0x105)](wfAttemptListAction),workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x17a))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2d8))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ba),a2_0x209c7b(0x253))[a2_0x209c7b(0x105)](wfAttemptListAction),workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x16f))[a2_0x209c7b(0x1bd)]('Retry\x20a\x20session\x20(prefix\x20with\x20session:)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2eb),a2_0x209c7b(0x2d0))['option']('--params\x20<json>',a2_0x209c7b(0x26d))[a2_0x209c7b(0x105)](async(_0x35c567,_0x473e7d)=>{const _0x262008=a2_0x209c7b,_0x5c5e6e=new WorkflowRetryCommand(),_0x7f1bfb=program[_0x262008(0x1b8)](),_0x2eb2cc=await createTDXInstance(_0x7f1bfb),_0x49083d=await _0x5c5e6e[_0x262008(0x17f)]({'options':{..._0x7f1bfb,..._0x473e7d},'args':[_0x35c567],'tdx':_0x2eb2cc});process[_0x262008(0x2c8)](_0x49083d);}),workflowCmd[a2_0x209c7b(0x1bc)]('run\x20<workflow>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x210))['option'](a2_0x209c7b(0x31c),a2_0x209c7b(0x18b),(_0x5b19ee,_0x18c9f2=[])=>[..._0x18c9f2,_0x5b19ee],[])['option'](a2_0x209c7b(0x1c9),'Session\x20time\x20(ISO\x208601,\x20defaults\x20to\x20now)')[a2_0x209c7b(0x105)](async(_0x44b7b9,_0x3b09d1)=>{const _0x318b67=a2_0x209c7b,_0x44a006=new WorkflowRunCommand(),_0xbd34cb=program[_0x318b67(0x1b8)](),_0x422d25=await createTDXInstance(_0xbd34cb),_0x5cc700=await _0x44a006[_0x318b67(0x17f)]({'options':{..._0xbd34cb,..._0x3b09d1},'args':[_0x44b7b9],'tdx':_0x422d25});process['exit'](_0x5cc700);}),workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2b5))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x11f))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x14b),a2_0x209c7b(0x2a3))['action'](async(_0x42c77b,_0x333be3,_0x534f14)=>{const _0x45c72e=a2_0x209c7b,_0x4c9e77=new WorkflowDownloadCommand(),_0x88a1d8=program['opts'](),_0x89b94d=await createTDXInstance(_0x88a1d8),_0x1dc49c=await _0x4c9e77['run']({'options':{..._0x88a1d8,..._0x534f14},'args':[_0x42c77b,_0x333be3||'.'],'tdx':_0x89b94d});process[_0x45c72e(0x2c8)](_0x1dc49c);}),workflowCmd[a2_0x209c7b(0x1bc)]('push\x20[project-name-or-dir]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x138))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2bf),a2_0x209c7b(0x1a5))['option'](a2_0x209c7b(0x14b),a2_0x209c7b(0x29c))[a2_0x209c7b(0x12e)]('--skip-validation',a2_0x209c7b(0x192))[a2_0x209c7b(0x105)](async(_0x556f12,_0x668c72)=>{const _0x35fbd6=a2_0x209c7b,_0x30b852=new WorkflowPushCommand(),_0x45f941=program['opts'](),_0x7c2640=await createTDXInstance(_0x45f941),_0x808174=await _0x30b852['run']({'options':{..._0x45f941,..._0x668c72},'args':_0x556f12?[_0x556f12]:[],'tdx':_0x7c2640});process[_0x35fbd6(0x2c8)](_0x808174);}),workflowCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x11d))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x320))[a2_0x209c7b(0x105)](async(_0x575e69,_0x261dc9)=>{const _0x2dc672=a2_0x209c7b,_0x5e44ab=new WorkflowDeleteCommand(),_0x14713b=program[_0x2dc672(0x1b8)](),_0x352391=await createTDXInstance(_0x14713b),_0x54713f=await _0x5e44ab[_0x2dc672(0x17f)]({'options':{..._0x14713b,..._0x261dc9},'args':[_0x575e69],'tdx':_0x352391});process[_0x2dc672(0x2c8)](_0x54713f);});const jobCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x20f))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1de)),jobListAction=async _0x2bd3fb=>{const _0x358ad4=a2_0x209c7b,_0x3cdbb0=new JobListCommand(),_0x6ffb5a=program[_0x358ad4(0x1b8)](),_0x49237b=await createTDXInstance(_0x6ffb5a),_0x3dfa73=await _0x3cdbb0['run']({'options':{..._0x6ffb5a,..._0x2bd3fb},'args':[],'tdx':_0x49237b});process[_0x358ad4(0x2c8)](_0x3dfa73);};jobCmd[a2_0x209c7b(0x1bc)]('list')['description'](a2_0x209c7b(0x140))[a2_0x209c7b(0x12e)]('--status\x20<status>','Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)')[a2_0x209c7b(0x105)](jobListAction),program[a2_0x209c7b(0x1bc)]('jobs',{'hidden':!![]})[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2fe))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2f2),a2_0x209c7b(0x2af))[a2_0x209c7b(0x105)](jobListAction),jobCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x10f))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x112))[a2_0x209c7b(0x105)](async(_0x118a4d,_0x795a8c)=>{const _0x31677d=a2_0x209c7b,_0x17f42f=new JobShowCommand(),_0x2e43de=program[_0x31677d(0x1b8)](),_0x3189e2=await createTDXInstance(_0x2e43de),_0x35f7fa=await _0x17f42f[_0x31677d(0x17f)]({'options':{..._0x2e43de,..._0x795a8c},'args':[_0x118a4d],'tdx':_0x3189e2});process[_0x31677d(0x2c8)](_0x35f7fa);}),jobCmd[a2_0x209c7b(0x1bc)]('kill\x20<job-id>')['description']('Kill\x20a\x20job')['action'](async(_0x169a41,_0x4869d7)=>{const _0x3657fa=a2_0x209c7b,_0x7395dd=new JobKillCommand(),_0x319af7=program['opts'](),_0x333d61=await createTDXInstance(_0x319af7),_0x3fbd85=await _0x7395dd['run']({'options':{..._0x319af7,..._0x4869d7},'args':[_0x169a41],'tdx':_0x333d61});process[_0x3657fa(0x2c8)](_0x3fbd85);}),jobCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1c5))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x26c))[a2_0x209c7b(0x12e)]('--job-type\x20<type>',a2_0x209c7b(0x1d2),'trino')['option'](a2_0x209c7b(0x1be),a2_0x209c7b(0x19e))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2c9),'Database\x20name\x20(default:\x20information_schema)',a2_0x209c7b(0x2cd))[a2_0x209c7b(0x105)](async(_0x3162f2,_0x1298f2)=>{const _0x4fa3d3=a2_0x209c7b,_0x271c45=new JobSubmitCommand(),_0x475799=program[_0x4fa3d3(0x1b8)](),_0x2a43e4=await createTDXInstance(_0x475799),_0x1934b6=await _0x271c45[_0x4fa3d3(0x17f)]({'options':{..._0x475799,..._0x1298f2},'args':_0x3162f2?[_0x3162f2]:[],'tdx':_0x2a43e4});process['exit'](_0x1934b6);}),jobCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2bd))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x223))[a2_0x209c7b(0x105)](async(_0x20b999,_0x14c3bd)=>{const _0x4b62b6=a2_0x209c7b,_0x5762b0=new JobResultCommand(),_0x84a82c=program[_0x4b62b6(0x1b8)](),_0x5cea02=await createTDXInstance(_0x84a82c),_0x3d9fcb=await _0x5762b0['run']({'options':{..._0x84a82c,..._0x14c3bd},'args':[_0x20b999],'tdx':_0x5cea02});process['exit'](_0x3d9fcb);});const llmCmd=program['command'](a2_0x209c7b(0x1c2))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x167));llmCmd['command']('use\x20<project-name>')[a2_0x209c7b(0x1bd)]('Set\x20current\x20project\x20context\x20for\x20agent\x20operations')[a2_0x209c7b(0x105)](async(_0x1634a3,_0x49ab98)=>{const _0x4d0d73=a2_0x209c7b,_0xac0699=new LLMUseCommand(),_0x482708=program['opts'](),_0x122baa=await createTDXInstance(_0x482708),_0x18a09a=await _0xac0699[_0x4d0d73(0x17f)]({'options':{..._0x482708,..._0x49ab98},'args':[_0x1634a3],'tdx':_0x122baa});process[_0x4d0d73(0x2c8)](_0x18a09a);}),llmCmd[a2_0x209c7b(0x1bc)]('models')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1a7))[a2_0x209c7b(0x105)](async _0x3202c6=>{const _0x3dd958=a2_0x209c7b,_0x7adc84=new LLMModelsCommand(),_0x4a8913=program['opts'](),_0x254c62=await createTDXInstance(_0x4a8913),_0x5da982=await _0x7adc84['run']({'options':{..._0x4a8913,..._0x3202c6},'args':[],'tdx':_0x254c62});process[_0x3dd958(0x2c8)](_0x5da982);});const projectCmd=llmCmd['command']('project')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x222)),llmProjectListAction=async(_0x219f34,_0x393b00)=>{const _0x5c391e=a2_0x209c7b,_0xd5d21=new LLMProjectsCommand(),_0x5b0256=program[_0x5c391e(0x1b8)](),_0x3fa79e=await createTDXInstance(_0x5b0256),_0x35318d=await _0xd5d21[_0x5c391e(0x17f)]({'options':{..._0x5b0256,..._0x393b00},'args':_0x219f34?[_0x219f34]:[],'tdx':_0x3fa79e});process[_0x5c391e(0x2c8)](_0x35318d);};projectCmd[a2_0x209c7b(0x1bc)]('list\x20[pattern]')[a2_0x209c7b(0x1bd)]('List\x20all\x20LLM\x20projects\x20(optionally\x20filtered\x20by\x20pattern)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2d2),a2_0x209c7b(0x1f9))[a2_0x209c7b(0x105)](llmProjectListAction),llmCmd['command'](a2_0x209c7b(0x297))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1e9))[a2_0x209c7b(0x12e)]('-w,\x20--web',a2_0x209c7b(0x1f9))[a2_0x209c7b(0x105)](llmProjectListAction),projectCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x291))[a2_0x209c7b(0x1bd)]('Create\x20a\x20new\x20LLM\x20project')['option'](a2_0x209c7b(0x281),a2_0x209c7b(0x1b9))[a2_0x209c7b(0x105)](async(_0x5581d8,_0x310916)=>{const _0x31f8b5=a2_0x209c7b,_0xe442e0=new LLMProjectCreateCommand(),_0x541e85=program[_0x31f8b5(0x1b8)](),_0x1393f1=await createTDXInstance(_0x541e85),_0x3dcef4=await _0xe442e0[_0x31f8b5(0x17f)]({'options':{..._0x541e85,..._0x310916},'args':[_0x5581d8],'tdx':_0x1393f1});process['exit'](_0x3dcef4);}),projectCmd[a2_0x209c7b(0x1bc)]('delete\x20<name>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2db))[a2_0x209c7b(0x105)](async(_0x30f2d5,_0x5b7f82)=>{const _0x24cb2a=a2_0x209c7b,_0x26e02a=new LLMProjectDeleteCommand(),_0x5420a8=program['opts'](),_0x1a0e04=await createTDXInstance(_0x5420a8),_0x4beb37=await _0x26e02a[_0x24cb2a(0x17f)]({'options':{..._0x5420a8,..._0x5b7f82},'args':[_0x30f2d5],'tdx':_0x1a0e04});process[_0x24cb2a(0x2c8)](_0x4beb37);}),projectCmd['command'](a2_0x209c7b(0x261))[a2_0x209c7b(0x1bd)]('[DEPRECATED]\x20Backup\x20project\x20(use\x20`tdx\x20agent\x20pull`\x20instead)')[a2_0x209c7b(0x12e)]('-o,\x20--output\x20<folder>',a2_0x209c7b(0x125))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x11c),a2_0x209c7b(0x2aa))[a2_0x209c7b(0x105)](async(_0x562a4c,_0xb9f0fc)=>{const _0x5918e0=a2_0x209c7b,_0x47f906=new LLMProjectBackupCommand(),_0x27bd5b=program['opts'](),_0xf687d0=await createTDXInstance(_0x27bd5b),_0x450b7a=await _0x47f906[_0x5918e0(0x17f)]({'options':{..._0x27bd5b,..._0xb9f0fc},'args':[_0x562a4c],'tdx':_0xf687d0});process[_0x5918e0(0x2c8)](_0x450b7a);}),projectCmd['command']('restore\x20<folder>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x25b))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x29f),a2_0x209c7b(0x22e))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x11c),a2_0x209c7b(0x231))[a2_0x209c7b(0x105)](async(_0x3b7817,_0x27e946)=>{const _0x1de6ca=a2_0x209c7b,_0x2e7de4=new LLMProjectRestoreCommand(),_0x45d601=program[_0x1de6ca(0x1b8)](),_0x4729c0=await createTDXInstance(_0x45d601),_0x2ee9d6=await _0x2e7de4[_0x1de6ca(0x17f)]({'options':{..._0x45d601,..._0x27e946},'args':[_0x3b7817],'tdx':_0x4729c0});process[_0x1de6ca(0x2c8)](_0x2ee9d6);});const llmAgentListAction=async(_0x90b423,_0x1733ee)=>{const _0xf07e6=a2_0x209c7b,_0x548746=new LLMAgentsCommand(),_0xa85248=program[_0xf07e6(0x1b8)](),_0x3f71cb=await createTDXInstance(_0xa85248),_0x47d596=await _0x548746[_0xf07e6(0x17f)]({'options':{..._0xa85248,..._0x1733ee},'args':_0x90b423?[_0x90b423]:[],'tdx':_0x3f71cb});process[_0xf07e6(0x2c8)](_0x47d596);};llmCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x215))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x273))['option'](a2_0x209c7b(0x2d2),a2_0x209c7b(0x151))[a2_0x209c7b(0x105)](llmAgentListAction),program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x215))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x273))['option'](a2_0x209c7b(0x2d2),a2_0x209c7b(0x151))[a2_0x209c7b(0x105)](llmAgentListAction),llmCmd['command']('history\x20[chat-id]')[a2_0x209c7b(0x1bd)]('Show\x20chat\x20history\x20(or\x20list\x20all\x20sessions\x20if\x20no\x20ID\x20provided)')['option']('--last',a2_0x209c7b(0x28e))['action'](async(_0x4bb0d5,_0x5597fb)=>{const _0x3df04c=a2_0x209c7b,_0x400c1b=new LLMHistoryCommand(),_0x34fdda=program['opts'](),_0x33ae32=await createTDXInstance(_0x34fdda),_0x3a5415=await _0x400c1b[_0x3df04c(0x17f)]({'options':{..._0x34fdda,..._0x5597fb},'args':_0x4bb0d5?[_0x4bb0d5]:[],'tdx':_0x33ae32});process[_0x3df04c(0x2c8)](_0x3a5415);}),llmCmd['command']('proxy')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x264))[a2_0x209c7b(0x12e)]('--port\x20<number>',a2_0x209c7b(0x150),a2_0x209c7b(0x1e4))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x180),a2_0x209c7b(0x2fa))[a2_0x209c7b(0x12e)]('--agent\x20<name>',a2_0x209c7b(0x1ce))[a2_0x209c7b(0x105)](async _0x636de6=>{const _0x28c813=a2_0x209c7b,_0x21e665=new LLMProxyCommand(),_0x1468cf=program[_0x28c813(0x1b8)](),_0x14193a=await createTDXInstance(_0x1468cf),_0x555ba9={..._0x636de6,'port':_0x636de6['port']?parseInt(_0x636de6[_0x28c813(0x26e)],0xa):undefined},_0x5ef3c9=await _0x21e665['run']({'options':{..._0x1468cf,..._0x555ba9},'args':[],'tdx':_0x14193a});process['exit'](_0x5ef3c9);}),program[a2_0x209c7b(0x1bc)]('claude\x20[args...]')[a2_0x209c7b(0x1a2)](a2_0x209c7b(0x109))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x307))['option']('--model\x20<name>',a2_0x209c7b(0x216),a2_0x209c7b(0x321))[a2_0x209c7b(0x12e)]('-c,\x20--continue',a2_0x209c7b(0x168))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x242),a2_0x209c7b(0x1ad))['option'](a2_0x209c7b(0x230),a2_0x209c7b(0x1e8))[a2_0x209c7b(0x2a8)]()[a2_0x209c7b(0x2f1)](!![])[a2_0x209c7b(0x1b6)]('after','\x0aSubcommands:\x0a\x20\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20AI\x20Suite\x20credit\x20usage\x20by\x20profile\x0a\x20\x20statusline\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20statusline\x20for\x20Claude\x20Code\x20(reads\x20JSON\x20from\x20stdin)\x0a\x0aExamples:\x0a\x20\x20tdx\x20claude\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\x20Launch\x20Claude\x20Code\x20with\x20TD\x20LLM\x20proxy\x0a\x20\x20tdx\x20claude\x20-c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Continue\x20most\x20recent\x20conversation\x0a\x20\x20tdx\x20claude\x20-r\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20conversation\x20(shows\x20selector)\x0a\x20\x20tdx\x20claude\x20--\x20\x22your\x20prompt\x20here\x22\x20\x20\x20\x20Start\x20with\x20an\x20initial\x20prompt\x0a\x20\x20tdx\x20claude\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20credit\x20usage\x20statistics\x0a\x20\x20tdx\x20claude\x20usage\x20--json\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20usage\x20as\x20JSON')['action'](async(_0x3f033d,_0xa90f36)=>{const _0x53d005=a2_0x209c7b,_0x3b4336=program[_0x53d005(0x1b8)](),_0x5d845e=Array[_0x53d005(0x30d)](_0x3f033d)?_0x3f033d:[];if(_0x5d845e[0x0]===_0x53d005(0x2c1)){const _0x163d45=new ClaudeStatuslineCommand(),_0x215d89=await _0x163d45[_0x53d005(0x17f)]({'options':{..._0x3b4336,..._0xa90f36},'args':_0x5d845e[_0x53d005(0x1e7)](0x1),'tdx':null});process[_0x53d005(0x2c8)](_0x215d89);}if(_0x5d845e[0x0]===_0x53d005(0x1a2)){const _0x3cae3d=new ClaudeUsageCommand(),_0x2d2912=await _0x3cae3d['run']({'options':{..._0x3b4336,..._0xa90f36},'args':_0x5d845e[_0x53d005(0x1e7)](0x1),'tdx':null});process[_0x53d005(0x2c8)](_0x2d2912);}const _0x1e1cb2=new ClaudeCommand(),_0x1e90ea=await createTDXInstance(_0x3b4336),_0x12202a=await _0x1e1cb2['run']({'options':{..._0x3b4336,..._0xa90f36},'args':_0x5d845e,'tdx':_0x1e90ea});process[_0x53d005(0x2c8)](_0x12202a);}),program['command'](a2_0x209c7b(0x327))['description']('Show\x20current\x20resolved\x20context\x20(use\x20--debug\x20to\x20show\x20sources)')['option'](a2_0x209c7b(0x22a),a2_0x209c7b(0x16d))[a2_0x209c7b(0x105)](async _0x1684ba=>{const _0x5e0521=a2_0x209c7b,_0x2aa92b=new ContextCommand(),_0x572857=program[_0x5e0521(0x1b8)](),_0x3d8f12=await _0x2aa92b['run']({'options':{..._0x572857,..._0x1684ba},'args':[],'tdx':null});process[_0x5e0521(0x2c8)](_0x3d8f12);}),program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x272))[a2_0x209c7b(0x1bd)]('Show\x20or\x20set\x20session-level\x20context\x20(resources:\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace)')[a2_0x209c7b(0x12e)]('--clear',a2_0x209c7b(0x16d))[a2_0x209c7b(0x105)](async(_0x143d15,_0x1fc1b2,_0x299d18)=>{const _0x2a796c=a2_0x209c7b,_0x1eba1d=new UseCommand(),_0x3374a4=program[_0x2a796c(0x1b8)](),_0x43cf59=[];if(_0x143d15)_0x43cf59[_0x2a796c(0x25e)](_0x143d15);if(_0x1fc1b2)_0x43cf59[_0x2a796c(0x25e)](_0x1fc1b2);const _0x5346c5=await _0x1eba1d[_0x2a796c(0x17f)]({'options':{..._0x3374a4,..._0x299d18},'args':_0x43cf59,'tdx':null});process['exit'](_0x5346c5);}),program['command']('chats')[a2_0x209c7b(0x1bd)]('Interactive\x20chat\x20selector')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2ab),a2_0x209c7b(0x2b3))[a2_0x209c7b(0x105)](async _0x45300a=>{const _0x119dde=a2_0x209c7b,_0x213879=new ChatsCommand(),_0x584f71=program[_0x119dde(0x1b8)](),_0x5a7d44=await createTDXInstance(_0x584f71),_0x4de27b=await _0x213879['run']({'options':{..._0x584f71,..._0x45300a},'args':[],'tdx':_0x5a7d44});process[_0x119dde(0x2c8)](_0x4de27b);});const authCmd=program[a2_0x209c7b(0x1bc)]('auth')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x256));async function runAuthStatusCommand(_0x3c4d4e){const _0x5baefe=a2_0x209c7b,_0x195a70=new AuthStatusCommand(),_0x4e3d21=program[_0x5baefe(0x1b8)](),_0x162a92=await createTDXInstance(_0x4e3d21),_0x442f90=await _0x195a70[_0x5baefe(0x17f)]({'options':{..._0x4e3d21,..._0x3c4d4e},'args':[],'tdx':_0x162a92});process[_0x5baefe(0x2c8)](_0x442f90);}authCmd['action'](runAuthStatusCommand),authCmd[a2_0x209c7b(0x1bc)]('status')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x135))[a2_0x209c7b(0x105)](runAuthStatusCommand),authCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2cb))[a2_0x209c7b(0x1bd)]('Setup\x20API\x20key\x20authentication\x20interactively')['addHelpText'](a2_0x209c7b(0x174),'\x0aGlobal\x20Options:\x0a\x20\x20--site\x20<site>\x20\x20\x20\x20\x20\x20Target\x20site\x20(us01,\x20jp01,\x20eu01,\x20ap02)\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20use\x20(saves\x20API\x20key\x20to\x20profile-specific\x20config)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Interactive\x20setup\x20for\x20default\x20site\x20(us01)\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20--site\x20jp01\x20\x20#\x20Setup\x20for\x20Japan\x20site\x0a')[a2_0x209c7b(0x105)](async _0x412374=>{const _0x549168=a2_0x209c7b,_0x586a8b=new AuthSetupCommand(),_0x32afcd=program[_0x549168(0x1b8)](),_0x55d160=await createTDXInstance(_0x32afcd),_0x3b990b=await _0x586a8b[_0x549168(0x17f)]({'options':{..._0x32afcd,..._0x412374},'args':[],'tdx':_0x55d160});process[_0x549168(0x2c8)](_0x3b990b);}),authCmd['command'](a2_0x209c7b(0x1d6))['description'](a2_0x209c7b(0x254))[a2_0x209c7b(0x1b6)](a2_0x209c7b(0x174),a2_0x209c7b(0x1b5))[a2_0x209c7b(0x105)](async _0x5214d7=>{const _0x43a6d0=a2_0x209c7b,_0x2a3d06=new AuthClearCommand(),_0x58ff35=program[_0x43a6d0(0x1b8)](),_0xdc636b=await _0x2a3d06[_0x43a6d0(0x17f)]({'options':{..._0x58ff35,..._0x5214d7},'args':[],'tdx':null});process[_0x43a6d0(0x2c8)](_0xdc636b);});const userCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1e2))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x29b)),userListAction=async _0x3b25c6=>{const _0x3e1c77=a2_0x209c7b,_0x1bed84=new UserListCommand(),_0x482155=program[_0x3e1c77(0x1b8)](),_0x4b8cf8=await createTDXInstance(_0x482155),_0x23998d=await _0x1bed84[_0x3e1c77(0x17f)]({'options':{..._0x482155,..._0x3b25c6},'args':[],'tdx':_0x4b8cf8});process['exit'](_0x23998d);};userCmd[a2_0x209c7b(0x105)](async _0x51327a=>{const _0x6425de=a2_0x209c7b,_0x4161ff=new UserCommand(),_0x2c64b9=program[_0x6425de(0x1b8)](),_0x35c0ed=await createTDXInstance(_0x2c64b9),_0xdc1bb7=await _0x4161ff[_0x6425de(0x17f)]({'options':{..._0x2c64b9,..._0x51327a},'args':[],'tdx':_0x35c0ed});process[_0x6425de(0x2c8)](_0xdc1bb7);}),userCmd[a2_0x209c7b(0x1bc)]('list')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1c6))[a2_0x209c7b(0x105)](userListAction),program[a2_0x209c7b(0x1bc)]('users')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x269))['action'](userListAction),program['command'](a2_0x209c7b(0x2f9))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x20e))[a2_0x209c7b(0x105)](async _0x5ed6bb=>{const _0xe44f2=a2_0x209c7b,_0x5389d9=new ProfilesCommand(),_0x4d4bb7=program[_0xe44f2(0x1b8)](),_0x5b6617=await _0x5389d9[_0xe44f2(0x17f)]({'options':{..._0x4d4bb7,..._0x5ed6bb},'args':[],'tdx':null});process[_0xe44f2(0x2c8)](_0x5b6617);});const engageCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1f2))[a2_0x209c7b(0x1bd)]('Engage\x20operations\x20(campaigns,\x20templates,\x20workspaces)'),createEngageAction=_0x1b84f3=>{return async(_0x44c406,_0x5f0a91)=>{const _0x2af804=a2_0x3ba4,_0xc8d9c2=new _0x1b84f3(),_0x1fdbec=program[_0x2af804(0x1b8)](),_0x267d56=await createTDXInstance(_0x1fdbec),_0x419662=await _0xc8d9c2[_0x2af804(0x17f)]({'options':{..._0x1fdbec,..._0x5f0a91},'args':[_0x44c406],'tdx':_0x267d56});process[_0x2af804(0x2c8)](_0x419662);};},createEngageNoArgAction=_0x7df9c9=>{return async _0x31c9b1=>{const _0x36055d=a2_0x3ba4,_0x18aeaf=new _0x7df9c9(),_0x5a7ab8=program[_0x36055d(0x1b8)](),_0x43e57c=await createTDXInstance(_0x5a7ab8),_0x52ea41=await _0x18aeaf['run']({'options':{..._0x5a7ab8,..._0x31c9b1},'args':[],'tdx':_0x43e57c});process['exit'](_0x52ea41);};},campaignCmd=engageCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x270))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x294)),campaignListAction=async(_0xdec4c9,_0x5a533a)=>{const _0x416838=a2_0x209c7b,_0x1d5ac9=new EngageCampaignsCommand(),_0x45d64c=program[_0x416838(0x1b8)](),_0x348807=await createTDXInstance(_0x45d64c),_0x2fcf8e=await _0x1d5ac9['run']({'options':{..._0x45d64c,..._0x5a533a},'args':_0xdec4c9?[_0xdec4c9]:[],'tdx':_0x348807});process[_0x416838(0x2c8)](_0x2fcf8e);};campaignCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x145))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x186))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1f0),a2_0x209c7b(0x1c4))['option']('--status\x20<status>',a2_0x209c7b(0x2f5))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))[a2_0x209c7b(0x105)](campaignListAction),engageCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2c7))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x12f))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1f0),'Filter\x20by\x20campaign\x20type\x20(email,\x20push)')['option']('--status\x20<status>',a2_0x209c7b(0x2f5))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))[a2_0x209c7b(0x105)](campaignListAction),campaignCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1f1))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x15a))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),'Workspace\x20name')['option'](a2_0x209c7b(0x1f8),a2_0x209c7b(0x2be))[a2_0x209c7b(0x105)](createEngageAction(EngageCampaignShowCommand)),campaignCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x20a))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x11a))[a2_0x209c7b(0x141)]('--name\x20<name>','Campaign\x20name')[a2_0x209c7b(0x141)](a2_0x209c7b(0x1f0),a2_0x209c7b(0x1e3))[a2_0x209c7b(0x12e)]('--workspace\x20<name>','Workspace\x20name\x20(required)')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x310),a2_0x209c7b(0x238))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1a6),a2_0x209c7b(0x1b4))[a2_0x209c7b(0x12e)]('--email-sender-id\x20<id>',a2_0x209c7b(0x132))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1ec),a2_0x209c7b(0x108))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1d4),a2_0x209c7b(0x16e))[a2_0x209c7b(0x12e)]('--timezone\x20<tz>',a2_0x209c7b(0x2e4))['action'](createEngageNoArgAction(EngageCampaignCreateCommand)),campaignCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1f7))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2b6))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))[a2_0x209c7b(0x12e)]('--name\x20<name>','New\x20campaign\x20name')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x310),'Campaign\x20description')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1a6),a2_0x209c7b(0x1b4))['option'](a2_0x209c7b(0x1a1),a2_0x209c7b(0x132))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1ec),a2_0x209c7b(0x108))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1d4),a2_0x209c7b(0x16e))[a2_0x209c7b(0x12e)]('--timezone\x20<tz>',a2_0x209c7b(0x2e4))[a2_0x209c7b(0x105)](createEngageAction(EngageCampaignUpdateCommand)),campaignCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x293))[a2_0x209c7b(0x1bd)]('Delete\x20a\x20campaign')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),'Workspace\x20name')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x17c),'Skip\x20confirmation\x20prompt')[a2_0x209c7b(0x105)](createEngageAction(EngageCampaignDeleteCommand)),campaignCmd['command'](a2_0x209c7b(0x1db))['description'](a2_0x209c7b(0x13f))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))['action'](createEngageAction(EngageCampaignLaunchCommand)),campaignCmd['command'](a2_0x209c7b(0x243))[a2_0x209c7b(0x1bd)]('Pause\x20a\x20campaign')[a2_0x209c7b(0x12e)]('--workspace\x20<name>',a2_0x209c7b(0x2d6))[a2_0x209c7b(0x105)](createEngageAction(EngageCampaignPauseCommand)),campaignCmd[a2_0x209c7b(0x1bc)]('resume\x20<name-or-id>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1fa))[a2_0x209c7b(0x12e)]('--workspace\x20<name>','Workspace\x20name')['action'](createEngageAction(EngageCampaignResumeCommand)),campaignCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x28a))[a2_0x209c7b(0x1bd)]('Duplicate\x20a\x20campaign')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))[a2_0x209c7b(0x105)](createEngageAction(EngageCampaignDuplicateCommand));const templateCmd=engageCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x278))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x30e)),templateListAction=async(_0x5f30df,_0x3a1808)=>{const _0x31f094=a2_0x209c7b,_0x2fc219=new EngageTemplatesCommand(),_0x1b9c00=program[_0x31f094(0x1b8)](),_0x5add1b=await createTDXInstance(_0x1b9c00),_0x58f8cc=await _0x2fc219[_0x31f094(0x17f)]({'options':{..._0x1b9c00,..._0x3a1808},'args':_0x5f30df?[_0x5f30df]:[],'tdx':_0x5add1b});process[_0x31f094(0x2c8)](_0x58f8cc);};templateCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x145))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x166))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))[a2_0x209c7b(0x105)](templateListAction),engageCmd[a2_0x209c7b(0x1bc)]('templates\x20[pattern]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x21d))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))[a2_0x209c7b(0x105)](templateListAction),templateCmd['command']('show\x20<name-or-id>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x118))['option'](a2_0x209c7b(0x25d),a2_0x209c7b(0x2d6))['option']('--full',a2_0x209c7b(0x2be))[a2_0x209c7b(0x105)](createEngageAction(EngageTemplateShowCommand)),templateCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x20a))['description'](a2_0x209c7b(0x1f3))['requiredOption']('--name\x20<name>',a2_0x209c7b(0x193))[a2_0x209c7b(0x141)]('--subject\x20<subject>','Email\x20subject\x20template')['requiredOption'](a2_0x209c7b(0x306),a2_0x209c7b(0x1ac))['option'](a2_0x209c7b(0x25d),a2_0x209c7b(0x149))['option'](a2_0x209c7b(0x16b),a2_0x209c7b(0x1c1))['option'](a2_0x209c7b(0x265),a2_0x209c7b(0x276))[a2_0x209c7b(0x105)](createEngageNoArgAction(EngageTemplateCreateCommand)),templateCmd['command']('update\x20<name-or-id>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1ea))[a2_0x209c7b(0x12e)]('--workspace\x20<name>','Workspace\x20name')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x2bf),a2_0x209c7b(0x1aa))[a2_0x209c7b(0x12e)]('--subject\x20<subject>',a2_0x209c7b(0x10d))['option'](a2_0x209c7b(0x306),'HTML\x20template\x20content')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x16b),a2_0x209c7b(0x1c1))['action'](createEngageAction(EngageTemplateUpdateCommand)),templateCmd['command'](a2_0x209c7b(0x293))[a2_0x209c7b(0x1bd)]('Delete\x20an\x20email\x20template')[a2_0x209c7b(0x12e)]('--workspace\x20<name>','Workspace\x20name')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x17c),a2_0x209c7b(0x148))[a2_0x209c7b(0x105)](createEngageAction(EngageTemplateDeleteCommand));const workspaceCmd=engageCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x189))[a2_0x209c7b(0x1bd)]('Workspace\x20management'),workspaceListAction=async(_0x431856,_0x1d18db)=>{const _0x321862=a2_0x209c7b,_0x2c2e15=new EngageWorkspacesCommand(),_0x25c741=program[_0x321862(0x1b8)](),_0x48b40e=await createTDXInstance(_0x25c741),_0xb5ff37=await _0x2c2e15[_0x321862(0x17f)]({'options':{..._0x25c741,..._0x1d18db},'args':_0x431856?[_0x431856]:[],'tdx':_0x48b40e});process[_0x321862(0x2c8)](_0xb5ff37);};workspaceCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x145))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2a5))[a2_0x209c7b(0x105)](workspaceListAction),engageCmd[a2_0x209c7b(0x1bc)]('workspaces\x20[pattern]')['description'](a2_0x209c7b(0x2ce))[a2_0x209c7b(0x105)](workspaceListAction),workspaceCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1f1))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x1a9))[a2_0x209c7b(0x12e)]('--full',a2_0x209c7b(0x2be))[a2_0x209c7b(0x105)](createEngageAction(EngageWorkspaceShowCommand)),workspaceCmd['command']('create')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x28c))[a2_0x209c7b(0x141)](a2_0x209c7b(0x2bf),a2_0x209c7b(0x2d6))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x310),a2_0x209c7b(0x19b))[a2_0x209c7b(0x105)](createEngageNoArgAction(EngageWorkspaceCreateCommand)),workspaceCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1f7))['description'](a2_0x209c7b(0x137))[a2_0x209c7b(0x12e)]('--name\x20<name>',a2_0x209c7b(0x305))[a2_0x209c7b(0x12e)]('--description\x20<desc>','Workspace\x20description')[a2_0x209c7b(0x105)](createEngageAction(EngageWorkspaceUpdateCommand)),workspaceCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x293))['description'](a2_0x209c7b(0x284))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x17c),a2_0x209c7b(0x148))['action'](createEngageAction(EngageWorkspaceDeleteCommand)),workspaceCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x245))[a2_0x209c7b(0x1bd)]('Set\x20workspace\x20context\x20for\x20Engage\x20commands\x20(alias\x20for\x20\x22tdx\x20use\x20engage_workspace\x22)')[a2_0x209c7b(0x105)](createEngageAction(EngageWorkspaceUseCommand));const connectionCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x30a))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x195)),connectionListAction=async _0x3ab629=>{const _0x4270e5=a2_0x209c7b,_0x176bb5=new ConnectionListCommand(),_0x47b235=program[_0x4270e5(0x1b8)](),_0x550770=await createTDXInstance(_0x47b235),_0x1dfc34=await _0x176bb5['run']({'options':{..._0x47b235,..._0x3ab629},'args':[],'tdx':_0x550770});process[_0x4270e5(0x2c8)](_0x1dfc34);};connectionCmd[a2_0x209c7b(0x1bc)]('list')['description'](a2_0x209c7b(0x271))[a2_0x209c7b(0x105)](connectionListAction),program[a2_0x209c7b(0x1bc)]('connections',{'hidden':!![]})[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x309))['action'](connectionListAction),connectionCmd['command']('show\x20<name>')[a2_0x209c7b(0x1bd)]('Show\x20connection\x20details\x20by\x20name')[a2_0x209c7b(0x105)](async(_0x2e0cd7,_0x1d6567)=>{const _0x1ea0d6=a2_0x209c7b,_0x46f660=new ConnectionShowCommand(),_0x3843f2=program[_0x1ea0d6(0x1b8)](),_0x45404e=await createTDXInstance(_0x3843f2),_0x4901b4=await _0x46f660[_0x1ea0d6(0x17f)]({'options':{..._0x3843f2,..._0x1d6567},'args':[_0x2e0cd7],'tdx':_0x45404e});process['exit'](_0x4901b4);});const journeyCmd=program[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x1c0))['description'](a2_0x209c7b(0x127));journeyCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x145))[a2_0x209c7b(0x1bd)]('List\x20journeys\x20in\x20current\x20context')[a2_0x209c7b(0x12e)]('-w,\x20--web','Show\x20web\x20console\x20URLs\x20for\x20journeys')['action'](async(_0x2959ea,_0xb8332d)=>{const _0x92100=a2_0x209c7b,_0x3d9a1a=new JourneyListCommand(),_0x37600e=program[_0x92100(0x1b8)](),_0x549f11=await createTDXInstance(_0x37600e),_0x3e919c=await _0x3d9a1a[_0x92100(0x17f)]({'options':{..._0x37600e,..._0xb8332d},'args':_0x2959ea?[_0x2959ea]:[],'tdx':_0x549f11});process[_0x92100(0x2c8)](_0x3e919c);}),journeyCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x286))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x319))['option'](a2_0x209c7b(0x2d2),a2_0x209c7b(0x251))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x14e),a2_0x209c7b(0x143))[a2_0x209c7b(0x105)](async(_0x2b2e66,_0x3829fc)=>{const _0x106ecb=a2_0x209c7b,_0x3e7073=new JourneyViewCommand(),_0x4fd612=program[_0x106ecb(0x1b8)](),_0x9937=await createTDXInstance(_0x4fd612),_0x308965=await _0x3e7073[_0x106ecb(0x17f)]({'options':{..._0x4fd612,..._0x3829fc},'args':[_0x2b2e66],'tdx':_0x9937});process[_0x106ecb(0x2c8)](_0x308965);}),journeyCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x142))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x241))[a2_0x209c7b(0x12e)]('--stage\x20<name>',a2_0x209c7b(0x14a))['action'](async(_0x36bc4a,_0x29b91d)=>{const _0x4abf08=a2_0x209c7b,_0x12a032=new JourneyStatsCommand(),_0x1b95ce=program[_0x4abf08(0x1b8)](),_0x30f71f=await createTDXInstance(_0x1b95ce),_0x548abf=await _0x12a032[_0x4abf08(0x17f)]({'options':{..._0x1b95ce,..._0x29b91d},'args':[_0x36bc4a],'tdx':_0x30f71f});process['exit'](_0x548abf);}),journeyCmd['command'](a2_0x209c7b(0x159))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x28b))[a2_0x209c7b(0x105)](async(_0x2556e6,_0x305120)=>{const _0x2a4a38=a2_0x209c7b,_0x5cf667=new JourneyPauseCommand(),_0x52fcc5=program[_0x2a4a38(0x1b8)](),_0x3eb988=await createTDXInstance(_0x52fcc5),_0x29f0eb=await _0x5cf667[_0x2a4a38(0x17f)]({'options':{..._0x52fcc5,..._0x305120},'args':[_0x2556e6],'tdx':_0x3eb988});process['exit'](_0x29f0eb);}),journeyCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x20b))[a2_0x209c7b(0x1bd)]('Resume\x20a\x20paused\x20journey')[a2_0x209c7b(0x105)](async(_0x55dfeb,_0x484edc)=>{const _0x38da19=a2_0x209c7b,_0x5392a8=new JourneyResumeCommand(),_0x4e6787=program[_0x38da19(0x1b8)](),_0x3fd2ff=await createTDXInstance(_0x4e6787),_0x4a5ddc=await _0x5392a8[_0x38da19(0x17f)]({'options':{..._0x4e6787,..._0x484edc},'args':[_0x55dfeb],'tdx':_0x3fd2ff});process[_0x38da19(0x2c8)](_0x4a5ddc);}),journeyCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x18e))['description'](a2_0x209c7b(0x262))[a2_0x209c7b(0x12e)]('-y,\x20--yes',a2_0x209c7b(0x148))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x11c),a2_0x209c7b(0x236))[a2_0x209c7b(0x105)](async(_0x1020c9,_0x3b4bd3)=>{const _0xc3d195=a2_0x209c7b,_0x5b7e56=new JourneyPullCommand(),_0x344dc2=program[_0xc3d195(0x1b8)](),_0x3886c6=await createTDXInstance(_0x344dc2),_0x37a11a=await _0x5b7e56['run']({'options':{..._0x344dc2,..._0x3b4bd3},'args':_0x1020c9?[_0x1020c9]:[],'tdx':_0x3886c6});process[_0xc3d195(0x2c8)](_0x37a11a);}),journeyCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x2bb))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2bc))[a2_0x209c7b(0x105)](async(_0x53aaa1,_0x37b039)=>{const _0x502c6e=a2_0x209c7b,_0x100fc9=new JourneyPushCommand(),_0x4aeba1=program[_0x502c6e(0x1b8)](),_0x230474=await createTDXInstance(_0x4aeba1),_0x4cc428=await _0x100fc9[_0x502c6e(0x17f)]({'options':{..._0x4aeba1,..._0x37b039},'args':_0x53aaa1?[_0x53aaa1]:[],'tdx':_0x230474});process[_0x502c6e(0x2c8)](_0x4cc428);});const agentSyncCmd=program['command'](a2_0x209c7b(0x31f))['description'](a2_0x209c7b(0x2b4));agentSyncCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x313))[a2_0x209c7b(0x1bd)]('Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files')[a2_0x209c7b(0x12e)]('-o,\x20--output\x20<dir>',a2_0x209c7b(0x27d))['option'](a2_0x209c7b(0x323),a2_0x209c7b(0x235))[a2_0x209c7b(0x105)](async(_0x3e1e00,_0x22bf7a,_0x46afc7)=>{const _0x32fc43=a2_0x209c7b,_0x402315=new AgentPullCommand(),_0x28a1ec=program[_0x32fc43(0x1b8)](),_0x289f11=await createTDXInstance(_0x28a1ec),_0x4019fa=[];if(_0x3e1e00)_0x4019fa[_0x32fc43(0x25e)](_0x3e1e00);if(_0x22bf7a)_0x4019fa[_0x32fc43(0x25e)](_0x22bf7a);const _0x3505bd=await _0x402315[_0x32fc43(0x17f)]({'options':{..._0x28a1ec,..._0x46afc7},'args':_0x4019fa,'tdx':_0x289f11});process[_0x32fc43(0x2c8)](_0x3505bd);}),agentSyncCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x220))['description'](a2_0x209c7b(0x279))[a2_0x209c7b(0x12e)]('-f,\x20--force','Push\x20without\x20confirmation')['action'](async(_0x45d27b,_0x2a4b18)=>{const _0x57b778=new AgentPushCommand(),_0xdc47d8=program['opts'](),_0x4c4d98=await createTDXInstance(_0xdc47d8),_0x3e4a5c=await _0x57b778['run']({'options':{..._0xdc47d8,..._0x2a4b18},'args':_0x45d27b?[_0x45d27b]:[],'tdx':_0x4c4d98});process['exit'](_0x3e4a5c);}),agentSyncCmd['command'](a2_0x209c7b(0x19c))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x20d))[a2_0x209c7b(0x12e)]('-n,\x20--name\x20<name>',a2_0x209c7b(0x1ef))['action'](async(_0x3004a2,_0x579e55)=>{const _0x47cd58=a2_0x209c7b,_0x593cb1=new AgentCloneCommand(),_0x2c0782=program[_0x47cd58(0x1b8)](),_0x3da2a4=await createTDXInstance(_0x2c0782),_0x3388c2=await _0x593cb1[_0x47cd58(0x17f)]({'options':{..._0x2c0782,..._0x579e55},'args':_0x3004a2?[_0x3004a2]:[],'tdx':_0x3da2a4});process[_0x47cd58(0x2c8)](_0x3388c2);}),agentSyncCmd[a2_0x209c7b(0x1bc)]('list\x20[pattern]')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x314))['option'](a2_0x209c7b(0x2d2),a2_0x209c7b(0x151))[a2_0x209c7b(0x105)](llmAgentListAction),agentSyncCmd['command'](a2_0x209c7b(0x1cd))[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x2c5))['action'](async(_0x58bfc7,_0x4998fc)=>{const _0x346238=a2_0x209c7b,_0x10422f=new LLMAgentShowCommand(),_0x3459d7=program[_0x346238(0x1b8)](),_0x3caadd=await createTDXInstance(_0x3459d7),_0x951b92=await _0x10422f[_0x346238(0x17f)]({'options':{..._0x3459d7,..._0x4998fc},'args':[_0x58bfc7],'tdx':_0x3caadd});process['exit'](_0x951b92);}),agentSyncCmd[a2_0x209c7b(0x1bc)](a2_0x209c7b(0x291))['description']('Create\x20a\x20new\x20agent\x20in\x20current\x20project')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1ca),a2_0x209c7b(0x196))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x200),a2_0x209c7b(0x177),a2_0x209c7b(0x1a0))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x160),'Starter\x20message')[a2_0x209c7b(0x12e)](a2_0x209c7b(0x106),'Maximum\x20tool\x20iterations\x20(default:\x204)','4')['option'](a2_0x209c7b(0x2d4),'Temperature\x20(0.0-2.0,\x20default:\x200.7)',a2_0x209c7b(0x247))['action'](async(_0x12cd7b,_0x114297)=>{const _0x414b90=a2_0x209c7b,_0x5e286d=new LLMAgentCreateCommand(),_0x4a37f5=program['opts'](),_0x5573fd=await createTDXInstance(_0x4a37f5),_0x1ed27b=await _0x5e286d[_0x414b90(0x17f)]({'options':{..._0x4a37f5,..._0x114297},'args':[_0x12cd7b],'tdx':_0x5573fd});process['exit'](_0x1ed27b);}),agentSyncCmd[a2_0x209c7b(0x1bc)]('update\x20<agent-name>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x122))[a2_0x209c7b(0x12e)](a2_0x209c7b(0x1bf),a2_0x209c7b(0x104))['option'](a2_0x209c7b(0x1ed),a2_0x209c7b(0x2f3))['option'](a2_0x209c7b(0x281),a2_0x209c7b(0x10a))[a2_0x209c7b(0x12e)]('--starter-message\x20<text>',a2_0x209c7b(0x117))[a2_0x209c7b(0x105)](async(_0x4f395a,_0x126417)=>{const _0x7baa16=a2_0x209c7b,_0x431bee=new LLMAgentUpdateCommand(),_0x390a16=program[_0x7baa16(0x1b8)](),_0x19f97d=await createTDXInstance(_0x390a16),_0x314422=await _0x431bee[_0x7baa16(0x17f)]({'options':{..._0x390a16,..._0x126417},'args':[_0x4f395a],'tdx':_0x19f97d});process[_0x7baa16(0x2c8)](_0x314422);}),agentSyncCmd[a2_0x209c7b(0x1bc)]('delete\x20<agent-name>')[a2_0x209c7b(0x1bd)](a2_0x209c7b(0x31d))[a2_0x209c7b(0x105)](async(_0x1aa0af,_0x24981b)=>{const _0x270e46=a2_0x209c7b,_0x5f158e=new LLMAgentDeleteCommand(),_0x263733=program['opts'](),_0x266d2b=await createTDXInstance(_0x263733),_0x272479=await _0x5f158e[_0x270e46(0x17f)]({'options':{..._0x263733,..._0x24981b},'args':[_0x1aa0af],'tdx':_0x266d2b});process[_0x270e46(0x2c8)](_0x272479);});export{program};export function runCLI(){const _0x266f52=a2_0x209c7b;program[_0x266f52(0x315)](process[_0x266f52(0x2e2)]);!process['argv']['slice'](0x2)[_0x266f52(0x27a)]&&program['outputHelp']();const _0x160125=packageJson['version'];process[_0x266f52(0x18c)][_0x266f52(0x27b)]&&process[_0x266f52(0x2e2)][_0x266f52(0x27a)]>0x2&&!_0x160125[_0x266f52(0x131)](_0x266f52(0x234))&&checkForUpdate(_0x160125)[_0x266f52(0x184)](_0x5c14df=>{_0x5c14df&&displayUpdateNotification(_0x5c14df);})[_0x266f52(0x2c6)](()=>{});}
|
|
1
|
+
const a2_0x5aac0e=a2_0x5c65;(function(_0x2e58b3,_0x913ce2){const _0x2ae9fa=a2_0x5c65,_0x439af8=_0x2e58b3();while(!![]){try{const _0x13ea5d=-parseInt(_0x2ae9fa(0x2ae))/0x1+-parseInt(_0x2ae9fa(0x28a))/0x2*(-parseInt(_0x2ae9fa(0x224))/0x3)+parseInt(_0x2ae9fa(0x2b9))/0x4+-parseInt(_0x2ae9fa(0x294))/0x5+-parseInt(_0x2ae9fa(0x26d))/0x6*(-parseInt(_0x2ae9fa(0x299))/0x7)+parseInt(_0x2ae9fa(0x295))/0x8+parseInt(_0x2ae9fa(0x3a3))/0x9;if(_0x13ea5d===_0x913ce2)break;else _0x439af8['push'](_0x439af8['shift']());}catch(_0x141ba6){_0x439af8['push'](_0x439af8['shift']());}}}(a2_0x1cdf,0xf29e2));import{Command}from'commander';import{readFileSync}from'fs';import{fileURLToPath}from'url';import{dirname,join}from'path';import{TDX}from'./sdk/index.js';import{COMMAND_CATEGORIES}from'./cli-categories.js';import{GlobalContext}from'./core/global-context.js';import{LogLevel}from'./utils/tdx-logger.js';import{QueryCommand}from'./commands/query-command.js';import{ChatCommand}from'./commands/chat-command.js';import{ApiCommand}from'./commands/api-command.js';function a2_0x5c65(_0xd1c86f,_0x37e74c){_0xd1c86f=_0xd1c86f-0x19d;const _0x1cdf50=a2_0x1cdf();let _0x5c6536=_0x1cdf50[_0xd1c86f];return _0x5c6536;}import{DatabasesCommand}from'./commands/databases.js';import{TablesCommand}from'./commands/tables.js';import{SegmentsCommand}from'./commands/segments.js';import{ActivationsCommand}from'./commands/activations.js';import{ShowCommand}from'./commands/show.js';import{DescribeCommand}from'./commands/describe.js';import{SegmentShowCommand,SegmentFolderListCommand,SegmentFolderShowCommand,SegmentSQLCommand,SegmentFolderCreateCommand,SegmentViewCommand,SegmentDescCommand}from'./commands/segment-command.js';import{SegmentFieldsCommand}from'./commands/segment-fields-command.js';import{ParentSegmentListCommand,ParentSegmentCreateCommand,ParentSegmentUpdateCommand,ParentSegmentPullCommand,ParentSegmentPushCommand,ParentSegmentPreviewCommand,ParentSegmentValidateCommand,ParentSegmentRunCommand,ParentSegmentFieldsCommand,ParentSegmentViewCommand,ParentSegmentDescCommand,ParentSegmentSQLCommand,ParentSegmentShowCommand}from'./commands/parent-segment-command.js';import{SegmentCreateCommand}from'./commands/segment-create-command.js';import{SegmentUpdateCommand}from'./commands/segment-update-command.js';import{SegmentPullCommand}from'./commands/segment-pull-command.js';import{SegmentPushCommand}from'./commands/segment-push-command.js';import{SegmentUseCommand}from'./commands/segment-use-command.js';import{WorkflowProjectsCommand,WorkflowWorkflowsCommand,WorkflowSessionsCommand,WorkflowAttemptsCommand,WorkflowAttemptCommand,WorkflowTasksCommand,WorkflowLogsCommand,WorkflowKillCommand,WorkflowRetryCommand,WorkflowRunCommand,WorkflowDownloadCommand,WorkflowPushCommand,WorkflowDeleteCommand}from'./commands/workflow-command.js';import{JourneyListCommand,JourneyViewCommand,JourneyStatsCommand,JourneyPauseCommand,JourneyResumeCommand,JourneyPullCommand,JourneyPushCommand}from'./commands/journey-command.js';import{JobListCommand,JobShowCommand,JobKillCommand,JobSubmitCommand,JobResultCommand}from'./commands/job-command.js';import{LLMModelsCommand,LLMProjectsCommand,LLMAgentsCommand,LLMAgentShowCommand,LLMAgentCreateCommand,LLMAgentUpdateCommand,LLMAgentDeleteCommand,LLMHistoryCommand,LLMUseCommand,LLMProjectCreateCommand,LLMProjectDeleteCommand,LLMProjectBackupCommand,LLMProjectRestoreCommand,ChatsCommand}from'./commands/llm-command.js';import{LLMProxyCommand}from'./commands/llm-proxy.js';import{EngageCampaignsCommand,EngageCampaignShowCommand,EngageCampaignCreateCommand,EngageCampaignUpdateCommand,EngageCampaignDeleteCommand,EngageCampaignLaunchCommand,EngageCampaignPauseCommand,EngageCampaignResumeCommand,EngageCampaignDuplicateCommand,EngageTemplatesCommand,EngageTemplateShowCommand,EngageTemplateCreateCommand,EngageTemplateUpdateCommand,EngageTemplateDeleteCommand,EngageWorkspacesCommand,EngageWorkspaceShowCommand,EngageWorkspaceCreateCommand,EngageWorkspaceUpdateCommand,EngageWorkspaceDeleteCommand,EngageWorkspaceUseCommand}from'./commands/engage-command.js';import{ClaudeCommand}from'./commands/claude-command.js';import{ClaudeStatuslineCommand}from'./commands/claude-statusline-command.js';import{ClaudeUsageCommand}from'./commands/claude-usage-command.js';import{AgentPullCommand,AgentPushCommand,AgentCloneCommand}from'./commands/agent-command.js';import{ContextCommand}from'./commands/context-command.js';import{UseCommand}from'./commands/use-command.js';import{ProfilesCommand}from'./commands/profiles-command.js';import{AuthSetupCommand,AuthStatusCommand,AuthClearCommand}from'./commands/auth-command.js';import{UserCommand,UserListCommand}from'./commands/user-command.js';import{ConnectionListCommand,ConnectionShowCommand}from'./commands/connection-command.js';import{checkForUpdate,displayUpdateNotification}from'./utils/version-check.js';function a2_0x1cdf(){const _0x4181e0=['--version','Show\x20connection\x20details\x20by\x20name','--html\x20<html>','tsv','projects\x20[pattern]','Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior','Submit\x20a\x20job','List\x20available\x20LLM\x20models','jsonl','query\x20[sql]','[task-name]','show\x20<folder_ref>','-o,\x20--output\x20<dir>','Email\x20subject\x20template','models','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file','Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)','delete\x20<name>','--from\x20<timestamp>','attempt','--name\x20<name>','New\x20segment\x20name','command','validate\x20[file]','Create\x20a\x20workspace','profile','kill','Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage','Model\x20type\x20(default:\x20claude-4.5-sonnet)','noColor','--behaviors-file\x20<file>','job','Workflow\x20project\x20management','Specific\x20revision\x20to\x20download\x20(default:\x20latest)','--folder\x20<name>','use\x20[name]','sql\x20[name]','tdx','Agent\x20description','List\x20email\x20templates\x20(optionally\x20filtered\x20by\x20pattern)','[DEPRECATED]\x20Use\x20\x22tdx\x20ps\x22\x20or\x20\x22tdx\x20parent-segment\x22\x20instead','Update\x20an\x20existing\x20agent','Show\x20agent\x20chat\x20URLs','push\x20[project-name-or-dir]','Action:\x20logs,\x20tasks,\x20kill,\x20retry','submit\x20[query]','Disable\x20ANSI\x20color\x20output\x20(also\x20respects\x20NO_COLOR\x20env\x20var)','--include-retried','--session\x20<id>','Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior','Agent\x20name\x20(uses\x20context\x20or\x20default\x20if\x20not\x20specified)','create\x20<name>','Timezone\x20(e.g.,\x20America/Los_Angeles)','Show\x20folder\x20details\x20(use\x20parent_name/folder_name)','port','download\x20<project-name>\x20[output-dir]','Skip\x20confirmation\x20prompts','Move\x20to\x20folder','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','update\x20<name-or-id>','delete\x20<project-name-or-id>','Enable\x20verbose\x20logging','Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)','opts','Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)','LLM\x20project\x20management','use\x20[resource]\x20[value]','[DEPRECATED]\x20Set\x20current\x20segment/folder\x20context\x20(use\x20\x22tdx\x20use\x20parent_segment\x22\x20instead)','Start\x20a\x20workflow\x20run\x20(format:\x20project.workflow)','Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','Enable\x20trace\x20logging\x20(ultra-verbose,\x20all\x20internal\x20operations)','--subject\x20<subject>','--force','--param\x20<key=value>','Limit\x20number\x20of\x20rows','argumentDescription','isTTY','--dry-run','Show\x20what\x20would\x20be\x20done\x20without\x20writing\x20files','Profile\x20to\x20use\x20(overrides\x20active\x20profile)','--include-subtasks','trace','--session-time\x20<time>','Enable\x20debug\x20logging\x20(shows\x20HTTP\x20requests/responses)','HTTP\x20method\x20(GET,\x20POST,\x20PUT,\x20DELETE,\x20PATCH)','Set\x20or\x20show\x20parent\x20segment\x20context','Delete\x20an\x20agent','describe\x20[table]','Attempt\x20ID','--segment\x20<path>','--agent\x20<ref>',',\x20version\x20','List\x20all\x20data\x20connections','Read\x20request\x20body\x20from\x20file','pull\x20[name]','fields\x20[parent_name]','List\x20workflows\x20(optionally\x20filtered\x20by\x20project)','--parent-segment\x20<name>','join','--add-behaviors-file\x20<file>','desc\x20[name]','Get\x20SQL\x20query\x20for\x20parent\x20segment\x20(uses\x20context\x20if\x20name\x20omitted)','connection','optionDescription','Setup\x20API\x20key\x20authentication\x20interactively','--include-stats','view\x20[name]','retry','Export\x20journey(s)\x20as\x20YAML\x20files','sonnet','view\x20[segment_name]','summary','Make\x20segment\x20invisible\x20(default:\x20visible)','Interactive\x20chat\x20selector','-r,\x20--resume','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20parent_name\x20not\x20provided)','16668189fSsxzQ','--limit\x20<number>','Filtering\x20rule\x20from\x20JSON\x20file','LLM\x20agent\x20management','Show\x20master\x20table\x20sample\x20data','Include\x20subtasks\x20in\x20tasks\x20output','push\x20[path]','kill\x20<job-id>','hidden','New\x20campaign\x20name','then','Show\x20the\x20most\x20recent\x20chat','Output\x20in\x20table\x20format\x20(horizontal\x20layout,\x20shorthand\x20for\x20--format\x20table)','-f,\x20--file\x20<path>','--llm-project\x20<name>','auth','Download\x20workflow\x20project\x20from\x20Treasure\x20Data','desc','--full','Read\x20SQL\x20query\x20from\x20file','LLM\x20operations\x20(models,\x20projects,\x20agents,\x20chat)','-w,\x20--web','Start\x20a\x20new\x20chat\x20session','Model\x20to\x20use\x20(haiku,\x20sonnet,\x20opus)','injectIntoOptions','--starter-message\x20<text>','run\x20[name]','show\x20<agent-name>','--site\x20<site>','fields\x20[name]','List\x20parent\x20segments\x20(alias\x20for\x20\x22segment\x20parent\x20list\x22)','Resume\x20from\x20specific\x20task','create','Table\x20management\x20commands','backup\x20<name>','Engage\x20operations\x20(campaigns,\x20templates,\x20workspaces)','create\x20<segment_name>','0.7','Skip\x20validation\x20of\x20.dig\x20files','configureHelp','Database\x20to\x20use\x20(overrides\x20context)','--attributes-file\x20<file>','Arguments:','error','--editor-type\x20<type>','4000','Open\x20parent\x20segment\x20in\x20web\x20browser','--status\x20<status>','[DEPRECATED]\x20Restore\x20project\x20(use\x20`tdx\x20agent\x20push/clone`\x20instead)','--attributes\x20<json>','Add\x20behaviors\x20as\x20JSON\x20string','Workspace\x20name\x20(required)','Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields','statusline','Update\x20an\x20email\x20template','Name\x20for\x20the\x20new\x20project\x20(required)','Show\x20web\x20console\x20URLs\x20for\x20segments','-v,\x20--verbose','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)','Output\x20as\x20JSON\x20Lines','Custom\x20header\x20(format:\x20\x22Key:\x20Value\x22,\x20repeatable)','--project\x20<name>','database','-o,\x20--output\x20<file>','use\x20<path>','[DEPRECATED]\x20List\x20segment\x20folders\x20(use\x20\x22tdx\x20sg\x20list\x22\x20instead)','utf-8','Task\x20name\x20for\x20logs\x20action','Maximum\x20tool\x20iterations\x20(default:\x204)','--no-proxy','Campaign\x20description','stderr','--yes','\x0aSubcommands:\x0a\x20\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20AI\x20Suite\x20credit\x20usage\x20by\x20profile\x0a\x20\x20statusline\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20statusline\x20for\x20Claude\x20Code\x20(reads\x20JSON\x20from\x20stdin)\x0a\x0aExamples:\x0a\x20\x20tdx\x20claude\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\x20Launch\x20Claude\x20Code\x20with\x20TD\x20LLM\x20proxy\x0a\x20\x20tdx\x20claude\x20-c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Continue\x20most\x20recent\x20conversation\x0a\x20\x20tdx\x20claude\x20-r\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20conversation\x20(shows\x20selector)\x0a\x20\x20tdx\x20claude\x20--\x20\x22your\x20prompt\x20here\x22\x20\x20\x20\x20Start\x20with\x20an\x20initial\x20prompt\x0a\x20\x20tdx\x20claude\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20credit\x20usage\x20statistics\x0a\x20\x20tdx\x20claude\x20usage\x20--json\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20usage\x20as\x20JSON','Clear\x20session\x20context','\x0aGlobal\x20Options:\x0a\x20\x20--site\x20<site>\x20\x20\x20\x20\x20\x20Target\x20site\x20(us01,\x20jp01,\x20eu01,\x20ap02)\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20use\x20(saves\x20API\x20key\x20to\x20profile-specific\x20config)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Interactive\x20setup\x20for\x20default\x20site\x20(us01)\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20--site\x20jp01\x20\x20#\x20Setup\x20for\x20Japan\x20site\x0a','use\x20<name>','parse','Output\x20format\x20(table,\x20json,\x20jsonl,\x20tsv)','--description\x20<desc>','--debug','Schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly','List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)','[DEPRECATED]\x20Segment\x20folder\x20management','users','pull\x20[project]\x20[agent-name]','run','map','Show\x20stats\x20for\x20specific\x20stage','action','Include\x20retried\x20attempts\x20(for\x20list)','Create\x20an\x20email\x20template','AI-native\x20CLI\x20for\x20Treasure\x20Data','Email\x20sender\x20ID\x20for\x20delivery','logs','System\x20prompt/instructions\x20(default:\x20empty)','-u,\x20--use','--schedule-type\x20<type>','outputHelp','context','--type\x20<type>','Temperature\x20(0.0-2.0,\x20default:\x200.7)','Read\x20query\x20from\x20file','Campaign\x20name','padWidth','Campaign\x20type\x20(email\x20or\x20push)','--add-behaviors\x20<json>','Timezone\x20for\x20delivery\x20(e.g.,\x20\x22UTC\x22,\x20\x22Asia/Tokyo\x22)','show\x20<name>','--invisible','Force\x20retry\x20even\x20if\x20not\x20failed','--attribute\x20[name]','session','Maximum\x20rows\x20to\x20display\x20in\x20table\x20format\x20(default:\x2040)','commandUsage','update\x20<name>','attempt:','Show\x20segment\x20schema\x20(column\x20types)','Preview\x20operation\x20without\x20executing','Add\x20behaviors\x20from\x20JSON\x20file','--schedule-option\x20<value>','-X,\x20--method\x20<method>','Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)','--tsv','-y,\x20--yes','Resume\x20a\x20paused\x20campaign','Push\x20YAML\x20files\x20to\x20Treasure\x20Data\x20as\x20child\x20segments','--customer-group\x20<json>','Template\x20name','push','--prompt\x20<text>','-H,\x20--header\x20<header>','Workflow\x20parameter\x20(repeatable)','show\x20<job-id>','length','colorFn','resume\x20<name-or-id>','allowExcessArguments','Create\x20a\x20new\x20agent\x20in\x20current\x20project','get','Create\x20a\x20new\x20LLM\x20project','--limit\x20<n>','name','Show\x20or\x20set\x20session-level\x20context\x20(resources:\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace)','Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)','Folder\x20name\x20for\x20organization','llm','Set\x20workspace\x20context\x20for\x20Engage\x20commands\x20(alias\x20for\x20\x22tdx\x20use\x20engage_workspace\x22)','stats\x20<name-or-path>','--table','List\x20workflow\x20execution\x20sessions\x20(filter\x20by\x20project\x20or\x20project.workflow)','Output\x20in\x20JSON\x20format\x20(shorthand\x20for\x20--format\x20json)','Show\x20email\x20template\x20details','Updated\x20description','Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file','argument','slice','addHelpText','20571wZTAPn','_hidden','workspace','--in\x20<name>','User\x20management\x20commands','Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute','Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration','Segment\x20description','Open\x20segment\x20in\x20web\x20browser','Get\x20SQL\x20query\x20for\x20segment\x20(uses\x20context\x20if\x20not\x20provided)','--parent-folder\x20<name>','List\x20jobs','Show\x20current\x20resolved\x20context\x20(use\x20--debug\x20to\x20show\x20sources)','Show\x20agent\x20details','after','Output\x20in\x20JSON\x20Lines\x20format\x20(shorthand\x20for\x20--format\x20jsonl)','[EXPERIMENTAL]\x20Start\x20LLM\x20proxy\x20server\x20for\x20Claude\x20Code\x20integration\x20(use\x20global\x20--debug/--trace\x20for\x20logging)','Push\x20without\x20confirmation','List\x20folders\x20and\x20segments\x20at\x20path\x20or\x20in\x20current\x20context','List\x20all\x20users\x20(alias\x20for\x20\x22user\x20list\x22)','pull\x20[parent_or_file]','-r,\x20--recursive','use\x20<project-name>','site','-f,\x20--force','--behavior\x20[name]','Project\x20description','Show\x20campaign\x20details','LLM\x20project\x20name\x20(uses\x20context\x20or\x20default\x20if\x20not\x20specified)','Show\x20segment\x20details\x20(alias\x20for\x20view)','Show\x20table\x20contents\x20(SELECT\x20*\x20with\x20limit)','--interval\x20<range>','List\x20all\x20LLM\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','--last','--json-columns\x20<cols>','allowUnknownOption','--jsonl','Show\x20what\x20would\x20be\x20backed\x20up\x20without\x20creating\x20files','Job\x20type:\x20trino\x20or\x20hive\x20(default:\x20trino)','HTML\x20template\x20content','--kind\x20<type>','Show\x20only\x20master\x20table\x20validation','--no-color','desc\x20[segment_name]','options','Folder\x20description','commands','--behaviors\x20<json>','-d,\x20--database\x20<database>','chats','List\x20all\x20available\x20profiles','Campaign\x20management','Data\x20connection\x20management\x20(for\x20activations/exports)','--in\x20<database>','Parent\x20folder\x20name\x20for\x20nested\x20folders','Show\x20web\x20console\x20URLs\x20for\x20journeys','Add\x20attributes\x20from\x20JSON\x20file','hook','Pause\x20a\x20campaign','help','Skip\x20population\x20counting','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','list\x20[path]','description','Behaviors\x20from\x20JSON\x20file','--to\x20<timestamp>','update\x20<segment_name>','List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)','Show\x20parent\x20segment\x20details\x20(uses\x20context\x20if\x20name\x20omitted)','list','launch\x20<name-or-id>','Delete\x20an\x20email\x20template','info\x20[segment_name]','12ROuqSN','createAsync','--clear','Skip\x20confirmation\x20prompt','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)','CDP\x20Journey\x20Orchestration\x20commands','repeat','End\x20time\x20filter\x20(ISO\x208601\x20format)','setup','Master\x20table\x20name','Create\x20a\x20new\x20campaign','alias','--format\x20<format>','parent-segment','Update\x20a\x20campaign','logLevel','Save\x20output\x20to\x20file','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','Kill\x20a\x20job','Delete\x20workflow\x20project\x20from\x20Treasure\x20Data','List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)','Workflow\x20(Digdag)\x20management\x20commands','Plaintext\x20template\x20content','subcommandTerm','Show\x20what\x20would\x20be\x20restored\x20without\x20making\x20changes','TRACE','proxy','CDP\x20segment\x20management\x20commands','duplicate\x20<name-or-id>','42TqiQzI','--start-at\x20<datetime>','--json','usage','Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes','optionTerm','Include\x20retried\x20attempts','delete\x20<agent-name>','Duplicate\x20a\x20campaign','TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)','7783100fgctDo','1698832FQuRMB','option','List\x20tables\x20(alias\x20for\x20\x22table\x20list\x22)','--name\x20<text>','237671xznQUX','--master','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','exit','delete\x20<name-or-id>','Unknown\x20action:\x20','[DEPRECATED]\x20Create\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','--add-attributes-file\x20<file>','New\x20project\x20name\x20(default:\x20original\x20name\x20from\x20backup)','Open\x20journey\x20in\x20web\x20browser','Override\x20parameters\x20for\x20retry\x20(JSON\x20string\x20or\x20@file.json)','Schedule\x20option\x20(time\x20for\x20daily,\x20day\x20for\x20weekly/monthly)','Overwrite\x20local\x20changes\x20without\x20confirmation','-1d','--timezone\x20<tz>','push\x20[parent_or_file]','Show\x20sample\x20data\x20for\x20a\x20specific\x20attribute','Revision\x20name\x20(default:\x20timestamp)','New\x20template\x20name','Run\x20Trino\x20query\x20with\x20streaming\x20results','Override\x20parameters\x20(JSON\x20string\x20or\x20@file.json)','168319zBuVSz','buildTime','attempts\x20[project]','List\x20all\x20data\x20connections\x20(alias\x20for\x20\x22connection\x20list\x22)','Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)','Alias\x20for\x20--database\x20(natural\x20language\x20style)','Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results\x20(uses\x20context\x20if\x20not\x20provided)','--plaintext\x20<text>','tasks','--rule-file\x20<file>','information_schema','1769692XnKyKz','engage','--description\x20<text>','Continue\x20most\x20recent\x20conversation','profiles','Filtering\x20rule\x20as\x20JSON\x20string','--no-count-population','Output\x20directory','[attempt-id]','requiredOption','describe','includes','Attributes\x20as\x20JSON\x20string','--workspace\x20<name>','claude-4.5-sonnet','New\x20workspace\x20name','sessions\x20[project]','json','Resume\x20from\x20specific\x20task\x20(retry)','--revision\x20<revision>','Authentication\x20management','[DEPRECATED]\x20Create\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','restore\x20<folder>','argv','resume\x20<name-or-path>','version','jobs','--params\x20<json>','Parent\x20segment\x20description','--resume-from\x20<task>','List\x20email\x20templates\x20(alias\x20for\x20\x22template\x20list\x22)','\x20-\x20built\x20','Maximum\x20number\x20of\x20items\x20to\x20return\x20(default\x20varies\x20by\x20command)','workflows\x20[project]','forEach','folder','Trino\x20catalog\x20(default:\x20td)','Parent\x20segment\x20management','-n,\x20--name\x20<name>','Workspace\x20management','Workspace\x20name','Workflow\x20session\x20management','Request\x20body\x20as\x20JSON\x20string','--data\x20<data>','Retry\x20a\x20session\x20(prefix\x20with\x20session:)','Available\x20actions:\x20logs,\x20tasks,\x20kill,\x20retry','templates\x20[pattern]','--enriched','view\x20<name-or-path>','segment','--database\x20<db>','\x0aExamples:\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/list\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/show/mydb\x0a\x20\x20$\x20tdx\x20api\x20-X\x20POST\x20--data\x20\x27{\x22query\x22:\x22SELECT\x201\x22}\x27\x20/v3/job/issue/hive/mydb\x0a\x20\x20$\x20tdx\x20api\x20/entities/parent_segments\x20--type\x20cdp\x0a\x20\x20$\x20tdx\x20api\x20/api/workflows\x20--type\x20workflow\x0a','Output\x20as\x20JSON','Filter\x20by\x20campaign\x20type\x20(email,\x20push)','List\x20workflow\x20attempts\x20(alias\x20for\x20\x22attempt\x20list\x22)','../package.json','--customer-group-file\x20<file>','--model\x20<name>','registeredArguments','List\x20tables\x20(e.g.,\x20mydb,\x20mydb.*,\x20*.user*,\x20mydb.user*)','--job-type\x20<type>','tables\x20[pattern]','List\x20activations\x20for\x20a\x20segment\x20(use\x20parent_name/child_name)','List\x20all\x20workflow\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','Updated\x20schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly','[action]','project','Launch\x20a\x20campaign','Show\x20console\x20URLs','show\x20<name-or-id>','Maximum\x20recursion\x20depth\x20(default:\x2010)','List\x20all\x20databases\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','result\x20<job-id>','--timeout\x20<seconds>','--output\x20<file>','list\x20[pattern]','show\x20[name]','gitRevision','List\x20workflow\x20execution\x20sessions\x20(alias\x20for\x20\x22session\x20list\x22)','Output\x20folder\x20(default:\x20{project_name}.llm)','Use\x20your\x20own\x20Claude\x20Code\x20account\x20(Anthropic/AWS\x20Bedrock/Vertex\x20AI,\x20etc.)','activations\x20<segment_name>','Starter\x20message','Update\x20a\x20workspace','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified\x20interface)','create\x20<parent_name>\x20<folder_name>','Set\x20current\x20project\x20context\x20for\x20agent\x20operations','Pull\x20child\x20segments\x20to\x20YAML\x20files','filter','Workflow\x20attempt\x20management','Show\x20journey\x20statistics','list\x20[project]','Workspace\x20description','Customer\x20group\x20as\x20JSON\x20string','--reason\x20<text>','[DEPRECATED]\x20Backup\x20project\x20(use\x20`tdx\x20agent\x20pull`\x20instead)','Start\x20time\x20filter\x20(ISO\x208601\x20format)','List\x20all\x20users\x20in\x20the\x20account','--type\x20<api_type>','padEnd','--skip-validation','List\x20all\x20databases\x20(alias\x20for\x20\x22database\x20list\x22)','--max-depth\x20<depth>','Customer\x20group\x20from\x20JSON\x20file','format','tdx\x20','List\x20journeys\x20in\x20current\x20context','--rule\x20<json>','Usage:\x20','Output\x20file\x20path','catch','Show\x20workspace\x20details','parent_segment','Database\x20management\x20commands','folders\x20<parent_name>','List\x20workspaces\x20(alias\x20for\x20\x22workspace\x20list\x22)','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)','Execute\x20parent\x20segment\x20SQL\x20and\x20show\x20results\x20(uses\x20context\x20if\x20name\x20omitted)'];a2_0x1cdf=function(){return _0x4181e0;};return a2_0x1cdf();}const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename),packageJson=JSON[a2_0x5aac0e(0x1d3)](readFileSync(join(__dirname,a2_0x5aac0e(0x2f0)),a2_0x5aac0e(0x1c8)));let buildInfo={};try{buildInfo=JSON[a2_0x5aac0e(0x1d3)](readFileSync(join(__dirname,'build-info.json'),'utf-8'));}catch{}if(process[a2_0x5aac0e(0x2d0)][a2_0x5aac0e(0x2c4)](a2_0x5aac0e(0x32f))){let versionOutput=a2_0x5aac0e(0x322)+packageJson[a2_0x5aac0e(0x2d2)];buildInfo[a2_0x5aac0e(0x306)]&&(versionOutput+='\x20('+buildInfo['gitRevision']+')'),buildInfo[a2_0x5aac0e(0x2af)]&&(versionOutput+=a2_0x5aac0e(0x2d8)+buildInfo['buildTime']),console['log'](versionOutput),process[a2_0x5aac0e(0x29c)](0x0);}const program=new Command();let description=a2_0x5aac0e(0x1e2);buildInfo[a2_0x5aac0e(0x306)]?description+=',\x20version\x20'+packageJson['version']+'\x20('+buildInfo['gitRevision']+')':description+=a2_0x5aac0e(0x38a)+packageJson['version'];program[a2_0x5aac0e(0x214)](a2_0x5aac0e(0x354))[a2_0x5aac0e(0x263)](description),program[a2_0x5aac0e(0x296)]('-p,\x20--profile\x20<name>',a2_0x5aac0e(0x37e))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1a2),'TD\x20site/region\x20(us01,\x20jp01,\x20eu01,\x20ap02;\x20aliases:\x20us,\x20jp,\x20aws)','us01')['option'](a2_0x5aac0e(0x279),a2_0x5aac0e(0x1d4))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x21b),a2_0x5aac0e(0x3af))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x28c),a2_0x5aac0e(0x21d))[a2_0x5aac0e(0x296)]('--jsonl',a2_0x5aac0e(0x233))['option'](a2_0x5aac0e(0x201),'Output\x20in\x20TSV\x20format\x20(shorthand\x20for\x20--format\x20tsv)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x303),a2_0x5aac0e(0x27d))['option'](a2_0x5aac0e(0x3a4),a2_0x5aac0e(0x2d9))['option']('--color','Force\x20ANSI\x20color\x20output\x20(overrides\x20TTY\x20detection)',![])['option'](a2_0x5aac0e(0x24e),a2_0x5aac0e(0x35d),![])['option'](a2_0x5aac0e(0x1bf),a2_0x5aac0e(0x36c),![])[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1d6),a2_0x5aac0e(0x382))[a2_0x5aac0e(0x296)]('--trace',a2_0x5aac0e(0x375))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x302),'Set\x20operation\x20timeout\x20in\x20seconds','30')['option'](a2_0x5aac0e(0x37c),a2_0x5aac0e(0x1fc),![])['option'](a2_0x5aac0e(0x202),a2_0x5aac0e(0x367),![])['option'](a2_0x5aac0e(0x35f),'Session\x20ID\x20to\x20use\x20(defaults\x20to\x20parent\x20PID,\x20allows\x20sharing\x20sessions\x20across\x20processes)')['option']('-d,\x20--database\x20<name>',a2_0x5aac0e(0x1ae))['option'](a2_0x5aac0e(0x227),a2_0x5aac0e(0x2b3))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x390),'Parent\x20segment\x20to\x20use\x20(overrides\x20context)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3b1),'LLM\x20project\x20to\x20use\x20(overrides\x20context)'),program[a2_0x5aac0e(0x1ad)]({'formatHelp':(_0x4d8688,_0x19e23a)=>{const _0x2df7ae=a2_0x5aac0e,_0x589308=_0x19e23a[_0x2df7ae(0x1ee)](_0x4d8688,_0x19e23a),_0x5823bf=0x2,_0x50510a=0x2;function _0x19a4e8(_0x32cf94){const _0x249f72=_0x2df7ae,_0x57a830=_0x32cf94;return!!(_0x57a830[_0x249f72(0x225)]||_0x57a830[_0x249f72(0x3ab)]);}function _0x1a79d0(_0x191c8b,_0x6963a6){const _0x2b9924=_0x2df7ae;if(_0x6963a6){const _0x30011f=''+_0x191c8b[_0x2b9924(0x31c)](_0x589308+_0x50510a)+_0x6963a6;return _0x30011f;}return _0x191c8b;}function _0x38c445(_0x45e542){const _0x1f3d9e=_0x2df7ae;return _0x45e542[_0x1f3d9e(0x391)]('\x0a')['replace'](/^/gm,'\x20'[_0x1f3d9e(0x273)](_0x5823bf));}const _0x2410f8=[];_0x2410f8[_0x2df7ae(0x207)](_0x2df7ae(0x325)+_0x19e23a[_0x2df7ae(0x1f8)](_0x4d8688));const _0x1a24f3=_0x19e23a['commandDescription'](_0x4d8688);_0x1a24f3&&(_0x2410f8[_0x2df7ae(0x207)](''),_0x2410f8['push'](_0x1a24f3));const _0xe7f375=_0x4d8688[_0x2df7ae(0x252)][_0x2df7ae(0x311)](_0x451265=>!_0x19a4e8(_0x451265));if(_0xe7f375[_0x2df7ae(0x20c)]>0x0){if(_0x4d8688['name']()===_0x2df7ae(0x354)){const _0x382d93=_0x4d8688[_0x2df7ae(0x36e)](),_0x47dfe2=!_0x382d93[_0x2df7ae(0x34c)]&&process['stdout'][_0x2df7ae(0x37b)],_0x2afc26=COMMAND_CATEGORIES,_0x99e6b2=(_0x29c193,_0x402cf8)=>_0x47dfe2?_0x402cf8(_0x29c193):_0x29c193,_0xbc206d=new Map();_0xe7f375[_0x2df7ae(0x2db)](_0x52c418=>{_0xbc206d['set'](_0x52c418['name'](),_0x52c418);}),_0x2afc26[_0x2df7ae(0x2db)](_0x375ce3=>{const _0x1880d2=_0x2df7ae,_0x3a3908=_0x375ce3['commands']['flatMap'](_0x57645a=>_0xbc206d[_0x1880d2(0x211)](_0x57645a)??[]);if(_0x3a3908[_0x1880d2(0x20c)]>0x0){_0x2410f8[_0x1880d2(0x207)](''),_0x2410f8[_0x1880d2(0x207)](_0x99e6b2(_0x375ce3[_0x1880d2(0x214)]+':',_0x375ce3[_0x1880d2(0x20d)]));const _0x2963d8=_0x3a3908['map'](_0x15a5c2=>{const _0x1c0857=_0x1880d2,_0x3ec236=_0x19e23a[_0x1c0857(0x284)](_0x15a5c2),_0x138a97=_0x19e23a['subcommandDescription'](_0x15a5c2);return _0x1a79d0(_0x3ec236,_0x138a97);});_0x2410f8[_0x1880d2(0x207)](_0x38c445(_0x2963d8));}}),_0x2410f8[_0x2df7ae(0x207)](''),_0x2410f8['push']('Tip:\x20Use\x20plural\x20forms\x20(tdx\x20databases,\x20tables,\x20segments,\x20jobs)\x20as\x20aliases\x20for\x20\x22tdx\x20xxx\x20list\x22');}else{const _0x480caf=_0xe7f375[_0x2df7ae(0x1dd)](_0x370be0=>{const _0x4ad95e=_0x2df7ae,_0x514489=_0x19e23a[_0x4ad95e(0x284)](_0x370be0),_0x234080=_0x19e23a['subcommandDescription'](_0x370be0);return _0x1a79d0(_0x514489,_0x234080);});_0x2410f8['push'](''),_0x2410f8[_0x2df7ae(0x207)]('Commands:'),_0x2410f8[_0x2df7ae(0x207)](_0x38c445(_0x480caf));}}const _0x334d74=_0x4d8688[_0x2df7ae(0x250)][_0x2df7ae(0x311)](_0x1a8fb0=>!_0x19a4e8(_0x1a8fb0));if(_0x334d74[_0x2df7ae(0x20c)]>0x0){const _0x5c388c=_0x334d74[_0x2df7ae(0x1dd)](_0x80b0dc=>{const _0x4a264d=_0x2df7ae,_0x4492b8=_0x19e23a[_0x4a264d(0x28f)](_0x80b0dc),_0x12da5f=_0x19e23a[_0x4a264d(0x396)](_0x80b0dc);return _0x1a79d0(_0x4492b8,_0x12da5f);});_0x2410f8[_0x2df7ae(0x207)](''),_0x2410f8[_0x2df7ae(0x207)]('Options:'),_0x2410f8[_0x2df7ae(0x207)](_0x38c445(_0x5c388c));}const _0x2f8425=(_0x4d8688[_0x2df7ae(0x2f3)]||[])[_0x2df7ae(0x311)](_0x355558=>!_0x19a4e8(_0x355558));if(_0x2f8425[_0x2df7ae(0x20c)]>0x0){const _0x212e0b=_0x2f8425[_0x2df7ae(0x1dd)](_0x45ee8a=>{const _0x3aa650=_0x2df7ae,_0x1cd286=_0x19e23a['argumentTerm'](_0x45ee8a),_0x5defe8=_0x19e23a[_0x3aa650(0x37a)](_0x45ee8a);return _0x1a79d0(_0x1cd286,_0x5defe8);});_0x2410f8[_0x2df7ae(0x207)](''),_0x2410f8['push'](_0x2df7ae(0x1b0)),_0x2410f8[_0x2df7ae(0x207)](_0x38c445(_0x212e0b));}return _0x2410f8[_0x2df7ae(0x391)]('\x0a');},'subcommandTerm':_0x423c87=>{const _0x56e4cc=a2_0x5aac0e,_0x10d013=(_0x423c87[_0x56e4cc(0x2f3)]||[])['map'](_0x1f45b3=>_0x1f45b3['required']?'<'+_0x1f45b3[_0x56e4cc(0x214)]()+'>':'['+_0x1f45b3[_0x56e4cc(0x214)]()+']')[_0x56e4cc(0x391)]('\x20'),_0x48e3f4=_0x423c87['aliases'](),_0x377bc0=_0x48e3f4[_0x56e4cc(0x20c)]>0x0?_0x423c87['name']()+',\x20'+_0x48e3f4[_0x56e4cc(0x391)](',\x20'):_0x423c87[_0x56e4cc(0x214)]();return _0x10d013?_0x377bc0+'\x20'+_0x10d013:_0x377bc0;}}),program[a2_0x5aac0e(0x25d)]('preAction',_0x4bc6e6=>{const _0x2d90ea=a2_0x5aac0e,_0x4e125b=_0x4bc6e6[_0x2d90ea(0x36e)]();if(!_0x4e125b[_0x2d90ea(0x321)]){if(_0x4e125b['table'])_0x4e125b[_0x2d90ea(0x321)]='table';else{if(_0x4e125b['json'])_0x4e125b[_0x2d90ea(0x321)]=_0x2d90ea(0x2ca);else{if(_0x4e125b[_0x2d90ea(0x337)])_0x4e125b[_0x2d90ea(0x321)]=_0x2d90ea(0x337);else _0x4e125b['tsv']&&(_0x4e125b[_0x2d90ea(0x321)]=_0x2d90ea(0x332));}}}_0x4e125b['in']&&!_0x4e125b['database']&&(_0x4e125b[_0x2d90ea(0x1c4)]=_0x4e125b['in']);if(_0x4e125b[_0x2d90ea(0x380)])_0x4e125b['logLevel']=LogLevel[_0x2d90ea(0x286)];else{if(_0x4e125b['debug'])_0x4e125b[_0x2d90ea(0x27c)]=LogLevel['DEBUG'];else _0x4e125b[_0x2d90ea(0x27c)]===undefined&&(_0x4e125b[_0x2d90ea(0x27c)]=LogLevel['INFO']);}});async function createTDXInstance(_0x154567){const _0x102e6c=a2_0x5aac0e,_0x64be69=await GlobalContext[_0x102e6c(0x26e)](_0x154567);return _0x64be69[_0x102e6c(0x19e)](_0x154567),TDX[_0x102e6c(0x1a6)]({'site':_0x64be69[_0x102e6c(0x23b)],'apiKey':_0x64be69['apiKey'],'logLevel':_0x64be69[_0x102e6c(0x27c)],'profile':_0x64be69[_0x102e6c(0x348)]});}const databaseCmd=program['command'](a2_0x5aac0e(0x1c4))[a2_0x5aac0e(0x278)]('db')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x32a)),databaseListAction=async(_0x2a424d,_0x33a5f5)=>{const _0x22f1e0=a2_0x5aac0e,_0x1e816e=new DatabasesCommand(),_0x14d06c=program[_0x22f1e0(0x36e)](),_0x4765c8=await createTDXInstance(_0x14d06c),_0x204157=await _0x1e816e[_0x22f1e0(0x1dc)]({'options':{..._0x14d06c,..._0x33a5f5},'args':_0x2a424d?[_0x2a424d]:[],'tdx':_0x4765c8});process['exit'](_0x204157);};databaseCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x300))[a2_0x5aac0e(0x1df)](databaseListAction),program[a2_0x5aac0e(0x345)]('databases\x20[pattern]',{'hidden':!![]})[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x31e))[a2_0x5aac0e(0x1df)](databaseListAction),program[a2_0x5aac0e(0x345)]('chat\x20[message...]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x30d))['option'](a2_0x5aac0e(0x389),'Agent\x20reference\x20(project-name/agent-name)')[a2_0x5aac0e(0x296)]('--new',a2_0x5aac0e(0x3b9))[a2_0x5aac0e(0x1df)](async(_0x226ed5,_0x563fd7)=>{const _0x46cec0=a2_0x5aac0e,_0x24f7aa=new ChatCommand(),_0x106f02=program[_0x46cec0(0x36e)](),_0x309ace=await createTDXInstance(_0x106f02),_0x5fdb31=await _0x24f7aa['run']({'options':{..._0x106f02,..._0x563fd7},'args':_0x226ed5,'tdx':_0x309ace});process['exit'](_0x5fdb31);});const apiCmd=program[a2_0x5aac0e(0x345)]('api\x20[endpoint]')[a2_0x5aac0e(0x39e)](a2_0x5aac0e(0x29b))[a2_0x5aac0e(0x223)](a2_0x5aac0e(0x232),a2_0x5aac0e(0x2ec))['option'](a2_0x5aac0e(0x1ff),a2_0x5aac0e(0x383),'GET')['option'](a2_0x5aac0e(0x2e4),a2_0x5aac0e(0x2e3))[a2_0x5aac0e(0x296)]('-f,\x20--file\x20<path>',a2_0x5aac0e(0x38c))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x209),a2_0x5aac0e(0x1c2),(_0xae62d0,_0x1d1046)=>{return _0x1d1046?[..._0x1d1046,_0xae62d0]:[_0xae62d0];})[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x31b),'API\x20type\x20(td,\x20cdp,\x20workflow,\x20trino,\x20llm)','td')[a2_0x5aac0e(0x1df)](async(_0x2ccbe3,_0x2538c6)=>{const _0x1c0d14=a2_0x5aac0e;if(!_0x2ccbe3){apiCmd[_0x1c0d14(0x25f)]();return;}const _0x988f18=new ApiCommand(),_0x217900=program[_0x1c0d14(0x36e)](),_0x7aeac1=await createTDXInstance(_0x217900),_0x38abae=await _0x988f18[_0x1c0d14(0x1dc)]({'options':{..._0x217900,..._0x2538c6},'args':[_0x2ccbe3],'tdx':_0x7aeac1});process['exit'](_0x38abae);}),tableCmd=program[a2_0x5aac0e(0x345)]('table')['description'](a2_0x5aac0e(0x1a7)),tableListAction=async(_0x3e8c3e,_0x225f6a)=>{const _0x15e3ad=a2_0x5aac0e,_0x32f319=new TablesCommand(),_0x5e7f35=program[_0x15e3ad(0x36e)](),_0x484a11=await createTDXInstance(_0x5e7f35);_0x225f6a['in']&&(_0x225f6a[_0x15e3ad(0x1c4)]=_0x225f6a['in']);const _0x5eaf63=await _0x32f319['run']({'options':{..._0x5e7f35,..._0x225f6a},'args':_0x3e8c3e?[_0x3e8c3e]:[],'tdx':_0x484a11});process['exit'](_0x5eaf63);};tableCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2f4))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x254),a2_0x5aac0e(0x271))['option']('--in\x20<database>',a2_0x5aac0e(0x2b3))[a2_0x5aac0e(0x1df)](tableListAction),program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2f6),{'hidden':!![]})['description'](a2_0x5aac0e(0x297))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x254),a2_0x5aac0e(0x271))['option'](a2_0x5aac0e(0x259),a2_0x5aac0e(0x2b3))['action'](tableListAction),program[a2_0x5aac0e(0x345)]('show\x20[table]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x242))['option'](a2_0x5aac0e(0x254),'Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x259),a2_0x5aac0e(0x2b3))['action'](async(_0x335e6e,_0x4d7479)=>{const _0x21e4c3=a2_0x5aac0e,_0x478fc6=new ShowCommand(),_0xb86919=program[_0x21e4c3(0x36e)](),_0x3c8282=await createTDXInstance(_0xb86919);_0x4d7479['in']&&(_0x4d7479[_0x21e4c3(0x1c4)]=_0x4d7479['in']);const _0x53c620=await _0x478fc6['run']({'options':{..._0xb86919,..._0x4d7479},'args':_0x335e6e?[_0x335e6e]:[],'tdx':_0x3c8282});process[_0x21e4c3(0x29c)](_0x53c620);}),program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x386))[a2_0x5aac0e(0x278)](a2_0x5aac0e(0x3b4))[a2_0x5aac0e(0x263)]('Describe\x20table\x20schema')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x254),a2_0x5aac0e(0x32d))[a2_0x5aac0e(0x296)]('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x5aac0e(0x1df)](async(_0x26223b,_0x1c8546)=>{const _0x4f4415=a2_0x5aac0e,_0x52ba1b=new DescribeCommand(),_0x542b16=program['opts'](),_0x42554c=await createTDXInstance(_0x542b16);_0x1c8546['in']&&(_0x1c8546[_0x4f4415(0x1c4)]=_0x1c8546['in']);const _0x41dfe1=await _0x52ba1b['run']({'options':{..._0x542b16,..._0x1c8546},'args':_0x26223b?[_0x26223b]:[],'tdx':_0x42554c});process['exit'](_0x41dfe1);}),program['command'](a2_0x5aac0e(0x338))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2ac))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x254),'Database\x20to\x20query\x20(default:\x20information_schema)')['option']('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')['option']('--catalog\x20<catalog>',a2_0x5aac0e(0x2dd))['option'](a2_0x5aac0e(0x3b0),a2_0x5aac0e(0x3b6))['option']('--limit\x20<rows>',a2_0x5aac0e(0x1f7),'40')[a2_0x5aac0e(0x1df)](async(_0x3c005c,_0x391dbc)=>{const _0x4dde65=a2_0x5aac0e,_0x556bd5=new QueryCommand(),_0x2d8080=program[_0x4dde65(0x36e)](),_0x2fd175=await createTDXInstance(_0x2d8080);_0x391dbc['in']&&(_0x391dbc[_0x4dde65(0x1c4)]=_0x391dbc['in']);const _0x105a5e=await _0x556bd5['run']({'options':{..._0x2d8080,..._0x391dbc},'args':_0x3c005c?[_0x3c005c]:[],'tdx':_0x2fd175});process[_0x4dde65(0x29c)](_0x105a5e);});const segmentCmd=program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2ea))[a2_0x5aac0e(0x278)]('sg')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x288)),segmentListAction=async(_0x4cfdf6,_0x25fe46)=>{const _0x348643=a2_0x5aac0e,_0x5b7b8c=new SegmentsCommand(),_0x2ef772=program[_0x348643(0x36e)](),_0x2024e0=await createTDXInstance(_0x2ef772),_0x5f5982=await _0x5b7b8c['run']({'options':{..._0x2ef772,..._0x25fe46},'args':_0x4cfdf6?[_0x4cfdf6]:[],'tdx':_0x2024e0});process[_0x348643(0x29c)](_0x5f5982);};segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x262))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x236))['option'](a2_0x5aac0e(0x239),a2_0x5aac0e(0x1d8))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x31f),a2_0x5aac0e(0x2ff),'10')['option'](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x1be))[a2_0x5aac0e(0x1df)](segmentListAction),program[a2_0x5aac0e(0x345)]('segments\x20[path]',{'hidden':!![]})[a2_0x5aac0e(0x263)]('List\x20folders\x20and\x20segments\x20(alias\x20for\x20\x22segment\x20list\x22)')['option'](a2_0x5aac0e(0x239),a2_0x5aac0e(0x1d8))[a2_0x5aac0e(0x296)]('--max-depth\x20<depth>',a2_0x5aac0e(0x2ff),'10')['option']('-w,\x20--web','Show\x20web\x20console\x20URLs\x20for\x20segments')[a2_0x5aac0e(0x1df)](segmentListAction),segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1c6),{'hidden':!![]})[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x372))[a2_0x5aac0e(0x1df)](async(_0x47200c,_0x1b633b)=>{const _0x1efac6=a2_0x5aac0e,_0x3e8c00=new SegmentUseCommand(),_0x13f9a4=program[_0x1efac6(0x36e)](),_0x126819=await createTDXInstance(_0x13f9a4),_0x42c79f=await _0x3e8c00[_0x1efac6(0x1dc)]({'options':{..._0x13f9a4,..._0x1b633b},'args':[_0x47200c],'tdx':_0x126819});process[_0x1efac6(0x29c)](_0x42c79f);});const segmentViewAction=async(_0x59599f,_0x3b16ab)=>{const _0x45b5b3=a2_0x5aac0e,_0xc996c=new SegmentViewCommand(),_0x5b1a8c=program[_0x45b5b3(0x36e)](),_0x18d449=await createTDXInstance(_0x5b1a8c),_0x292bb5=await _0xc996c['run']({'options':{..._0x5b1a8c,..._0x3b16ab},'args':_0x59599f?[_0x59599f]:[],'tdx':_0x18d449});process[_0x45b5b3(0x29c)](_0x292bb5);};segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x39d))[a2_0x5aac0e(0x263)]('Show\x20segment\x20details\x20(uses\x20context\x20if\x20not\x20provided)')[a2_0x5aac0e(0x296)]('-w,\x20--web',a2_0x5aac0e(0x22c))['action'](segmentViewAction),segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x26c),{'hidden':!![]})['alias'](a2_0x5aac0e(0x2c3))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x22c))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x241))[a2_0x5aac0e(0x1df)](segmentViewAction),segmentCmd['command'](a2_0x5aac0e(0x24f))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x1fb))[a2_0x5aac0e(0x1df)](async(_0x37b6b3,_0x5be9f6)=>{const _0x2bd214=a2_0x5aac0e,_0x2ccf4c=new SegmentDescCommand(),_0x134e03=program[_0x2bd214(0x36e)](),_0x4da4ab=await createTDXInstance(_0x134e03),_0x49d9b7=await _0x2ccf4c[_0x2bd214(0x1dc)]({'options':{..._0x134e03,..._0x5be9f6},'args':_0x37b6b3?[_0x37b6b3]:[],'tdx':_0x4da4ab});process['exit'](_0x49d9b7);}),segmentCmd[a2_0x5aac0e(0x345)]('show\x20[segment_name]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2b4))['action'](async(_0x1af31c,_0x57f76e)=>{const _0x5df846=a2_0x5aac0e,_0x4422a2=new SegmentShowCommand(),_0x38686d=program['opts'](),_0x1194f9=await createTDXInstance(_0x38686d),_0x63494f=await _0x4422a2[_0x5df846(0x1dc)]({'options':{..._0x38686d,..._0x57f76e},'args':_0x1af31c?[_0x1af31c]:[],'tdx':_0x1194f9});process[_0x5df846(0x29c)](_0x63494f);}),segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x32b),{'hidden':!![]})['description'](a2_0x5aac0e(0x1c7))[a2_0x5aac0e(0x1df)](async(_0x383615,_0x46a966)=>{const _0xadb945=a2_0x5aac0e,_0x272cfe=new SegmentFolderListCommand(),_0x53e22e=program[_0xadb945(0x36e)](),_0x14bf88=await createTDXInstance(_0x53e22e),_0x3c87e0=await _0x272cfe[_0xadb945(0x1dc)]({'options':{..._0x53e22e,..._0x46a966},'args':[_0x383615],'tdx':_0x14bf88});process[_0xadb945(0x29c)](_0x3c87e0);});const folderCmd=segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2dc),{'hidden':!![]})[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x1d9));folderCmd['command'](a2_0x5aac0e(0x33a))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x364))[a2_0x5aac0e(0x1df)](async(_0xff1c7a,_0x2662ab)=>{const _0x1f82ea=a2_0x5aac0e,_0x153980=new SegmentFolderShowCommand(),_0x32b46e=program[_0x1f82ea(0x36e)](),_0x5307a0=await createTDXInstance(_0x32b46e),_0x352ac8=await _0x153980[_0x1f82ea(0x1dc)]({'options':{..._0x32b46e,..._0x2662ab},'args':[_0xff1c7a],'tdx':_0x5307a0});process[_0x1f82ea(0x29c)](_0x352ac8);}),segmentCmd[a2_0x5aac0e(0x345)]('sql\x20[segment_name]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x22d))[a2_0x5aac0e(0x1df)](async(_0x5b933a,_0xd1c998)=>{const _0x5441b9=a2_0x5aac0e,_0x43569b=new SegmentSQLCommand(),_0x16cadc=program[_0x5441b9(0x36e)](),_0x397b05=await createTDXInstance(_0x16cadc),_0x2a1fad=await _0x43569b[_0x5441b9(0x1dc)]({'options':{..._0x16cadc,..._0xd1c998},'args':_0x5b933a?[_0x5b933a]:[],'tdx':_0x397b05});process['exit'](_0x2a1fad);}),segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x38e))['description'](a2_0x5aac0e(0x3a2))[a2_0x5aac0e(0x1df)](async(_0x2cffa7,_0x54ec77)=>{const _0x58bc19=a2_0x5aac0e,_0x5c5139=new SegmentFieldsCommand(),_0x3b5c10=program[_0x58bc19(0x36e)](),_0x504494=await createTDXInstance(_0x3b5c10),_0x1215f3=await _0x5c5139[_0x58bc19(0x1dc)]({'options':{..._0x3b5c10,..._0x54ec77},'args':_0x2cffa7?[_0x2cffa7]:[],'tdx':_0x504494});process[_0x58bc19(0x29c)](_0x1215f3);}),segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x238))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x310))[a2_0x5aac0e(0x296)]('-y,\x20--yes',a2_0x5aac0e(0x367))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x37c),a2_0x5aac0e(0x28e))[a2_0x5aac0e(0x1df)](async(_0x3f5198,_0x225650)=>{const _0x47006c=a2_0x5aac0e,_0x4a0480=new SegmentPullCommand(),_0x38b12f=program[_0x47006c(0x36e)](),_0x2e70a2=await createTDXInstance(_0x38b12f),_0x202955=await _0x4a0480[_0x47006c(0x1dc)]({'options':{..._0x38b12f,..._0x225650},'args':_0x3f5198?[_0x3f5198]:[],'tdx':_0x2e70a2});process[_0x47006c(0x29c)](_0x202955);}),segmentCmd['command'](a2_0x5aac0e(0x2a8))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x204))['option'](a2_0x5aac0e(0x202),'Skip\x20confirmation\x20prompts')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x37c),a2_0x5aac0e(0x28e))[a2_0x5aac0e(0x296)]('--delete','Delete\x20segments\x20not\x20in\x20local\x20YAML\x20files\x20(disabled\x20by\x20default)')[a2_0x5aac0e(0x1df)](async(_0x242140,_0x1d00cf)=>{const _0x57b033=a2_0x5aac0e,_0x1c7a74=new SegmentPushCommand(),_0x58af80=program[_0x57b033(0x36e)](),_0x50bbc2=await createTDXInstance(_0x58af80),_0x2fc964=await _0x1c7a74[_0x57b033(0x1dc)]({'options':{..._0x58af80,..._0x1d00cf},'args':_0x242140?[_0x242140]:[],'tdx':_0x50bbc2});process['exit'](_0x2fc964);}),segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1aa),{'hidden':!![]})[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2ce))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2bb),a2_0x5aac0e(0x22b))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x324),a2_0x5aac0e(0x2be))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2b7),a2_0x5aac0e(0x3a5))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x351),a2_0x5aac0e(0x217))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x24c),'Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1f3),a2_0x5aac0e(0x39f))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2bf),a2_0x5aac0e(0x260))[a2_0x5aac0e(0x1df)](async(_0xd2536,_0x33288c)=>{const _0x452740=a2_0x5aac0e,_0x35b882=new SegmentCreateCommand(),_0x3f75f6=program[_0x452740(0x36e)](),_0x39018d=await createTDXInstance(_0x3f75f6),_0x45ea34=await _0x35b882[_0x452740(0x1dc)]({'options':{..._0x3f75f6,..._0x33288c},'args':[_0xd2536],'tdx':_0x39018d});process[_0x452740(0x29c)](_0x45ea34);}),segmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x266),{'hidden':!![]})['description']('[DEPRECATED]\x20Update\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)')['option']('--name\x20<new_name>',a2_0x5aac0e(0x344))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2bb),a2_0x5aac0e(0x21f))['option']('--rule\x20<json>','Updated\x20filtering\x20rule\x20as\x20JSON\x20string')['option'](a2_0x5aac0e(0x2b7),'Updated\x20filtering\x20rule\x20from\x20JSON\x20file')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x351),a2_0x5aac0e(0x368))['option'](a2_0x5aac0e(0x24c),a2_0x5aac0e(0x34a))['action'](async(_0x362f66,_0x4bbff5)=>{const _0x307dd0=a2_0x5aac0e,_0x5d14ae=new SegmentUpdateCommand(),_0x538352=program['opts'](),_0x393a26=await createTDXInstance(_0x538352),_0x2bf922=await _0x5d14ae[_0x307dd0(0x1dc)]({'options':{..._0x538352,..._0x4bbff5},'args':[_0x362f66],'tdx':_0x393a26});process['exit'](_0x2bf922);});const parentCmd=segmentCmd[a2_0x5aac0e(0x345)]('parent',{'hidden':!![]})[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x357)),parentListAction=async(_0x2cbd44,_0x467a97)=>{const _0xb3bf0d=a2_0x5aac0e,_0x3d63f=new ParentSegmentListCommand(),_0x26ae94=program[_0xb3bf0d(0x36e)](),_0x3a9c14=await createTDXInstance(_0x26ae94),_0x153637=await _0x3d63f['run']({'options':{..._0x26ae94,..._0x467a97},'args':_0x2cbd44?[_0x2cbd44]:[],'tdx':_0x3a9c14});process[_0xb3bf0d(0x29c)](_0x153637);};parentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)]('List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)')[a2_0x5aac0e(0x1df)](parentListAction),segmentCmd[a2_0x5aac0e(0x345)]('parents\x20[pattern]',{'hidden':!![]})[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x1a4))[a2_0x5aac0e(0x1df)](parentListAction),parentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x38d))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x220))[a2_0x5aac0e(0x296)]('-o,\x20--output\x20<file>','Output\x20file\x20path\x20(default:\x20<name>.yml)')[a2_0x5aac0e(0x296)]('-y,\x20--yes',a2_0x5aac0e(0x270))[a2_0x5aac0e(0x1df)](async(_0x4018a0,_0x3f3830)=>{const _0x35e470=a2_0x5aac0e,_0x4e3677=new ParentSegmentPullCommand(),_0x20d058=program[_0x35e470(0x36e)](),_0x1a4ed8=await createTDXInstance(_0x20d058),_0x528431=await _0x4e3677[_0x35e470(0x1dc)]({'options':{..._0x20d058,..._0x3f3830},'args':_0x4018a0?[_0x4018a0]:[],'tdx':_0x1a4ed8});process[_0x35e470(0x29c)](_0x528431);}),parentCmd[a2_0x5aac0e(0x345)]('push\x20[file]')['description'](a2_0x5aac0e(0x33e))[a2_0x5aac0e(0x296)]('-y,\x20--yes','Skip\x20confirmation\x20prompt')['action'](async(_0x292b6b,_0xedb9f6)=>{const _0x34ca1f=a2_0x5aac0e,_0x340361=new ParentSegmentPushCommand(),_0x46167f=program[_0x34ca1f(0x36e)](),_0x5a2d50=await createTDXInstance(_0x46167f),_0x1389de=await _0x340361[_0x34ca1f(0x1dc)]({'options':{..._0x46167f,..._0xedb9f6},'args':_0x292b6b?[_0x292b6b]:[],'tdx':_0x5a2d50});process[_0x34ca1f(0x29c)](_0x1389de);}),parentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x346))[a2_0x5aac0e(0x263)]('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')[a2_0x5aac0e(0x296)]('--master',a2_0x5aac0e(0x24d))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1f5),a2_0x5aac0e(0x229))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x23d),'Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2e8),a2_0x5aac0e(0x2b2))['option'](a2_0x5aac0e(0x243),'TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)',a2_0x5aac0e(0x2a6))[a2_0x5aac0e(0x1df)](async(_0x11cd7a,_0x48aa92)=>{const _0x2c28a9=a2_0x5aac0e,_0x397182=new ParentSegmentValidateCommand(),_0x25edb0=program[_0x2c28a9(0x36e)](),_0x286e08=await createTDXInstance(_0x25edb0),_0x13dca6=await _0x397182[_0x2c28a9(0x1dc)]({'options':{..._0x25edb0,..._0x48aa92},'args':_0x11cd7a?[_0x11cd7a]:[],'tdx':_0x286e08});process[_0x2c28a9(0x29c)](_0x13dca6);}),parentCmd[a2_0x5aac0e(0x345)]('preview\x20[file]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x22a))['option']('--master',a2_0x5aac0e(0x3a7))['option']('--attribute\x20[name]',a2_0x5aac0e(0x2a9))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x23d),a2_0x5aac0e(0x334))['option']('--enriched',a2_0x5aac0e(0x1c0))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x243),a2_0x5aac0e(0x293),a2_0x5aac0e(0x2a6))[a2_0x5aac0e(0x1df)](async(_0x2fc909,_0x4f93bb)=>{const _0x30f932=a2_0x5aac0e,_0x20b65d=new ParentSegmentPreviewCommand(),_0x57d340=program[_0x30f932(0x36e)](),_0x5b3db2=await createTDXInstance(_0x57d340),_0x42e5b1=await _0x20b65d[_0x30f932(0x1dc)]({'options':{..._0x57d340,..._0x4f93bb},'args':_0x2fc909?[_0x2fc909]:[],'tdx':_0x5b3db2});process[_0x30f932(0x29c)](_0x42e5b1);}),parentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1a0))['description']('Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x202),a2_0x5aac0e(0x270))[a2_0x5aac0e(0x1df)](async(_0x397862,_0x46c1c0)=>{const _0x33feed=a2_0x5aac0e,_0x305f07=new ParentSegmentRunCommand(),_0x533629=program[_0x33feed(0x36e)](),_0x356874=await createTDXInstance(_0x533629),_0x4b6c5b=await _0x305f07['run']({'options':{..._0x533629,..._0x46c1c0},'args':_0x397862?[_0x397862]:[],'tdx':_0x356874});process['exit'](_0x4b6c5b);});const parentSegmentCmd=program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x27a))[a2_0x5aac0e(0x278)]('ps')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2de));parentSegmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))['description'](a2_0x5aac0e(0x267))[a2_0x5aac0e(0x1df)](parentListAction),parentSegmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x38d))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x374))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1c5),a2_0x5aac0e(0x326))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x202),'Skip\x20confirmation\x20prompt')['option'](a2_0x5aac0e(0x1e6),'Also\x20set\x20context\x20to\x20this\x20parent\x20segment\x20after\x20pull')['action'](async(_0x2f4d59,_0x3e7872)=>{const _0x3eef5a=a2_0x5aac0e,_0x363c9a=new ParentSegmentPullCommand(),_0x43c686=program[_0x3eef5a(0x36e)](),_0x381b7c=await createTDXInstance(_0x43c686),_0x2c5743=await _0x363c9a[_0x3eef5a(0x1dc)]({'options':{..._0x43c686,..._0x3e7872},'args':_0x2f4d59?[_0x2f4d59]:[],'tdx':_0x381b7c});process['exit'](_0x2c5743);}),parentSegmentCmd['command']('push\x20[name]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x27e))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x202),a2_0x5aac0e(0x270))[a2_0x5aac0e(0x1df)](async(_0x15429e,_0x22f118)=>{const _0x3b9fb6=a2_0x5aac0e,_0x196759=new ParentSegmentPushCommand(),_0x33b82a=program[_0x3b9fb6(0x36e)](),_0x30086c=await createTDXInstance(_0x33b82a),_0x341972=await _0x196759['run']({'options':{..._0x33b82a,..._0x22f118},'args':_0x15429e?[_0x15429e]:[],'tdx':_0x30086c});process['exit'](_0x341972);}),parentSegmentCmd[a2_0x5aac0e(0x345)]('validate\x20[name]')['description']('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')['option'](a2_0x5aac0e(0x29a),a2_0x5aac0e(0x24d))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1f5),a2_0x5aac0e(0x229))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x23d),a2_0x5aac0e(0x360))[a2_0x5aac0e(0x296)]('--enriched','Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x243),'TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)',a2_0x5aac0e(0x2a6))[a2_0x5aac0e(0x1df)](async(_0x70ab8f,_0x37baec)=>{const _0x30edce=a2_0x5aac0e,_0xceabec=new ParentSegmentValidateCommand(),_0xb7ab50=program['opts'](),_0x5333d9=await createTDXInstance(_0xb7ab50),_0x4084ad=await _0xceabec[_0x30edce(0x1dc)]({'options':{..._0xb7ab50,..._0x37baec},'args':_0x70ab8f?[_0x70ab8f]:[],'tdx':_0x5333d9});process[_0x30edce(0x29c)](_0x4084ad);}),parentSegmentCmd[a2_0x5aac0e(0x345)]('preview\x20[name]')[a2_0x5aac0e(0x263)]('Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x29a),a2_0x5aac0e(0x3a7))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1f5),a2_0x5aac0e(0x2a9))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x23d),'Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior')[a2_0x5aac0e(0x296)]('--enriched',a2_0x5aac0e(0x1c0))['option'](a2_0x5aac0e(0x243),a2_0x5aac0e(0x293),'-1d')['action'](async(_0x44f301,_0x5145d9)=>{const _0x2be1d0=a2_0x5aac0e,_0x36a065=new ParentSegmentPreviewCommand(),_0x3af34b=program[_0x2be1d0(0x36e)](),_0x35a2f9=await createTDXInstance(_0x3af34b),_0x3968b1=await _0x36a065[_0x2be1d0(0x1dc)]({'options':{..._0x3af34b,..._0x5145d9},'args':_0x44f301?[_0x44f301]:[],'tdx':_0x35a2f9});process['exit'](_0x3968b1);}),parentSegmentCmd['command'](a2_0x5aac0e(0x1a0))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x36d))['option'](a2_0x5aac0e(0x202),a2_0x5aac0e(0x270))[a2_0x5aac0e(0x1df)](async(_0x382f6a,_0x390848)=>{const _0x850a5=a2_0x5aac0e,_0x1676b7=new ParentSegmentRunCommand(),_0x4e673f=program[_0x850a5(0x36e)](),_0x51338e=await createTDXInstance(_0x4e673f),_0x36cd03=await _0x1676b7[_0x850a5(0x1dc)]({'options':{..._0x4e673f,..._0x390848},'args':_0x382f6a?[_0x382f6a]:[],'tdx':_0x51338e});process[_0x850a5(0x29c)](_0x36cd03);}),parentSegmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1a3))[a2_0x5aac0e(0x263)]('List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x28c),a2_0x5aac0e(0x2ed))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x248),a2_0x5aac0e(0x1c1))[a2_0x5aac0e(0x1df)](async(_0x42ada3,_0x41c62a)=>{const _0x2da00a=a2_0x5aac0e,_0x4f78bc=new ParentSegmentFieldsCommand(),_0x5a2bf0=program[_0x2da00a(0x36e)](),_0x1c7bcc=await createTDXInstance(_0x5a2bf0),_0x462d5a=await _0x4f78bc[_0x2da00a(0x1dc)]({'options':{..._0x5a2bf0,..._0x41c62a},'args':_0x42ada3?[_0x42ada3]:[],'tdx':_0x1c7bcc});process[_0x2da00a(0x29c)](_0x462d5a);}),parentSegmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x399))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x268))[a2_0x5aac0e(0x296)]('-w,\x20--web',a2_0x5aac0e(0x1b4))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x28c),a2_0x5aac0e(0x2ed))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x248),'Output\x20as\x20JSON\x20Lines')[a2_0x5aac0e(0x1df)](async(_0x4da2c3,_0x40e423)=>{const _0x1a0a6a=a2_0x5aac0e,_0x14f7e5=new ParentSegmentViewCommand(),_0x476e73=program[_0x1a0a6a(0x36e)](),_0x48a92f=await createTDXInstance(_0x476e73),_0x53ec47=await _0x14f7e5['run']({'options':{..._0x476e73,..._0x40e423},'args':_0x4da2c3?[_0x4da2c3]:[],'tdx':_0x48a92f});process[_0x1a0a6a(0x29c)](_0x53ec47);}),parentSegmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x393))['description']('Show\x20parent\x20segment\x20schema\x20(uses\x20context\x20if\x20name\x20omitted)')['option'](a2_0x5aac0e(0x28c),'Output\x20as\x20JSON')['option'](a2_0x5aac0e(0x248),a2_0x5aac0e(0x1c1))[a2_0x5aac0e(0x1df)](async(_0x2986c9,_0x1bf86b)=>{const _0x36d52c=new ParentSegmentDescCommand(),_0x4da930=program['opts'](),_0x13601f=await createTDXInstance(_0x4da930),_0x5aa212=await _0x36d52c['run']({'options':{..._0x4da930,..._0x1bf86b},'args':_0x2986c9?[_0x2986c9]:[],'tdx':_0x13601f});process['exit'](_0x5aa212);}),parentSegmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x353))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x394))['option'](a2_0x5aac0e(0x28c),a2_0x5aac0e(0x2ed))['option'](a2_0x5aac0e(0x248),a2_0x5aac0e(0x1c1))[a2_0x5aac0e(0x1df)](async(_0x5b4348,_0x5ca1d3)=>{const _0x1a6cec=a2_0x5aac0e,_0x13b223=new ParentSegmentSQLCommand(),_0x2ab6e9=program['opts'](),_0x154ef3=await createTDXInstance(_0x2ab6e9),_0x58a888=await _0x13b223[_0x1a6cec(0x1dc)]({'options':{..._0x2ab6e9,..._0x5ca1d3},'args':_0x5b4348?[_0x5b4348]:[],'tdx':_0x154ef3});process[_0x1a6cec(0x29c)](_0x58a888);}),parentSegmentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x305))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x32e))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x213),a2_0x5aac0e(0x379))['option'](a2_0x5aac0e(0x28c),a2_0x5aac0e(0x2ed))[a2_0x5aac0e(0x296)]('--jsonl',a2_0x5aac0e(0x1c1))[a2_0x5aac0e(0x1df)](async(_0x572b3d,_0x561e3d)=>{const _0x512f6f=a2_0x5aac0e,_0x3dd1f0=new ParentSegmentShowCommand(),_0x41e570=program[_0x512f6f(0x36e)](),_0x353759=await createTDXInstance(_0x41e570),_0x1cb8bb=await _0x3dd1f0['run']({'options':{..._0x41e570,..._0x561e3d},'args':_0x572b3d?[_0x572b3d]:[],'tdx':_0x353759});process['exit'](_0x1cb8bb);}),parentSegmentCmd['command'](a2_0x5aac0e(0x352))['description'](a2_0x5aac0e(0x384))[a2_0x5aac0e(0x1df)](async(_0x4e4eb6,_0x259695)=>{const _0x1bd7ad=a2_0x5aac0e,_0x258c16=new UseCommand(),_0xa4612d=program['opts'](),_0x2445c8=_0x4e4eb6?[_0x1bd7ad(0x329),_0x4e4eb6]:[],_0x55ad34=await _0x258c16[_0x1bd7ad(0x1dc)]({'options':{..._0xa4612d,..._0x259695},'args':_0x2445c8,'tdx':null});process[_0x1bd7ad(0x29c)](_0x55ad34);}),parentCmd[a2_0x5aac0e(0x345)]('create\x20<name>')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x29f))[a2_0x5aac0e(0x2c2)](a2_0x5aac0e(0x2eb),'Master\x20database\x20name')['requiredOption']('--table\x20<table>',a2_0x5aac0e(0x276))['option'](a2_0x5aac0e(0x2bb),a2_0x5aac0e(0x2d5))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1e7),a2_0x5aac0e(0x1d7))['option'](a2_0x5aac0e(0x1fe),a2_0x5aac0e(0x2a4))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2a7),a2_0x5aac0e(0x363))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1b7),a2_0x5aac0e(0x2c5))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1af),'Attributes\x20from\x20JSON\x20file')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x253),'Behaviors\x20as\x20JSON\x20string')['option'](a2_0x5aac0e(0x34d),a2_0x5aac0e(0x264))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x205),a2_0x5aac0e(0x316))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2f1),a2_0x5aac0e(0x320))['action'](async(_0x56405c,_0x4934dc)=>{const _0x22f043=new ParentSegmentCreateCommand(),_0x3e991f=program['opts'](),_0x5dfbd9=await createTDXInstance(_0x3e991f),_0x10a4d4=await _0x22f043['run']({'options':{..._0x3e991f,..._0x4934dc},'args':[_0x56405c],'tdx':_0x5dfbd9});process['exit'](_0x10a4d4);}),parentCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1f9))['description']('[DEPRECATED]\x20Update\x20parent\x20segment\x20-\x20use\x20`push`\x20instead')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2bb),a2_0x5aac0e(0x21f))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1e7),a2_0x5aac0e(0x2f9))['option'](a2_0x5aac0e(0x1fe),'Updated\x20schedule\x20option')[a2_0x5aac0e(0x296)]('--timezone\x20<tz>','Updated\x20timezone')[a2_0x5aac0e(0x296)]('--add-attributes\x20<json>','Add\x20attributes\x20as\x20JSON\x20string')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2a0),a2_0x5aac0e(0x25c))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1f0),a2_0x5aac0e(0x1b8))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x392),a2_0x5aac0e(0x1fd))[a2_0x5aac0e(0x1df)](async(_0x5a67b5,_0x25ed4d)=>{const _0xdd4584=a2_0x5aac0e,_0x2167f8=new ParentSegmentUpdateCommand(),_0x3418c3=program[_0xdd4584(0x36e)](),_0x2463c0=await createTDXInstance(_0x3418c3),_0x1acaaa=await _0x2167f8[_0xdd4584(0x1dc)]({'options':{..._0x3418c3,..._0x25ed4d},'args':[_0x5a67b5],'tdx':_0x2463c0});process[_0xdd4584(0x29c)](_0x1acaaa);}),folderCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x30e))[a2_0x5aac0e(0x263)]('Create\x20segment\x20folder')['option'](a2_0x5aac0e(0x2bb),a2_0x5aac0e(0x251))['option'](a2_0x5aac0e(0x22e),a2_0x5aac0e(0x25a))['action'](async(_0x44b7d5,_0x405d57,_0x394011)=>{const _0x246de6=new SegmentFolderCreateCommand(),_0x1fab9f=program['opts'](),_0x20ad7a=await createTDXInstance(_0x1fab9f),_0x34c3b6=await _0x246de6['run']({'options':{..._0x1fab9f,..._0x394011},'args':[_0x44b7d5,_0x405d57],'tdx':_0x20ad7a});process['exit'](_0x34c3b6);}),program['command'](a2_0x5aac0e(0x30a))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2f7))[a2_0x5aac0e(0x1df)](async(_0x5a5297,_0x141e67)=>{const _0x34caeb=a2_0x5aac0e,_0x1ec0c4=new ActivationsCommand(),_0x1ec370=program[_0x34caeb(0x36e)](),_0x25ef91=await createTDXInstance(_0x1ec370),_0x1734d3=await _0x1ec0c4[_0x34caeb(0x1dc)]({'options':{..._0x1ec370,..._0x141e67},'args':[_0x5a5297],'tdx':_0x25ef91});process[_0x34caeb(0x29c)](_0x1734d3);});const workflowCmd=program['command']('workflow')[a2_0x5aac0e(0x278)]('wf')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x282)),wfProjectCmd=workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2fb))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x34f)),wfProjectListAction=async(_0x38e8a9,_0x49f7f6)=>{const _0xe80787=a2_0x5aac0e,_0x90bde9=new WorkflowProjectsCommand(),_0x22aaa5=program['opts'](),_0x45f485=await createTDXInstance(_0x22aaa5),_0x392063=await _0x90bde9[_0xe80787(0x1dc)]({'options':{..._0x22aaa5,..._0x49f7f6},'args':_0x38e8a9?[_0x38e8a9]:[],'tdx':_0x45f485});process[_0xe80787(0x29c)](_0x392063);};wfProjectCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)]('List\x20all\x20workflow\x20projects\x20(optionally\x20filtered\x20by\x20glob\x20pattern)')[a2_0x5aac0e(0x1df)](wfProjectListAction),workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x333))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2f8))[a2_0x5aac0e(0x1df)](wfProjectListAction);const wfWorkflowListAction=async(_0x4a9d69,_0x3b8d4d)=>{const _0x13e7cd=a2_0x5aac0e,_0x20a680=new WorkflowWorkflowsCommand(),_0x322439=program[_0x13e7cd(0x36e)](),_0x3e5db2=await createTDXInstance(_0x322439),_0x4a393b=await _0x20a680[_0x13e7cd(0x1dc)]({'options':{..._0x322439,..._0x3b8d4d},'args':_0x4a9d69?[_0x4a9d69]:[],'tdx':_0x3e5db2});process[_0x13e7cd(0x29c)](_0x4a393b);};workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2da))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x38f))[a2_0x5aac0e(0x1df)](wfWorkflowListAction);const wfSessionCmd=workflowCmd['command'](a2_0x5aac0e(0x1f6))['description'](a2_0x5aac0e(0x2e2)),wfSessionListAction=async(_0x4547ea,_0x5e337c)=>{const _0x49cbda=a2_0x5aac0e,_0x4a32fc=new WorkflowSessionsCommand(),_0x4e55d8=program[_0x49cbda(0x36e)](),_0x5c4c83=await createTDXInstance(_0x4e55d8),_0x127944=await _0x4a32fc['run']({'options':{..._0x4e55d8,..._0x5e337c},'args':_0x4547ea?[_0x4547ea]:[],'tdx':_0x5c4c83});process[_0x49cbda(0x29c)](_0x127944);};wfSessionCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x314))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x21c))[a2_0x5aac0e(0x296)]('--status\x20<status>',a2_0x5aac0e(0x33f))[a2_0x5aac0e(0x296)]('--from\x20<timestamp>',a2_0x5aac0e(0x319))[a2_0x5aac0e(0x296)]('--to\x20<timestamp>',a2_0x5aac0e(0x274))[a2_0x5aac0e(0x1df)](wfSessionListAction),workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2c9))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x307))[a2_0x5aac0e(0x296)]('--status\x20<status>','Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x341),'Start\x20time\x20filter\x20(ISO\x208601\x20format)')['option'](a2_0x5aac0e(0x265),a2_0x5aac0e(0x274))['action'](wfSessionListAction);const wfAttemptListAction=async(_0x436c08,_0x33563d)=>{const _0x2a64bf=a2_0x5aac0e,_0xfcb59e=new WorkflowAttemptsCommand(),_0x11e155=program['opts'](),_0x50c5b5=await createTDXInstance(_0x11e155),_0xa5f8e3=await _0xfcb59e[_0x2a64bf(0x1dc)]({'options':{..._0x11e155,..._0x33563d},'args':_0x436c08?[_0x436c08]:[],'tdx':_0x50c5b5});process['exit'](_0xa5f8e3);},attemptCmd=workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x342))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x312))[a2_0x5aac0e(0x221)](a2_0x5aac0e(0x2c1),a2_0x5aac0e(0x387))[a2_0x5aac0e(0x221)](a2_0x5aac0e(0x2fa),a2_0x5aac0e(0x35b))[a2_0x5aac0e(0x221)](a2_0x5aac0e(0x339),a2_0x5aac0e(0x1c9))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x37f),a2_0x5aac0e(0x3a8))['option'](a2_0x5aac0e(0x317),'Reason\x20for\x20killing\x20the\x20attempt')['option'](a2_0x5aac0e(0x2d6),a2_0x5aac0e(0x2cb))['option'](a2_0x5aac0e(0x2d4),a2_0x5aac0e(0x2a3))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x377),a2_0x5aac0e(0x1f4))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x35e),a2_0x5aac0e(0x1e0))[a2_0x5aac0e(0x1df)](async(_0x1f4aff,_0x5a15de,_0x2b06de,_0x954820)=>{const _0x37ba60=a2_0x5aac0e;if(_0x1f4aff===_0x37ba60(0x269)){await wfAttemptListAction(_0x5a15de,_0x954820);return;}if(!_0x1f4aff){attemptCmd[_0x37ba60(0x25f)]();return;}const _0x5246c1=program[_0x37ba60(0x36e)](),_0x445008=await createTDXInstance(_0x5246c1);let _0x1f9bef=0x0;if(!_0x5a15de){const _0x43ad81=new WorkflowAttemptCommand();_0x1f9bef=await _0x43ad81[_0x37ba60(0x1dc)]({'options':{..._0x5246c1,..._0x954820},'args':[_0x1f4aff],'tdx':_0x445008});}else{if(_0x5a15de===_0x37ba60(0x1e4)){const _0x44d1f3=new WorkflowLogsCommand();_0x1f9bef=await _0x44d1f3[_0x37ba60(0x1dc)]({'options':{..._0x5246c1,..._0x954820},'args':_0x2b06de?[_0x1f4aff,_0x2b06de]:[_0x1f4aff],'tdx':_0x445008});}else{if(_0x5a15de===_0x37ba60(0x2b6)){const _0x38c90a=new WorkflowTasksCommand();_0x1f9bef=await _0x38c90a['run']({'options':{..._0x5246c1,..._0x954820},'args':[_0x1f4aff],'tdx':_0x445008});}else{if(_0x5a15de===_0x37ba60(0x349)){const _0x259918=new WorkflowKillCommand();_0x1f9bef=await _0x259918['run']({'options':{..._0x5246c1,..._0x954820},'args':[_0x1f4aff],'tdx':_0x445008});}else{if(_0x5a15de===_0x37ba60(0x39a)){const _0xd76031=new WorkflowRetryCommand();_0x1f9bef=await _0xd76031[_0x37ba60(0x1dc)]({'options':{..._0x5246c1,..._0x954820},'args':[_0x37ba60(0x1fa)+_0x1f4aff],'tdx':_0x445008});}else console['error'](_0x37ba60(0x29e)+_0x5a15de),console[_0x37ba60(0x1b1)](_0x37ba60(0x2e6)),_0x1f9bef=0x1;}}}}process[_0x37ba60(0x29c)](_0x1f9bef);});attemptCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x314))[a2_0x5aac0e(0x263)]('List\x20workflow\x20attempts\x20(filter\x20by\x20project\x20or\x20project.workflow)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x35e),'Include\x20retried\x20attempts')[a2_0x5aac0e(0x1df)](wfAttemptListAction),workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2b0))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2ef))[a2_0x5aac0e(0x296)]('--include-retried',a2_0x5aac0e(0x290))[a2_0x5aac0e(0x1df)](wfAttemptListAction),workflowCmd[a2_0x5aac0e(0x345)]('retry\x20<session-id>')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2e5))[a2_0x5aac0e(0x296)]('--from-task\x20<task>',a2_0x5aac0e(0x1a5))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2d4),a2_0x5aac0e(0x2ad))['action'](async(_0x5c74b1,_0x338d4a)=>{const _0x45bdbc=a2_0x5aac0e,_0x41163f=new WorkflowRetryCommand(),_0x149ef1=program['opts'](),_0x22f779=await createTDXInstance(_0x149ef1),_0x4444c0=await _0x41163f['run']({'options':{..._0x149ef1,..._0x338d4a},'args':[_0x5c74b1],'tdx':_0x22f779});process[_0x45bdbc(0x29c)](_0x4444c0);}),workflowCmd[a2_0x5aac0e(0x345)]('run\x20<workflow>')['description'](a2_0x5aac0e(0x373))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x378),a2_0x5aac0e(0x20a),(_0xd6b8fc,_0x4acc11=[])=>[..._0x4acc11,_0xd6b8fc],[])[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x381),'Session\x20time\x20(ISO\x208601,\x20defaults\x20to\x20now)')[a2_0x5aac0e(0x1df)](async(_0x481832,_0xe35e44)=>{const _0x29a824=a2_0x5aac0e,_0x2b1ba9=new WorkflowRunCommand(),_0x1f9a33=program['opts'](),_0x17d9f0=await createTDXInstance(_0x1f9a33),_0x55e366=await _0x2b1ba9['run']({'options':{..._0x1f9a33,..._0xe35e44},'args':[_0x481832],'tdx':_0x17d9f0});process[_0x29a824(0x29c)](_0x55e366);}),workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x366))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x3b3))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2cc),a2_0x5aac0e(0x350))[a2_0x5aac0e(0x1df)](async(_0x20fdfb,_0x16dfd8,_0x2a09b2)=>{const _0x505783=a2_0x5aac0e,_0x2339f6=new WorkflowDownloadCommand(),_0x1e54bd=program[_0x505783(0x36e)](),_0x1452eb=await createTDXInstance(_0x1e54bd),_0x2678f4=await _0x2339f6[_0x505783(0x1dc)]({'options':{..._0x1e54bd,..._0x2a09b2},'args':[_0x20fdfb,_0x16dfd8||'.'],'tdx':_0x1452eb});process[_0x505783(0x29c)](_0x2678f4);}),workflowCmd['command'](a2_0x5aac0e(0x35a))[a2_0x5aac0e(0x263)]('Push\x20workflow\x20project\x20to\x20Treasure\x20Data\x20(digdag-style:\x20cd\x20into\x20project,\x20then\x20push\x20<name>)')['option'](a2_0x5aac0e(0x343),'Override\x20project\x20name')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2cc),a2_0x5aac0e(0x2aa))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x31d),a2_0x5aac0e(0x1ac))[a2_0x5aac0e(0x1df)](async(_0x47127d,_0x4d5a2b)=>{const _0x360766=a2_0x5aac0e,_0x5b9447=new WorkflowPushCommand(),_0x491415=program[_0x360766(0x36e)](),_0x34875e=await createTDXInstance(_0x491415),_0x16df09=await _0x5b9447[_0x360766(0x1dc)]({'options':{..._0x491415,..._0x4d5a2b},'args':_0x47127d?[_0x47127d]:[],'tdx':_0x34875e});process[_0x360766(0x29c)](_0x16df09);}),workflowCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x36b))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x280))[a2_0x5aac0e(0x1df)](async(_0x4a9f83,_0x24f86e)=>{const _0x42cc33=a2_0x5aac0e,_0x5bd969=new WorkflowDeleteCommand(),_0x5119a4=program['opts'](),_0x52774c=await createTDXInstance(_0x5119a4),_0x44fb6e=await _0x5bd969[_0x42cc33(0x1dc)]({'options':{..._0x5119a4,..._0x24f86e},'args':[_0x4a9f83],'tdx':_0x52774c});process[_0x42cc33(0x29c)](_0x44fb6e);});const jobCmd=program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x34e))[a2_0x5aac0e(0x263)]('Job\x20management\x20commands'),jobListAction=async _0x30e405=>{const _0x30ac70=a2_0x5aac0e,_0x5c62a0=new JobListCommand(),_0x49d13b=program[_0x30ac70(0x36e)](),_0x32a3de=await createTDXInstance(_0x49d13b),_0x42f702=await _0x5c62a0[_0x30ac70(0x1dc)]({'options':{..._0x49d13b,..._0x30e405},'args':[],'tdx':_0x32a3de});process[_0x30ac70(0x29c)](_0x42f702);};jobCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x269))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x22f))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1b5),'Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)')['action'](jobListAction),program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2d3),{'hidden':!![]})['description']('List\x20jobs\x20(alias\x20for\x20\x22job\x20list\x22)')['option']('--status\x20<status>',a2_0x5aac0e(0x36f))[a2_0x5aac0e(0x1df)](jobListAction),jobCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x20b))[a2_0x5aac0e(0x263)]('Show\x20job\x20details')[a2_0x5aac0e(0x1df)](async(_0x1ab0f0,_0x4e163a)=>{const _0x4a4cad=a2_0x5aac0e,_0x5bfce6=new JobShowCommand(),_0x3bf3dd=program[_0x4a4cad(0x36e)](),_0x26bf31=await createTDXInstance(_0x3bf3dd),_0x27adba=await _0x5bfce6[_0x4a4cad(0x1dc)]({'options':{..._0x3bf3dd,..._0x4e163a},'args':[_0x1ab0f0],'tdx':_0x26bf31});process[_0x4a4cad(0x29c)](_0x27adba);}),jobCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x3aa))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x27f))[a2_0x5aac0e(0x1df)](async(_0x50ca84,_0x586586)=>{const _0x5158d9=a2_0x5aac0e,_0x409987=new JobKillCommand(),_0x10e792=program['opts'](),_0x583185=await createTDXInstance(_0x10e792),_0x2f6f6d=await _0x409987[_0x5158d9(0x1dc)]({'options':{..._0x10e792,..._0x586586},'args':[_0x50ca84],'tdx':_0x583185});process[_0x5158d9(0x29c)](_0x2f6f6d);}),jobCmd['command'](a2_0x5aac0e(0x35c))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x335))['option'](a2_0x5aac0e(0x2f5),a2_0x5aac0e(0x24a),'trino')['option'](a2_0x5aac0e(0x3b0),a2_0x5aac0e(0x1ec))[a2_0x5aac0e(0x296)]('--database\x20<name>','Database\x20name\x20(default:\x20information_schema)',a2_0x5aac0e(0x2b8))[a2_0x5aac0e(0x1df)](async(_0x36ee7e,_0x1716e5)=>{const _0x5a6ed6=a2_0x5aac0e,_0x215b1a=new JobSubmitCommand(),_0x215b8f=program[_0x5a6ed6(0x36e)](),_0x1a2225=await createTDXInstance(_0x215b8f),_0x46373b=await _0x215b1a[_0x5a6ed6(0x1dc)]({'options':{..._0x215b8f,..._0x1716e5},'args':_0x36ee7e?[_0x36ee7e]:[],'tdx':_0x1a2225});process[_0x5a6ed6(0x29c)](_0x46373b);}),jobCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x301))['description']('Get\x20job\x20results')[a2_0x5aac0e(0x1df)](async(_0x2257b9,_0x579392)=>{const _0x340e53=a2_0x5aac0e,_0x3ab1d1=new JobResultCommand(),_0x320adf=program[_0x340e53(0x36e)](),_0x419898=await createTDXInstance(_0x320adf),_0x4e0047=await _0x3ab1d1['run']({'options':{..._0x320adf,..._0x579392},'args':[_0x2257b9],'tdx':_0x419898});process['exit'](_0x4e0047);});const llmCmd=program['command'](a2_0x5aac0e(0x218))['description'](a2_0x5aac0e(0x3b7));llmCmd['command'](a2_0x5aac0e(0x23a))['description'](a2_0x5aac0e(0x30f))[a2_0x5aac0e(0x1df)](async(_0x216737,_0x3b1b8f)=>{const _0xc9e8ad=a2_0x5aac0e,_0x17d750=new LLMUseCommand(),_0x3c1fc5=program[_0xc9e8ad(0x36e)](),_0x46b870=await createTDXInstance(_0x3c1fc5),_0x575a35=await _0x17d750['run']({'options':{..._0x3c1fc5,..._0x3b1b8f},'args':[_0x216737],'tdx':_0x46b870});process[_0xc9e8ad(0x29c)](_0x575a35);}),llmCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x33d))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x336))[a2_0x5aac0e(0x1df)](async _0x1ca4b2=>{const _0x42c870=a2_0x5aac0e,_0x36e811=new LLMModelsCommand(),_0x5e745a=program['opts'](),_0x12fb7f=await createTDXInstance(_0x5e745a),_0x1d1b93=await _0x36e811[_0x42c870(0x1dc)]({'options':{..._0x5e745a,..._0x1ca4b2},'args':[],'tdx':_0x12fb7f});process[_0x42c870(0x29c)](_0x1d1b93);});const projectCmd=llmCmd['command'](a2_0x5aac0e(0x2fb))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x370)),llmProjectListAction=async(_0x52091c,_0x47e112)=>{const _0x4d1717=a2_0x5aac0e,_0x3ce7b7=new LLMProjectsCommand(),_0x23fff3=program[_0x4d1717(0x36e)](),_0x49df0e=await createTDXInstance(_0x23fff3),_0x3d8d0d=await _0x3ce7b7[_0x4d1717(0x1dc)]({'options':{..._0x23fff3,..._0x47e112},'args':_0x52091c?[_0x52091c]:[],'tdx':_0x49df0e});process[_0x4d1717(0x29c)](_0x3d8d0d);};projectCmd['command'](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)]('List\x20all\x20LLM\x20projects\x20(optionally\x20filtered\x20by\x20pattern)')['option'](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x2fd))['action'](llmProjectListAction),llmCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x333))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x244))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x2fd))[a2_0x5aac0e(0x1df)](llmProjectListAction),projectCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x362))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x212))[a2_0x5aac0e(0x296)]('--description\x20<text>',a2_0x5aac0e(0x23e))[a2_0x5aac0e(0x1df)](async(_0x26b666,_0x4e0ebc)=>{const _0x284de4=a2_0x5aac0e,_0x10b2d3=new LLMProjectCreateCommand(),_0x168954=program[_0x284de4(0x36e)](),_0xcf394c=await createTDXInstance(_0x168954),_0x18189e=await _0x10b2d3[_0x284de4(0x1dc)]({'options':{..._0x168954,..._0x4e0ebc},'args':[_0x26b666],'tdx':_0xcf394c});process['exit'](_0x18189e);}),projectCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x340))[a2_0x5aac0e(0x263)]('Delete\x20an\x20LLM\x20project')['action'](async(_0xb6d331,_0x4eeafe)=>{const _0x32b413=a2_0x5aac0e,_0x1a3f2e=new LLMProjectDeleteCommand(),_0xbf7e66=program[_0x32b413(0x36e)](),_0x1c27b6=await createTDXInstance(_0xbf7e66),_0x48b16d=await _0x1a3f2e[_0x32b413(0x1dc)]({'options':{..._0xbf7e66,..._0x4eeafe},'args':[_0xb6d331],'tdx':_0x1c27b6});process[_0x32b413(0x29c)](_0x48b16d);}),projectCmd['command'](a2_0x5aac0e(0x1a8))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x318))[a2_0x5aac0e(0x296)]('-o,\x20--output\x20<folder>',a2_0x5aac0e(0x308))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x37c),a2_0x5aac0e(0x249))[a2_0x5aac0e(0x1df)](async(_0x25a79b,_0x5977b6)=>{const _0x37b164=a2_0x5aac0e,_0x5d489c=new LLMProjectBackupCommand(),_0x26aec2=program['opts'](),_0x41b648=await createTDXInstance(_0x26aec2),_0x16eb3b=await _0x5d489c[_0x37b164(0x1dc)]({'options':{..._0x26aec2,..._0x5977b6},'args':[_0x25a79b],'tdx':_0x41b648});process['exit'](_0x16eb3b);}),projectCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2cf))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x1b6))['option']('--name\x20<new-name>',a2_0x5aac0e(0x2a1))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x37c),a2_0x5aac0e(0x285))[a2_0x5aac0e(0x1df)](async(_0x3f3387,_0x3e3e24)=>{const _0x828f4e=a2_0x5aac0e,_0x2bfe40=new LLMProjectRestoreCommand(),_0x72ff5e=program[_0x828f4e(0x36e)](),_0x2a74a4=await createTDXInstance(_0x72ff5e),_0xf52d1b=await _0x2bfe40[_0x828f4e(0x1dc)]({'options':{..._0x72ff5e,..._0x3e3e24},'args':[_0x3f3387],'tdx':_0x2a74a4});process['exit'](_0xf52d1b);});const llmAgentListAction=async(_0x3c96ae,_0x494014)=>{const _0x101c2a=a2_0x5aac0e,_0x2fc8e1=new LLMAgentsCommand(),_0x20dd80=program[_0x101c2a(0x36e)](),_0xdae50c=await createTDXInstance(_0x20dd80),_0xb56960=await _0x2fc8e1[_0x101c2a(0x1dc)]({'options':{..._0x20dd80,..._0x494014},'args':_0x3c96ae?[_0x3c96ae]:[],'tdx':_0xdae50c});process[_0x101c2a(0x29c)](_0xb56960);};llmCmd[a2_0x5aac0e(0x345)]('agents\x20[pattern]')['description'](a2_0x5aac0e(0x281))[a2_0x5aac0e(0x296)]('-w,\x20--web',a2_0x5aac0e(0x359))[a2_0x5aac0e(0x1df)](llmAgentListAction),program[a2_0x5aac0e(0x345)]('agents\x20[pattern]')[a2_0x5aac0e(0x263)]('List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x359))[a2_0x5aac0e(0x1df)](llmAgentListAction),llmCmd[a2_0x5aac0e(0x345)]('history\x20[chat-id]')[a2_0x5aac0e(0x263)]('Show\x20chat\x20history\x20(or\x20list\x20all\x20sessions\x20if\x20no\x20ID\x20provided)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x245),'Show\x20history\x20of\x20the\x20most\x20recent\x20chat\x20session')['action'](async(_0x164c7c,_0x114b9e)=>{const _0x3e300f=a2_0x5aac0e,_0x202555=new LLMHistoryCommand(),_0x329c24=program['opts'](),_0x679fe=await createTDXInstance(_0x329c24),_0x4b0513=await _0x202555[_0x3e300f(0x1dc)]({'options':{..._0x329c24,..._0x114b9e},'args':_0x164c7c?[_0x164c7c]:[],'tdx':_0x679fe});process[_0x3e300f(0x29c)](_0x4b0513);}),llmCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x287))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x234))['option']('--port\x20<number>','Port\x20to\x20run\x20the\x20proxy\x20server\x20on',a2_0x5aac0e(0x1b3))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1c3),a2_0x5aac0e(0x240))['option']('--agent\x20<name>',a2_0x5aac0e(0x361))[a2_0x5aac0e(0x1df)](async _0x55c1e7=>{const _0x4c54c3=a2_0x5aac0e,_0x27ac00=new LLMProxyCommand(),_0x406054=program[_0x4c54c3(0x36e)](),_0x5441f0=await createTDXInstance(_0x406054),_0x3c6e26={..._0x55c1e7,'port':_0x55c1e7[_0x4c54c3(0x365)]?parseInt(_0x55c1e7[_0x4c54c3(0x365)],0xa):undefined},_0x5035f4=await _0x27ac00['run']({'options':{..._0x406054,..._0x3c6e26},'args':[],'tdx':_0x5441f0});process[_0x4c54c3(0x29c)](_0x5035f4);}),program[a2_0x5aac0e(0x345)]('claude\x20[args...]')[a2_0x5aac0e(0x28d)]('[options]\x20--\x20[claude-code-args...]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x261))[a2_0x5aac0e(0x296)]('--model\x20<name>',a2_0x5aac0e(0x19d),a2_0x5aac0e(0x39c))[a2_0x5aac0e(0x296)]('-c,\x20--continue',a2_0x5aac0e(0x2bc))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3a1),'Resume\x20a\x20conversation\x20(shows\x20selector)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1cb),a2_0x5aac0e(0x309))[a2_0x5aac0e(0x247)]()[a2_0x5aac0e(0x20f)](!![])[a2_0x5aac0e(0x223)](a2_0x5aac0e(0x232),a2_0x5aac0e(0x1cf))[a2_0x5aac0e(0x1df)](async(_0x2723db,_0x167c9e)=>{const _0x56ad43=a2_0x5aac0e,_0x32416d=program['opts'](),_0x5f5c7d=Array['isArray'](_0x2723db)?_0x2723db:[];if(_0x5f5c7d[0x0]===_0x56ad43(0x1bb)){const _0x4c8ffd=new ClaudeStatuslineCommand(),_0x1fec31=await _0x4c8ffd[_0x56ad43(0x1dc)]({'options':{..._0x32416d,..._0x167c9e},'args':_0x5f5c7d[_0x56ad43(0x222)](0x1),'tdx':null});process[_0x56ad43(0x29c)](_0x1fec31);}if(_0x5f5c7d[0x0]===_0x56ad43(0x28d)){const _0x3d01da=new ClaudeUsageCommand(),_0x110555=await _0x3d01da['run']({'options':{..._0x32416d,..._0x167c9e},'args':_0x5f5c7d[_0x56ad43(0x222)](0x1),'tdx':null});process[_0x56ad43(0x29c)](_0x110555);}const _0x625784=new ClaudeCommand(),_0x25f8e8=await createTDXInstance(_0x32416d),_0x16c506=await _0x625784['run']({'options':{..._0x32416d,..._0x167c9e},'args':_0x5f5c7d,'tdx':_0x25f8e8});process['exit'](_0x16c506);}),program['command'](a2_0x5aac0e(0x1e9))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x230))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x26f),'Clear\x20session\x20context')['action'](async _0x15126b=>{const _0x47125e=a2_0x5aac0e,_0x3770e7=new ContextCommand(),_0x38447f=program['opts'](),_0x2422df=await _0x3770e7[_0x47125e(0x1dc)]({'options':{..._0x38447f,..._0x15126b},'args':[],'tdx':null});process[_0x47125e(0x29c)](_0x2422df);}),program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x371))['description'](a2_0x5aac0e(0x215))[a2_0x5aac0e(0x296)]('--clear',a2_0x5aac0e(0x1d0))[a2_0x5aac0e(0x1df)](async(_0x240008,_0xdf2ccf,_0x43881d)=>{const _0x9ca3db=a2_0x5aac0e,_0x18ff5b=new UseCommand(),_0x257b80=program[_0x9ca3db(0x36e)](),_0x55b8ec=[];if(_0x240008)_0x55b8ec[_0x9ca3db(0x207)](_0x240008);if(_0xdf2ccf)_0x55b8ec[_0x9ca3db(0x207)](_0xdf2ccf);const _0x285907=await _0x18ff5b[_0x9ca3db(0x1dc)]({'options':{..._0x257b80,..._0x43881d},'args':_0x55b8ec,'tdx':null});process[_0x9ca3db(0x29c)](_0x285907);}),program['command'](a2_0x5aac0e(0x255))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x3a0))['option'](a2_0x5aac0e(0x245),a2_0x5aac0e(0x3ae))[a2_0x5aac0e(0x1df)](async _0x10154f=>{const _0x27fffc=a2_0x5aac0e,_0x9c1fbb=new ChatsCommand(),_0x465641=program[_0x27fffc(0x36e)](),_0x85c861=await createTDXInstance(_0x465641),_0x215eee=await _0x9c1fbb[_0x27fffc(0x1dc)]({'options':{..._0x465641,..._0x10154f},'args':[],'tdx':_0x85c861});process[_0x27fffc(0x29c)](_0x215eee);});const authCmd=program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x3b2))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2cd));async function runAuthStatusCommand(_0x434ae1){const _0x1c9046=a2_0x5aac0e,_0x1d60c7=new AuthStatusCommand(),_0x4c58b6=program[_0x1c9046(0x36e)](),_0x154f44=await createTDXInstance(_0x4c58b6),_0x308874=await _0x1d60c7[_0x1c9046(0x1dc)]({'options':{..._0x4c58b6,..._0x434ae1},'args':[],'tdx':_0x154f44});process['exit'](_0x308874);}authCmd[a2_0x5aac0e(0x1df)](runAuthStatusCommand),authCmd[a2_0x5aac0e(0x345)]('status')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x369))['action'](runAuthStatusCommand),authCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x275))['description'](a2_0x5aac0e(0x397))[a2_0x5aac0e(0x223)](a2_0x5aac0e(0x232),a2_0x5aac0e(0x1d1))[a2_0x5aac0e(0x1df)](async _0x820f2=>{const _0x41e35a=a2_0x5aac0e,_0x354d38=new AuthSetupCommand(),_0x1e2b70=program[_0x41e35a(0x36e)](),_0x37a0bf=await createTDXInstance(_0x1e2b70),_0xf0fe35=await _0x354d38['run']({'options':{..._0x1e2b70,..._0x820f2},'args':[],'tdx':_0x37a0bf});process['exit'](_0xf0fe35);}),authCmd[a2_0x5aac0e(0x345)]('clear')[a2_0x5aac0e(0x263)]('Remove\x20API\x20key\x20from\x20system\x20keychain')[a2_0x5aac0e(0x223)]('after','\x0aGlobal\x20Options:\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20clear\x20(clears\x20default\x20profile\x20if\x20not\x20specified)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20API\x20key\x20for\x20default\x20profile\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20--profile\x20prod\x20\x20#\x20Clear\x20API\x20key\x20for\x20\x27prod\x27\x20profile\x0a')[a2_0x5aac0e(0x1df)](async _0x4e42f8=>{const _0x27232d=a2_0x5aac0e,_0x3c25e1=new AuthClearCommand(),_0x2664b9=program[_0x27232d(0x36e)](),_0x24ba17=await _0x3c25e1[_0x27232d(0x1dc)]({'options':{..._0x2664b9,..._0x4e42f8},'args':[],'tdx':null});process[_0x27232d(0x29c)](_0x24ba17);});const userCmd=program['command']('user')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x228)),userListAction=async _0xd0ffc2=>{const _0x7fe66d=a2_0x5aac0e,_0x2953ef=new UserListCommand(),_0x5c36b6=program[_0x7fe66d(0x36e)](),_0x5094cf=await createTDXInstance(_0x5c36b6),_0x494aa3=await _0x2953ef[_0x7fe66d(0x1dc)]({'options':{..._0x5c36b6,..._0xd0ffc2},'args':[],'tdx':_0x5094cf});process[_0x7fe66d(0x29c)](_0x494aa3);};userCmd[a2_0x5aac0e(0x1df)](async _0x5b999b=>{const _0x37e5b9=a2_0x5aac0e,_0x359bf0=new UserCommand(),_0x1b1250=program[_0x37e5b9(0x36e)](),_0x1ad884=await createTDXInstance(_0x1b1250),_0x302895=await _0x359bf0['run']({'options':{..._0x1b1250,..._0x5b999b},'args':[],'tdx':_0x1ad884});process[_0x37e5b9(0x29c)](_0x302895);}),userCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x269))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x31a))[a2_0x5aac0e(0x1df)](userListAction),program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1da))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x237))[a2_0x5aac0e(0x1df)](userListAction),program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2bd))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x256))['action'](async _0x50559e=>{const _0x347b45=a2_0x5aac0e,_0x2ab646=new ProfilesCommand(),_0x4b2913=program[_0x347b45(0x36e)](),_0x4085fa=await _0x2ab646[_0x347b45(0x1dc)]({'options':{..._0x4b2913,..._0x50559e},'args':[],'tdx':null});process['exit'](_0x4085fa);});const engageCmd=program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2ba))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x1a9)),createEngageAction=_0x872dbe=>{return async(_0xf90cdd,_0x369e06)=>{const _0x4b58f0=a2_0x5c65,_0x2155db=new _0x872dbe(),_0x3b13b9=program[_0x4b58f0(0x36e)](),_0x2f442c=await createTDXInstance(_0x3b13b9),_0x50a9f3=await _0x2155db[_0x4b58f0(0x1dc)]({'options':{..._0x3b13b9,..._0x369e06},'args':[_0xf90cdd],'tdx':_0x2f442c});process[_0x4b58f0(0x29c)](_0x50a9f3);};},createEngageNoArgAction=_0x33d60d=>{return async _0x31a1d4=>{const _0x461f02=a2_0x5c65,_0x2bdef3=new _0x33d60d(),_0x10f55c=program[_0x461f02(0x36e)](),_0x5e2533=await createTDXInstance(_0x10f55c),_0x3f450f=await _0x2bdef3['run']({'options':{..._0x10f55c,..._0x31a1d4},'args':[],'tdx':_0x5e2533});process[_0x461f02(0x29c)](_0x3f450f);};},campaignCmd=engageCmd[a2_0x5aac0e(0x345)]('campaign')['description'](a2_0x5aac0e(0x257)),campaignListAction=async(_0x225a91,_0x6082ea)=>{const _0x540bdd=a2_0x5aac0e,_0x9a1f64=new EngageCampaignsCommand(),_0x45934b=program[_0x540bdd(0x36e)](),_0x3654c3=await createTDXInstance(_0x45934b),_0x5b1715=await _0x9a1f64[_0x540bdd(0x1dc)]({'options':{..._0x45934b,..._0x6082ea},'args':_0x225a91?[_0x225a91]:[],'tdx':_0x3654c3});process['exit'](_0x5b1715);};campaignCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)]('List\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1ea),a2_0x5aac0e(0x2ee))['option']('--status\x20<status>',a2_0x5aac0e(0x200))[a2_0x5aac0e(0x296)]('--workspace\x20<name>',a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x1df)](campaignListAction),engageCmd[a2_0x5aac0e(0x345)]('campaigns\x20[pattern]')['description']('List\x20campaigns\x20(alias\x20for\x20\x22campaign\x20list\x22)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1ea),'Filter\x20by\x20campaign\x20type\x20(email,\x20push)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1b5),a2_0x5aac0e(0x200))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x1df)](campaignListAction),campaignCmd['command'](a2_0x5aac0e(0x2fe))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x23f))[a2_0x5aac0e(0x296)]('--workspace\x20<name>','Workspace\x20name')['option'](a2_0x5aac0e(0x3b5),a2_0x5aac0e(0x1ba))[a2_0x5aac0e(0x1df)](createEngageAction(EngageCampaignShowCommand)),campaignCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1a6))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x277))['requiredOption']('--name\x20<name>',a2_0x5aac0e(0x1ed))[a2_0x5aac0e(0x2c2)](a2_0x5aac0e(0x1ea),a2_0x5aac0e(0x1ef))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x1b9))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1d5),'Campaign\x20description')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x388),a2_0x5aac0e(0x216))[a2_0x5aac0e(0x296)]('--email-sender-id\x20<id>',a2_0x5aac0e(0x1e3))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x246),'JSON\x20columns\x20for\x20connector\x20(comma-separated)')['option'](a2_0x5aac0e(0x28b),'Delivery\x20start\x20time\x20(ISO\x208601\x20format)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2a7),a2_0x5aac0e(0x1f1))['action'](createEngageNoArgAction(EngageCampaignCreateCommand)),campaignCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x36a))['description'](a2_0x5aac0e(0x27b))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))['option'](a2_0x5aac0e(0x343),a2_0x5aac0e(0x3ac))[a2_0x5aac0e(0x296)]('--description\x20<desc>',a2_0x5aac0e(0x1cc))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x388),a2_0x5aac0e(0x216))[a2_0x5aac0e(0x296)]('--email-sender-id\x20<id>',a2_0x5aac0e(0x1e3))['option'](a2_0x5aac0e(0x246),'JSON\x20columns\x20for\x20connector\x20(comma-separated)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x28b),'Delivery\x20start\x20time\x20(ISO\x208601\x20format)')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2a7),a2_0x5aac0e(0x1f1))['action'](createEngageAction(EngageCampaignUpdateCommand)),campaignCmd[a2_0x5aac0e(0x345)]('delete\x20<name-or-id>')[a2_0x5aac0e(0x263)]('Delete\x20a\x20campaign')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x296)]('--yes',a2_0x5aac0e(0x270))['action'](createEngageAction(EngageCampaignDeleteCommand)),campaignCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x26a))['description'](a2_0x5aac0e(0x2fc))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x1df)](createEngageAction(EngageCampaignLaunchCommand)),campaignCmd['command']('pause\x20<name-or-id>')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x25e))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x1df)](createEngageAction(EngageCampaignPauseCommand)),campaignCmd['command'](a2_0x5aac0e(0x20e))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x203))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))['action'](createEngageAction(EngageCampaignResumeCommand)),campaignCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x289))['description'](a2_0x5aac0e(0x292))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x1df)](createEngageAction(EngageCampaignDuplicateCommand));const templateCmd=engageCmd[a2_0x5aac0e(0x345)]('template')['description']('Email\x20template\x20management'),templateListAction=async(_0x2e64c8,_0x358c73)=>{const _0x10e43e=a2_0x5aac0e,_0x1f8a02=new EngageTemplatesCommand(),_0x5976c6=program[_0x10e43e(0x36e)](),_0x556c75=await createTDXInstance(_0x5976c6),_0x3de92f=await _0x1f8a02['run']({'options':{..._0x5976c6,..._0x358c73},'args':_0x2e64c8?[_0x2e64c8]:[],'tdx':_0x556c75});process[_0x10e43e(0x29c)](_0x3de92f);};templateCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x356))[a2_0x5aac0e(0x296)]('--workspace\x20<name>',a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x1df)](templateListAction),engageCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2e7))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2d7))['option'](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))['action'](templateListAction),templateCmd['command']('show\x20<name-or-id>')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x21e))['option']('--workspace\x20<name>','Workspace\x20name')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3b5),a2_0x5aac0e(0x1ba))[a2_0x5aac0e(0x1df)](createEngageAction(EngageTemplateShowCommand)),templateCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1a6))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x1e1))['requiredOption'](a2_0x5aac0e(0x343),a2_0x5aac0e(0x206))[a2_0x5aac0e(0x2c2)](a2_0x5aac0e(0x376),'Email\x20subject\x20template')[a2_0x5aac0e(0x2c2)](a2_0x5aac0e(0x331),a2_0x5aac0e(0x24b))['option']('--workspace\x20<name>',a2_0x5aac0e(0x1b9))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2b5),a2_0x5aac0e(0x283))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1b2),'Editor\x20type')[a2_0x5aac0e(0x1df)](createEngageNoArgAction(EngageTemplateCreateCommand)),templateCmd[a2_0x5aac0e(0x345)]('update\x20<name-or-id>')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x1bc))['option'](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x343),a2_0x5aac0e(0x2ab))['option']('--subject\x20<subject>',a2_0x5aac0e(0x33c))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x331),'HTML\x20template\x20content')[a2_0x5aac0e(0x296)]('--plaintext\x20<text>',a2_0x5aac0e(0x283))[a2_0x5aac0e(0x1df)](createEngageAction(EngageTemplateUpdateCommand)),templateCmd[a2_0x5aac0e(0x345)]('delete\x20<name-or-id>')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x26b))['option'](a2_0x5aac0e(0x2c6),a2_0x5aac0e(0x2e1))[a2_0x5aac0e(0x296)]('--yes',a2_0x5aac0e(0x270))[a2_0x5aac0e(0x1df)](createEngageAction(EngageTemplateDeleteCommand));const workspaceCmd=engageCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x226))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x2e0)),workspaceListAction=async(_0xbedcba,_0x9e8ca8)=>{const _0x45e371=a2_0x5aac0e,_0x3dc140=new EngageWorkspacesCommand(),_0x577f45=program[_0x45e371(0x36e)](),_0x166aa9=await createTDXInstance(_0x577f45),_0x1e1bf9=await _0x3dc140['run']({'options':{..._0x577f45,..._0x9e8ca8},'args':_0xbedcba?[_0xbedcba]:[],'tdx':_0x166aa9});process['exit'](_0x1e1bf9);};workspaceCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)]('List\x20workspaces\x20(optionally\x20filtered\x20by\x20pattern)')[a2_0x5aac0e(0x1df)](workspaceListAction),engageCmd['command']('workspaces\x20[pattern]')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x32c))[a2_0x5aac0e(0x1df)](workspaceListAction),workspaceCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2fe))['description'](a2_0x5aac0e(0x328))['option'](a2_0x5aac0e(0x3b5),a2_0x5aac0e(0x1ba))['action'](createEngageAction(EngageWorkspaceShowCommand)),workspaceCmd[a2_0x5aac0e(0x345)]('create')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x347))[a2_0x5aac0e(0x2c2)](a2_0x5aac0e(0x343),'Workspace\x20name')[a2_0x5aac0e(0x296)]('--description\x20<desc>',a2_0x5aac0e(0x315))[a2_0x5aac0e(0x1df)](createEngageNoArgAction(EngageWorkspaceCreateCommand)),workspaceCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x36a))['description'](a2_0x5aac0e(0x30c))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x343),a2_0x5aac0e(0x2c8))[a2_0x5aac0e(0x296)]('--description\x20<desc>','Workspace\x20description')[a2_0x5aac0e(0x1df)](createEngageAction(EngageWorkspaceUpdateCommand)),workspaceCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x29d))[a2_0x5aac0e(0x263)]('Delete\x20a\x20workspace')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x1ce),a2_0x5aac0e(0x270))['action'](createEngageAction(EngageWorkspaceDeleteCommand)),workspaceCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1d2))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x219))[a2_0x5aac0e(0x1df)](createEngageAction(EngageWorkspaceUseCommand));const connectionCmd=program[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x395))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x258)),connectionListAction=async _0x129223=>{const _0x114c66=a2_0x5aac0e,_0x1ff561=new ConnectionListCommand(),_0x40c1d4=program[_0x114c66(0x36e)](),_0x1a67ed=await createTDXInstance(_0x40c1d4),_0x27c581=await _0x1ff561[_0x114c66(0x1dc)]({'options':{..._0x40c1d4,..._0x129223},'args':[],'tdx':_0x1a67ed});process[_0x114c66(0x29c)](_0x27c581);};connectionCmd[a2_0x5aac0e(0x345)]('list')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x38b))[a2_0x5aac0e(0x1df)](connectionListAction),program[a2_0x5aac0e(0x345)]('connections',{'hidden':!![]})['description'](a2_0x5aac0e(0x2b1))[a2_0x5aac0e(0x1df)](connectionListAction),connectionCmd['command'](a2_0x5aac0e(0x1f2))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x330))[a2_0x5aac0e(0x1df)](async(_0x1209dc,_0x557496)=>{const _0x597d9b=a2_0x5aac0e,_0x44972d=new ConnectionShowCommand(),_0x566f21=program[_0x597d9b(0x36e)](),_0x109238=await createTDXInstance(_0x566f21),_0x294b5e=await _0x44972d[_0x597d9b(0x1dc)]({'options':{..._0x566f21,..._0x557496},'args':[_0x1209dc],'tdx':_0x109238});process[_0x597d9b(0x29c)](_0x294b5e);});const journeyCmd=program['command']('journey')['description'](a2_0x5aac0e(0x272));journeyCmd['command'](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x323))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x25b))[a2_0x5aac0e(0x1df)](async(_0x18b317,_0x5db1c7)=>{const _0x94706b=a2_0x5aac0e,_0x60d5e2=new JourneyListCommand(),_0x4e5d10=program[_0x94706b(0x36e)](),_0x13f412=await createTDXInstance(_0x4e5d10),_0x23b8e7=await _0x60d5e2['run']({'options':{..._0x4e5d10,..._0x5db1c7},'args':_0x18b317?[_0x18b317]:[],'tdx':_0x13f412});process[_0x94706b(0x29c)](_0x23b8e7);}),journeyCmd['command'](a2_0x5aac0e(0x2e9))[a2_0x5aac0e(0x263)]('Show\x20journey\x20details')['option'](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x2a2))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x398),'Include\x20execution\x20statistics')[a2_0x5aac0e(0x1df)](async(_0x2d8f24,_0x488c1d)=>{const _0xb06207=a2_0x5aac0e,_0x29d948=new JourneyViewCommand(),_0x2eb8a4=program[_0xb06207(0x36e)](),_0x3a0630=await createTDXInstance(_0x2eb8a4),_0x72ed04=await _0x29d948[_0xb06207(0x1dc)]({'options':{..._0x2eb8a4,..._0x488c1d},'args':[_0x2d8f24],'tdx':_0x3a0630});process[_0xb06207(0x29c)](_0x72ed04);}),journeyCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x21a))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x313))[a2_0x5aac0e(0x296)]('--stage\x20<name>',a2_0x5aac0e(0x1de))[a2_0x5aac0e(0x1df)](async(_0x271c99,_0x24221d)=>{const _0xb39b2a=a2_0x5aac0e,_0x4ce198=new JourneyStatsCommand(),_0x464914=program[_0xb39b2a(0x36e)](),_0xb9b9ba=await createTDXInstance(_0x464914),_0xcbd73e=await _0x4ce198[_0xb39b2a(0x1dc)]({'options':{..._0x464914,..._0x24221d},'args':[_0x271c99],'tdx':_0xb9b9ba});process[_0xb39b2a(0x29c)](_0xcbd73e);}),journeyCmd[a2_0x5aac0e(0x345)]('pause\x20<name-or-path>')[a2_0x5aac0e(0x263)]('Pause\x20a\x20running\x20journey')[a2_0x5aac0e(0x1df)](async(_0x3f7eec,_0x5a7135)=>{const _0x2baa78=a2_0x5aac0e,_0x2cd826=new JourneyPauseCommand(),_0x467e98=program['opts'](),_0x2b9089=await createTDXInstance(_0x467e98),_0x27be89=await _0x2cd826[_0x2baa78(0x1dc)]({'options':{..._0x467e98,..._0x5a7135},'args':[_0x3f7eec],'tdx':_0x2b9089});process[_0x2baa78(0x29c)](_0x27be89);}),journeyCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x2d1))[a2_0x5aac0e(0x263)]('Resume\x20a\x20paused\x20journey')[a2_0x5aac0e(0x1df)](async(_0x305d36,_0x467d40)=>{const _0x22257e=a2_0x5aac0e,_0x1b3193=new JourneyResumeCommand(),_0xbd6c70=program[_0x22257e(0x36e)](),_0x4b4f55=await createTDXInstance(_0xbd6c70),_0x1001c7=await _0x1b3193[_0x22257e(0x1dc)]({'options':{..._0xbd6c70,..._0x467d40},'args':[_0x305d36],'tdx':_0x4b4f55});process[_0x22257e(0x29c)](_0x1001c7);}),journeyCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x38d))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x39b))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x202),a2_0x5aac0e(0x270))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x37c),a2_0x5aac0e(0x37d))[a2_0x5aac0e(0x1df)](async(_0x26e4f3,_0x5ff564)=>{const _0x4c1dba=a2_0x5aac0e,_0x40c3c1=new JourneyPullCommand(),_0x3f2d92=program[_0x4c1dba(0x36e)](),_0x1f6bcf=await createTDXInstance(_0x3f2d92),_0x3e0e8b=await _0x40c3c1[_0x4c1dba(0x1dc)]({'options':{..._0x3f2d92,..._0x5ff564},'args':_0x26e4f3?[_0x26e4f3]:[],'tdx':_0x1f6bcf});process['exit'](_0x3e0e8b);}),journeyCmd[a2_0x5aac0e(0x345)]('push\x20[target]')[a2_0x5aac0e(0x263)]('Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data')[a2_0x5aac0e(0x1df)](async(_0x2aea20,_0x100491)=>{const _0x1f869d=a2_0x5aac0e,_0x35e724=new JourneyPushCommand(),_0x497fea=program['opts'](),_0x3a9a61=await createTDXInstance(_0x497fea),_0x2c262d=await _0x35e724[_0x1f869d(0x1dc)]({'options':{..._0x497fea,..._0x100491},'args':_0x2aea20?[_0x2aea20]:[],'tdx':_0x3a9a61});process[_0x1f869d(0x29c)](_0x2c262d);});const agentSyncCmd=program[a2_0x5aac0e(0x345)]('agent')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x3a6));agentSyncCmd['command'](a2_0x5aac0e(0x1db))['description']('Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x33b),a2_0x5aac0e(0x2c0))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x23c),a2_0x5aac0e(0x2a5))[a2_0x5aac0e(0x1df)](async(_0xc315c7,_0x455d2b,_0x37e3f0)=>{const _0x3e8519=a2_0x5aac0e,_0x3296b9=new AgentPullCommand(),_0x43f585=program[_0x3e8519(0x36e)](),_0x212977=await createTDXInstance(_0x43f585),_0x5e0a26=[];if(_0xc315c7)_0x5e0a26[_0x3e8519(0x207)](_0xc315c7);if(_0x455d2b)_0x5e0a26[_0x3e8519(0x207)](_0x455d2b);const _0xaad161=await _0x3296b9[_0x3e8519(0x1dc)]({'options':{..._0x43f585,..._0x37e3f0},'args':_0x5e0a26,'tdx':_0x212977});process[_0x3e8519(0x29c)](_0xaad161);}),agentSyncCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x3a9))['description']('Push\x20local\x20agent\x20files\x20to\x20LLM\x20project')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x23c),a2_0x5aac0e(0x235))[a2_0x5aac0e(0x1df)](async(_0x102daa,_0xb8439a)=>{const _0x1139bc=a2_0x5aac0e,_0x52496c=new AgentPushCommand(),_0x4d130a=program[_0x1139bc(0x36e)](),_0x405550=await createTDXInstance(_0x4d130a),_0x19143f=await _0x52496c[_0x1139bc(0x1dc)]({'options':{..._0x4d130a,..._0xb8439a},'args':_0x102daa?[_0x102daa]:[],'tdx':_0x405550});process[_0x1139bc(0x29c)](_0x19143f);}),agentSyncCmd[a2_0x5aac0e(0x345)]('clone\x20[source]')[a2_0x5aac0e(0x263)]('Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project')['option'](a2_0x5aac0e(0x2df),a2_0x5aac0e(0x1bd))[a2_0x5aac0e(0x1df)](async(_0x1fe30a,_0x2f7d83)=>{const _0x498ec0=a2_0x5aac0e,_0x342c3f=new AgentCloneCommand(),_0xec0ebf=program[_0x498ec0(0x36e)](),_0x1121f1=await createTDXInstance(_0xec0ebf),_0x4c7478=await _0x342c3f[_0x498ec0(0x1dc)]({'options':{..._0xec0ebf,..._0x2f7d83},'args':_0x1fe30a?[_0x1fe30a]:[],'tdx':_0x1121f1});process['exit'](_0x4c7478);}),agentSyncCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x304))[a2_0x5aac0e(0x263)]('List\x20agents\x20in\x20current\x20project')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x3b8),a2_0x5aac0e(0x359))[a2_0x5aac0e(0x1df)](llmAgentListAction),agentSyncCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x1a1))['description'](a2_0x5aac0e(0x231))[a2_0x5aac0e(0x1df)](async(_0x4fa7eb,_0x47d00e)=>{const _0x2b19c6=a2_0x5aac0e,_0x19c04c=new LLMAgentShowCommand(),_0x5ae7c6=program[_0x2b19c6(0x36e)](),_0x31a43d=await createTDXInstance(_0x5ae7c6),_0x204401=await _0x19c04c[_0x2b19c6(0x1dc)]({'options':{..._0x5ae7c6,..._0x47d00e},'args':[_0x4fa7eb],'tdx':_0x31a43d});process['exit'](_0x204401);}),agentSyncCmd['command'](a2_0x5aac0e(0x362))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x210))[a2_0x5aac0e(0x296)]('--system-prompt\x20<text>',a2_0x5aac0e(0x1e5))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x2f2),a2_0x5aac0e(0x34b),a2_0x5aac0e(0x2c7))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x19f),a2_0x5aac0e(0x30b))[a2_0x5aac0e(0x296)]('--max-tool-iterations\x20<n>',a2_0x5aac0e(0x1ca),'4')[a2_0x5aac0e(0x296)]('--temperature\x20<n>',a2_0x5aac0e(0x1eb),a2_0x5aac0e(0x1ab))[a2_0x5aac0e(0x1df)](async(_0x1104af,_0x50e01d)=>{const _0xc488eb=a2_0x5aac0e,_0x4724ae=new LLMAgentCreateCommand(),_0x467d88=program['opts'](),_0x261487=await createTDXInstance(_0x467d88),_0x387f34=await _0x4724ae['run']({'options':{..._0x467d88,..._0x50e01d},'args':[_0x1104af],'tdx':_0x261487});process[_0xc488eb(0x29c)](_0x387f34);}),agentSyncCmd[a2_0x5aac0e(0x345)]('update\x20<agent-name>')[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x358))[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x298),'Agent\x20name')[a2_0x5aac0e(0x296)](a2_0x5aac0e(0x208),'Agent\x20prompt/instructions')[a2_0x5aac0e(0x296)]('--description\x20<text>',a2_0x5aac0e(0x355))['option'](a2_0x5aac0e(0x19f),a2_0x5aac0e(0x30b))[a2_0x5aac0e(0x1df)](async(_0x4e989e,_0xe2a149)=>{const _0x3834c7=a2_0x5aac0e,_0x4cb357=new LLMAgentUpdateCommand(),_0x1366e6=program[_0x3834c7(0x36e)](),_0x301071=await createTDXInstance(_0x1366e6),_0x4755cc=await _0x4cb357[_0x3834c7(0x1dc)]({'options':{..._0x1366e6,..._0xe2a149},'args':[_0x4e989e],'tdx':_0x301071});process[_0x3834c7(0x29c)](_0x4755cc);}),agentSyncCmd[a2_0x5aac0e(0x345)](a2_0x5aac0e(0x291))[a2_0x5aac0e(0x263)](a2_0x5aac0e(0x385))[a2_0x5aac0e(0x1df)](async(_0x6011c8,_0xfa1ec5)=>{const _0x4d07dc=a2_0x5aac0e,_0x4d84d4=new LLMAgentDeleteCommand(),_0xef3bb3=program[_0x4d07dc(0x36e)](),_0x4703cb=await createTDXInstance(_0xef3bb3),_0x34a8f9=await _0x4d84d4[_0x4d07dc(0x1dc)]({'options':{..._0xef3bb3,..._0xfa1ec5},'args':[_0x6011c8],'tdx':_0x4703cb});process['exit'](_0x34a8f9);});export{program};export function runCLI(){const _0x2b30fe=a2_0x5aac0e;program[_0x2b30fe(0x1d3)](process[_0x2b30fe(0x2d0)]);!process['argv'][_0x2b30fe(0x222)](0x2)[_0x2b30fe(0x20c)]&&program[_0x2b30fe(0x1e8)]();const _0x57274d=packageJson['version'];process[_0x2b30fe(0x1cd)][_0x2b30fe(0x37b)]&&process[_0x2b30fe(0x2d0)][_0x2b30fe(0x20c)]>0x2&&!_0x57274d[_0x2b30fe(0x2c4)]('.dev')&&checkForUpdate(_0x57274d)[_0x2b30fe(0x3ad)](_0x4949f9=>{_0x4949f9&&displayUpdateNotification(_0x4949f9);})[_0x2b30fe(0x327)](()=>{});}
|