Skip to content

Commit 39f78f9

Browse files
committed
feat!: breaking change commit message
1 parent 2ff5b35 commit 39f78f9

File tree

1 file changed

+1
-3
lines changed
  • examples/agent/websocket/context-history

1 file changed

+1
-3
lines changed

examples/agent/websocket/context-history/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ import (
3131
// - Handlers that don't implement HistoryMessageChan continue to work unchanged
3232
// - This avoids breaking changes that would require a major version bump
3333
// - Follows Go stdlib patterns like http.ResponseWriter + http.Hijacker
34-
//
35-
// This example shows how new handlers can opt-in to History functionality
36-
// while maintaining backwards compatibility with existing implementations.
34+
3735
type HistoryHandler struct {
3836
binaryChan chan *[]byte
3937
openChan chan *msginterfaces.OpenResponse

0 commit comments

Comments
 (0)