Skip to content

Releases: aliramw/dingtalk-ai-table

v0.6.0

31 Mar 14:15

Choose a tag to compare

v0.6.0

  • 新增更完整的 skill metadata,包括 author / category / tags / documentation / support
  • SKILL.md 增加“5 分钟快速开始”和核心概念说明,降低上手门槛
  • package.json 的测试命令扩展为同时执行 test_security.pytest_triggering.py
  • 新增补充文档、示例脚本与 schema 检查脚本,完善技能交付内容
  • 发布前验证通过:test_security.py 21 / 21,test_triggering.py 2 / 2

v0.5.4

31 Mar 08:27

Choose a tag to compare

v0.5.4

  • 发布新的 patch 版本,重新同步 GitHub Release 与 ClawHub registry
  • 基于当前最新仓库状态重新发版,无额外功能改动
  • 发布前重新执行安全测试,结果仍为 21 / 21 通过

v0.5.3

31 Mar 08:16

Choose a tag to compare

v0.5.3\n\n- 发布新的 patch 版本,重新同步 GitHub Release 与 ClawHub registry\n- 复核当前技能目录无未提交功能改动,确认本次为发布补发而非代码变更\n- 发布前重新执行安全测试,结果仍为 21 / 21 通过

v0.5.2

10 Mar 18:19

Choose a tag to compare

0.5.2

  • add MCP schema upgrade gate for old dingtalk-ai-table server registrations
  • correct new MCP acquisition link to the official market page
  • make schema gate one-time per MCP server URL instead of every run
  • remove real business examples and keep the skill guidance generic

v0.5.1

10 Mar 16:48

Choose a tag to compare

Fix ClawHub metadata mismatch by declaring required binaries and env vars in SKILL.md and package.json (mcporter, python3, DINGTALK_MCP_URL, OPENCLAW_WORKSPACE).

v0.5.0

10 Mar 16:29

Choose a tag to compare

Upgrade dingtalk-ai-table to the new DingTalk AI Table MCP schema (baseId/tableId/fieldId/recordId). Rewrite SKILL.md, API reference, error guide, bulk field script, import script, and tests. Validation: 21/21 tests passed and Python compile check passed.

v0.4.1

10 Mar 02:17

Choose a tag to compare

变更\n- README 补充说明:技能会随着钉钉 AI 表格 MCP 能力更新持续同步更新\n- SKILL 新增“能力更新”章节,提示当 MCP Server 方法与技能说明不一致时优先升级技能\n- 补充 ClawHub 与 GitHub 更新入口\n\n## 说明\n- 本次为文档更新,无脚本逻辑变更

v0.4.0

06 Mar 23:14

Choose a tag to compare

修复

  • 将根节点缓存文件路径统一到工作区内的 /TABLE.md
  • 文档明确要求缓存文件必须位于工作区内,避免 instruction scope 与脚本安全边界冲突
  • 脚本中的 dentryUuid 校验从仅允许 UUID v4 放宽为兼容平台返回的合法 dentryUuid
  • README / SKILL / references 同步说明:dentryUuid 以 API 实际返回为准,不要求必须是 UUID v4
  • 安全测试用例同步更新,25/25 通过

v0.3.9

06 Mar 22:37

Choose a tag to compare

文档修正

  • 修正 SKILL.mdlist_base_tables 示例参数名:dentry-uuiddentryUuid
  • README.md 故障排查中补充说明:mcporter call ... key:value 方式必须使用 camelCase 参数名
  • references/error-codes.md 中补充 5000001 的常见诱因:误用 kebab-case 参数名
  • 在 FAQ 中增加明确排查顺序:先查参数命名,再查 ID / 权限

此版本仅文档修正,无功能变更。

v0.3.8

04 Mar 20:52

Choose a tag to compare

新增根节点配置章节:根节点 UUID 保存在 TABLE.md,无需每次调 API 查询