picoclaw/pkg/config
Hoshina db3c1e011f 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-24 12:10:45 +08:00
..
config.go fix: address PR review feedback across channel system 2026-02-24 12:10:45 +08:00
config_test.go fix(security): change gateway default bind to 127.0.0.1 (#393) 2026-02-24 08:54:10 +11:00
defaults.go feat(channels): add typing/placeholder automation and Pico Protocol channel (Phase 10 + 7) 2026-02-24 12:10:45 +08:00
migration.go feat: add native Mistral AI provider support 2026-02-22 11:40:21 +04:00
migration_test.go feat: add native Mistral AI provider support 2026-02-22 11:40:21 +04:00
model_config_test.go fix(config): allow duplicate model_name for load balancing 2026-02-20 11:46:28 +08:00