picoclaw/pkg/channels
Hoshina f645e9a377 fix: address PR review feedback across channel system
- MediaStore: use full UUID to prevent ref collisions, preserve and
  expose metadata via ResolveWithMeta, include underlying OS errors
- Agent loop: populate MediaPart Type/Filename/ContentType from
  MediaStore metadata so channels can dispatch media correctly
- SplitMessage: fix byte-vs-rune index mixup in code block header
  parsing, remove dead candidateStr variable
- Pico auth: restrict query-param token behind AllowTokenQuery config
  flag (default false) to prevent token leakage via logs/referer
- HandleMessage: replace context.TODO with caller-propagated ctx,
  log PublishInbound failures instead of silently discarding
- Gateway shutdown: use fresh 15s timeout context for StopAll so
  graceful shutdown is not short-circuited by the cancelled parent ctx
2026-02-23 06:03:23 +08:00
..
dingtalk fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
discord fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
feishu fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
line fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
maixcam fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
onebot fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
pico fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
qq fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
slack fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
telegram fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
wecom fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
whatsapp fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
base.go fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
base_test.go refactor(channels): standardize group chat trigger filtering (Phase 8) 2026-02-23 04:11:11 +08:00
errors.go refactor(channels): add per-channel rate limiting and send retry with error classification 2026-02-22 23:51:55 +08:00
errors_test.go refactor(channels): add per-channel rate limiting and send retry with error classification 2026-02-22 23:51:55 +08:00
errutil.go refactor(channels): standardize Send error classification with sentinel types 2026-02-23 01:45:48 +08:00
errutil_test.go refactor(channels): standardize Send error classification with sentinel types 2026-02-23 01:45:48 +08:00
interfaces.go feat(channels): add typing/placeholder automation and Pico Protocol channel (Phase 10 + 7) 2026-02-23 04:55:15 +08:00
manager.go refactor(channels): move SplitMessage from pkg/utils to pkg/channels 2026-02-23 05:46:34 +08:00
manager_test.go feat(channels): add typing/placeholder automation and Pico Protocol channel (Phase 10 + 7) 2026-02-23 04:55:15 +08:00
media.go feat(channels): add MediaSender optional interface for outbound media 2026-02-23 03:10:57 +08:00
registry.go refactor(channels): add factory registry and export SetRunning on BaseChannel 2026-02-20 23:18:46 +08:00
split.go fix: address PR review feedback across channel system 2026-02-23 06:03:23 +08:00
split_test.go refactor(channels): move SplitMessage from pkg/utils to pkg/channels 2026-02-23 05:46:34 +08:00
webhook.go refactor(channels): consolidate HTTP servers into shared server managed by Manager 2026-02-23 02:39:09 +08:00