Prevent streaming updates from re-rendering session UI

This commit is contained in:
Shantur Rathore
2025-11-03 20:07:17 +00:00
parent 5cd9bca97f
commit 5ccac400e4
6 changed files with 174 additions and 128 deletions

View File

@@ -35,7 +35,6 @@ export interface Instance {
status: "starting" | "ready" | "error" | "stopped"
error?: string
client: OpencodeClient | null
logs: LogEntry[]
metadata?: InstanceMetadata
binaryPath?: string
environmentVariables?: Record<string, string>