picoclaw/pkg/agent
Hoshina 94f59fbcab fix: address PR #662 review comments (bus drain, context timeouts, onebot leak)
- Drain buffered messages in MessageBus.Close() so they aren't silently lost
- Replace all context.TODO() with context.WithTimeout(5s) across 7 call sites
- Fix OneBot pending channel leak: send nil sentinel in Stop() and handle
  nil response in sendAPIRequest() to unblock waiting goroutines
2026-02-24 12:10:45 +08:00
..
context.go Fix Memory Write (#557) 2026-02-21 08:21:38 +08:00
instance.go Merge branch 'main' into fix-formatting 2026-02-19 22:04:48 +02:00
instance_test.go fix: Templates update (#485) 2026-02-19 19:16:37 +01:00
loop.go fix: address PR #662 review comments (bus drain, context timeouts, onebot leak) 2026-02-24 12:10:45 +08:00
loop_test.go feat(fmt): Fix formatting 2026-02-19 22:05:15 +02:00
memory.go Merge branch 'main' into fix-formatting 2026-02-20 20:02:53 +02:00
mock_provider_test.go feat(fmt): Fix formatting 2026-02-19 22:05:15 +02:00
registry.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00
registry_test.go feat(fmt): Run formatters 2026-02-18 21:48:23 +02:00