@xdxer/dingtalk-agent 0.1.4-beta.17 → 0.1.4-beta.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/bin/dingtalk-agent.js +20 -0
  3. package/dist/bin/dingtalk-agent.js.map +1 -1
  4. package/dist/src/agent-audit.js +1 -1
  5. package/dist/src/agent-audit.js.map +1 -1
  6. package/dist/src/doctor.js +9 -1
  7. package/dist/src/doctor.js.map +1 -1
  8. package/dist/src/host-detect.js +146 -0
  9. package/dist/src/host-detect.js.map +1 -0
  10. package/lab/agent-eval/catalog.json +1 -1
  11. package/lab/agent-eval/classic-failures.json +1 -1
  12. package/package.json +1 -1
  13. package/skills/core/dingtalk-agent-compose/SKILL.md +24 -23
  14. package/skills/core/dingtalk-agent-compose/evals/evals.json +20 -8
  15. package/skills/core/dingtalk-agent-compose/references/agent-definition-contract.md +1 -1
  16. package/skills/core/dingtalk-agent-compose/references/host-loading-contract.md +58 -0
  17. package/skills/core/dingtalk-agent-compose/references/hosts/claude-code.md +48 -0
  18. package/skills/core/dingtalk-agent-compose/references/{opencode-host-contract.md → hosts/opencode.md} +4 -0
  19. package/skills/core/dingtalk-agent-eval/SKILL.md +17 -5
  20. package/skills/core/dingtalk-agent-eval/assets/eval-catalog.template.json +1 -1
  21. package/skills/core/dingtalk-agent-eval/references/eval-topology.md +12 -0
  22. package/skills/core/dingtalk-agent-eval/references/evidence-contract.md +17 -0
  23. package/skills/core/dingtalk-agent-eval/references/failure-to-case.md +35 -0
  24. package/skills/core/dingtalk-agent-eval/references/interactive-debug-channels.md +4 -4
  25. package/skills/core/dingtalk-agent-eval/references/local-connector-smoke.md +75 -0
  26. package/skills/platforms/multica-dingtalk/PLATFORM.md +1 -1
  27. /package/skills/core/dingtalk-agent-compose/assets/{opencode.template.json → hosts/opencode/opencode.template.json} +0 -0
@@ -442,7 +442,7 @@ function executeLoadAudit(root, options, targetHash, definitionInstruction, mode
442
442
  execution: { host: 'opencode-only', tools: 'none' },
443
443
  prompt: '这是装配验收。保留评测 marker,并用一句话确认已进入直接工作状态;不要提问。',
444
444
  expectations: [{ id: 'no-question', type: 'maxQuestions', max: 0 }],
445
- sourceRefs: ['skills/core/dingtalk-agent-compose/references/opencode-host-contract.md'],
445
+ sourceRefs: ['skills/core/dingtalk-agent-compose/references/hosts/opencode.md'],
446
446
  manualChecks: [],
447
447
  }],
448
448
  }, null, 2) + '\n');