picoclaw/pkg/config
Amir Mamaghani a89ba06cb8 fix: address review feedback from @mengzhuo
- Add separate User and RealName config fields (fall back to Nick)
- Make RequestCaps configurable (defaults to server-time, message-tags)
- Refactor isBotMentioned into nickMentionedAt returning position;
  stripBotMention now uses nickMentionedAt internally
- Replace custom isAlphanumeric with unicode.IsLetter/unicode.IsDigit
- Update tests for new nickMentionedAt function
2026-03-06 20:09:37 +01:00
..
config.go fix: address review feedback from @mengzhuo 2026-03-06 20:09:37 +01:00
config_test.go feat: make summarization message threshold and token percent configurable (#854) (#1029) 2026-03-04 11:23:01 +08:00
defaults.go Feat/add tool enable or disable configuration (#1071) 2026-03-05 14:53:26 +08:00
migration.go feat: add Avian as a named LLM provider 2026-03-03 19:36:46 +00:00
migration_test.go fix: update provider count in migration test to include Avian 2026-03-04 20:14:58 +00:00
model_config_test.go refactor(modernize): apply safe modernize fixes 2026-02-27 16:35:07 +08:00