Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b16ceb2
feat(scheduler): 收口状态提交闸门并增强写回重试链路
Mar 13, 2026
2830d64
feat(frontend): 增强调度面板控制态与拍板信息展示
Mar 13, 2026
01093ad
docs: 补充调度稳定性改造与提交闸门说明
Mar 13, 2026
16f83f5
build(dashboard): 更新前端构建产物
Mar 13, 2026
c2ed2f8
feat(template): 新增御前议政与自由下旨入口
Mar 13, 2026
da2ee64
chore(git): 忽略 .helloagents 本地方案产物
Mar 13, 2026
87d2a8e
feat(court): 支持议政交办太子与终止话题流程
Mar 13, 2026
da8e899
feat(template): 御前议政改为窗口化轮番讨论与拍板
Mar 13, 2026
01cf7fc
build(dashboard): 同步议政窗口前端构建产物
Mar 13, 2026
6c60a74
fix(court): 议政流程增加皇上批示并支持降级容错
Mar 14, 2026
88f3764
build(dashboard): 更新议政容错与皇上批示界面产物
Mar 14, 2026
06db951
feat(court): 异步轮番议政并实时刷新发言流
Mar 14, 2026
2693b2c
build(dashboard): 更新异步议政实时展示产物
Mar 14, 2026
e45bd19
fix(court): 开窗后实时轮询并展示轮番发言状态
Mar 14, 2026
41b0f8e
build(dashboard): 更新议政实时发言展示构建产物
Mar 14, 2026
4d03fb5
fix(court-discuss): keep live status and strengthen final edict fallback
Mar 14, 2026
421d084
feat(court-discuss-ui): auto-close adopt and synthesize free-edict co…
Mar 14, 2026
64a9e66
fix(gemini): fallback court discuss calls to aihub direct chat on sch…
Mar 14, 2026
f201829
refactor(gemini): route model calls by protocol instead of error fall…
Mar 14, 2026
a5c0378
fix(gemini): use aihub-compatible generateContent payload for gemini-3
Mar 14, 2026
80d3ff5
feat(court-discuss): finalize now auto-handoffs and closes modal
Mar 14, 2026
bc6c36f
feat(court-discuss): finalize now auto-closes and auto-handoffs to taizi
Mar 14, 2026
8dca6e1
fix(taizi): auto-handoff to Zhongshu when output indicates transfer
Mar 14, 2026
7c5ed73
fix(dispatch): unstick Zhongshu flow and add protocol-aware fallback/…
Mar 14, 2026
7f771fe
feat(court-discuss): finalize to editable free-edict before dispatch
Mar 14, 2026
dfe89cf
fix(scheduler): clear cooldown and release lease before post-decision…
Mar 14, 2026
00e4520
fix(scheduler): allow Doing dispatch and harden auto-handoff transitions
Mar 14, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ edict/frontend/node_modules/
# Backups
*.bak*
data
.helloagents/
89 changes: 89 additions & 0 deletions dashboard/dist/assets/index-BVCpkIeJ.js

Large diffs are not rendered by default.

84 changes: 0 additions & 84 deletions dashboard/dist/assets/index-CqMbmm5B.js

This file was deleted.

2 changes: 1 addition & 1 deletion dashboard/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>三省六部 · Edict Dashboard</title>
<script type="module" crossorigin src="/assets/index-CqMbmm5B.js"></script>
<script type="module" crossorigin src="/assets/index-BVCpkIeJ.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CIswLNpP.css">
</head>
<body>
Expand Down
Loading