Merge remote-tracking branch 'origin/main' into feature/agent-avatar-support

This commit is contained in:
Peter Steinberger
2026-01-22 06:27:45 +00:00
10 changed files with 352 additions and 93 deletions

View File

@@ -298,6 +298,11 @@ describe("web auto-reply", () => {
};
setLoadConfigMock(() => ({
agents: {
defaults: {
envelopeTimezone: "utc",
},
},
session: { store: store.storePath },
}));