feat: add bridge session commands (#743)

This commit is contained in:
ekko
2026-05-15 12:04:03 +08:00
committed by GitHub
parent 13fad02db8
commit 48dcaee6c2
22 changed files with 1180 additions and 88 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export interface SessionSearchResult extends SessionSummary {
export interface HermesMessage {
id: number
session_id: string
role: 'user' | 'assistant' | 'system' | 'tool'
role: 'user' | 'assistant' | 'system' | 'tool' | 'command'
content: string
tool_call_id: string | null
tool_calls: any[] | null