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.
- package/dist/index.js +1 -1
- 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,
|