sketch/termui: handle PortMessageType messages more
- Added case for loop.PortMessageType in termui message handling switch
- Port messages now display with 🔌 emoji and clean formatting
- Follows same pattern as other message types (ErrorMessageType, BudgetMessageType, etc.)
- Added loop.PortMessageType to AddMultipleUnion call in go2ts.go
- Regenerated TypeScript types to include 'port' in CodingAgentMessageType union
- Webui components now have proper type safety for port messages
Co-Authored-By: sketch <hello@sketch.dev>
Change-ID: s7e1f4b705a66a9d5k
diff --git a/cmd/go2ts/go2ts.go b/cmd/go2ts/go2ts.go
index a888be1..18a890e 100644
--- a/cmd/go2ts/go2ts.go
+++ b/cmd/go2ts/go2ts.go
@@ -47,6 +47,7 @@
loop.ToolUseMessageType,
loop.CommitMessageType,
loop.AutoMessageType,
+ loop.PortMessageType,
},
)