ai-project-manage-cli 5.0.10 → 5.0.11

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1053,7 +1053,7 @@ async function handleInboundMessage(cfg, raw) {
1053
1053
  const messageId = msg.messageId;
1054
1054
  try {
1055
1055
  await runBranch(msg.sessionId, { cwd: msg.workdir });
1056
- await runPull(msg.sessionId, msg.workdir);
1056
+ await runPull(msg.sessionId, workspaceApmDir(msg.workdir));
1057
1057
  await updateMessageStatus(cfg, messageId, "TYPING");
1058
1058
  await runCursorAgent(cfg, {
1059
1059
  messageId: msg.messageId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-project-manage-cli",
3
- "version": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "description": "命令行工具:后续用于调用平台后端 API 完成运维与自动化操作",
5
5
  "type": "module",
6
6
  "private": false,