From bbe98641f1c30f9e7e043ee3b47e305ea798f69a Mon Sep 17 00:00:00 2001 From: kang Date: Wed, 13 May 2026 20:34:52 +0800 Subject: [PATCH] auto-save 2026-05-13 20:34 (~2) --- .memory/worklog.json | 13 +++++++++++++ api/main.py | 2 ++ 2 files changed, 15 insertions(+) diff --git a/.memory/worklog.json b/.memory/worklog.json index 184d766..b728ce5 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -2315,6 +2315,19 @@ "message": "auto-save 2026-05-13 20:23 (~2)", "hash": "989cc91", "files_changed": 2 + }, + { + "ts": "2026-05-13T20:29:23+08:00", + "type": "commit", + "message": "auto-save 2026-05-13 20:29 (~9)", + "hash": "e79c33d", + "files_changed": 9 + }, + { + "ts": "2026-05-13T12:29:30Z", + "type": "session-heartbeat", + "message": "Codex 会话活跃 · 最近命令:codex · 1 项未提交变更 · 最近提交:auto-save 2026-05-13 20:29 (~9)", + "files_changed": 1 } ] } diff --git a/api/main.py b/api/main.py index cc991f7..68d5188 100644 --- a/api/main.py +++ b/api/main.py @@ -756,6 +756,8 @@ def health() -> dict: "asr": ASR_MODEL, "translate": TRANSLATE_MODEL, "rewrite": REWRITE_MODEL, + "video": VIDEO_MODEL, + "video_aliases": VIDEO_MODEL_ALIASES, }, }