@treasuredata/tdx 0.14.8 → 0.14.9
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/README.md +21 -0
- package/dist/bin.js +1 -1
- package/dist/build-info.json +3 -3
- package/dist/cli-categories.js +1 -1
- package/dist/cli.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/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/journey-validate-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/profile-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/segment-validate-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/unset-command.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/command-output.js +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/connection-cache.js +1 -1
- package/dist/core/constants.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/core/version.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/passthrough-server.js +1 -1
- package/dist/proxy/server.js +1 -1
- package/dist/proxy/session-cache.js +1 -1
- package/dist/proxy/sse-usage-parser.js +1 -1
- package/dist/sdk/agent/agent-config.js +1 -1
- package/dist/sdk/agent/agent-ref-parser.js +1 -1
- package/dist/sdk/agent/agent-yaml.js +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/client/cdp-api-client.js +1 -1
- package/dist/sdk/client/endpoints.js +1 -1
- package/dist/sdk/client/engage-api-client.js +1 -1
- package/dist/sdk/client/http-client.js +1 -1
- package/dist/sdk/client/llm-api-client.js +1 -1
- package/dist/sdk/client/rate-limiter.js +1 -1
- package/dist/sdk/client/td-api-client.js +1 -1
- package/dist/sdk/client/trino-api-client.d.ts.map +1 -1
- package/dist/sdk/client/trino-api-client.js +1 -1
- package/dist/sdk/client/trino-api-client.js.map +1 -1
- package/dist/sdk/client/workflow-client.js +1 -1
- package/dist/sdk/connection-validator.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/io/index.js +1 -1
- package/dist/sdk/io/node-filesystem.js +1 -1
- package/dist/sdk/job.js +1 -1
- package/dist/sdk/journey.js +1 -1
- package/dist/sdk/llm/chat-cache.js +1 -1
- package/dist/sdk/llm/index.js +1 -1
- package/dist/sdk/llm/llm-backup-utils.js +1 -1
- package/dist/sdk/llm/model-aliases.js +1 -1
- package/dist/sdk/llm/model-factors.js +1 -1
- package/dist/sdk/query/index.js +1 -1
- package/dist/sdk/query/sql-parser.js +1 -1
- package/dist/sdk/segment/child-segment-yaml.js +1 -1
- package/dist/sdk/segment/fields-display.js +1 -1
- package/dist/sdk/segment/file-discovery.js +1 -1
- package/dist/sdk/segment/journey-utils.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/pull-workflow.js +1 -1
- package/dist/sdk/segment/push-workflow.js +1 -1
- package/dist/sdk/segment/resolution-context.js +1 -1
- package/dist/sdk/segment/segment-path-parser.js +1 -1
- package/dist/sdk/segment/segment-ref-parser.js +1 -1
- package/dist/sdk/segment/target-resolution.js +1 -1
- package/dist/sdk/segment/tdx-config.js +1 -1
- package/dist/sdk/segment/validate-files.js +1 -1
- package/dist/sdk/segment/yaml-validator.js +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/types/index.js +1 -1
- package/dist/sdk/types/progress.js +1 -1
- package/dist/sdk/user.js +1 -1
- package/dist/sdk/util/format-detector.js +1 -1
- package/dist/sdk/util/formatters.js +1 -1
- package/dist/sdk/util/index.js +1 -1
- package/dist/sdk/util/tree-formatter.js +1 -1
- package/dist/sdk/workflow/clone-workflow.js +1 -1
- package/dist/sdk/workflow/index.js +1 -1
- package/dist/sdk/workflow/pull-workflow.js +1 -1
- package/dist/sdk/workflow/push-workflow.js +1 -1
- package/dist/sdk/workflow/tdx-config.js +1 -1
- package/dist/sdk/workflow/workflow-utils.js +1 -1
- package/dist/utils/async.js +1 -1
- package/dist/utils/colors.d.ts +2 -1
- package/dist/utils/colors.d.ts.map +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/colors.js.map +1 -1
- package/dist/utils/diff.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/json-loader.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/spinner.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-logger.js +1 -1
- package/dist/utils/version-check.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,6 +57,27 @@ For detailed documentation, visit [https://tdx.treasuredata.com/](https://tdx.tr
|
|
|
57
57
|
- **Node.js 22.0.0 or higher** (Node.js 24 Active LTS recommended)
|
|
58
58
|
- TD API key with appropriate permissions
|
|
59
59
|
|
|
60
|
+
## TDX Studio (Desktop App)
|
|
61
|
+
|
|
62
|
+
TDX Studio is an AI-native desktop application built with Electron + React. It bundles the tdx CLI.
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
cd tdx-studio
|
|
66
|
+
npm install # Install dependencies first
|
|
67
|
+
|
|
68
|
+
# Development (hot reload)
|
|
69
|
+
npm run dev
|
|
70
|
+
|
|
71
|
+
# Production build
|
|
72
|
+
cd .. # Go back to root
|
|
73
|
+
npm run build:ts # 1. Build tdx CLI first
|
|
74
|
+
cd tdx-studio # 2. Package TDX Studio
|
|
75
|
+
npm run package:mac # macOS (.dmg)
|
|
76
|
+
npm run package:win # Windows (.exe)
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
See [tdx-studio/README.md](tdx-studio/README.md) for detailed documentation.
|
|
80
|
+
|
|
60
81
|
## Contributing
|
|
61
82
|
|
|
62
83
|
This project is maintained by the Treasure Data DevAI Unit.
|
package/dist/bin.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
|
|
2
|
+
(function(_0x54c2eb,_0x1d93bf){var _0x15e601=a0_0x3fc5,_0x29bc93=_0x54c2eb();while(!![]){try{var _0x5b55a9=parseInt(_0x15e601(0xd8))/0x1*(parseInt(_0x15e601(0xe0))/0x2)+-parseInt(_0x15e601(0xd7))/0x3*(-parseInt(_0x15e601(0xde))/0x4)+parseInt(_0x15e601(0xd9))/0x5*(parseInt(_0x15e601(0xd6))/0x6)+parseInt(_0x15e601(0xdc))/0x7+-parseInt(_0x15e601(0xdb))/0x8*(parseInt(_0x15e601(0xda))/0x9)+parseInt(_0x15e601(0xd5))/0xa+-parseInt(_0x15e601(0xdf))/0xb*(parseInt(_0x15e601(0xdd))/0xc);if(_0x5b55a9===_0x1d93bf)break;else _0x29bc93['push'](_0x29bc93['shift']());}catch(_0x4c4776){_0x29bc93['push'](_0x29bc93['shift']());}}}(a0_0x53f3,0xb3f26));function a0_0x3fc5(_0x44b9c9,_0x24ce18){_0x44b9c9=_0x44b9c9-0xd5;var _0x53f353=a0_0x53f3();var _0x3fc59c=_0x53f353[_0x44b9c9];return _0x3fc59c;}import{runCLI}from'./cli.js';runCLI();function a0_0x53f3(){var _0x29435a=['7971DOHXHs','24535KghVqe','1018341oCZJKW','72whEtgU','3106152pLqUIt','1104ocLjkA','538364HJHWcd','115577kpRwau','22AwzWQX','462780zTMKbB','1470EwofTD','21EabGNu'];a0_0x53f3=function(){return _0x29435a;};return a0_0x53f3();}
|
package/dist/build-info.json
CHANGED
package/dist/cli-categories.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a1_0x1d8236=a1_0x3f7a;(function(_0xa5755c,_0x4c627f){const _0x432fe4=a1_0x3f7a,_0x12c4f0=_0xa5755c();while(!![]){try{const _0x2707ae=-parseInt(_0x432fe4(0x200))/0x1*(parseInt(_0x432fe4(0x209))/0x2)+parseInt(_0x432fe4(0x1f8))/0x3+-parseInt(_0x432fe4(0x1e5))/0x4+-parseInt(_0x432fe4(0x1f1))/0x5*(-parseInt(_0x432fe4(0x20b))/0x6)+-parseInt(_0x432fe4(0x1ea))/0x7*(parseInt(_0x432fe4(0x204))/0x8)+-parseInt(_0x432fe4(0x205))/0x9*(parseInt(_0x432fe4(0x203))/0xa)+-parseInt(_0x432fe4(0x1f5))/0xb*(-parseInt(_0x432fe4(0x1f2))/0xc);if(_0x2707ae===_0x4c627f)break;else _0x12c4f0['push'](_0x12c4f0['shift']());}catch(_0x4fd9d9){_0x12c4f0['push'](_0x12c4f0['shift']());}}}(a1_0x5db0,0x9df96));function a1_0x3f7a(_0x2dbbf0,_0x1511ae){_0x2dbbf0=_0x2dbbf0-0x1e4;const _0x5db009=a1_0x5db0();let _0x3f7a6e=_0x5db009[_0x2dbbf0];return _0x3f7a6e;}function a1_0x5db0(){const _0x2cc18f=['segment','unset','describe','3623usLzwI','Context','job','10hVtDhk','16rgyVZW','9448533OAQyVH','use','chats','profile','410CLluvW','yellow','7205988XSeapG','Utilities','green','2249192uiBqAt','show','cyan','journey','agents','2866458LkuHmO','profiles','agent','engage','claude','query','api','5lJcJcB','2460qLbHzX','connection','users','85789ickhOZ','auth','magenta','3063321etgAUj','table','workflow','llm','user'];a1_0x5db0=function(){return _0x2cc18f;};return a1_0x5db0();}import a1_0x348a79 from'chalk';export const COMMAND_CATEGORIES=[{'name':'Data','colorFn':a1_0x348a79['blue'],'commands':['database',a1_0x1d8236(0x1f9),a1_0x1d8236(0x1e6),a1_0x1d8236(0x1ff),a1_0x1d8236(0x1ef),a1_0x1d8236(0x202),a1_0x1d8236(0x1fa)]},{'name':'CDP','colorFn':a1_0x348a79[a1_0x1d8236(0x1f7)],'commands':[a1_0x1d8236(0x1fd),'parent-segment',a1_0x1d8236(0x1e8),'journeys','activations',a1_0x1d8236(0x1ed),a1_0x1d8236(0x1f3)]},{'name':'AI','colorFn':a1_0x348a79[a1_0x1d8236(0x1e7)],'commands':[a1_0x1d8236(0x1ec),a1_0x1d8236(0x1e9),'chat',a1_0x1d8236(0x207),a1_0x1d8236(0x1fb),a1_0x1d8236(0x1ee)]},{'name':a1_0x1d8236(0x201),'colorFn':a1_0x348a79[a1_0x1d8236(0x20a)],'commands':[a1_0x1d8236(0x206),a1_0x1d8236(0x1fe),a1_0x1d8236(0x208),a1_0x1d8236(0x1eb),a1_0x1d8236(0x1f6),a1_0x1d8236(0x1fc),a1_0x1d8236(0x1f4)]},{'name':a1_0x1d8236(0x20c),'colorFn':a1_0x348a79[a1_0x1d8236(0x1e4)],'commands':[a1_0x1d8236(0x1f0)]}];
|