auto-save 2026-05-11 15:58 (~4)

This commit is contained in:
2026-05-11 15:58:12 +08:00
parent 696ad8ddf6
commit 8f80417462
4 changed files with 19 additions and 18 deletions

View File

@@ -1,17 +1,5 @@
{ {
"entries": [ "entries": [
{
"files_changed": 1,
"message": "Codex 会话活跃 · 最近命令codex · 分支 master · 1 项未提交变更 · 最近提交auto-save 2026-05-10 07:33 (~1)",
"ts": "2026-05-09T23:35:55Z",
"type": "session-heartbeat"
},
{
"files_changed": 1,
"message": "Codex 会话活跃 · 最近命令codex · 分支 master · 1 项未提交变更 · 最近提交auto-save 2026-05-10 07:33 (~1)",
"ts": "2026-05-09T23:38:29Z",
"type": "session-heartbeat"
},
{ {
"files_changed": 1, "files_changed": 1,
"hash": "2d39ee4", "hash": "2d39ee4",
@@ -3259,6 +3247,19 @@
"message": "auto-save 2026-05-11 15:46 (~6)", "message": "auto-save 2026-05-11 15:46 (~6)",
"hash": "3bb30ae", "hash": "3bb30ae",
"files_changed": 6 "files_changed": 6
},
{
"ts": "2026-05-11T15:52:37+08:00",
"type": "commit",
"message": "auto-save 2026-05-11 15:52 (~5)",
"hash": "696ad8d",
"files_changed": 5
},
{
"ts": "2026-05-11T07:56:28Z",
"type": "session-heartbeat",
"message": "Codex 会话活跃 · 最近命令codex · 分支 master · 4 项未提交变更 · 最近提交auto-save 2026-05-11 15:52 (~5)",
"files_changed": 4
} }
] ]
} }

View File

@@ -20,7 +20,7 @@
- 爱马仕前端「仪表盘」活动热力图已重做为带摘要、月份标尺、紧凑格子和细分色阶的活动卡片 - 爱马仕前端「仪表盘」活动热力图已重做为带摘要、月份标尺、紧凑格子和细分色阶的活动卡片
- 爱马仕前端「设置 → 连接」可自助维护 API 地址 / API Key 并测试连接;「对话 → 存周报」和「设置 → 周报记录」会在本地保存任务描述、上下文片段和最终周报 - 爱马仕前端「设置 → 连接」可自助维护 API 地址 / API Key 并测试连接;「对话 → 存周报」和「设置 → 周报记录」会在本地保存任务描述、上下文片段和最终周报
- 爱马仕前端「设置 → AI 模型接入」和「设置 → MCP 工具接入」可分别维护 LXC 内 `/opt/hermes-agent/config.yaml``model``mcp_servers` 块,保存后重启 Docker `hermes-agent` - 爱马仕前端「设置 → AI 模型接入」和「设置 → MCP 工具接入」可分别维护 LXC 内 `/opt/hermes-agent/config.yaml``model``mcp_servers` 块,保存后重启 Docker `hermes-agent`
- 当前前端静态壳缓存版本:`hermes-ui-v28` - 当前前端静态壳缓存版本:`hermes-ui-v29`
- 文档 / 解析https://styles.kang-kang.com - 文档 / 解析https://styles.kang-kang.com
- 管理后台:待定 - 管理后台:待定
- 代码仓https://git.kang-kang.com/kangwan/hermes-glass-ui-personal - 代码仓https://git.kang-kang.com/kangwan/hermes-glass-ui-personal

View File

@@ -11,7 +11,7 @@
<link rel="icon" type="image/svg+xml" href="./icon.svg"> <link rel="icon" type="image/svg+xml" href="./icon.svg">
<link rel="apple-touch-icon" href="./icon.svg"> <link rel="apple-touch-icon" href="./icon.svg">
<title>爱马仕 · AI</title> <title>爱马仕 · AI</title>
<link rel="stylesheet" href="./styles.css?v=20260511-settings-v28"> <link rel="stylesheet" href="./styles.css?v=20260511-settings-v29">
</head> </head>
<body> <body>
@@ -1408,6 +1408,6 @@ git push # Gitea kangwan/hermes-glass-ui-personal
</main> </main>
</div> </div>
<script src="./app.js?v=20260511-settings-v28"></script> <script src="./app.js?v=20260511-settings-v29"></script>
</body> </body>
</html> </html>

View File

@@ -1,11 +1,11 @@
// 爱马仕 Hermes · 轻量 Service Worker // 爱马仕 Hermes · 轻量 Service Worker
// 静态壳走 network-first拿不到再回退缓存API 直通 // 静态壳走 network-first拿不到再回退缓存API 直通
const CACHE = "hermes-ui-v28"; const CACHE = "hermes-ui-v29";
const ASSETS = [ const ASSETS = [
"./", "./",
"./index.html", "./index.html",
"./styles.css?v=20260511-settings-v28", "./styles.css?v=20260511-settings-v29",
"./app.js?v=20260511-settings-v28", "./app.js?v=20260511-settings-v29",
"./manifest.webmanifest", "./manifest.webmanifest",
"./icon.svg", "./icon.svg",
]; ];