feat: show session ID in dashboard status display

Add session label (last 8 chars) next to each group status.
Export buildStatusContent and DashboardOptions for testing.
This commit is contained in:
Eyejoker
2026-03-16 05:36:30 +09:00
parent 6f38f1cd63
commit ea03956d0a
5 changed files with 70 additions and 6 deletions

View File

@@ -256,6 +256,7 @@ async function main(): Promise<void> {
const dashboardOpts = {
assistantName: ASSISTANT_NAME,
channels,
getSessions: () => sessions,
queue,
registeredGroups: () => registeredGroups,
statusChannelId: STATUS_CHANNEL_ID,