auto-save 2026-05-15 11:45 (~2)
This commit is contained in:
@@ -1,18 +1,5 @@
|
|||||||
{
|
{
|
||||||
"entries": [
|
"entries": [
|
||||||
{
|
|
||||||
"files_changed": 1,
|
|
||||||
"message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-13 19:28 (~4)",
|
|
||||||
"ts": "2026-05-13T11:29:29Z",
|
|
||||||
"type": "session-heartbeat"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"files_changed": 4,
|
|
||||||
"hash": "1ea6f0d",
|
|
||||||
"message": "auto-save 2026-05-13 19:34 (~4)",
|
|
||||||
"ts": "2026-05-13T19:34:17+08:00",
|
|
||||||
"type": "commit"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"files_changed": 3,
|
"files_changed": 3,
|
||||||
"message": "Codex 会话活跃 · 最近命令:codex · 3 项未提交变更 · 最近提交:auto-save 2026-05-13 19:34 (~4)",
|
"message": "Codex 会话活跃 · 最近命令:codex · 3 项未提交变更 · 最近提交:auto-save 2026-05-13 19:34 (~4)",
|
||||||
@@ -3249,6 +3236,19 @@
|
|||||||
"message": "auto-save 2026-05-15 11:34 (~1)",
|
"message": "auto-save 2026-05-15 11:34 (~1)",
|
||||||
"hash": "967a827",
|
"hash": "967a827",
|
||||||
"files_changed": 1
|
"files_changed": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ts": "2026-05-15T11:40:31+08:00",
|
||||||
|
"type": "commit",
|
||||||
|
"message": "auto-save 2026-05-15 11:40 (~1)",
|
||||||
|
"hash": "7bf9e0f",
|
||||||
|
"files_changed": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"ts": "2026-05-15T03:44:44Z",
|
||||||
|
"type": "session-heartbeat",
|
||||||
|
"message": "Codex 会话活跃 · 最近命令:codex · 2 项未提交变更 · 最近提交:auto-save 2026-05-15 11:40 (~1)",
|
||||||
|
"files_changed": 2
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ start_api() {
|
|||||||
fi
|
fi
|
||||||
launchctl bootout "$LAUNCHD_DOMAIN" "$API_LABEL" >/dev/null 2>&1 || true
|
launchctl bootout "$LAUNCHD_DOMAIN" "$API_LABEL" >/dev/null 2>&1 || true
|
||||||
launchctl bootstrap "$LAUNCHD_DOMAIN" "$LAUNCHD_DIR/$API_LABEL.plist"
|
launchctl bootstrap "$LAUNCHD_DOMAIN" "$LAUNCHD_DIR/$API_LABEL.plist"
|
||||||
|
launchctl kickstart -k "$LAUNCHD_DOMAIN/$API_LABEL"
|
||||||
echo "api started on 4291 via launchd, log: $LOG_DIR/api.launchd.log"
|
echo "api started on 4291 via launchd, log: $LOG_DIR/api.launchd.log"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -43,6 +44,7 @@ start_web() {
|
|||||||
fi
|
fi
|
||||||
launchctl bootout "$LAUNCHD_DOMAIN" "$WEB_LABEL" >/dev/null 2>&1 || true
|
launchctl bootout "$LAUNCHD_DOMAIN" "$WEB_LABEL" >/dev/null 2>&1 || true
|
||||||
launchctl bootstrap "$LAUNCHD_DOMAIN" "$LAUNCHD_DIR/$WEB_LABEL.plist"
|
launchctl bootstrap "$LAUNCHD_DOMAIN" "$LAUNCHD_DIR/$WEB_LABEL.plist"
|
||||||
|
launchctl kickstart -k "$LAUNCHD_DOMAIN/$WEB_LABEL"
|
||||||
echo "web started on 4290 via launchd, log: $LOG_DIR/web.launchd.log"
|
echo "web started on 4290 via launchd, log: $LOG_DIR/web.launchd.log"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user