feat(cli): command architecture — agents, missions, gateway-aware prdy (#158)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-03-15 23:10:23 +00:00
committed by jason.woltje
parent 82c10a7b33
commit 4da255bf04
28 changed files with 1747 additions and 394 deletions
+1
View File
@@ -64,6 +64,7 @@ export interface ChatMessagePayload {
content: string;
provider?: string;
modelId?: string;
agentId?: string;
}
/** Session info pushed when session is created or model changes */