auto-save 2026-05-09 18:31 (~2)

This commit is contained in:
2026-05-09 18:31:12 +08:00
parent 2471949be7
commit 7d90784eb0
2 changed files with 21 additions and 21 deletions

View File

@@ -1,26 +1,5 @@
{ {
"entries": [ "entries": [
{
"files_changed": 1,
"hash": "518faba",
"message": "auto-save 2026-05-07 16:46 (~1)",
"ts": "2026-05-07T16:46:35+08:00",
"type": "commit"
},
{
"files_changed": 1,
"hash": "c6874a1",
"message": "auto-save 2026-05-07 16:52 (~1)",
"ts": "2026-05-07T16:52:06+08:00",
"type": "commit"
},
{
"files_changed": 1,
"hash": "66ce810",
"message": "auto-save 2026-05-07 16:57 (~1)",
"ts": "2026-05-07T16:57:39+08:00",
"type": "commit"
},
{ {
"files_changed": 1, "files_changed": 1,
"hash": "e54f2e4", "hash": "e54f2e4",
@@ -3467,6 +3446,25 @@
"message": "auto-save 2026-05-09 18:20 (~6)", "message": "auto-save 2026-05-09 18:20 (~6)",
"hash": "ee51790", "hash": "ee51790",
"files_changed": 6 "files_changed": 6
},
{
"ts": "2026-05-09T18:25:40+08:00",
"type": "commit",
"message": "auto-save 2026-05-09 18:25 (~1)",
"hash": "2471949",
"files_changed": 1
},
{
"ts": "2026-05-09T10:25:53Z",
"type": "session-heartbeat",
"message": "Codex 会话活跃 · 最近命令codex · 分支 master · 1 项未提交变更 · 最近提交auto-save 2026-05-09 18:25 (~1)",
"files_changed": 1
},
{
"ts": "2026-05-09T10:28:28Z",
"type": "session-heartbeat",
"message": "Codex 会话活跃 · 最近命令codex · 分支 master · 2 项未提交变更 · 最近提交auto-save 2026-05-09 18:25 (~1)",
"files_changed": 2
} }
] ]
} }

View File

@@ -14,6 +14,7 @@
- 飞书事件回调(`cli_a97764e101b95be9`https://hermes.kang-kang.com/feishu/events/cli_a97764e101b95be9 - 飞书事件回调(`cli_a97764e101b95be9`https://hermes.kang-kang.com/feishu/events/cli_a97764e101b95be9
- 飞书主动通知https://hermes.kang-kang.com/feishu/notify - 飞书主动通知https://hermes.kang-kang.com/feishu/notify
- 飞书机器人列表https://hermes.kang-kang.com/feishu/apps只读展示 App ID / 回调地址,不含 Secret / Token - 飞书机器人列表https://hermes.kang-kang.com/feishu/apps只读展示 App ID / 回调地址,不含 Secret / Token
- 爱马仕前端「设置 → 飞书集成」可自助添加 / 更新飞书机器人Secret / Token 只写入服务器 `/etc/hermes-feishu-bridge.env`
- 文档 / 解析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
@@ -56,5 +57,6 @@
- 飞书 App Secret、Hermes API key、主动通知 token 只能放部署环境或忽略的 secrets 文件,不允许写入跟踪文件 - 飞书 App Secret、Hermes API key、主动通知 token 只能放部署环境或忽略的 secrets 文件,不允许写入跟踪文件
- 线上飞书桥接环境:`/etc/hermes-feishu-bridge.env`mode 600 - 线上飞书桥接环境:`/etc/hermes-feishu-bridge.env`mode 600
- 飞书后台配置所需回调 URL、verification token、notify token 备份:`/root/hermes-feishu-bridge.tokens`mode 600 - 飞书后台配置所需回调 URL、verification token、notify token 备份:`/root/hermes-feishu-bridge.tokens`mode 600
- 飞书自助添加接口 `POST /feishu/apps` 要求已登录爱马仕 cookie 且同源请求;未登录公网请求返回 401
- 当前飞书桥接版本按明文事件回调处理;如果飞书后台开启事件加密,需要先补充解密支持 - 当前飞书桥接版本按明文事件回调处理;如果飞书后台开启事件加密,需要先补充解密支持
- 主站有 cookie 门禁nginx 已对 `/feishu/` 单独放行并反代到飞书桥接服务 - 主站有 cookie 门禁nginx 已对 `/feishu/` 单独放行并反代到飞书桥接服务