mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-31 15:53:31 +00:00
feat: expose runtime version in gateway status
This commit is contained in:
@@ -34,6 +34,7 @@ export type HeartbeatStatus = {
|
||||
};
|
||||
|
||||
export type StatusSummary = {
|
||||
runtimeVersion?: string | null;
|
||||
linkChannel?: {
|
||||
id: ChannelId;
|
||||
label: string;
|
||||
|
||||
Reference in New Issue
Block a user