Skip to content

Releases: clickzetta/cz-cli

v1.0.11

19 Jun 07:51
faaaf44

Choose a tag to compare

What's Changed

  • fix(task): recover --output-tables when shell/agent strips quotes or splits JSON
  • fix: rename fetch_job_performance_data → analyze_lakehouse_job
  • refactor(analytics-agent): --formatted 重命名为 --summary
  • feat(analytics-agent): session run 新增 --formatted 输出推理过程
  • fix(llm): pin AIGW admin calls to Shanghai for alicloud regions
  • fix(tui): keep copy-on-select toast visible and show char count

Full Changelog: v1.0.10...v1.0.11

v1.0.10

17 Jun 12:35

Choose a tag to compare

What's Changed

  • fix(cron-adapter): handle hour=* with fixed minute as hourly schedule
  • fix(task): recover --output-tables when shell/agent strips quotes or splits JSON
  • add inner skills
  • docs: remove agent guide spec
  • docs: migrate openspec specs

Full Changelog: v1.0.9...v1.0.10

v1.0.9

17 Jun 02:25

Choose a tag to compare

What's Changed

  • fix(task): 保存调度改为显式解析血缘

Full Changelog: v1.0.8...v1.0.9

v1.0.8

16 Jun 13:25
a4c6aa5

Choose a tag to compare

What's Changed

  • fix(sql,job): 修复字段截断破坏 JSON 结构的问题
  • fix(release): support dev-v nightly versions
  • fix(task): 明确 lineage 任务参数说明
  • feat(task): 新增任务血缘解析和自动保存依赖
  • fix(job,table): job status 完成时提示执行计划命令,table create 兼容 --write 参数
  • fix(update): reject unusable PATH cz-cli

Full Changelog: v1.0.7...v1.0.8

v1.0.7

16 Jun 11:39
05f9ba6

Choose a tag to compare

What's Changed

  • 优化agent响应过程
  • 在线问答输出格式化总结信息
  • 合并run + result,用户查询一次直接返回结果
  • 解决轮询重复解析参数的问题

Full Changelog: v1.0.6...v1.0.7

v1.0.6

15 Jun 06:53

Choose a tag to compare

What's Changed

  • CZPDEV-24802 analytics agent cli相关接口修复
  • 创建session必须指定domainId,在session中会话必须指定questionId
  • 添加 analytics-agent cli命令
  • fix: code review issues — fileType unwrap, orphan task, NaN, resolver key, flow vc
  • fix: add ai_message forward-chain guidance to all key commands
  • feat: save-offline-sync output create_table_ddl when target not exists
  • fix: save-offline-sync support --flow-id for flow node configuration
  • fix: node-save preserves existing content when only --param/--flow-param given
  • feat: flow/task param configuration
  • feat: flow node/task param configuration and run override
  • fix: flow commands — env=prod, bind/unbind by name, run with --param, submit wip
  • fix(resolver): eliminate duplicate error output when task not found
  • fix(task): create-batch-sync always saves cron config required for deploy
  • refactor(task): shorten subcommand names, improve help descriptions
  • chore: add @opentelemetry/exporter-logs-otlp-http dependency
  • refactor(task): rename ambiguous subcommands for agent clarity
  • refactor(task): rename save-integration and save-cdc for consistency
  • feat(task): add create-single-table-batch-sync command
  • refactor(task): rename sync commands for clarity
  • fix(task): create-realtime adhocConfigs includes VC, fixes create-multi-di scope error
  • feat(task): add create-realtime command for REALTIME (type=14) single-table Kafka→Lakehouse sync
  • feat(task): support REALTIME (type=14) single-table streaming start/stop/status
  • feat(task): add create-multi-di command for MULTI_DI offline batch sync
  • fix(task): CDC multi-table sync only allows Lakehouse as target
  • feat(datasource): add SQL Server and DM CDC prerequisite checks
  • feat(task): add create-multi-realtime command (prereq check + create + configure in one step)
  • feat(datasource): add check-cdc command; save-cdc auto prereq check
  • feat(task): PG CDC slot auto-detection, listPgSlots/listPgPublications SDK
  • feat(task): add --vc option to save-cdc, fix saveTaskConfig defaults
  • feat(task): expose CDC startup params as CLI options, fix real-time run status
  • feat: add task start/stop commands for CDC/streaming tasks
  • fix: include inferred where and splitPk directly in source_params_template.params
  • fix: use timestamp instead of timestamp_ntz for INTEGRATION sink columns
  • fix: comprehensive PostgreSQL native type mapping in integration-schema
  • fix: splitPk only recommended when table has explicit primary key
  • fix: handle PostgreSQL native types in integration-schema column alignment
  • refactor: replace hardcoded thresholds with LLM-friendly principles in integration-schema
  • feat: integration-schema replace type mapping rules with LLM-friendly principles
  • feat: integration-schema add complex type support (ARRAY/MAP/STRUCT)
  • feat: integration-schema DB-specific where format, splitPk, and partition size guidance
  • feat: integration-schema smart config inference and column alignment check
  • fix: save-integration only updates etlVcId when cron already exists
  • fix: save-integration and save-cron now resolve etlVcId from vcluster/list
  • fix: INTEGRATION task execute resolves VC name to numeric ID via vcluster/list API
  • fix: adhocVcId uses VC name string for Sync VCluster resolution
  • fix: INTEGRATION task execute uses etlVcCode as adhocVcCode for Sync VC
  • feat: integration-schema returns source_params_template per datasource type
  • feat: integration-schema returns target table check, splitPk hint, full user confirm checklist
  • fix: INTEGRATION deploy requires both field mapping AND schedule config
  • fix: INTEGRATION task deploy and save-integration error recovery
  • feat: integration-schema aiMessage embeds Lakehouse type mapping rules
  • refactor: split save-integration into integration-schema + save-integration
  • feat: add task save-integration for INTEGRATION single-table offline sync
  • fix: all non-CDC sync types get Studio UI warning before deploy
  • fix: improve deploy error messages for sync task types
  • feat: add task save-cdc command for CDC multi-table real-time sync
  • feat: task execute --save-params persists ad-hoc params to scheduled runs
  • fix: three robustness improvements for task lifecycle
  • feat: JDBC task datasource binding via save-content and create-and-setup
  • fix: folder-tree gives actionable guidance when result is empty
  • feat: add task folder-tree command; improve create folder guidance
  • fix: allow explicit root folder with warning instead of hard error
  • fix: task create/create-and-setup/deploy robustness improvements
  • feat: add task create-and-setup and task status high-level commands
  • feat: add task schedule-detail, downstream, cron-preview commands
  • fix: task stats --folder now counts tasks recursively across subfolders
  • feat: task search add --folder, --owner, --sort; use locale for aiMessage
  • fix: limit getTaskDetail concurrency to 20 in task search
  • feat: task search enriches results with last_edit_time, sorts by recency
  • feat: add task search command with resolved folder path
  • feat: add task stats command with run instance breakdown
  • fix: 改进 Windows 更新失败提示

Full Changelog: v1.0.5...v1.0.6

v1.0.5

12 Jun 09:12

Choose a tag to compare

What's Changed

  • fix: install bundled skills on Windows

Full Changelog: v1.0.4...v1.0.5

v1.0.5-dev.20260612165437

12 Jun 08:55

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.0.4...v1.0.5-dev.20260612165437

v1.0.4

12 Jun 07:41

Choose a tag to compare

What's Changed

  • chore: archive completed openspec changes
  • fix: open setup browser on Windows
  • fix(install): improve Windows PowerShell installer
  • fix(install): improve Windows PowerShell installer

Full Changelog: v1.0.3...v1.0.4

v1.0.4-dev.20260612143314

12 Jun 06:33

Choose a tag to compare

Pre-release

What's Changed

  • fix(install): improve Windows PowerShell installer

Full Changelog: v1.0.3...v1.0.4-dev.20260612143314