feat: update auto reply and packaging

This commit is contained in:
ly1213
2026-06-29 17:44:22 +08:00
parent 1ca66dc0af
commit 2d5ee7f08d
19 changed files with 1147 additions and 227 deletions

View File

@@ -129,6 +129,7 @@ type HandoffConfig struct {
type IdentityConfig struct {
UnknownPolicy string `json:"unknownPolicy"`
UnknownHandoffPolicy string `json:"unknownHandoffPolicy"`
ReplyExternalOnly bool `json:"replyExternalOnly"`
RefreshOnStart bool `json:"refreshOnStart"`
RefreshIntervalMinutes int `json:"refreshIntervalMinutes"`
PageSize int `json:"pageSize"`
@@ -272,6 +273,7 @@ func NewDefaultAutoReplyConfig() AutoReplyConfig {
Identity: IdentityConfig{
UnknownPolicy: "customer",
UnknownHandoffPolicy: "hold",
ReplyExternalOnly: false,
RefreshOnStart: true,
RefreshIntervalMinutes: 30,
PageSize: 200,