Merge pull request #1000 from alexhoshina/main

feat(feishu): enhance channel with markdown cards, media, mentions, and editing
This commit is contained in:
daming大铭
2026-03-03 18:30:14 +08:00
committed by GitHub
6 changed files with 1279 additions and 54 deletions
+1
View File
@@ -254,6 +254,7 @@ type FeishuConfig struct {
VerificationToken string `json:"verification_token" env:"PICOCLAW_CHANNELS_FEISHU_VERIFICATION_TOKEN"`
AllowFrom FlexibleStringSlice `json:"allow_from" env:"PICOCLAW_CHANNELS_FEISHU_ALLOW_FROM"`
GroupTrigger GroupTriggerConfig `json:"group_trigger,omitempty"`
Placeholder PlaceholderConfig `json:"placeholder,omitempty"`
ReasoningChannelID string `json:"reasoning_channel_id" env:"PICOCLAW_CHANNELS_FEISHU_REASONING_CHANNEL_ID"`
}