JianFeeeee
8756f8d77f
fix(webui): 通道归属把「根 agent id」与驻留子分开(根不再被标成「驻留子 main」)
实测(创建一个驻留子 uitest 并把 timer 划给它)暴露的归类错误:
inputch 的 owner 在登记表里可以是**根 agent 自己的 id**(如 "main")——
child/<id> 这条就是 owner="main"。前端只按「owner 非空」判为驻留子,
于是根自己那条被标成「驻留子 main」,而同一条通道在 residents 里根本不存在。
改法:
- /api/v1/runtime 补 agent_id(根 agent 的 id);
- 前端把 owner == 根 id 与 owner == "" 归一成同一组「根 agent / 内核默认」,
只有既非空又非根 id 的才是子容器。
2026-09-14 11:08:27 +08:00
..
2026-09-14 11:03:37 +08:00
2026-09-14 07:17:23 +08:00
2026-09-14 11:08:27 +08:00
2026-09-14 11:08:27 +08:00
2026-09-14 08:06:16 +08:00
2026-09-14 07:03:47 +08:00
2026-08-26 09:17:07 +08:00
2026-09-14 07:03:47 +08:00
2026-09-14 07:03:47 +08:00
2026-09-14 07:03:47 +08:00
2026-09-12 13:57:06 +08:00
2026-09-14 07:03:47 +08:00
2026-09-14 07:03:47 +08:00
2026-08-24 16:22:28 +08:00
2026-09-14 07:03:47 +08:00
2026-09-14 07:03:47 +08:00
2026-09-14 10:55:45 +08:00
2026-09-14 07:03:47 +08:00
2026-09-14 09:05:14 +08:00
2026-09-14 07:00:07 +08:00
2026-07-17 21:41:03 +08:00
2026-07-17 21:41:03 +08:00
2026-09-14 07:14:55 +08:00